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

  /external/javassist/src/main/javassist/tools/reflect/
Compiler.java 100 String metaobj, classobj; local
108 classobj = "javassist.tools.reflect.ClassMetaobject";
110 classobj = entries[i].classobject;
113 pool.get(classobj)))
118 + classobj);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
new.py 11 from types import ClassType as classobj namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
new.py 11 from types import ClassType as classobj namespace
  /external/chromium_org/third_party/cython/src/Cython/Utility/
Generator.c 38 PyObject *classobj; member in struct:__anon16377
439 Py_VISIT(gen->classobj);
451 Py_CLEAR(gen->classobj);
643 gen->classobj = NULL;
CythonFunction.c 715 PyObject *classobj);
720 static CYTHON_INLINE void __Pyx_CyFunction_InitClassCell(PyObject *cyfunctions, PyObject *classobj) {
726 m->func_classobj = classobj;
727 Py_INCREF(classobj);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_new.py 20 # new.classobj()
21 C = new.classobj('Spam', (Spam.Eggs,), {'get_more_yolks': get_more_yolks})
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_new.py 20 # new.classobj()
21 C = new.classobj('Spam', (Spam.Eggs,), {'get_more_yolks': get_more_yolks})
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Nodes.py     [all...]
ExprNodes.py     [all...]
  /external/chromium_org/third_party/cython/src/Cython/Debugger/
libpython.py 361 'classobj': PyClassObjectPtr,
595 Class wrapping a gdb.Value that's a PyClassObject* i.e. a <classobj>
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 674 milliseconds