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

  /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...]
  /external/chromium_org/third_party/cython/src/Cython/Utility/
ObjectHandling.c 669 static PyObject *__Pyx_CalculateMetaclass(PyTypeObject *metaclass, PyObject *bases);
673 static PyObject *__Pyx_CalculateMetaclass(PyTypeObject *metaclass, PyObject *bases) {
683 if (!metaclass) {
684 metaclass = tmptype;
687 if (PyType_IsSubtype(metaclass, tmptype))
689 if (PyType_IsSubtype(tmptype, metaclass)) {
690 metaclass = tmptype;
695 "metaclass conflict: "
696 "the metaclass of a derived class "
701 if (!metaclass) {
723 PyObject *metaclass; local
765 PyObject *metaclass = PyDict_GetItem(mkw, PYIDENT("metaclass")); local
794 PyObject *metaclass; local
    [all...]
  /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/chromium_org/third_party/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_org/third_party/cython/src/Cython/Compiler/
Nodes.py 107 # Set this as a metaclass to trace function calls in code.
120 """Metaclass to check that type analysis functions return a node.
3983 metaclass = None variable in class:PyClassDefNode
    [all...]
ExprNodes.py     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 6570 bool metaclass = ((flags & CLS_META) != 0); local
    [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/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntimeV2.cpp     [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
  /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/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 683 milliseconds