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

  /prebuilts/misc/common/swig/include/2.0.11/python/
pyhead.swg 15 #define Py_TPFLAGS_HAVE_CLASS Py_TPFLAGS_BASETYPE
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 265 /* The following require the Py_TPFLAGS_HAVE_CLASS flag */
591 #define Py_TPFLAGS_HAVE_CLASS (1L<<8)
646 Py_TPFLAGS_HAVE_CLASS | \
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 265 /* The following require the Py_TPFLAGS_HAVE_CLASS flag */
579 #define Py_TPFLAGS_HAVE_CLASS (1L<<8)
634 Py_TPFLAGS_HAVE_CLASS | \
    [all...]
  /external/python/cpython2/Include/
object.h 265 /* The following require the Py_TPFLAGS_HAVE_CLASS flag */
591 #define Py_TPFLAGS_HAVE_CLASS (1L<<8)
646 Py_TPFLAGS_HAVE_CLASS | \
    [all...]
  /external/python/cpython2/Modules/_ctypes/
stgdict.c 160 if (!PyType_HasFeature(type, Py_TPFLAGS_HAVE_CLASS))
176 if (!PyType_HasFeature(type, Py_TPFLAGS_HAVE_CLASS))
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 265 /* The following require the Py_TPFLAGS_HAVE_CLASS flag */
589 #define Py_TPFLAGS_HAVE_CLASS (1L<<8)
644 Py_TPFLAGS_HAVE_CLASS | \
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 265 /* The following require the Py_TPFLAGS_HAVE_CLASS flag */
589 #define Py_TPFLAGS_HAVE_CLASS (1L<<8)
644 Py_TPFLAGS_HAVE_CLASS | \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 265 /* The following require the Py_TPFLAGS_HAVE_CLASS flag */
589 #define Py_TPFLAGS_HAVE_CLASS (1L<<8)
644 Py_TPFLAGS_HAVE_CLASS | \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 265 /* The following require the Py_TPFLAGS_HAVE_CLASS flag */
589 #define Py_TPFLAGS_HAVE_CLASS (1L<<8)
644 Py_TPFLAGS_HAVE_CLASS | \
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
object.c     [all...]
typeobject.c 743 if (PyType_HasFeature(type, Py_TPFLAGS_HAVE_CLASS) &&
    [all...]
classobject.c 17 (PyType_HasFeature(t, Py_TPFLAGS_HAVE_CLASS) ? (t)->tp_descr_get : NULL)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
object.c     [all...]
typeobject.c 735 if (PyType_HasFeature(type, Py_TPFLAGS_HAVE_CLASS) &&
    [all...]
classobject.c 17 (PyType_HasFeature(t, Py_TPFLAGS_HAVE_CLASS) ? (t)->tp_descr_get : NULL)
    [all...]
  /external/python/cpython2/Objects/
object.c     [all...]
typeobject.c 763 if (PyType_HasFeature(type, Py_TPFLAGS_HAVE_CLASS) &&
    [all...]
classobject.c 17 (PyType_HasFeature(t, Py_TPFLAGS_HAVE_CLASS) ? (t)->tp_descr_get : NULL)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c 737 #define Py_TPFLAGS_HAVE_CLASS Py_TPFLAGS_BASETYPE
    [all...]

Completed in 726 milliseconds