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

<<41

/gem5/src/systemc/ext/utils/
H A Dsc_vector.hh30 * neither the name of the copyright holders nor the names of its
186 SC_REPORT_ERROR(SC_ID_VECTOR_NONOBJECT_ELEMENTS_, name());
481 // XXX The name and scope of these objects needs to be handled
/gem5/src/arch/arm/
H A Dprocess.cc24 * neither the name of the copyright holders nor the names of its
67 new EmulationPageTable(params->name, params->pid, PageBytes),
H A Dpmu.cc21 * neither the name of the copyright holders nor the names of its
133 "as probe %s:%s\n",id, obj->name(), probe_name);
H A Dfaults.cc25 * neither the name of the copyright holders nor the names of its
198 // Fields: name, offset, cur{ELT,ELH}Offset, lowerEL{64,32}Offset, next mode,
604 "%s\n", name(), cpsr, curPc, tc->readIntReg(INTREG_LR),
698 "elr:%#x newVec: %#x %s\n", name(), cpsr, curr_pc, ret_addr,
/gem5/src/sim/
H A Dpseudo_inst.cc25 * neither the name of the copyright holders nor the names of its
91 panicFsOnlyPseudoInst(const char *name) argument
/gem5/src/cpu/o3/
H A Dlsq_unit.hh25 * neither the name of the copyright holders nor the names of its
230 /** Returns the name of the LSQ unit. */
231 std::string name() const;
/gem5/src/arch/riscv/
H A Dregisters.hh27 * neither the name of the copyright holders nor the names of its
434 const std::string name; member in struct:RiscvISA::CSRMetadata
/gem5/ext/googletest/googlemock/scripts/
H A Dupload.py502 fields: A sequence of (name, value) elements for regular form fields.
503 files: A sequence of (name, filename, value) elements for data to be
516 lines.append('Content-Disposition: form-data; name="%s"' % key)
521 lines.append('Content-Disposition: form-data; name="%s"; filename="%s"' %
832 for name in keyword_str.split(" ")
833 for keyword in svn_keywords.get(name, [])]
/gem5/ext/googletest/googletest/scripts/
H A Dupload.py502 fields: A sequence of (name, value) elements for regular form fields.
503 files: A sequence of (name, filename, value) elements for data to be
516 lines.append('Content-Disposition: form-data; name="%s"' % key)
521 lines.append('Content-Disposition: form-data; name="%s"; filename="%s"' %
832 for name in keyword_str.split(" ")
833 for keyword in svn_keywords.get(name, [])]
/gem5/src/systemc/tests/systemc/misc/gnats/pr-503/
H A Dpr-503.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
75 EXC_CTRL(char *name) : sc_module(name) { argument
/gem5/src/systemc/tests/systemc/misc/gnats/pr-503-neg/
H A Dpr-503-neg.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
75 EXC_CTRL(char *name) : sc_module(name) { argument
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h14 // * Neither the name of Google Inc. nor the names of its
516 // test_case_name: name of the test case
517 // name: name of the test
518 // type_param the name of the test's type parameter, or NULL if
531 const char* name,
552 // Adds the given test name to defined_test_names_ and return true
921 // reason is that C++ injects the name of a class as a member of the
1209 // Expands to the name of the class that implements the given test.
H A Dgtest-type-util.h18 // * Neither the name of Google Inc. nor the names of its
60 // GetTypeName<T>() returns a human-readable name of type T.
67 const char* const name = typeid(T).name(); local
70 // gcc's implementation of typeid(T).name() mangles the type name,
75 char* const readable_name = __cxa_demangle(name, 0, 0, &status);
76 const std::string name_str(status == 0 ? readable_name : name);
80 return name;
/gem5/src/cpu/simple/
H A Dtiming.cc25 * neither the name of the copyright holders nor the names of its
82 fetchEvent([this]{ fetch(); }, name())
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h14 // * Neither the name of Google Inc. nor the names of its
194 // name of the mock function. Will be called upon each invocation
196 void SetOwnerAndName(const void* mock_obj, const char* name)
205 // Returns the name of this mock method. Must be called after
256 // Gives each clause in the ON_CALL() statement a name.
645 // InSequence dummy; // The name of the object doesn't matter.
1834 // A separate macro is required to avoid compile errors when the name
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbcommon.inc37 MODIFICATION LOG - modifiers, enter your name, affiliation, date and

Completed in 88 milliseconds

<<41