Searched refs:string (Results 801 - 825 of 1173) sorted by relevance

<<31323334353637383940>>

/gem5/src/sim/
H A Dclocked_object.hh255 std::string
H A Deventq.cc37 #include <string>
85 const std::string
416 EventQueue::EventQueue(const string &n)
H A Dsyscall_emul.cc41 #include <string>
61 warnUnsupportedOS(std::string syscall_name)
401 string cwd = p->tgtCwd;
431 string path;
497 string path;
512 string path;
513 string new_path;
533 string path;
534 string new_path;
556 std::string pat
[all...]
/gem5/src/mem/cache/tags/
H A Dsector_blk.cc111 std::string
/gem5/src/cpu/minor/
H A Dcpu.hh107 MinorCPUPort(const std::string& name_, MinorCPU &cpu_)
H A Dlsq.hh96 DcachePort(std::string name, LSQ &lsq_, MinorCPU &cpu) :
486 StoreBuffer(std::string name_, LSQ &lsq_,
642 LSQ(std::string name_, std::string dcache_port_name_,
/gem5/src/mem/
H A Dport_proxy.cc102 PortProxy::tryReadString(std::string &str, Addr addr) const
H A Dmem_checker.hh46 #include <string>
472 * @return Reference to string of error message.
474 const std::string& getErrorMessage() const { return errorMessage; }
494 std::string errorMessage;
H A Dbridge.cc57 Bridge::BridgeSlavePort::BridgeSlavePort(const std::string& _name,
69 Bridge::BridgeMasterPort::BridgeMasterPort(const std::string& _name,
89 Bridge::getPort(const std::string &if_name, PortID idx)
H A Dnoncoherent_xbar.cc64 std::string portName = csprintf("%s.master[%d]", name(), i);
75 std::string portName = name() + ".default";
85 std::string portName = csprintf("%s.slave[%d]", name(), i);
H A Dserial_link.cc59 SerialLink::SerialLinkSlavePort::SerialLinkSlavePort(const std::string& _name,
74 SerialLink::SerialLinkMasterPort::SerialLinkMasterPort(const std::string&
97 SerialLink::getPort(const std::string &if_name, PortID idx)
/gem5/ext/mcpat/
H A Dbasic_components.h220 string name;
249 void errorUnspecifiedParam(string param);
250 void errorNonPositiveParam(string param);
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal.cpp133 std::string kernel_name = SC_KERNEL_EVENT_PREFIX "_";
148 bool is_output = std::string( if_typename_ ) == typeid(if_type).name();
271 bool is_output = std::string( if_typename_ ) == typeid(if_type).name();
441 Changes for sc_string going to std::string.
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_process_handle.h124 inline std::string dump_state() const;
281 inline std::string sc_process_handle::dump_state() const
283 return m_target_p ? m_target_p->dump_state() : std::string("NO TARGET");
H A Dsc_time.cpp203 const std::string
208 return std::string( "0 s" );
227 std::string result( buf );
/gem5/src/arch/x86/
H A Dfaults.hh43 #include <string>
91 virtual std::string describe() const;
338 virtual std::string describe() const;
/gem5/src/dev/alpha/
H A Dtsunami_io.cc42 #include <string>
60 using std::string;
66 TsunamiIO::RTC::RTC(const string &n, const TsunamiIOParams *p)
/gem5/ext/googletest/googlemock/test/
H A Dgmock_output_test_.cc38 #include <string>
55 MOCK_METHOD3(Bar, char(const std::string& s, int i, double x));
183 const std::string s = "Hi";
/gem5/ext/googletest/googletest/src/
H A Dgtest-printers.cc50 #include <string>
190 // Prints a wchar_t c as if it's part of a string literal, escaping it when
205 // Prints a char c as if it's part of a string literal, escaping it when
271 // interpreted as another hexadecimal digit in its number. Break string to
293 // it's '\0', such that the output matches the string literal as it's
319 // Prints the given C string to the ostream.
336 // Prints the given wide C string to the ostream.
347 // Prints a ::string object.
349 void PrintStringTo(const ::string& s, ostream* os) {
354 void PrintStringTo(const ::std::string
[all...]
/gem5/src/arch/generic/
H A Dvec_pred_reg.hh170 /// Returns a string representation of the register content.
171 const std::string print() const { return csprintf("%s", *this); }
334 /// Returns a string representation of the register content.
335 const std::string print() const { return csprintf("%s", *this); }
382 to_number(const std::string& value, VecPredRegContainer<NumBits, Packed>& p)
/gem5/tests/testing/
H A Dresults.py45 import string
223 self.name_table = string.maketrans(
228 self.name_table = string.maketrans("", "")
/gem5/src/arch/alpha/
H A Dstacktrace.cc33 #include <string>
106 string
346 string symbol;
/gem5/src/mem/cache/
H A Dcache_blk.hh55 #include <string>
345 * @return string with basic state information
347 virtual std::string print() const
514 const std::string &prefix = "") const;
/gem5/src/mem/qos/
H A Dmem_sink.cc110 MemSinkCtrl::getPort(const std::string &interface, PortID idx)
222 std::string plist = "";
345 MemSinkCtrl::MemoryPort::MemoryPort(const std::string& n,
/gem5/src/mem/cache/compressors/
H A Dcpack.hh314 static std::string getName(int number)
316 static std::map<PatternNumber, std::string> patternNames = {
350 std::string print() const {

Completed in 50 milliseconds

<<31323334353637383940>>