Searched refs:object (Results 151 - 159 of 159) sorted by relevance

1234567

/gem5/ext/ply/ply/
H A Dcpp.py108 # Macro object
110 # This object holds information about preprocessor macros
123 class Macro(object):
134 # Preprocessor object
140 class Preprocessor(object):
184 # This method probes the preprocessor lexer object to discover
/gem5/src/base/
H A Dstatistics.hh671 * @return The storage object at the given index.
683 * @return A const pointer to the storage object at the given index.
716 * Increment the stat by 1. This calls the associated storage object inc
721 * Decrement the stat by 1. This calls the associated storage object dec
733 * object set function.
741 * storage object inc function.
749 * storage object dec function.
814 * object, instead of a global free-standing function.
820 T *object;
825 MethodProxy(T *obj, MethodPointer meth) : object(ob
[all...]
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc560 // The c'tor sets this object as the test part result reporter used by
570 // The c'tor sets this object as the test part result reporter used by
905 // encoding, and streams the result to the given Message object.
963 // encoding, and streams the result to this Message object.
972 // encoding, and streams the result to this Message object.
979 // Gets the text streamed to this object so far as an std::string.
2161 // Clears the object.
2211 // Creates a Test object.
2384 T* object, Result (T::*method)(), const char* location) {
2387 return (object
2383 HandleSehExceptionsInMethodIfSupported( T* object, Result (T::*method)(), const char* location) argument
2410 HandleExceptionsInMethodIfSupported( T* object, Result (T::*method)(), const char* location) argument
[all...]
/gem5/util/minorview/
H A Dblobs.py171 class Blob(object):
/gem5/src/python/m5/util/
H A Djobfile.py34 class Data(object):
42 raise AttributeError("can only update from Data object")
/gem5/ext/pybind11/tests/
H A Dtest_numpy_dtypes.cpp473 m.def("dtype_wrapper", [](py::object d) { return py::dtype::from_args(std::move(d)); });
/gem5/ext/googletest/googlemock/scripts/
H A Dupload.py124 class AbstractRpcServer(object):
158 A urllib2.OpenerDirector object.
358 A urllib2.OpenerDirector object.
588 class VersionControlSystem(object):
/gem5/ext/googletest/googletest/scripts/
H A Dupload.py124 class AbstractRpcServer(object):
158 A urllib2.OpenerDirector object.
358 A urllib2.OpenerDirector object.
588 class VersionControlSystem(object):
/gem5/configs/common/
H A Dcpu2000.py77 class Benchmark(object):
138 # set up default args for Process object
169 # generate Process object

Completed in 41 milliseconds

1234567