Searched refs:cls (Results 1 - 25 of 1387) sorted by relevance

1234567891011>>

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dabc.py87 cls = super(ABCMeta, mcls).__new__(mcls, name, bases, namespace)
94 value = getattr(cls, name, None)
97 cls.__abstractmethods__ = frozenset(abstracts)
99 cls._abc_registry = WeakSet()
100 cls._abc_cache = WeakSet()
101 cls._abc_negative_cache = WeakSet()
102 cls._abc_negative_cache_version = ABCMeta._abc_invalidation_counter
103 return cls
105 def register(cls, subclass):
109 if issubclass(subclass, cls)
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dabc.py87 cls = super(ABCMeta, mcls).__new__(mcls, name, bases, namespace)
94 value = getattr(cls, name, None)
97 cls.__abstractmethods__ = frozenset(abstracts)
99 cls._abc_registry = WeakSet()
100 cls._abc_cache = WeakSet()
101 cls._abc_negative_cache = WeakSet()
102 cls._abc_negative_cache_version = ABCMeta._abc_invalidation_counter
103 return cls
105 def register(cls, subclass):
109 if issubclass(subclass, cls)
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dabc.py87 cls = super(ABCMeta, mcls).__new__(mcls, name, bases, namespace)
94 value = getattr(cls, name, None)
97 cls.__abstractmethods__ = frozenset(abstracts)
99 cls._abc_registry = WeakSet()
100 cls._abc_cache = WeakSet()
101 cls._abc_negative_cache = WeakSet()
102 cls._abc_negative_cache_version = ABCMeta._abc_invalidation_counter
103 return cls
105 def register(cls, subclass):
109 if issubclass(subclass, cls)
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dabc.py87 cls = super(ABCMeta, mcls).__new__(mcls, name, bases, namespace)
94 value = getattr(cls, name, None)
97 cls.__abstractmethods__ = frozenset(abstracts)
99 cls._abc_registry = WeakSet()
100 cls._abc_cache = WeakSet()
101 cls._abc_negative_cache = WeakSet()
102 cls._abc_negative_cache_version = ABCMeta._abc_invalidation_counter
103 return cls
105 def register(cls, subclass):
109 if issubclass(subclass, cls)
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/json/
H A D__init__.py123 allow_nan=True, cls=None, indent=None, separators=None,
171 the ``cls`` kwarg; otherwise ``JSONEncoder`` is used.
177 cls is None and indent is None and separators is None and
181 if cls is None:
182 cls = JSONEncoder
183 iterable = cls(skipkeys=skipkeys, ensure_ascii=ensure_ascii,
194 allow_nan=True, cls=None, indent=None, separators=None,
235 the ``cls`` kwarg; otherwise ``JSONEncoder`` is used.
241 cls is None and indent is None and separators is None and
244 if cls i
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/json/
H A D__init__.py123 allow_nan=True, cls=None, indent=None, separators=None,
171 the ``cls`` kwarg; otherwise ``JSONEncoder`` is used.
177 cls is None and indent is None and separators is None and
181 if cls is None:
182 cls = JSONEncoder
183 iterable = cls(skipkeys=skipkeys, ensure_ascii=ensure_ascii,
194 allow_nan=True, cls=None, indent=None, separators=None,
235 the ``cls`` kwarg; otherwise ``JSONEncoder`` is used.
241 cls is None and indent is None and separators is None and
244 if cls i
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
H A D__init__.py123 allow_nan=True, cls=None, indent=None, separators=None,
171 the ``cls`` kwarg; otherwise ``JSONEncoder`` is used.
177 cls is None and indent is None and separators is None and
181 if cls is None:
182 cls = JSONEncoder
183 iterable = cls(skipkeys=skipkeys, ensure_ascii=ensure_ascii,
194 allow_nan=True, cls=None, indent=None, separators=None,
235 the ``cls`` kwarg; otherwise ``JSONEncoder`` is used.
241 cls is None and indent is None and separators is None and
244 if cls i
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
H A D__init__.py123 allow_nan=True, cls=None, indent=None, separators=None,
171 the ``cls`` kwarg; otherwise ``JSONEncoder`` is used.
177 cls is None and indent is None and separators is None and
181 if cls is None:
182 cls = JSONEncoder
183 iterable = cls(skipkeys=skipkeys, ensure_ascii=ensure_ascii,
194 allow_nan=True, cls=None, indent=None, separators=None,
235 the ``cls`` kwarg; otherwise ``JSONEncoder`` is used.
241 cls is None and indent is None and separators is None and
244 if cls i
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dsetuptools_extension.py4 def _get_unpatched(cls):
10 while cls.__module__.startswith('setuptools'):
11 cls, = cls.__bases__
12 if not cls.__module__.startswith('distutils'):
14 "distutils has already been patched by %r" % cls
16 return cls
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dsetuptools_extension.py4 def _get_unpatched(cls):
10 while cls.__module__.startswith('setuptools'):
11 cls, = cls.__bases__
12 if not cls.__module__.startswith('distutils'):
14 "distutils has already been patched by %r" % cls
16 return cls
/prebuilts/ndk/r10/platforms/android-10/arch-arm/usr/include/linux/
H A Dtransport_class.h30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
/prebuilts/ndk/r10/platforms/android-10/arch-mips/usr/include/linux/
H A Dtransport_class.h30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
/prebuilts/ndk/r10/platforms/android-10/arch-x86/usr/include/linux/
H A Dtransport_class.h30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
/prebuilts/ndk/r10/platforms/android-11/arch-arm/usr/include/linux/
H A Dtransport_class.h30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
/prebuilts/ndk/r10/platforms/android-11/arch-mips/usr/include/linux/
H A Dtransport_class.h30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
/prebuilts/ndk/r10/platforms/android-11/arch-x86/usr/include/linux/
H A Dtransport_class.h30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
H A Dtransport_class.h30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
H A Dtransport_class.h30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
H A Dtransport_class.h30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
/prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
H A Dtransport_class.h30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
H A Dtransport_class.h30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
/prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
H A Dtransport_class.h30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
/prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
H A Dtransport_class.h30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
/prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
H A Dtransport_class.h30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
/prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
H A Dtransport_class.h30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }

Completed in 914 milliseconds

1234567891011>>