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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 195 #define PyBUF_INDIRECT (0x0100 | PyBUF_STRIDES)
206 #define PyBUF_FULL (PyBUF_INDIRECT | PyBUF_WRITABLE | PyBUF_FORMAT)
207 #define PyBUF_FULL_RO (PyBUF_INDIRECT | PyBUF_FORMAT)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 195 #define PyBUF_INDIRECT (0x0100 | PyBUF_STRIDES)
206 #define PyBUF_FULL (PyBUF_INDIRECT | PyBUF_WRITABLE | PyBUF_FORMAT)
207 #define PyBUF_FULL_RO (PyBUF_INDIRECT | PyBUF_FORMAT)
    [all...]
  /external/python/cpython2/Include/
object.h 195 #define PyBUF_INDIRECT (0x0100 | PyBUF_STRIDES)
206 #define PyBUF_FULL (PyBUF_INDIRECT | PyBUF_WRITABLE | PyBUF_FORMAT)
207 #define PyBUF_FULL_RO (PyBUF_INDIRECT | PyBUF_FORMAT)
    [all...]
  /external/python/cpython3/Include/
object.h 214 #define PyBUF_INDIRECT (0x0100 | PyBUF_STRIDES)
225 #define PyBUF_FULL (PyBUF_INDIRECT | PyBUF_WRITABLE | PyBUF_FORMAT)
226 #define PyBUF_FULL_RO (PyBUF_INDIRECT | PyBUF_FORMAT)
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 195 #define PyBUF_INDIRECT (0x0100 | PyBUF_STRIDES)
206 #define PyBUF_FULL (PyBUF_INDIRECT | PyBUF_WRITABLE | PyBUF_FORMAT)
207 #define PyBUF_FULL_RO (PyBUF_INDIRECT | PyBUF_FORMAT)
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 195 #define PyBUF_INDIRECT (0x0100 | PyBUF_STRIDES)
206 #define PyBUF_FULL (PyBUF_INDIRECT | PyBUF_WRITABLE | PyBUF_FORMAT)
207 #define PyBUF_FULL_RO (PyBUF_INDIRECT | PyBUF_FORMAT)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 195 #define PyBUF_INDIRECT (0x0100 | PyBUF_STRIDES)
206 #define PyBUF_FULL (PyBUF_INDIRECT | PyBUF_WRITABLE | PyBUF_FORMAT)
207 #define PyBUF_FULL_RO (PyBUF_INDIRECT | PyBUF_FORMAT)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 195 #define PyBUF_INDIRECT (0x0100 | PyBUF_STRIDES)
206 #define PyBUF_FULL (PyBUF_INDIRECT | PyBUF_WRITABLE | PyBUF_FORMAT)
207 #define PyBUF_FULL_RO (PyBUF_INDIRECT | PyBUF_FORMAT)
    [all...]
  /external/python/cpython3/Modules/
_testbuffer.c 74 #define REQ_INDIRECT(flags) ((flags&PyBUF_INDIRECT) == PyBUF_INDIRECT)
    [all...]
  /external/python/cpython3/Objects/
memoryobject.c 213 #define REQ_INDIRECT(flags) ((flags&PyBUF_INDIRECT) == PyBUF_INDIRECT)
    [all...]
  /external/python/cpython3/Lib/test/
test_buffer.py     [all...]

Completed in 287 milliseconds