Home
last modified time | relevance | path

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

123

/external/chromium-trace/catapult/devil/devil/utils/
Dgeometry.py16 __slots__ = () variable in Point
49 __slots__ = () variable in Rectangle
/external/protobuf/python/google/protobuf/internal/
Dcontainers.py50 __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/
Dcontainers.py50 __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/
DAPL.py37 __slots__ = ['family', 'negation', 'address', 'prefix'] variable in APLItem
82 __slots__ = ['items'] variable in APL
DNSAP.py27 __slots__ = ['address'] variable in NSAP
DDHCID.py26 __slots__ = ['data'] variable in DHCID
DA.py27 __slots__ = ['address'] variable in A
DAAAA.py27 __slots__ = ['address'] variable in AAAA
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/ANY/
DX25.py27 __slots__ = ['address'] variable in X25
DSSHFP.py32 __slots__ = ['algorithm', 'fp_type', 'fingerprint'] variable in SSHFP
DNSEC3PARAM.py34 __slots__ = ['algorithm', 'flags', 'iterations', 'salt'] variable in NSEC3PARAM
DHINFO.py29 __slots__ = ['cpu', 'os'] variable in HINFO
DISDN.py29 __slots__ = ['address', 'subaddress'] variable in ISDN
/external/protobuf/python/google/protobuf/
Dmessage.py66 __slots__ = [] variable in Message
/external/nanopb-c/generator/google/protobuf/
Dmessage.py66 __slots__ = [] variable in Message
/external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/
Dlocal.py44 __slots__ = ('__storage__', '__lock__') variable in Local
120 __slots__ = ('__local', '__dict__', '__name__') variable in LocalProxy
/external/skia/platform_tools/android/gyp_gen/
Dvars_dict_lib.py106 __slots__ = () variable in VarsDict
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/
Dnsbase.py30 __slots__ = ['target'] variable in NSBase
Dtxtbase.py29 __slots__ = ['strings'] variable in TXTBase
Ddsbase.py34 __slots__ = ['key_tag', 'algorithm', 'digest_type', 'digest'] variable in DSBase
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
Dnode.py32 __slots__ = ['rdatasets'] variable in Node
Drdata.py129 __slots__ = ['rdclass', 'rdtype'] variable in Rdata
312 __slots__ = ['data'] variable in GenericRdata
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/
Dtest_six.py778 __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/
Dtest_six.py812 __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/
Dkey.py112 __slots__ = ('n', 'e') variable in PublicKey
278 __slots__ = ('n', 'e', 'd', 'p', 'q', 'exp1', 'exp2', 'coef') variable in PrivateKey

123