Home
last modified time | relevance | path

Searched refs:__slots__ (Results 1 – 3 of 3) sorted by relevance

/development/vndk/tools/sourcedr/ninja/
Dninja.py41 __slots__ = ('parent') variable in EvalEnv
59 __slots__ = ('_build_env', '_rule_env') variable in BuildEvalEnv
208 __slots__ = ('explicit_outs', 'implicit_outs', 'rule', 'explicit_ins', variable in Build
214 __slots__ = ('name', 'bindings') variable in Rule
218 __slots__ = ('name', 'bindings') variable in Pool
222 __slots__ = ('outs') variable in Default
858 __slots__ = ('id', 'explicit_out', 'mtime', 'implicit_ins') variable in DepFileRecord
/development/vndk/tools/sourcedr/blueprint/
Dblueprint.py401 __slots__ = ('value',) variable in Bool
439 __slots__ = ('value',) variable in Integer
526 __slots__ = ('lhs', 'rhs') variable in Concat
/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py518 __slots__ = ('ei_class', 'ei_data', 'e_machine', 'dt_rpath', 'dt_runpath', variable in ELF
547 args = (a + '=' + repr(getattr(self, a)) for a in self.__slots__)
552 return all(getattr(self, a) == getattr(rhs, a) for a in self.__slots__)