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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
classobject.h 42 #define PyInstance_Check(op) ((op)->ob_type == &PyInstance_Type)
pyerrors.h 102 (PyInstance_Check((x)) || \
111 ((PyInstance_Check((x)) \
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
classobject.h 42 #define PyInstance_Check(op) ((op)->ob_type == &PyInstance_Type)
pyerrors.h 102 (PyInstance_Check((x)) || \
111 ((PyInstance_Check((x)) \
  /external/chromium_org/third_party/cython/src/Cython/Utility/
Exceptions.c 106 if (PyInstance_Check(type)) {
ObjectHandling.c     [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyrun.swg 1069 if (PyInstance_Check(pyobj)) {
    [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c     [all...]
qavltree.c     [all...]
qbintree.c     [all...]
qrbtree.c     [all...]

Completed in 9203 milliseconds