/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
|
D | test_descr.py | 269 __slots__ = ['prec'] variable in OperatorsTest.test_complexes.Number 1070 __slots__ = () variable in ClassPropertiesAndMethods.test_object_class_assignment_between_heaptypes_and_nonheaptypes.MyInt 1075 __slots__ = () variable in ClassPropertiesAndMethods.test_object_class_assignment_between_heaptypes_and_nonheaptypes.MyFloat 1080 __slots__ = () variable in ClassPropertiesAndMethods.test_object_class_assignment_between_heaptypes_and_nonheaptypes.MyComplex 1085 __slots__ = () variable in ClassPropertiesAndMethods.test_object_class_assignment_between_heaptypes_and_nonheaptypes.MyStr 1090 __slots__ = () variable in ClassPropertiesAndMethods.test_object_class_assignment_between_heaptypes_and_nonheaptypes.MyBytes 1095 __slots__ = () variable in ClassPropertiesAndMethods.test_object_class_assignment_between_heaptypes_and_nonheaptypes.MyTuple 1100 __slots__ = () variable in ClassPropertiesAndMethods.test_object_class_assignment_between_heaptypes_and_nonheaptypes.MyFrozenSet 1107 __slots__ = [] variable in ClassPropertiesAndMethods.test_slots.C0 1113 __slots__ = ['a'] variable in ClassPropertiesAndMethods.test_slots.C1 [all …]
|
/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
|
D | test_sys.py | 797 __slots__ = 'a', 'b', 'c' variable in SizeofTest.test_slots.BA 800 __slots__ = 'a', 'b', 'c' variable in SizeofTest.test_slots.D 803 __slots__ = 'a', 'b', 'c' variable in SizeofTest.test_slots.L 806 __slots__ = 'a', 'b', 'c' variable in SizeofTest.test_slots.S 809 __slots__ = 'a', 'b', 'c' variable in SizeofTest.test_slots.FS
|
D | test_descr.py | 284 __slots__ = ['prec'] variable in OperatorsTest.test_complexes.Number 972 __slots__ = [] variable in ClassPropertiesAndMethods.test_slots.C0 978 __slots__ = ['a'] variable in ClassPropertiesAndMethods.test_slots.C1 990 __slots__ = ['a', 'b', 'c'] variable in ClassPropertiesAndMethods.test_slots.C3 1005 __slots__ = ['__a'] variable in ClassPropertiesAndMethods.test_slots.C4 1024 __slots__ = [None] variable in ClassPropertiesAndMethods.test_slots.C 1031 __slots__ = ["foo bar"] variable in ClassPropertiesAndMethods.test_slots.C 1038 __slots__ = ["foo\0bar"] variable in ClassPropertiesAndMethods.test_slots.C 1045 __slots__ = ["1"] variable in ClassPropertiesAndMethods.test_slots.C 1052 __slots__ = [""] variable in ClassPropertiesAndMethods.test_slots.C [all …]
|
/external/python/pycparser/pycparser/ |
D | c_ast.py | 31 __slots__ = () variable in Node 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 330 __slots__ = ('type', 'init', 'coord', '__weakref__') variable in CompoundLiteral [all …]
|
/external/tensorflow/tensorflow/python/eager/ |
D | monitoring.py | 116 __slots__ = ["_metric", "_metric_name", "_metric_methods", "_label_length"] variable in Metric 159 __slots__ = ["_cell"] variable in CounterCell 190 __slots__ = [] variable in Counter 211 __slots__ = ["_cell"] variable in IntGaugeCell 242 __slots__ = [] variable in IntGauge 263 __slots__ = ["_cell"] variable in StringGaugeCell 297 __slots__ = [] variable in StringGauge 318 __slots__ = ["_cell"] variable in BoolGaugeCell 350 __slots__ = [] variable in BoolGauge 371 __slots__ = ["_cell"] variable in SamplerCell [all …]
|
/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 117 __slots__ = ["buffer"] variable in ScopedTFBuffer 133 __slots__ = ["_api_def_map", "_op_per_name"] variable in ApiDefMap
|
/external/python/cpython3/Lib/ |
D | _collections_abc.py | 92 __slots__ = () variable in Hashable 107 __slots__ = () variable in Awaitable 124 __slots__ = () variable in Coroutine 168 __slots__ = () variable in AsyncIterable 185 __slots__ = () variable in AsyncIterator 204 __slots__ = () variable in AsyncGenerator 255 __slots__ = () variable in Iterable 273 __slots__ = () variable in Iterator 308 __slots__ = () variable in Reversible 324 __slots__ = () variable in Generator [all …]
|
D | _threading_local.py | 148 __slots__ = 'key', 'dicts', 'localargs', 'locallock', '__weakref__' variable in _localimpl 205 __slots__ = '_local__impl', '__dict__' variable in local
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | xla_client.py | 171 __slots__ = ('op_type', 'op_name', 'source_file', 'source_line') variable in OpMetadata 473 __slots__ = ('edge_padding_low', 'edge_padding_high', 'interior_padding') variable in PaddingConfigDimension 483 __slots__ = ('dimensions',) variable in PaddingConfig 516 __slots__ = ('lhs_contracting_dimensions', 'rhs_contracting_dimensions', variable in DotDimensionNumbers 556 __slots__ = ('input_batch_dimension', 'input_feature_dimension', variable in ConvolutionDimensionNumbers 640 __slots__ = ('type', 'tile_assignment_dimensions', 'tile_assignment_devices', variable in OpSharding 655 __slots__ = ('operand_precision',) variable in PrecisionConfig 665 __slots__ = ('offset_dims', 'collapsed_slice_dims', 'start_index_map', variable in GatherDimensionNumbers 677 __slots__ = ('update_window_dims', 'inserted_window_dims', variable in ScatterDimensionNumbers 689 __slots__ = ('replica_ids',) variable in ReplicaGroup
|
/external/python/cpython3/Lib/asyncio/ |
D | protocols.py | 19 __slots__ = () variable in BaseProtocol 92 __slots__ = () variable in Protocol 133 __slots__ = () variable in BufferedProtocol 165 __slots__ = () variable in DatagramProtocol 180 __slots__ = () variable in SubprocessProtocol
|
D | transports.py | 12 __slots__ = ('_extra',) variable in BaseTransport 49 __slots__ = () variable in ReadTransport 75 __slots__ = () variable in WriteTransport 169 __slots__ = () variable in Transport 175 __slots__ = () variable in DatagramTransport 199 __slots__ = () variable in SubprocessTransport 268 __slots__ = ('_loop', '_protocol_paused', '_high_water', '_low_water') variable in _FlowControlMixin
|
/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
|
D | lock_util.py | 54 __slots__ = ["_ready", "_num_groups", "_group_member_counts"] variable in GroupLock 123 __slots__ = ["_lock", "_group_id"] variable in GroupLock._Context
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | object_identity.py | 30 __slots__ = ["_wrapped", "__weakref__"] variable in _ObjectIdentityWrapper 72 __slots__ = () variable in _WeakObjectIdentityWrapper 101 __slots__ = () variable in Reference 126 __slots__ = ["_storage"] variable in ObjectIdentityDictionary 157 __slots__ = ["__weakref__"] variable in ObjectIdentityWeakKeyDictionary 179 __slots__ = ["_storage", "__weakref__"] variable in ObjectIdentitySet 227 __slots__ = () variable in ObjectIdentityWeakSet
|
/external/python/cpython3/Lib/urllib/ |
D | parse.py | 133 __slots__ = () variable in _ResultMixinStr 141 __slots__ = () variable in _ResultMixinBytes 149 __slots__ = () variable in _NetlocResultMixinBase 187 __slots__ = () variable in _NetlocResultMixinStr 217 __slots__ = () variable in _NetlocResultMixinBytes 322 __slots__ = () variable in DefragResult 330 __slots__ = () variable in SplitResult 335 __slots__ = () variable in ParseResult 341 __slots__ = () variable in DefragResultBytes 349 __slots__ = () variable in SplitResultBytes [all …]
|
/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/python/setuptools/setuptools/_vendor/ |
D | typing_extensions.py | 107 __slots__ = () variable in _NoReturn 175 __slots__ = ('__type__',) variable in _Final 287 __slots__ = ('__values__',) variable in _Literal 373 __slots__ = () variable in Deque 389 __slots__ = () variable in AsyncContextManager 418 __slots__ = () variable in OrderedDict 434 __slots__ = () variable in Counter 449 __slots__ = () variable in ChainMap 464 __slots__ = () variable in AsyncGenerator 571 __slots__ = () variable in Protocol [all …]
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | geometry.py | 15 __slots__ = () variable in Point 48 __slots__ = () variable in Rectangle
|
/external/python/typing/typing_extensions/ |
D | __init__.py | 168 __slots__ = () variable in _NoReturn 236 __slots__ = ('__type__',) variable in _Final 358 __slots__ = ('__values__',) variable in _Literal 444 __slots__ = () variable in Deque 460 __slots__ = () variable in AsyncContextManager 489 __slots__ = () variable in OrderedDict 505 __slots__ = () variable in Counter 520 __slots__ = () variable in ChainMap 535 __slots__ = () variable in AsyncGenerator 641 __slots__ = () variable in Protocol [all …]
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | error_utils.py | 32 __slots__ = () variable in FrameInfo 162 __slots__ = ('translated_stack', 'cause_message') variable in ErrorMetadataBase
|
/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/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
|