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

1234567

/gem5/ext/ply/example/GardenSnake/
H A DGardenSnake.py316 class IndentLexer(object):
631 class GardenSnakeParser(object):
648 class GardenSnakeCompiler(object):
/gem5/ext/pybind11/include/pybind11/
H A Dnumpy.h437 static_assert(Dim == 0 && Dim > 0 /* always fail */, "unchecked array proxy object is not castable");
444 class dtype : public object {
446 PYBIND11_OBJECT_DEFAULT(dtype, object, detail::npy_api::get().PyArrayDescr_Check_);
470 static dtype from_args(object args) {
498 static object _dtype_from_pep3118() {
500 .attr("_dtype_from_pep3118").cast<object>().release().ptr();
501 return reinterpret_borrow<object>(obj);
510 struct field_descr { PYBIND11_STR_TYPE name; object format; pybind11::int_ offset; };
576 auto tmp = reinterpret_steal<object>(api.PyArray_NewFromDescr_(
585 tmp = reinterpret_steal<object>(ap
[all...]
/gem5/util/minorview/
H A Dview.py52 class BlobView(object):
185 class BlobController(object):
343 class Overlay(object):
432 class BlobWindow(object):
H A Dmodel.py52 class BlobDataSelect(object):
53 """Represents which data is displayed for Ided object"""
64 class BlobVisualData(object):
252 class ColourPattern(object):
422 class IdedObj(object):
423 """An object identified by an Id carrying paired data.
434 """Represent the object as a list of table row data"""
504 class BlobEvent(object):
540 class BlobModel(object):
/gem5/util/stats/
H A Ddb.py75 class StatData(object):
102 class Node(object):
108 class Result(object):
122 class Database(object):
/gem5/ext/testlib/
H A Dconfig.py61 Values not directly exposed by the config, but are attached to the object
92 class TagRegex(object):
101 class _Config(object):
114 # This object will act as if it were a singleton.
215 to the object for centralized access. These should be used for setting
365 class Argument(object):
369 :attr name: The long name of this object that will be stored in the arg
536 class ArgParser(object):
666 This config object is the singleton config object availabl
[all...]
H A Dhandlers.py54 class _TestStreamManager(object):
79 class _TestStreams(object):
101 object.
433 # finish pickling the object and complete shutdown after the queue is
/gem5/src/python/m5/util/
H A Dsmartdict.py113 class UndefinedVariable(object):
H A Dmultidict.py33 class multidict(object):
H A Dgrammar.py38 class Grammar(object):
94 "'%s' object has no attribute '%s'" % (type(self), attr))
H A Dcode_formatter.py39 class lookup(object):
115 class code_formatter(object):
/gem5/src/sim/power/
H A DThermalModel.py73 class ThermalReference(SimObject, object):
/gem5/util/maint/
H A Dlist_changes.py45 class Commit(object):
/gem5/src/mem/slicc/symbols/
H A DSymbolTable.py35 class SymbolTable(object):
/gem5/util/
H A Dgem5img.py99 class LoopbackDevice(object):
167 class Command(object):
/gem5/src/python/m5/ext/pyfdt/
H A Dpyfdt.py43 class FdtProperty(object):
103 raise Exception("Invalid object type")
120 #Needed for python 3 support: If a bytes object is passed,
122 #it was not a string object.
402 class FdtNop(object): # pylint: disable-msg=R0903
427 class FdtNode(object):
468 raise Exception("Invalid object type")
537 raise Exception("Invalid object type")
559 raise Exception("Invalid object type")
581 raise Exception("Invalid object typ
[all...]
/gem5/configs/example/
H A Dread_config.py135 class PortConnection(object):
169 class ConfigManager(object):
178 a single object"""
245 """Fill in the children of this object. This relies on all the
281 """Gather all the port-to-port connections from the named object.
383 class ConfigFile(object):
406 """Get a list of (name, paths) for each child of this object.
407 paths is either a single string object path or a list of object
413 object
[all...]
/gem5/ext/pybind11/tests/
H A Dtest_multiple_inheritance.py59 class B1(object):
94 class B3(object):
325 # pick up the derived type, obviously, but should still work (as an object
/gem5/util/batch/
H A Dbatch.py31 class MyPOpen(object):
H A Dsend.py220 class NameHack(object):
H A Djob.py73 class JobDir(object):
/gem5/util/pbs/
H A Dpbs.py31 class MyPOpen(object):
H A Dsend.py221 class NameHack(object):
/gem5/ext/googletest/googlemock/scripts/generator/cpp/
H A Dtokenize.py64 class Token(object):
/gem5/tests/testing/
H A Dunits.py55 class TestUnit(object):

Completed in 24 milliseconds

1234567