Searched refs:string (Results 751 - 775 of 1173) sorted by relevance

<<31323334353637383940>>

/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc61 #include <string.h>
88 // Sends a string to the socket.
89 virtual void Send(const string& message) { output_ += message; }
91 string output_;
101 string* output() { return &(fake_sock_writer_->output_); }
189 void UnitTestRecordProperty(const char* key, const std::string& value) {
448 const std::string env_var =
449 std::string("TZ=") + (time_zone ? time_zone : "");
676 // Leading surrogate is at the end of the string.
1178 EXPECT_FATAL_FAILURE(AddFatalFailure(), ::string("Expecte
[all...]
H A Dgtest_stress_test.cc64 std::string IdToKey(int id, const char* suffix) {
70 std::string IdToString(int id) {
106 Test::RecordProperty(IdToKey(id, "string").c_str(), IdToString(id).c_str());
157 ExpectKeyAndValueWereRecordedForId(properties, i, "string");
/gem5/ext/dsent/
H A Dinterface.cc143 map<string, double> outputs;
187 map<string, double> outputs;
/gem5/ext/mcpat/cacti/
H A Dmain.cc46 string infile_name("");
50 if (argv[i] == string("-infile"))
/gem5/ext/ply/doc/
H A Dmakedoc.py17 import string
50 filenamebase = string.split(filename,".")[0]
/gem5/util/
H A Don-chip-network-power-area.py29 import string, sys, subprocess, os
160 lines = string.split(subprocess.check_output(
/gem5/src/mem/ruby/network/simple/
H A DThrottle.cc86 string desc = "[Queue to Throttle " + to_string(m_switch_id) + " " +
203 Throttle::regStats(string parent)
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report.h38 #include <string>
96 const std::string sc_report_compose_message( const sc_report& );
/gem5/src/dev/virtio/
H A Dfs9p.hh45 #include <string>
156 std::string name() const { return parent.name() + ".queue"; }
/gem5/ext/drampower/test/libdrampowertest/
H A Dlib_test.cc37 #include <string>
51 string filename;
/gem5/ext/pybind11/tests/
H A Dpybind11_cross_module_tests.cpp99 class Dog : public pets::Pet { public: Dog(std::string name) : Pet(name) {}; };
104 .def(py::init<std::string>());
/gem5/src/systemc/ext/channel/
H A Dsc_fifo.hh34 #include <string>
73 std::string tn(iface_type_name);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/mixed_child_procs/
H A Dmixed_child_procs.cpp42 #include <string>
43 using std::string;
/gem5/src/systemc/tests/systemc/misc/unit/control/wait/
H A Dwait.cpp46 bool endsWith(const std::string &str, const std::string &ending) {
/gem5/src/arch/arm/insts/
H A Dmacromem.hh266 std::string generateDisassembly(
285 std::string generateDisassembly(
305 std::string generateDisassembly(
322 std::string generateDisassembly(
341 std::string generateDisassembly(
361 std::string generateDisassembly(
401 std::string generateDisassembly(
422 std::string generateDisassembly(
/gem5/src/base/
H A Dcprintf.cc44 Print::Print(std::ostream &stream, const std::string &format)
124 fmt.format = Format::string;
H A Dtrie.test.cc35 #include <string>
55 std::string
/gem5/src/cpu/o3/probe/
H A Delastic_trace.hh113 const std::string name() const;
310 /** Return string specifying the type of the node */
311 const std::string& typeToStr() const;
/gem5/src/dev/pci/
H A Dcopy_engine.hh100 std::string name() { assert(ce); return ce->name() + csprintf("-chan%d", channelId); }
196 Port &getPort(const std::string &if_name,
/gem5/src/arch/mips/
H A Dstacktrace.cc33 #include <string>
79 std::string
/gem5/src/cpu/
H A Dsimple_thread.cc48 #include <string>
205 SimpleThread::regStats(const string &name)
H A Dbase_dyn_inst_impl.hh49 #include <string>
195 BaseDynInst<Impl>::dump(std::string &outstring)
/gem5/src/mem/
H A Dsimple_mem.cc245 SimpleMemory::getPort(const std::string &if_name, PortID idx)
265 SimpleMemory::MemoryPort::MemoryPort(const std::string& _name,
H A Dport.hh87 MasterPort(const std::string& name, SimObject* _owner,
271 SlavePort(const std::string& name, SimObject* _owner,
H A Dport_proxy.hh232 * Write the string str into guest memory at address addr.
248 * Reads the string at guest address addr into the std::string str.
251 bool tryReadString(std::string &str, Addr addr) const;
257 readString(std::string &str, Addr addr) const
264 * Reads the string at guest address addr into the char * str, reading up

Completed in 48 milliseconds

<<31323334353637383940>>