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

1 2

  /external/python/cpython2/Modules/_ctypes/
ctypes.h 31 #define Py_TPFLAGS_HAVE_NEWBUFFER 0
_ctypes.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
abstract.h 536 (PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_NEWBUFFER)) && \
    [all...]
object.h 626 #define Py_TPFLAGS_HAVE_NEWBUFFER (1L<<21)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
abstract.h 536 (PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_NEWBUFFER)) && \
    [all...]
object.h 614 #define Py_TPFLAGS_HAVE_NEWBUFFER (1L<<21)
    [all...]
  /external/python/cpython2/Include/
abstract.h 536 (PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_NEWBUFFER)) && \
    [all...]
object.h 626 #define Py_TPFLAGS_HAVE_NEWBUFFER (1L<<21)
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
abstract.h 536 (PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_NEWBUFFER)) && \
    [all...]
object.h 624 #define Py_TPFLAGS_HAVE_NEWBUFFER (1L<<21)
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
abstract.h 536 (PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_NEWBUFFER)) && \
    [all...]
object.h 624 #define Py_TPFLAGS_HAVE_NEWBUFFER (1L<<21)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
abstract.h 536 (PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_NEWBUFFER)) && \
    [all...]
object.h 624 #define Py_TPFLAGS_HAVE_NEWBUFFER (1L<<21)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
abstract.h 536 (PyType_HasFeature((obj)->ob_type, Py_TPFLAGS_HAVE_NEWBUFFER)) && \
    [all...]
object.h 624 #define Py_TPFLAGS_HAVE_NEWBUFFER (1L<<21)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bufferobject.c 859 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GETCHARBUFFER | Py_TPFLAGS_HAVE_NEWBUFFER, /* tp_flags */
memoryobject.c 823 Py_TPFLAGS_HAVE_NEWBUFFER, /* tp_flags */
typeobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
memoryobject.c 823 Py_TPFLAGS_HAVE_NEWBUFFER, /* tp_flags */
typeobject.c     [all...]
  /external/python/cpython2/Objects/
bufferobject.c 859 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GETCHARBUFFER | Py_TPFLAGS_HAVE_NEWBUFFER, /* tp_flags */
memoryobject.c 823 Py_TPFLAGS_HAVE_NEWBUFFER, /* tp_flags */
typeobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_testcapimodule.c 329 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_NEWBUFFER, /* tp_flags */
    [all...]

Completed in 3047 milliseconds

1 2