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

  /external/python/cpython3/Lib/test/
test_buffer.py 872 contig = get_contiguous(result, PyBUF_READ, order)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 210 #define PyBUF_READ 0x100
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 210 #define PyBUF_READ 0x100
    [all...]
  /external/python/cpython2/Include/
object.h 210 #define PyBUF_READ 0x100
    [all...]
  /external/python/cpython3/Include/
object.h 229 #define PyBUF_READ 0x100
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 210 #define PyBUF_READ 0x100
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 210 #define PyBUF_READ 0x100
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 210 #define PyBUF_READ 0x100
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 210 #define PyBUF_READ 0x100
    [all...]
  /external/python/cpython3/Modules/
_testbuffer.c 585 mview = PyMemoryView_FromMemory(ptr, itemsize, PyBUF_READ);
    [all...]
  /external/python/cpython3/Objects/
memoryobject.c 714 PyBUF_READ or PyBUF_WRITE. view->format is set to "B" (unsigned bytes).
724 assert(flags == PyBUF_READ || flags == PyBUF_WRITE);
892 buffertype={PyBUF_READ, PyBUF_WRITE} and order={'C', 'F'ortran, or 'A'ny}.
903 Otherwise, if the buffertype is PyBUF_READ, the memoryview will be
914 assert(buffertype == PyBUF_READ || buffertype == PyBUF_WRITE);
    [all...]

Completed in 143 milliseconds