Searched refs:name (Results 651 - 675 of 1016) sorted by relevance

<<21222324252627282930>>

/gem5/ext/sst/
H A Dgem5.cc20 // neither the name of the copyright holders nor the names of its
252 gem5Component::getExternalPort(const std::string &name, argument
255 std::string s(name); // bridges non-& result and &-arg
262 gem5Component::getExternalPort(const std::string &name, argument
265 std::string s(name); // bridges non-& result and &-arg
/gem5/src/base/vnc/
H A Dvncinput.cc21 * neither the name of the copyright holders nor the names of its
68 const string FRAME_OUTPUT_SUBDIR = "frames_" + name();
/gem5/src/learning_gem5/part2/
H A Dgoodbye_object.cc12 * neither the name of the copyright holders nor the names of its
37 SimObject(params), event([this]{ processEvent(); }, name() + ".event"),
/gem5/src/systemc/core/
H A Dsc_event.cc11 * neither the name of the copyright holders nor the names of its
325 const char *sc_event::name() const { return _gem5_event->name().c_str(); } function in class:sc_core::sc_event
411 sc_find_event(const char *name) argument
413 std::string str(name);
/gem5/src/systemc/tests/systemc/bugs/async_reset_init/
H A Dasync_reset_init.cpp94 << sc_get_current_process_handle().name() << ": "
/gem5/src/systemc/tests/systemc/communication/sc_clock/test01/
H A Dtest01.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
44 cout << "name = " << clk.name() << endl; \
/gem5/src/systemc/tests/systemc/communication/sc_signal_resolved_port/test01/
H A Dtest01.cpp31 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
45 cout << a.name() << " (" << a.kind() << ")" << endl
/gem5/src/systemc/tests/systemc/compliance_1666/test207/
H A Dtest207.cpp49 s = eq.name();
/gem5/src/systemc/tests/systemc/kernel/phase_callbacks/test03/
H A Dtest03.cpp25 // MODIFICATION LOG - modifiers, enter your name, affiliation, date and
40 std::cout << this->name() \
/gem5/src/systemc/tests/systemc/misc/user_guide/async_chn/test1/
H A Dtest1.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
50 p1(sc_module_name name, argument
/gem5/src/systemc/tests/systemc/tmp/others/sc_writer_bug/
H A Dsc_writer_bug.cpp30 cout << "port written in " << name() << " at " << sc_time_stamp()
/gem5/src/systemc/tests/systemc/utils/sc_vector/test06/
H A Dtest06.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
54 << vec[i]->name() << " - "
/gem5/ext/testlib/
H A Drunner.py11 # neither the name of the copyright holders nor the names of its
75 fixtures = {fixture.name:fixture for fixture in self.suite.fixtures}
77 fixtures[fixture.name] = fixture
180 (trace, fixture.name, testitem.name)
/gem5/src/arch/sparc/insts/
H A Dnop.cc11 // neither the name of the copyright holders nor the names of its
85 iop = InstObjParams(name, Name, 'Nop', code, opt_flags)
/gem5/src/cpu/testers/traffic_gen/
H A Dbase_gen.hh21 * neither the name of the copyright holders nor the names of its
101 * Get the name, useful for DPRINTFs.
103 * @return the given name
105 std::string name() const { return _name; } function in class:BaseGen
/gem5/src/gpu-compute/
H A Dexec_stage.hh17 * 3. Neither the name of the copyright holder nor the names of its
78 std::string name() { return _name; } function in class:ExecStage
H A Dglobal_memory_pipeline.hh17 * 3. Neither the name of the copyright holder nor the names of its
118 const std::string &name() const { return _name; } function in class:GlobalMemPipeline
/gem5/src/mem/
H A Dphysical.hh21 * neither the name of the copyright holders nor the names of its
171 * Return the name for debugging and for creation of sections for
174 const std::string name() const { return _name; } function in class:PhysicalMemory
/gem5/ext/googletest/googletest/test/
H A Dgtest_shuffle_test_.cc14 // * Neither the name of Google Inc. nor the names of its
87 printf("%s.%s\n", test_info.test_case_name(), test_info.name());
97 // the test name only.
/gem5/src/arch/x86/
H A Dnativetrace.cc12 * neither the name of the copyright holders nor the names of its
107 X86NativeTrace::checkRcxReg(const char * name, uint64_t &mVal, uint64_t &nVal) argument
112 return checkReg(name, mVal, nVal);
117 X86NativeTrace::checkR11Reg(const char * name, uint64_t &mVal, uint64_t &nVal) argument
122 return checkReg(name, mVal, nVal);
/gem5/src/base/
H A Dremote_gdb.hh25 * neither the name of the copyright holders nor the names of its
102 * Return the name to use in places like DPRINTF.
107 virtual const std::string name() const = 0;
129 std::string name();
261 const char * const name; member in struct:BaseRemoteGDB::GdbCommand
264 GdbCommand(const char *_name, Func _func) : name(_name), func(_func) {}
/gem5/src/systemc/ext/tlm_core/1/req_rsp/ports/
H A Devent_finder.hh63 out << "port is not bound: port '" << port()->name() <<
/gem5/src/systemc/ext/tlm_core/2/generic_payload/
H A Dphase.hh61 tlm_phase(const std::type_info &type, const char *name);
/gem5/src/systemc/ext/tlm_utils/
H A Dmulti_passthrough_initiator_socket.h70 const char *name=default_name()) :
71 base_type(name), m_hierarch_bind(nullptr), m_beoe_disabled(false),
324 explicit multi_passthrough_initiator_socket_optional(const char *name) : argument
325 socket_b(name)
69 multi_passthrough_initiator_socket( const char *name=default_name()) argument
H A Dmulti_passthrough_target_socket.h73 explicit multi_passthrough_target_socket(const char *name=default_name()) : argument
74 base_type(name), m_hierarch_bind(0), m_eoe_disabled(false),
376 explicit multi_passthrough_target_socket_optional(const char *name) : argument
377 socket_b(name)

Completed in 28 milliseconds

<<21222324252627282930>>