/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...] |
/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, {})
|
/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/clang/lib/Rewrite/Frontend/ |
RewriteModernObjC.cpp | 6636 bool metaclass = ((flags & CLS_META) != 0); local [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 | |