HomeSort by relevance Sort by last modified time
    Searched refs:metaclass (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testpkg-compatmodule/pkg/
api3.py 10 class MyClass (object, metaclass=type):
  /external/javassist/src/main/javassist/tools/reflect/
Loader.java 149 * @param metaclass the class of the class metaobject.
158 String metaobject, String metaclass)
161 return reflection.makeReflective(clazz, metaobject, metaclass);
Reflection.java 139 * @param metaclass the class name of the class metaobject.
146 String metaobject, String metaclass)
151 classPool.get(metaclass));
163 * @param metaclass the class of the class metaobject.
172 Class metaobject, Class metaclass)
176 metaclass.getName());
189 * @param metaclass the class of the class metaobject.
198 CtClass metaobject, CtClass metaclass)
217 return modifyClassfile(clazz, metaobject, metaclass);
238 CtClass metaclass)
    [all...]
  /art/test/utils/python/testgen/
mixins.py 25 class Named(metaclass=abc.ABCMeta):
37 class FileLike(metaclass=abc.ABCMeta):
118 class DumpMixin(metaclass=abc.ABCMeta):
  /development/tools/axl/
singletonmixin.py 37 time (by means of the MetaSingleton metaclass.
42 public domain. The idea of using a metaclass came from
52 def __new__(metaclass, strName, tupBases, dict):
55 return super(MetaSingleton,metaclass).__new__(metaclass, strName, tupBases, dict)
178 def __new__(metaclass, strName, tupBases, dict):
179 return super(MetaSingleton,metaclass).__new__(metaclass, strName, tupBases, dict)
  /external/opencv3/3rdparty/jinja2/
_compat.py 94 # dummy metaclass for one level of class instanciation that replaces
95 # itself with the actual metaclass. Because of internal type checks
96 # we also need to make sure that we downgrade the custom metaclass
102 class metaclass(meta): class in function:with_metaclass
109 return metaclass('temporary_class', None, {})
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vendored/
six.py 700 """Create a base class with a metaclass."""
702 # dummy metaclass for one level of class instantiation that replaces
703 # itself with the actual metaclass. Because of internal type checks
704 # we also need to make sure that we downgrade the custom metaclass
707 class metaclass(meta): class in function:with_metaclass
714 return metaclass('temporary_class', None, {})
717 def add_metaclass(metaclass):
718 """Class decorator for creating a class with a metaclass."""
729 return metaclass(cls.__name__, cls.__bases__, orig_vars)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/six/
six.py 772 """Create a base class with a metaclass."""
774 # metaclass for one level of class instantiation that replaces itself with
775 # the actual metaclass.
776 class metaclass(meta): class in function:with_metaclass
779 return type.__new__(metaclass, 'temporary_class', (), {})
782 def add_metaclass(metaclass):
783 """Class decorator for creating a class with a metaclass."""
794 return metaclass(cls.__name__, cls.__bases__, orig_vars)
  /external/chromium-trace/catapult/third_party/six/
six.py 801 """Create a base class with a metaclass."""
803 # metaclass for one level of class instantiation that replaces itself with
804 # the actual metaclass.
805 class metaclass(meta): class in function:with_metaclass
809 return type.__new__(metaclass, 'temporary_class', (), {})
812 def add_metaclass(metaclass):
813 """Class decorator for creating a class with a metaclass."""
824 return metaclass(cls.__name__, cls.__bases__, orig_vars)
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 6520 bool metaclass = ((flags & CLS_META) != 0); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
pickletester.py 128 class metaclass(type): class in inherits:type
132 __metaclass__ = metaclass
    [all...]
test_descr.py 525 # More metaclass examples
530 def __new__(metaclass, name, bases, dict):
531 cls = super(autosuper, metaclass).__new__(metaclass,
564 def __new__(metaclass, name, bases, dict):
579 return super(autoproperty, metaclass).__new__(metaclass,
641 # The most derived metaclass of D is A rather than type.
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
pickletester.py 128 class metaclass(type): class in inherits:type
132 __metaclass__ = metaclass
    [all...]
test_descr.py 525 # More metaclass examples
530 def __new__(metaclass, name, bases, dict):
531 cls = super(autosuper, metaclass).__new__(metaclass,
564 def __new__(metaclass, name, bases, dict):
579 return super(autoproperty, metaclass).__new__(metaclass,
641 # The most derived metaclass of D is A rather than type.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pickletester.py 128 class metaclass(type): class in inherits:type
132 __metaclass__ = metaclass
    [all...]
test_descr.py 525 # More metaclass examples
530 def __new__(metaclass, name, bases, dict):
531 cls = super(autosuper, metaclass).__new__(metaclass,
564 def __new__(metaclass, name, bases, dict):
579 return super(autoproperty, metaclass).__new__(metaclass,
641 # The most derived metaclass of D is A rather than type.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pickletester.py 128 class metaclass(type): class in inherits:type
132 __metaclass__ = metaclass
    [all...]
test_descr.py 525 # More metaclass examples
530 def __new__(metaclass, name, bases, dict):
531 cls = super(autosuper, metaclass).__new__(metaclass,
564 def __new__(metaclass, name, bases, dict):
579 return super(autoproperty, metaclass).__new__(metaclass,
641 # The most derived metaclass of D is A rather than type.
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 426 As TokenScheme the class functions as a metaclass, figuring out some of the
  /external/guice/extensions/persist/lib/
javassist.jar 
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /external/guice/extensions/struts2/lib/
javassist.jar 

Completed in 844 milliseconds

1 2