Searched refs:name (Results 401 - 425 of 1016) sorted by relevance

<<11121314151617181920>>

/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test11/
H A Dtest11.cpp31 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
68 channel(sc_module_name name):sc_channel(name), data(0) argument
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test12/
H A Dtest12.cpp31 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
68 channel(sc_module_name name):sc_channel(name) , data(0) argument
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test13/
H A Dtest13.cpp31 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
68 channel(sc_module_name name):sc_channel(name) , data(0) argument
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test14/
H A Dtest14.cpp31 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
68 channel(sc_module_name name):sc_channel(name) , data(0) argument
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test15/
H A Dtest15.cpp31 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
68 channel(sc_module_name name):sc_channel(name) , data(0) argument
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test16/
H A Dtest16.cpp31 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
68 channel(sc_module_name name):sc_channel(name) , data(0) argument
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test17/
H A Dtest17.cpp31 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
68 channel(sc_module_name name):sc_channel(name) , data(0) argument
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test18/
H A Dtest18.cpp31 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
68 channel(sc_module_name name):sc_channel(name) , data(0) argument
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test19/
H A Dtest19.cpp31 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
68 channel(sc_module_name name):sc_channel(name) , data(0) argument
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test20/
H A Dtest20.cpp31 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
68 channel(sc_module_name name):sc_channel(name) , data(0) argument
/gem5/src/systemc/tests/systemc/communication/sc_signal/datatypes/test02/
H A Dtest02.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
61 const std::string& name )
62 { sc_core::sc_trace( tf, a.m_val, name ); }
/gem5/src/systemc/tests/systemc/misc/user_guide/async_chn/test2/
H A Dtest2.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
50 p1(sc_module_name name, argument
88 p2 (sc_module_name name, argument
/gem5/src/systemc/tests/systemc/misc/user_guide/async_chn/test3/
H A Dtest3.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
48 p1(sc_module_name name, argument
80 p2 (sc_module_name name, argument
/gem5/util/systemc/gem5_within_systemc/
H A Dsc_logger.cc21 * neither the name of the copyright holders nor the names of its
135 Logger::logMessage(Tick when, const std::string &name, argument
143 SC_REPORT_INFO(name.c_str(), message_without_nl.c_str());
/gem5/ext/googletest/googlemock/scripts/
H A Dgmock-config.in4 name="@PACKAGE_TARNAME@"
236 gmock_libs="-l${name}"
/gem5/ext/googletest/googletest/scripts/
H A Dgtest-config.in4 name="@PACKAGE_TARNAME@"
231 gtest_libs="-l${name} @PTHREAD_CFLAGS@ @PTHREAD_LIBS@"
/gem5/ext/googletest/googletest/src/
H A Dgtest-filepath.cc14 // * Neither the name of Google Inc. nor the names of its
266 const char* const name = pathname_.c_str(); local
269 ((name[0] >= 'a' && name[0] <= 'z') ||
270 (name[0] >= 'A' && name[0] <= 'Z')) &&
271 name[1] == ':' &&
272 IsPathSeparator(name[2]);
274 return IsPathSeparator(name[0]);
343 // If input name ha
[all...]
/gem5/ext/googletest/googletest/test/
H A Dgtest_env_var_test.py16 # * Neither the name of Google Inc. nor the names of its
40 IS_WINDOWS = os.name == 'nt'
41 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux'
/gem5/src/cpu/minor/
H A Dscoreboard.hh21 * neither the name of the copyright holders nor the names of its
94 Scoreboard(const std::string &name) : argument
95 Named(name),
/gem5/src/dev/arm/
H A Dgeneric_timer.hh21 * neither the name of the copyright holders nor the names of its
152 ArchTimer(const std::string &name,
157 /// Returns the timer name.
158 std::string name() const { return _name; } function in class:ArchTimer
199 ArchTimerKvm(const std::string &name, argument
204 : ArchTimer(name, parent, sysctr, interrupt), system(system) {}
238 physS(csprintf("%s.phys_s_timer%d", parent.name(), cpu),
243 physNS(csprintf("%s.arch_timer%d", parent.name(), cpu),
246 virt(csprintf("%s.virt_timer%d", parent.name(), cpu),
249 hyp(csprintf("%s.hyp_timer%d", parent.name(), cp
[all...]
/gem5/src/mem/cache/prefetch/
H A Dstride.hh25 * neither the name of the copyright holders nor the names of its
106 * @param name Name of the prefetcher.
109 PCTable(int assoc, int sets, const std::string name,
135 const std::string name() {return _name; } function in class:StridePrefetcher::PCTable
/gem5/src/python/m5/util/
H A Dterminal.py11 # neither the name of the copyright holders nor the names of its
88 for name, cap in capability_map.items():
89 setattr(self, name, cap_string(cap))
/gem5/src/systemc/core/
H A Dprocess.cc11 * neither the name of the copyright holders nor the names of its
122 message += name();
147 name());
175 name());
203 SC_REPORT_ERROR(sc_core::SC_ID_THROW_IT_WHILE_NOT_RUNNING_, name());
210 SC_REPORT_WARNING(sc_core::SC_ID_THROW_IT_IGNORED_, name());
272 std::cout << "Terminating process " << name() << std::endl;
380 Process::Process(const char *name, ProcessFuncWrapper *func, bool internal) : argument
381 ::sc_core::sc_process_b(name), excWrapper(nullptr),
/gem5/src/systemc/ext/tlm_utils/
H A Dpeq_with_get.h45 peq_with_get(const char *name) : sc_core::sc_object(name) {} argument
/gem5/util/style/
H A Drepo.py22 # neither the name of the copyright holders nor the names of its
52 input file name must be a valid path within the repository.
71 file name is assumed to be an absolute path or a path relative
77 def get_file(self, name):
82 with open(self.file_path(name), "r") as f:
184 cmd = [ self.git, "diff-index", "--name-status" ]
197 def file_from_index(self, name):
199 [ self.git, "show", ":%s" % (name, ) ])
201 def file_from_head(self, name):
203 [ self.git, "show", "%s:%s" % (self.head_revision(), name) ])
[all...]

Completed in 27 milliseconds

<<11121314151617181920>>