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

  /prebuilts/misc/common/swig/include/2.0.11/chicken/
swigclosprefix.scm 12 (define-class <swig-metaclass-$module> (<class>) (void))
14 (define-method (compute-getter-and-setter (class <swig-metaclass-$module>) slot allocator)
  /prebuilts/misc/common/swig/include/2.0.11/guile/
common.scm 14 (define-class <swig-metaclass> (<class>)
17 (define-method (initialize (class <swig-metaclass>) initargs)
23 #:metaclass <swig-metaclass>
68 (export <swig-metaclass> <swig>)
  /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/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...]
  /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...]
  /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...]
  /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...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 6570 bool metaclass = ((flags & CLS_META) != 0); local
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 3492 milliseconds