Searched refs:string (Results 1076 - 1100 of 1173) sorted by relevance

<<41424344454647

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h44 #include <string>
91 // a numeric type, false when T is bool, or "" when T is string or
92 // std::string. In addition, in C++11 and above, it turns a
153 GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(::string, "");
155 GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(::std::string, "");
538 // to allow Return("string literal") to compile.
1020 // MOCK_METHOD3(Foo, double(const string& label, double x, double y));
1025 // double DistanceToOriginWithLabel(const string& label, double x, double y) {
1058 // instead of const reference - otherwise Return("string literal")
1115 // This overload allows SetArgPointee() to accept a string litera
[all...]
/gem5/src/arch/x86/
H A Dprocess.cc47 #include <string>
766 string filename;
892 // The platform string
908 string platform = "x86_64";
/gem5/src/cpu/trace/
H A Dtrace_cpu.cc1259 const std::string& filename,
1467 std::string
1473 TraceCPU::FixedRetryGen::InputStream::InputStream(const std::string& filename)
/gem5/src/mem/
H A Dcoherent_xbar.cc71 std::string portName = csprintf("%s.master[%d]", name(), i);
84 std::string portName = name() + ".default";
97 std::string portName = csprintf("%s.slave[%d]", name(), i);
/gem5/ext/mcpat/
H A Dlogic.cc40 string _name, double _accesses,
142 XMLNode* _xml_data, const string _name,
787 InstructionDecoder::InstructionDecoder(XMLNode* _xml_data, const string _name,
H A Diocontrollers.cc36 #include <string>
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_int.h644 std::string nm( if_typename_ );
943 void add_trace( sc_trace_file* tf_, const std::string& name_ ) const
1221 void add_trace( sc_trace_file* tf_, const std::string& name_ ) const
H A Dscx_signal_uint.h689 std::string nm( if_typename_ );
999 void add_trace( sc_trace_file* tf_, const std::string& name_ ) const
1279 void add_trace( sc_trace_file* tf_, const std::string& name_ ) const
/gem5/src/dev/arm/
H A Dgic_v3_its.cc73 const std::string
329 std::string
1108 Gicv3Its::getPort(const std::string &if_name, PortID idx)
H A Dflash_device.cc479 std::string fd_name = name() + ".FlashDevice";
/gem5/src/cpu/minor/
H A Dlsq.cc1393 LSQ::LSQ(std::string name_, std::string dcache_port_name_,
1667 LSQ::StoreBuffer::StoreBuffer(std::string name_, LSQ &lsq_,
/gem5/ext/mcpat/cacti/
H A Dio.cc54 InputParameter::parse_cfg(const string & in_file) {
610 uca_org_t cacti_interface(const string & infile_name) {
1036 bool InputParameter::error_checking(string name) {
1980 const string &name) {
/gem5/util/statetrace/arch/amd64/
H A Dtracechild.cc297 string current;
393 //Get all the way past repe and repne string instructions in one shot.
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal.h214 bool is_output = std::string( if_typename_ ) == typeid(if_type).name();
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_event.cpp30 #include <string.h>
H A Dsc_event.h310 std::string m_name; // name of object.
H A Dsc_module.cpp232 * sc_module( const std::string& )
249 sc_module::sc_module( const std::string& s )
H A Dsc_module.h129 /* DEPRECATED */ sc_module( const std::string& nm );
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_hash.cpp34 #include <string.h>
H A Dsc_string.cpp22 sc_string.cpp -- Implementation of a simple string class.
33 #include <string.h>
51 // Reference counting string implementation class.
79 sc_string_rep( const char* s, int n); // get first n chars from the string
313 sc_string_old sc_string_old::make_str(long n) // convert integer to string
379 char buffer[1024]; // static string buffer
384 if(cnt>1023) // string too long
388 char* buf = 0; // dynamic string buffer
399 // string is longer the the maximum buffer size (max_size)
427 // e.g. sc_string_old("a=%d, s is %s").fmt(1).fmt("string")
[all...]
/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_generic_payload/
H A Dtlm_gp.h401 std::string get_response_string() const
/gem5/src/unittest/
H A Dstattest.cc35 #include <string>
/gem5/src/dev/alpha/
H A Dtsunami_cchip.cc39 #include <string>
/gem5/src/cpu/o3/
H A Drob_impl.hh121 std::string
/gem5/src/dev/
H A Ddma_device.cc282 DmaDevice::getPort(const std::string &if_name, PortID idx)

Completed in 98 milliseconds

<<41424344454647