/external/chromium-trace/catapult/devil/devil/utils/ |
D | geometry.py | 16 __slots__ = () variable in Point 49 __slots__ = () variable in Rectangle
|
/external/protobuf/python/google/protobuf/internal/ |
D | containers.py | 50 __slots__ = ['_message_listener', '_values'] variable in BaseContainer 95 __slots__ = ['_type_checker'] variable in RepeatedScalarFieldContainer 192 __slots__ = ['_message_descriptor'] variable in RepeatedCompositeFieldContainer
|
/external/nanopb-c/generator/google/protobuf/internal/ |
D | containers.py | 50 __slots__ = ['_message_listener', '_values'] variable in BaseContainer 95 __slots__ = ['_type_checker'] variable in RepeatedScalarFieldContainer 192 __slots__ = ['_message_descriptor'] variable in RepeatedCompositeFieldContainer
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/IN/ |
D | APL.py | 37 __slots__ = ['family', 'negation', 'address', 'prefix'] variable in APLItem 82 __slots__ = ['items'] variable in APL
|
D | NSAP.py | 27 __slots__ = ['address'] variable in NSAP
|
D | DHCID.py | 26 __slots__ = ['data'] variable in DHCID
|
D | A.py | 27 __slots__ = ['address'] variable in A
|
D | AAAA.py | 27 __slots__ = ['address'] variable in AAAA
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/ANY/ |
D | X25.py | 27 __slots__ = ['address'] variable in X25
|
D | SSHFP.py | 32 __slots__ = ['algorithm', 'fp_type', 'fingerprint'] variable in SSHFP
|
D | NSEC3PARAM.py | 34 __slots__ = ['algorithm', 'flags', 'iterations', 'salt'] variable in NSEC3PARAM
|
D | HINFO.py | 29 __slots__ = ['cpu', 'os'] variable in HINFO
|
D | ISDN.py | 29 __slots__ = ['address', 'subaddress'] variable in ISDN
|
/external/protobuf/python/google/protobuf/ |
D | message.py | 66 __slots__ = [] variable in Message
|
/external/nanopb-c/generator/google/protobuf/ |
D | message.py | 66 __slots__ = [] variable in Message
|
/external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/ |
D | local.py | 44 __slots__ = ('__storage__', '__lock__') variable in Local 120 __slots__ = ('__local', '__dict__', '__name__') variable in LocalProxy
|
/external/skia/platform_tools/android/gyp_gen/ |
D | vars_dict_lib.py | 106 __slots__ = () variable in VarsDict
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/ |
D | nsbase.py | 30 __slots__ = ['target'] variable in NSBase
|
D | txtbase.py | 29 __slots__ = ['strings'] variable in TXTBase
|
D | dsbase.py | 34 __slots__ = ['key_tag', 'algorithm', 'digest_type', 'digest'] variable in DSBase
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/ |
D | node.py | 32 __slots__ = ['rdatasets'] variable in Node
|
D | rdata.py | 129 __slots__ = ['rdclass', 'rdtype'] variable in Rdata 312 __slots__ = ['data'] variable in GenericRdata
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/ |
D | test_six.py | 778 __slots__ = ["a", "b"] variable in test_add_metaclass.MySlots 781 assert MySlots.__slots__ == ["a", "b"] 788 __slots__ = "ab" variable in test_add_metaclass.MyStringSlots 790 assert MyStringSlots.__slots__ == "ab" 797 __slots__ = "__weakref__", variable in test_add_metaclass.MySlotsWeakref
|
/external/chromium-trace/catapult/third_party/six/ |
D | test_six.py | 812 __slots__ = ["a", "b"] variable in test_add_metaclass.MySlots 815 assert MySlots.__slots__ == ["a", "b"] 822 __slots__ = "ab" variable in test_add_metaclass.MyStringSlots 824 assert MyStringSlots.__slots__ == "ab" 831 __slots__ = "__weakref__", variable in test_add_metaclass.MySlotsWeakref
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/ |
D | key.py | 112 __slots__ = ('n', 'e') variable in PublicKey 278 __slots__ = ('n', 'e', 'd', 'p', 'q', 'exp1', 'exp2', 'coef') variable in PrivateKey
|