Searched refs:format (Results 76 - 89 of 89) sorted by relevance

1234

/gem5/ext/pybind11/tests/
H A Dtest_virtual_functions.cpp25 "ExampleVirt::run(state={}, value={}, str1={}, str2={})"_s.format(state, value, get_string1(), *get_string2()));
H A Dtest_eigen.py199 assert np.all(m.diagonal_n(ref, i) == ref.diagonal(i)), "m.diagonal_n({})".format(i)
210 assert np.all(mymat == np.array([[1, 0, 0], [2, 3, 0], [4, 5, 6]])), "cholesky{}".format(i)
/gem5/ext/pybind11/include/pybind11/
H A Dpytypes.h928 str format(Args &&...args) const { function in class:str
929 return attr("format")(std::forward<Args>(args)...);
1336 buf.format = const_cast<char *>(info.format.c_str());
H A Dpybind11.h763 msg += pybind11::str("{}={!r}").format(kwarg.first, kwarg.second);
1411 return pybind11::str("{}.{}").format(type_name, kv.first);
1413 return pybind11::str("{}.???").format(type_name);
/gem5/util/stats/
H A Dprofile.py458 dot.write(dotfile, format='png')
/gem5/src/arch/arm/
H A Dmiscregs_types.hh461 // Short-descriptor translation table format
465 // Long-descriptor translation table format
616 Bitfield<31,29> format; member in namespace:ArmISA
624 // 64-bit format
H A Disa.cc570 //b100 - gem5 format is ARMv7
571 ctr.format = 0x4;
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2422 # define GTEST_SNPRINTF_(buffer, size, format, ...) \
2423 _snprintf_s(buffer, size, size, format, __VA_ARGS__)
/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h703 static std::string format() { return std::string(1, c); } function in struct:format_descriptor
/gem5/src/arch/
H A Disa_parser.py68 # (e.g. from a format 'let' block) into something whose indentation
109 # Template objects are format strings that allow substitution from
226 # A format object encapsulates an instruction format. It must provide
234 label = 'def format ' + id
265 # Special null format to catch an implicit-format instruction
266 # definition outside of any format block.
273 'instruction definition "%s" with no active format!' % name)
1564 # This dictionary maps format nam
[all...]
/gem5/src/python/m5/
H A Dparams.py1236 for format in time_formats:
1238 return strptime(value, format)
/gem5/ext/googletest/googlemock/scripts/
H A Dupload.py410 help=("The server to upload to. The format is host[:port]. "
1263 logging.basicConfig(format=("%(asctime).19s %(levelname)s %(filename)s:"
/gem5/ext/googletest/googletest/scripts/
H A Dupload.py410 help=("The server to upload to. The format is host[:port]. "
1263 logging.basicConfig(format=("%(asctime).19s %(levelname)s %(filename)s:"
/gem5/src/dev/arm/
H A DRealView.py251 node = FdtNode("osc@" + format(long(phandle), 'x'))
486 "image format of the captured frame")

Completed in 81 milliseconds

1234