HomeSort by relevance Sort by last modified time
    Searched full:metaclass (Results 26 - 50 of 50) sorted by null

12

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
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...]
pickletester.py 128 class metaclass(type): class in inherits:type
132 __metaclass__ = metaclass
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 292 /// Placeholder for the metaclass. Lots of things refer to the class before
294 /// replace / it with a pointer to the metaclass structure before finally
418 llvm::Constant *MetaClass,
    [all...]
CGObjCMac.cpp     [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 34 // largely be constructed at runtime via the metaclass in reflection.py.
644 // metaclass to do almost all of the work of actually creating a useful class.
646 // to output a Python version of the descriptors, which the metaclass in
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 6636 bool metaclass = ((flags & CLS_META) != 0); local
    [all...]
RewriteObjC.cpp     [all...]
  /external/chromium_org/third_party/protobuf/python/
mox.py     [all...]
  /external/protobuf/python/
mox.py     [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...]
  /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/chromium_org/third_party/jinja2/
runtime.py 579 # remove remaining slots attributes, after the metaclass did the magic they
nodes.py 60 """A metaclass for nodes that handles the field and attribute
  /external/clang/docs/
AutomaticReferenceCounting.rst 120 every class *T* there's an associated metaclass; it has no fields, its
121 superclass is the metaclass of *T*'s superclass, and its metaclass is a global
122 class. Every class has a global object whose class is the class's metaclass;
131 can be invoked on objects of the metaclass. A method may be invoked by
    [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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py 294 # Check for a class with a custom metaclass; treat as regular class
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 294 # Check for a class with a custom metaclass; treat as regular class
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
reflection_test.py     [all...]
  /external/chromium_org/third_party/pymock/
mock.py     [all...]
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py     [all...]
  /external/chromium_org/third_party/python_gflags/
gflags.py     [all...]
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3-sources.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3-sources.jar 
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]

Completed in 2885 milliseconds

12