Searched refs:std (Results 701 - 725 of 1914) sorted by relevance

<<21222324252627282930>>

/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_writer_policy/
H A Dsc_writer_policy.cpp38 using std::cout;
39 using std::endl;
40 using std::string;
112 catch (const std::exception& e) {
190 catch (const std::exception& e) {
197 catch (const std::exception& e) {
206 catch (const std::exception& e) {
226 catch (const std::exception& e) {
233 catch (const std::exception& e) {
241 catch (const std
[all...]
/gem5/ext/pybind11/tests/
H A Dtest_multiple_inheritance.cpp23 std::string vanilla() { return "Vanilla"; };
26 static std::string static_func1() { return "WithStatic1"; };
30 static std::string static_func2() { return "WithStatic2"; };
34 static std::string static_func() { return "VanillaStaticMix1"; }
38 static std::string static_func() { return "VanillaStaticMix2"; }
107 py::class_<Base1a, std::shared_ptr<Base1a>>(m, "Base1a")
116 py::class_<Base2a, std::shared_ptr<Base2a>>(m, "Base2a")
124 std::shared_ptr<Base12a>>(m, "Base12a", py::multiple_inheritance())
128 m.def("bar_base2a_sharedptr", [](std::shared_ptr<Base2a> b) { return b->bar(); });
141 py::class_<I801B1, std
[all...]
H A Dpybind11_cross_module_tests.cpp89 py::bind_vector<std::vector<int>>(m, "VectorInt");
91 m.def("load_vector_via_binding", [](std::vector<int> &v) {
92 return std::accumulate(v.begin(), v.end(), 0);
99 class Dog : public pets::Pet { public: Dog(std::string name) : Pet(name) {}; };
104 .def(py::init<std::string>());
113 // We can't test both stl.h and stl_bind.h conversions of `std::vector<bool>` within
116 py::bind_vector<std::vector<bool>>(m, "VectorBool");
121 m.def("missing_header_arg", [](std::vector<float>) { });
122 m.def("missing_header_return", []() { return std::vector<float>(); });
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h69 // On Linux, in addition to ::std::string, Google also makes use of
70 // class ::string, which has the same interface as ::std::string, but
74 // ::string is available AND is a distinct type to ::std::string, or
77 // If ::std::string and ::string are the same class on your platform
165 const std::string& message);
313 ::std::ostream& (*basic_manipulator)(::std::ostream& stream)) {
322 message_.reset(new ::std::string);
335 internal::scoped_ptr< ::std::string> message_;
422 static void RecordProperty(const std
[all...]
/gem5/src/arch/arm/insts/
H A Dsve.hh70 std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const;
85 std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const;
100 std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const;
115 std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const;
133 std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const;
149 std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const;
164 std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const;
177 std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const;
191 std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const;
205 std
[all...]
/gem5/ext/dsent/model/optical_graph/
H A DOpticalNode.h33 typedef std::pair<OpticalNode*, double> DetectorEntry;
34 typedef std::vector<DetectorEntry> DetectorTable;
/gem5/src/base/
H A Dchunk_generator.hh106 curSize = std::min(totalSize, left_in_chunk);
145 curSize = std::min(sizeLeft, chunkSize);
H A Dbmpwriter.cc91 BmpWriter::write(std::ostream &bmp) const
101 std::vector<PixelType> line_buffer(fb.width());
/gem5/src/sim/
H A Dvoltage_domain.hh135 typedef std::vector<double> Voltages;
155 typedef std::vector<SrcClockDomain *> SrcClockChildren;
H A Ddrain.cc161 std::lock_guard<std::mutex> lock(globalLock);
162 assert(std::find(_allDrainable.begin(), _allDrainable.end(), obj) ==
170 std::lock_guard<std::mutex> lock(globalLock);
171 auto o = std::find(_allDrainable.begin(), _allDrainable.end(), obj);
190 std::lock_guard<std::mutex> lock(globalLock);
/gem5/src/base/loader/
H A Decoff_object.hh48 EcoffObject(const std::string &_filename, size_t _len, uint8_t *_data,
61 static ObjectFile *tryFile(const std::string &fname,
H A Daout_object.hh44 AoutObject(const std::string &_filename,
59 static ObjectFile *tryFile(const std::string &fname,
H A Ddtb_object.hh44 DtbObject(const std::string &_filename, size_t _len, uint8_t *_data,
83 static ObjectFile *tryFile(const std::string &fname,
/gem5/src/mem/ruby/network/garnet2.0/
H A DflitBuffer.cc64 flitBuffer::print(std::ostream& out) const
66 out << "[flitBuffer: " << m_buffer.size() << "] " << std::endl;
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_utils_ids.cpp86 const char* deprecation_warn = std::getenv("SC_DEPRECATION_WARNINGS");
87 if ( (deprecation_warn!=0) && !std::strcmp(deprecation_warn,"DISABLE") )
/gem5/src/arch/sparc/insts/
H A Dblockmem.hh69 std::string generateDisassembly(
84 std::string generateDisassembly(
/gem5/src/base/gtest/
H A Dlogging.cc52 void log(const Loc &loc, std::string s) override { SUCCEED() << s; }
62 log(const Loc &loc, std::string s) override
/gem5/src/systemc/channel/
H A Dsc_clock.cc51 std::string name;
63 name += std::string(to ? "_posedge_action" : "_negedge_action");
113 std::string msg =
115 std::string(name) + "'";
120 std::string msg =
122 std::string(name) + "'";
127 std::string msg =
129 std::string(name) + "'";
/gem5/src/systemc/tests/include/
H A DExplicitATTarget.h68 std::cout << name() << ": Received write request: A = 0x"
69 << std::hex << (unsigned int)address << ", D = 0x" << data
70 << std::dec << " @ " << sc_core::sc_time_stamp()
71 << std::endl;
84 std::cout << name() << ": Received read request: A = 0x"
85 << std::hex << (unsigned int)address
86 << std::dec << " @ " << sc_core::sc_time_stamp()
87 << std::endl;
H A DSimpleLTTarget1.h75 std::cout << name() << ": Received write request: A = 0x"
76 << std::hex << (unsigned int)address
77 << ", D = 0x" << data << std::dec
78 << " @ " << sc_core::sc_time_stamp() << std::endl;
84 std::cout << name() << ": Received read request: A = 0x"
85 << std::hex << (unsigned int)address << std::dec
86 << " @ " << sc_core::sc_time_stamp() << std::endl;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/late_reset_bug/
H A Dlate_reset_bug.cpp34 using std::cout;
35 using std::endl;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/living_dead_bug/
H A Dliving_dead_bug.cpp34 using std::cout;
35 using std::endl;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_start_bug/
H A Dsc_start_bug.cpp31 using std::cout;
32 using std::endl;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/self_reset_bug/
H A Dself_reset_bug.cpp34 using std::cout;
35 using std::endl;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/suspend_resume/
H A Dsuspend_resume.cpp36 using std::cout;
37 using std::endl;

Completed in 34 milliseconds

<<21222324252627282930>>