/external/python/pycparser/pycparser/ |
D | c_ast.py | 31 __slots__ = () variable in Node 41 for name in self.__slots__[:-2]: 168 __slots__ = ('type', 'dim', 'dim_quals', 'coord', '__weakref__') variable in ArrayDecl 190 __slots__ = ('name', 'subscript', 'coord', '__weakref__') variable in ArrayRef 211 __slots__ = ('op', 'lvalue', 'rvalue', 'coord', '__weakref__') variable in Assignment 233 __slots__ = ('op', 'left', 'right', 'coord', '__weakref__') variable in BinaryOp 255 __slots__ = ('coord', '__weakref__') variable in Break 269 __slots__ = ('expr', 'stmts', 'coord', '__weakref__') variable in Case 291 __slots__ = ('to_type', 'expr', 'coord', '__weakref__') variable in Cast 312 __slots__ = ('block_items', 'coord', '__weakref__') variable in Compound [all …]
|
/external/python/cpython3/Lib/ |
D | _collections_abc.py | 88 __slots__ = () variable in Hashable 103 __slots__ = () variable in Awaitable 120 __slots__ = () variable in Coroutine 164 __slots__ = () variable in AsyncIterable 181 __slots__ = () variable in AsyncIterator 200 __slots__ = () variable in AsyncGenerator 251 __slots__ = () variable in Iterable 269 __slots__ = () variable in Iterator 304 __slots__ = () variable in Reversible 320 __slots__ = () variable in Generator [all …]
|
D | numbers.py | 18 __slots__ = () variable in Number 43 __slots__ = () variable in Complex 156 __slots__ = () variable in Real 270 __slots__ = () variable in Rational 297 __slots__ = () variable in Integral
|
D | typing.py | 292 __slots__ = ('__weakref__',) variable in _Final 300 __slots__ = () variable in _Immutable 312 __slots__ = ('_name', '__doc__', '_getitem') variable in _SpecialForm 505 __slots__ = ('__forward_arg__', '__forward_code__', variable in ForwardRef 602 __slots__ = ('__name__', '__bound__', '__constraints__', variable in TypeVar 658 self.__slots__ = None # This is not documented. 958 __slots__ = () variable in Generic 1139 __slots__ = () variable in Protocol 1279 __slots__ = () variable in Annotated 1726 __slots__ = () variable in SupportsInt [all …]
|
/external/tensorflow/tensorflow/python/eager/ |
D | monitoring.py | 108 __slots__ = ["_metric", "_metric_name", "_metric_methods", "_label_length"] variable in Metric 151 __slots__ = ["_cell"] variable in CounterCell 182 __slots__ = [] variable in Counter 203 __slots__ = ["_cell"] variable in IntGaugeCell 234 __slots__ = [] variable in IntGauge 255 __slots__ = ["_cell"] variable in StringGaugeCell 289 __slots__ = [] variable in StringGauge 310 __slots__ = ["_cell"] variable in BoolGaugeCell 342 __slots__ = [] variable in BoolGauge 363 __slots__ = ["_cell"] variable in SamplerCell [all …]
|
/external/python/cpython3/Lib/asyncio/ |
D | protocols.py | 19 __slots__ = () variable in BaseProtocol 92 __slots__ = () variable in Protocol 137 __slots__ = () variable in BufferedProtocol 169 __slots__ = () variable in DatagramProtocol 184 __slots__ = () variable in SubprocessProtocol
|
D | transports.py | 12 __slots__ = ('_extra',) variable in BaseTransport 49 __slots__ = () variable in ReadTransport 75 __slots__ = () variable in WriteTransport 163 __slots__ = () variable in Transport 169 __slots__ = () variable in DatagramTransport 193 __slots__ = () variable in SubprocessTransport 262 __slots__ = ('_loop', '_protocol_paused', '_high_water', '_low_water') variable in _FlowControlMixin
|
/external/tensorflow/tensorflow/python/framework/ |
D | c_api_util.py | 32 __slots__ = ["status"] variable in ScopedTFStatus 47 __slots__ = ["graph", "deleter"] variable in ScopedTFGraph 64 __slots__ = ["options"] variable in ScopedTFImportGraphDefOptions 79 __slots__ = ["results"] variable in ScopedTFImportGraphDefResults 94 __slots__ = ["func", "deleter"] variable in ScopedTFFunction 113 __slots__ = ["buffer"] variable in ScopedTFBuffer 129 __slots__ = ["_api_def_map", "_op_per_name"] variable in ApiDefMap
|
/external/tensorflow/tensorflow/python/util/ |
D | object_identity.py | 34 __slots__ = ["_wrapped", "__weakref__"] variable in _ObjectIdentityWrapper 76 __slots__ = () variable in _WeakObjectIdentityWrapper 105 __slots__ = () variable in Reference 130 __slots__ = ["_storage"] variable in ObjectIdentityDictionary 161 __slots__ = ["__weakref__"] variable in ObjectIdentityWeakKeyDictionary 183 __slots__ = ["_storage", "__weakref__"] variable in ObjectIdentitySet 231 __slots__ = () variable in ObjectIdentityWeakSet
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | object_identity.py | 33 __slots__ = ["_wrapped", "__weakref__"] variable in _ObjectIdentityWrapper 75 __slots__ = () variable in _WeakObjectIdentityWrapper 104 __slots__ = () variable in Reference 129 __slots__ = ["_storage"] variable in ObjectIdentityDictionary 160 __slots__ = ["__weakref__"] variable in ObjectIdentityWeakKeyDictionary 182 __slots__ = ["_storage", "__weakref__"] variable in ObjectIdentitySet 230 __slots__ = () variable in ObjectIdentityWeakSet
|
/external/python/cpython3/Lib/test/ |
D | test_copyreg.py | 14 __slots__ = ('__weakref__',) variable in WithWeakref 17 __slots__ = ('__spam',) variable in WithPrivate 20 __slots__ = ('__spam',) variable in _WithLeadingUnderscoreAndPrivate 23 __slots__ = ('__spam',) variable in ___ 26 __slots__ = 'spam' variable in WithSingleString 29 __slots__ = ('eggs',) variable in WithInherited
|
/external/python/cpython2/Lib/test/ |
D | test_copy_reg.py | 15 __slots__ = ('__weakref__',) variable in WithWeakref 18 __slots__ = ('__spam',) variable in WithPrivate 21 __slots__ = ('__spam',) variable in _WithLeadingUnderscoreAndPrivate 24 __slots__ = ('__spam',) variable in ___ 27 __slots__ = 'spam' variable in WithSingleString 30 __slots__ = ('eggs',) variable in WithInherited
|
/external/scapy/scapy/ |
D | fields.py | 32 __slots__ = ["name", "fmt", "default", "sz", "owners"] variable in Field 115 __slots__ = ["fld"] variable in Emph 127 __slots__ = ["_fld", "_action_method", "_privdata"] variable in ActionField 140 __slots__ = ["fld", "cond"] variable in ConditionalField 165 __slots__ = ["_fld", "_align", "_padwith"] variable in PadField 188 __slots__ = ["defaultdst"] variable in DestField 266 __slots__ = ["dstname"] variable in SourceIPField 386 __slots__ = ["remain"] variable in StrField 418 __slots__ = ["cls"] variable in PacketField 439 __slots__ = ["length_from"] variable in PacketLenField [all …]
|
/external/python/cpython2/Lib/ |
D | numbers.py | 20 __slots__ = () variable in Number 45 __slots__ = () variable in Complex 178 __slots__ = () variable in Real 273 __slots__ = () variable in Rational 298 __slots__ = () variable in Integral
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | xla_client.py | 164 __slots__ = ('op_type', 'op_name', 'source_file', 'source_line') variable in OpMetadata 449 __slots__ = ('edge_padding_low', 'edge_padding_high', 'interior_padding') variable in PaddingConfigDimension 459 __slots__ = ('dimensions',) variable in PaddingConfig 492 __slots__ = ('lhs_contracting_dimensions', 'rhs_contracting_dimensions', variable in DotDimensionNumbers 532 __slots__ = ('input_batch_dimension', 'input_feature_dimension', variable in ConvolutionDimensionNumbers 616 __slots__ = ('type', 'tile_assignment_dimensions', 'tile_assignment_devices', variable in OpSharding 631 __slots__ = ('operand_precision',) variable in PrecisionConfig 641 __slots__ = ('offset_dims', 'collapsed_slice_dims', 'start_index_map', variable in GatherDimensionNumbers 653 __slots__ = ('update_window_dims', 'inserted_window_dims', variable in ScatterDimensionNumbers 665 __slots__ = ('replica_ids',) variable in ReplicaGroup
|
/external/python/cpython3/Lib/test/test_import/data/unwritable/ |
D | __init__.py | 4 __slots__ = ['__builtins__', '__cached__', '__doc__', variable in MyMod 8 for attr in self.__slots__:
|
/external/python/cpython3/Tools/c-analyzer/c_analyzer/parser/ |
D | preprocessor.py | 113 __slots__ = () variable in PreprocessorDirective 144 __slots__ = () variable in Constant 171 __slots__ = () variable in Macro 222 __slots__ = () variable in IfDirective 294 __slots__ = () variable in Include 324 __slots__ = () variable in OtherDirective
|
/external/protobuf/python/google/protobuf/internal/ |
D | containers.py | 73 __slots__ = () variable in Mapping 121 __slots__ = () variable in MutableMapping 194 __slots__ = ['_message_listener', '_values'] variable in BaseContainer 241 __slots__ = ['_type_checker'] variable in RepeatedScalarFieldContainer 352 __slots__ = ['_message_descriptor'] variable in RepeatedCompositeFieldContainer 461 __slots__ = ['_key_checker', '_value_checker', '_values', '_message_listener', variable in ScalarMap 551 __slots__ = ['_key_checker', '_values', '_message_listener', variable in MessageMap 660 __slots__ = ['_field_number', '_wire_type', '_data'] variable in _UnknownField 720 __slots__ = ['_values'] variable in UnknownFieldSet
|
/external/python/cpython3/Lib/zoneinfo/ |
D | _common.py | 128 __slots__ = [ variable in _TZifHeader 139 assert len(self.__slots__) == len(args) 140 for attr, val in zip(self.__slots__, args):
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | slots_metaclass_unittest.py | 21 __slots__ = '_nice', variable in SlotsMetaclassUnittest.testSlotsMetaclass.NiceClass 39 __slots__ = () variable in SlotsMetaclassUnittest.testSlotsMetaclass.NaughtyClass2
|
/external/python/cpython3/Lib/ctypes/ |
D | _endian.py | 48 __slots__ = () variable in BigEndianStructure 57 __slots__ = () variable in LittleEndianStructure
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | geometry.py | 15 __slots__ = () variable in Point 48 __slots__ = () variable in Rectangle
|
/external/python/jinja/src/jinja2/ |
D | runtime.py | 689 __slots__ = ( variable in Undefined 844 __slots__ = () variable in ChainableUndefined 869 __slots__ = () variable in DebugUndefined 907 __slots__ = () variable in StrictUndefined 915 Undefined.__slots__, 916 ChainableUndefined.__slots__, 917 DebugUndefined.__slots__, 918 StrictUndefined.__slots__,
|
/external/python/cpython3/Lib/urllib/ |
D | parse.py | 130 __slots__ = () variable in _ResultMixinStr 138 __slots__ = () variable in _ResultMixinBytes 146 __slots__ = () variable in _NetlocResultMixinBase 184 __slots__ = () variable in _NetlocResultMixinStr 214 __slots__ = () variable in _NetlocResultMixinBytes 319 __slots__ = () variable in DefragResult 327 __slots__ = () variable in SplitResult 332 __slots__ = () variable in ParseResult 338 __slots__ = () variable in DefragResultBytes 346 __slots__ = () variable in SplitResultBytes [all …]
|
/external/python/cpython3/Lib/xml/dom/ |
D | minicompat.py | 51 __slots__ = () variable in NodeList 75 __slots__ = () variable in EmptyNodeList
|