Searched refs:__slots__ (Results 1 – 3 of 3) sorted by relevance
/development/vndk/tools/sourcedr/sourcedr/ |
D | ninja.py | 44 __slots__ = ('parent') variable in EvalEnv 62 __slots__ = ('_build_env', '_rule_env') variable in BuildEvalEnv 211 __slots__ = ('explicit_outs', 'implicit_outs', 'rule', 'explicit_ins', variable in Build 217 __slots__ = ('name', 'bindings') variable in Rule 221 __slots__ = ('name', 'bindings') variable in Pool 225 __slots__ = ('outs') variable in Default 861 __slots__ = ('id', 'explicit_out', 'mtime', 'implicit_ins') variable in DepFileRecord
|
/development/vndk/tools/sourcedr/sourcedr/blueprint/ |
D | blueprint.py | 400 __slots__ = ('value',) variable in Bool 438 __slots__ = ('value',) variable in Integer 525 __slots__ = ('lhs', 'rhs') variable in Concat
|
/development/vndk/tools/definition-tool/ |
D | vndk_definition_tool.py | 406 __slots__ = ('ei_class', 'ei_data', 'e_machine', 'dt_rpath', 'dt_runpath', variable in ELF 434 args = (a + '=' + repr(getattr(self, a)) for a in self.__slots__) 438 return all(getattr(self, a) == getattr(rhs, a) for a in self.__slots__)
|