Searched refs:string (Results 976 - 1000 of 1173) sorted by relevance

<<31323334353637383940>>

/gem5/src/systemc/ext/dt/int/
H A Dsc_uint_base.hh344 // explicit conversion to character string
345 const std::string to_string(sc_numrep numrep=SC_DEC) const;
346 const std::string to_string(sc_numrep numrep, bool w_prefix) const;
846 // explicit conversion to character string
847 const std::string to_string(sc_numrep numrep=SC_DEC) const;
848 const std::string to_string(sc_numrep numrep, bool w_prefix) const;
1046 // explicit conversion to character string
1047 inline const std::string
1054 inline const std::string
/gem5/src/arch/arm/insts/
H A Dstatic_inst.cc375 const std::string &suffix,
399 std::string symbol;
478 const std::string &prefix,
480 const std::string &suffix) const
483 std::string symbol;
620 std::string
H A Dmacromem.cc1523 std::string
1536 std::string
1549 std::string
1558 std::string
1570 std::string
1581 std::string
1594 std::string
1611 std::string
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-generated-matchers.h43 #include <string>
561 // to accept string literals, whose type is const char[N], but we
1181 // The description string documents what the matcher does, and is used
1184 // C++ source files, we require the description to be a C-string
1261 // The last argument to MATCHER*() is a string-typed expression. The
1271 // string(negation ? "is not" : "is") + " in range [" +
1335 // long string, it can be very helpful to also print the diff between
1336 // the expected string and the actual one. To achieve that, you can
1398 ::testing::internal::string FormatDescription(bool negation) const {\
1399 const ::testing::internal::string gmock_descriptio
[all...]
/gem5/src/sim/
H A Dsyscall_emul.hh89 #include <string>
123 void warnUnsupportedOS(std::string syscall_name);
774 * string from that memory space into the host's working memory space.
776 std::string path;
818 std::string redir_path = path;
819 std::string abs_path = path;
839 std::string filename = abs_path.substr(strlen("/dev/"));
878 std::string used_path;
879 std::vector<std::string> special_paths =
983 std::string old_nam
[all...]
/gem5/ext/googletest/googletest/test/
H A Dgtest-death-test_test.cc109 void DieWithMessage(const ::std::string& message) {
125 void DieInside(const ::std::string& function) {
508 const string regex_str(regex_c_str);
515 const ::std::string regex_std_str(regex_c_str);
1151 // Tests that GetLastErrnoDescription returns an empty string when the
1152 // last error is 0 and non-empty string when it is non-zero.
1204 EXPECT_FALSE(ParseNaturalNumber("non-number string", &result));
1339 std::string output = GetCapturedStderr();
/gem5/src/python/m5/ext/pyfdt/
H A Dpyfdt.py25 import string
50 if char not in string.printable])
67 """Get dts string representation"""
110 """Check property string validity
122 #it was not a string object.
128 #Test both against string 0 and int 0 because of
136 and value[pos] in string.printable \
177 if char not in string.printable
188 """Get dts string representation"""
227 """Get strings, returns a string"""
[all...]
/gem5/ext/systemc/src/sysc/datatypes/misc/
H A Dsc_concatref.h56 // Andy Goodrich: fixed the code that assigns the value of a string to
303 // explicit conversion to character string
305 const std::string to_string( sc_numrep numrep = SC_DEC ) const
308 const std::string to_string( sc_numrep numrep, bool w_prefix ) const
435 std::string s;
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report_handler.cpp32 #include <string.h>
48 const std::string sc_report_compose_message(const sc_report& rep)
53 std::string str;
/gem5/src/systemc/ext/dt/misc/
H A Dsc_concatref.hh56 // Andy Goodrich: fixed the code that assigns the value of a string to
292 // explicit conversion to character string
293 const std::string
299 const std::string
424 std::string s;
/gem5/src/cpu/o3/probe/
H A Delastic_trace.cc77 std::string filename = simout.resolve(name() + "." +
941 const std::string&
947 const std::string
/gem5/ext/systemc/src/
H A Dsystemc.h54 #include <string>
345 typedef ::std::string sc_string;
/gem5/src/systemc/tests/tlm/endian_conv/
H A Dtest_endian_conv.cpp274 #include <string>
282 std::string filename;
/gem5/src/cpu/minor/
H A Dfetch2.cc42 #include <string>
55 Fetch2::Fetch2(const std::string &name,
/gem5/ext/dsent/libutil/
H A DCalculator.cc50 map<string, double> &outputs)
/gem5/ext/mcpat/
H A Dinterconnect.cc43 Interconnect::Interconnect(XMLNode* _xml_data, string name_,
H A Dnoc.cc37 #include <string>
/gem5/util/term/
H A Dterm.c44 #include <string.h>
/gem5/util/statetrace/arch/arm/
H A Dtracechild.cc214 string current;
/gem5/tests/test-progs/gpu-hello/src/
H A Dgpu-hello.cpp42 #include <string>
/gem5/src/gpu-compute/
H A Dkernel_cfg.cc45 #include <string>
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_bv_base.h84 void assign_from_string( const std::string& );
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxtype_params.h107 const std::string to_string() const;
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_time.h105 const std::string to_string() const;
/gem5/src/mem/ruby/network/garnet2.0/
H A DRouter.cc180 std::string
183 // PortDirection is actually a string
185 // statement to convert direction to a string

Completed in 70 milliseconds

<<31323334353637383940>>