HomeSort by relevance Sort by last modified time
    Searched refs:PyType_HasFeature (Results 1 - 25 of 46) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
objimpl.h 238 #define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
345 (PyType_HasFeature((t), Py_TPFLAGS_HAVE_WEAKREFS) \
abstract.h 536 (PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_NEWBUFFER)) && \
638 (PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_ITER) && \
850 PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_INDEX) && \
    [all...]
object.h 555 Code can use PyType_HasFeature(type_ob, flag_value) to test whether the
659 #define PyType_HasFeature(t,f) (((t)->tp_flags & (f)) != 0)
660 #define PyType_FastSubclass(t,f) PyType_HasFeature(t,f)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
objimpl.h 238 #define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
345 (PyType_HasFeature((t), Py_TPFLAGS_HAVE_WEAKREFS) \
abstract.h 536 (PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_NEWBUFFER)) && \
638 (PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_ITER) && \
850 PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_INDEX) && \
    [all...]
object.h 543 Code can use PyType_HasFeature(type_ob, flag_value) to test whether the
647 #define PyType_HasFeature(t,f) (((t)->tp_flags & (f)) != 0)
648 #define PyType_FastSubclass(t,f) PyType_HasFeature(t,f)
    [all...]
  /external/python/cpython2/Include/
objimpl.h 238 #define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
345 (PyType_HasFeature((t), Py_TPFLAGS_HAVE_WEAKREFS) \
abstract.h 536 (PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_NEWBUFFER)) && \
638 (PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_ITER) && \
850 PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_INDEX) && \
    [all...]
object.h 555 Code can use PyType_HasFeature(type_ob, flag_value) to test whether the
659 #define PyType_HasFeature(t,f) (((t)->tp_flags & (f)) != 0)
660 #define PyType_FastSubclass(t,f) PyType_HasFeature(t,f)
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
objimpl.h 238 #define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
351 (PyType_HasFeature((t), Py_TPFLAGS_HAVE_WEAKREFS) \
abstract.h 536 (PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_NEWBUFFER)) && \
638 (PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_ITER) && \
850 PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_INDEX) && \
    [all...]
object.h 553 Code can use PyType_HasFeature(type_ob, flag_value) to test whether the
657 #define PyType_HasFeature(t,f) (((t)->tp_flags & (f)) != 0)
658 #define PyType_FastSubclass(t,f) PyType_HasFeature(t,f)
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
objimpl.h 238 #define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
351 (PyType_HasFeature((t), Py_TPFLAGS_HAVE_WEAKREFS) \
abstract.h 536 (PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_NEWBUFFER)) && \
638 (PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_ITER) && \
850 PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_INDEX) && \
    [all...]
object.h 553 Code can use PyType_HasFeature(type_ob, flag_value) to test whether the
657 #define PyType_HasFeature(t,f) (((t)->tp_flags & (f)) != 0)
658 #define PyType_FastSubclass(t,f) PyType_HasFeature(t,f)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
objimpl.h 238 #define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
351 (PyType_HasFeature((t), Py_TPFLAGS_HAVE_WEAKREFS) \
abstract.h 536 (PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_NEWBUFFER)) && \
638 (PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_ITER) && \
850 PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_INDEX) && \
    [all...]
object.h 553 Code can use PyType_HasFeature(type_ob, flag_value) to test whether the
657 #define PyType_HasFeature(t,f) (((t)->tp_flags & (f)) != 0)
658 #define PyType_FastSubclass(t,f) PyType_HasFeature(t,f)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
objimpl.h 238 #define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
351 (PyType_HasFeature((t), Py_TPFLAGS_HAVE_WEAKREFS) \
abstract.h 536 (PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_NEWBUFFER)) && \
638 (PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_ITER) && \
850 PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_INDEX) && \
    [all...]
object.h 553 Code can use PyType_HasFeature(type_ob, flag_value) to test whether the
657 #define PyType_HasFeature(t,f) (((t)->tp_flags & (f)) != 0)
658 #define PyType_FastSubclass(t,f) PyType_HasFeature(t,f)
    [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))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
object.c 594 #define RICHCOMPARE(t) (PyType_HasFeature((t), Py_TPFLAGS_HAVE_RICHCOMPARE) \
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
object.c 589 #define RICHCOMPARE(t) (PyType_HasFeature((t), Py_TPFLAGS_HAVE_RICHCOMPARE) \
    [all...]
  /external/python/cpython2/Objects/
object.c 594 #define RICHCOMPARE(t) (PyType_HasFeature((t), Py_TPFLAGS_HAVE_RICHCOMPARE) \
    [all...]

Completed in 447 milliseconds

1 2