Searched refs:string (Results 626 - 650 of 1173) sorted by relevance

<<21222324252627282930>>

/gem5/src/arch/arm/insts/
H A Dpred_inst.hh253 std::string generateDisassembly(
274 std::string generateDisassembly(
293 std::string generateDisassembly(
312 std::string generateDisassembly(
330 std::string generateDisassembly(
374 std::string generateDisassembly(
/gem5/util/
H A Dgem5img.py10 import string
97 return string.strip(out)
111 self.devFile = string.strip(out)
145 sectors = string.atoi(chunks[3][:-1])
274 mb = string.atoi(mb)
338 mb = string.atoi(mb)
/gem5/src/mem/
H A Dphysical.cc53 #include <string>
74 PhysicalMemory::PhysicalMemory(const string& _name,
331 string filename = name() + ".store" + to_string(store_id) + ".pmem";
342 string filepath = CheckpointIn::dir() + "/" + filename.c_str();
404 string filename;
406 string filepath = cp.cptDir + "/" + filename;
/gem5/ext/pybind11/tests/
H A Dtest_builtin_casters.cpp33 m.def("good_utf8_string", []() { return std::string(u8"Say utf8\u203d \U0001f382 \U0001d400"); }); // Say utf8‽ 🎂 𝐀
37 m.def("bad_utf8_string", []() { return std::string("abc\xd0" "def"); });
61 m.def("string_length", [](std::string s) { return s.length(); });
84 m.def("pair_passthrough", [](std::pair<bool, std::string> input) {
87 m.def("tuple_passthrough", [](std::tuple<bool, std::string, int> input) {
103 m.def("return_none_string", []() -> std::string * { return nullptr; });
H A Dtest_local_bindings.cpp89 class Cat : public pets::Pet { public: Cat(std::string name) : Pet(name) {}; };
94 .def(py::init<std::string>());
/gem5/src/cpu/minor/
H A Dfunc_unit.hh104 std::string description;
247 FUPipeline(const std::string &name, const MinorFU &description_,
/gem5/src/arch/arm/linux/
H A Datag.hh44 #include <string>
149 void cmdline(const std::string &s)
/gem5/util/style/
H A Dfile_types.py115 for string,lang in hash_bang:
116 if firstline.find(string) > 0:
/gem5/ext/drampower/src/
H A DCmdScheduler.h41 #include <string>
84 std::string name;
/gem5/src/arch/x86/
H A Dtypes.cc40 paramOut(CheckpointOut &cp, const string &name, ExtMachInst const &machInst)
71 paramIn(CheckpointIn &cp, const string &name, ExtMachInst &machInst)
/gem5/src/base/loader/
H A Ddtb_object.cc43 DtbObject::tryFile(const std::string &fname, size_t len, uint8_t *data)
54 DtbObject::DtbObject(const std::string &_filename, size_t _len, uint8_t *_data,
/gem5/src/dev/
H A Dpixelpump.hh273 const std::string name() const override { return _name; }
284 const std::string _name;
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_lv_base.cpp96 sc_lv_base::assign_from_string( const std::string& s )
121 std::string s = convert_to_bin( a );
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_trace_file_base.cpp234 sc_trace_file_base::add_trace_check( const std::string & name ) const
250 // obtain formatted time string
251 std::string localtime_string()
/gem5/src/arch/x86/insts/
H A Dmicroldstop.hh117 std::string generateDisassembly(Addr pc,
151 std::string generateDisassembly(Addr pc,
/gem5/src/base/
H A Dpixel.hh45 #include <string>
214 to_number(const std::string &value, Pixel &retval)
/gem5/src/systemc/dt/bit/
H A Dsc_lv_base.cc114 sc_lv_base::assign_from_string(const std::string &s)
137 std::string s = convert_to_bin(a);
/gem5/src/systemc/ext/utils/
H A Dsc_report_handler.hh33 #include <string>
146 const std::string sc_report_compose_message(const sc_report &);
/gem5/src/cpu/
H A Dinst_pb_trace.cc79 InstPBTrace::createTraceFile(std::string filename)
158 std::string(reinterpret_cast<const char *>(buf.get()), bufSize));
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-message.h100 // Constructs a Message from a C-string.
175 // These two overloads allow streaming a wide C string to a Message
181 // Converts the given wide string to a narrow string using the UTF-8
187 // Converts the given wide string to a narrow string using the UTF-8
192 // Gets the text streamed to this object so far as an std::string.
196 std::string GetString() const;
238 // Converts a streamable value to an std::string. A NULL pointer is
239 // converted to "(null)". When the input value is a ::string,
[all...]
H A Dgtest-spi.h101 const string& substr);
106 const string substr_;
/gem5/src/cpu/o3/
H A Drob.hh47 #include <string>
93 std::string name() const;
/gem5/src/arch/generic/linux/
H A Dthreadinfo.hh158 std::string
176 std::string
/gem5/src/mem/cache/tags/
H A Dbase.hh55 #include <string>
193 std::string print();
/gem5/src/mem/ruby/profiler/
H A DProfiler.hh49 #include <string>
73 void regStats(const std::string &name);

Completed in 34 milliseconds

<<21222324252627282930>>