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

1234567

/gem5/util/pbs/
H A Djob.py75 class JobDir(object):
/gem5/util/style/
H A Dsort_includes.py151 class SortIncludes(object):
H A Drepo.py47 class AbstractRepo(object):
59 that this does not check for the presence of the object in the
H A Dverifiers.py107 class Verifier(object):
200 maybe others, the argument fobj should be a file object open and reset
/gem5/tests/testing/
H A Dtests.py176 class Test(object):
/gem5/src/python/m5/util/
H A Dfdthelper.py82 class FdtState(object):
220 supplied object."""
/gem5/ext/testlib/
H A Dloader.py117 class Loader(object):
H A Dwrappers.py78 class LoadedTestable(object):
/gem5/ext/pybind11/tests/test_embed/
H A Dtest_interpreter.cpp50 d["missing"].cast<py::object>();
/gem5/src/python/m5/
H A DSimObject.py91 # instantiates the corresponding Python object. The parameters for
93 # object, either using keyword assignment in the constructor or in
105 # since the BaseCache object has no 'blurfl' parameter and the 'assoc'
108 # assignment to object attributes.
255 code('${{param.ptype.cxx_type}} object = '
257 code('if (*i && !object)')
260 code(' this->${{param.name}}.push_back(object);')
579 # value and is not an object or proxy.
588 # object is not an orphan and can provide better error
604 # object pe
[all...]
H A Dparams.py50 # a Param or a VectorParam object. These objects contain the
102 class ParamValue(object):
107 # object of this type. Typically generates one or more #include
150 class ParamDesc(object):
190 raise AttributeError("'%s' object has no attribute '%s'" % \
401 class ParamFactory(object):
462 # a new Latency object.
608 raise TypeError("Can't convert object of type %s to CheckedInt" \
677 raise TypeError("Can't convert object of type %s to Float" \
1578 raise AttributeError("Latency object ha
[all...]
/gem5/ext/ply/ply/
H A Dyacc.py40 # The current implementation is only somewhat object-oriented. The
41 # LR parser itself is defined in terms of an object (which allows multiple
111 # This object is a stand-in for a logging object created by the
114 # information, they can create their own logging object and pass
117 class PlyLogger(object):
133 class NullLogger(object):
184 # .value attribute of the underlying YaccSymbol object.
288 pslice = YaccProduction(None) # Production object passed to grammar rules
418 # Call the grammar rule with our special slice object
[all...]
/gem5/util/stats/
H A Dprofile.py106 class FuncNode(object):
223 class Profile(object):
H A Dinfo.py72 class Value(object):
176 class Statistic(object):
354 class ProxyGroup(object):
/gem5/src/arch/
H A Disa_parser.py114 class Template(object):
132 # If we're dealing with an InstObjParams object, we need
213 # if the argument is an object, we use its attribute map.
224 # Format object.
226 # A format object encapsulates an instruction format. It must provide
230 class Format(object):
267 class NoFormat(object):
287 class GenCode(object):
311 # Override '+' operator: generate a new GenCode object that
396 class Operand(object)
[all...]
/gem5/ext/pybind11/tests/
H A Dtest_class.cpp83 /* One way of declaring a subclass relationship: reference parent's class_ object */
189 m.def("implicitly_convert_variable", [](py::object o) {
192 // object is attached to the same life support system as the arguments.
208 return py::reinterpret_steal<py::object>(PyCFunction_NewEx(def, nullptr, m.ptr()));
H A Dconstructor_stats.h3 tests/constructor_stats.h -- framework for printing and tracking object
12 display object instance lifetimes. It requires that you include this header and add the following
168 static ConstructorStats& get(py::object class_) {
H A Dtest_builtin_casters.cpp167 py::object o = py::cast(v);
H A Dtest_copy_move.cpp114 m.def("move_and_copy_casts", [](py::object o) {
H A Dtest_factory_constructors.py10 """Tests py::init_factory() wrapper around various ways of returning the object"""
424 class NotPybindDerived(object):
H A Dtest_smart_ptr.cpp16 #include "object.h"
92 // Object implementation in `object.h`
96 // Custom object with builtin reference counting (see 'object.h' for the implementation)
169 py::object o2 = py::cast(o, py::return_value_policy::reference);
/gem5/tests/configs/
H A Dbase_config.py52 class BaseSystem(object):
193 # clocked object that lies beneath it unless explicitly overwritten
/gem5/util/streamline/
H A Dm5stats2streamline.py174 class Task(object):
189 class Event(object):
715 class StatsEntry(object):
784 # Global stats object that contains the list of stats entries
786 class Stats(object):
/gem5/ext/googletest/googlemock/scripts/generator/cpp/
H A Dast.py103 class _NullDict(object):
109 class Node(object):
458 class TypeConverter(object):
676 class AstBuilder(object):
/gem5/src/mem/cache/prefetch/
H A DPrefetcher.py50 class HWPProbeEvent(object):
278 "Cacheline size used by the prefetcher using this object")
316 "Access Map Pattern Matching object")
344 "Delta Correlating Prediction Tables object")
405 "Access Map Pattern Matching object")
408 "Delta Correlating Prediction Tables object")

Completed in 63 milliseconds

1234567