/aosp_15_r20/external/javassist/src/main/javassist/tools/reflect/ |
H A D | Reflection.java | 164 String metaobject, String metaclass) in makeReflective() 190 Class<?> metaobject, Class<?> metaclass) in makeReflective() 216 CtClass metaobject, CtClass metaclass) in makeReflective() 256 CtClass metaclass) in modifyClassfile()
|
H A D | Loader.java | 157 String metaobject, String metaclass) in makeReflective()
|
/aosp_15_r20/development/tools/axl/ |
H A D | singletonmixin.py | 52 def __new__(metaclass, strName, tupBases, dict): argument 178 def __new__(metaclass, strName, tupBases, dict): argument
|
/aosp_15_r20/external/pytorch/torch/csrc/tensor/ |
H A D | python_tensor.cpp | 174 static PyTypeObject metaclass = { variable 179 static void py_initialize_metaclass(PyTypeObject& metaclass) { in py_initialize_metaclass()
|
/aosp_15_r20/external/python/parse_type/tasks/_vendor/ |
D | six.py | 805 class metaclass(meta): class 812 def add_metaclass(metaclass): argument
|
/aosp_15_r20/external/scapy/scapy/modules/ |
H A D | six.py | 828 class metaclass(meta): class 835 def add_metaclass(metaclass): argument
|
/aosp_15_r20/external/libchrome/third_party/jinja2/ |
H A D | _compat.py | 90 class metaclass(type): class
|
/aosp_15_r20/external/python/cpython2/Demo/newmetaclasses/ |
D | Eiffel.py | 87 def _test(metaclass): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/ |
D | six.py | 934 class metaclass(type): class 953 def add_metaclass(metaclass): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/ |
D | six.py | 934 class metaclass(type): class 953 def add_metaclass(metaclass): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/ |
D | six.py | 861 class metaclass(type): class 880 def add_metaclass(metaclass): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/ |
D | six.py | 934 class metaclass(type): class 953 def add_metaclass(metaclass): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/ |
D | six.py | 934 class metaclass(type): class 953 def add_metaclass(metaclass): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/ |
D | six.py | 861 class metaclass(type): class 880 def add_metaclass(metaclass): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/ |
D | six.py | 861 class metaclass(type): class 880 def add_metaclass(metaclass): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/ |
D | six.py | 861 class metaclass(type): class 880 def add_metaclass(metaclass): argument
|
/aosp_15_r20/external/python/six/ |
D | six.py | 861 class metaclass(type): class 880 def add_metaclass(metaclass): argument
|
/aosp_15_r20/external/python/cpython3/Tools/demo/ |
D | eiffel.py | 107 def _test(self, metaclass): argument
|
/aosp_15_r20/external/python/cpython3/Doc/reference/ |
D | datamodel.rst | 2128 .. _prepare:
|
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/ |
H A D | init.cpp | 410 static auto* metaclass = [] { in GetReduceOpMetaclass() local 425 PyTypeObject* metaclass = (PyTypeObject*)PyType_FromSpec(&spec); in GetReduceOpMetaclass() local
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_abc.py | 499 class metaclass(type): class
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | pickletester.py | 197 class metaclass(type): class
|
D | test_descr.py | 545 def __new__(metaclass, name, bases, dict): argument 579 def __new__(metaclass, name, bases, dict): argument
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | ceval.c | 4980 PyObject *metaclass = NULL, *result, *base; in build_class() local
|
/aosp_15_r20/external/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 6442 bool metaclass = ((flags & CLS_META) != 0); in Write__class_ro_t_initializer() local 6486 const ObjCInterfaceDecl *CDecl, bool metaclass) { in Write_class_t()
|