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

  /external/python/cpython3/Lib/test/
test_buffer.py 886 contig = py_buffer_to_contiguous(result, 'C', PyBUF_FULL_RO)
897 contig = py_buffer_to_contiguous(result, 'F', PyBUF_FULL_RO)
909 contig = py_buffer_to_contiguous(result, 'A', PyBUF_FULL_RO)
    [all...]
  /external/python/cpython3/Modules/
_testbuffer.c     [all...]
_testcapimodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
memoryobject.c 85 if (PyObject_GetBuffer(base, &view, PyBUF_FULL_RO) < 0)
259 flags = PyBUF_FULL_RO;
bytearrayobject.c 856 if (PyObject_GetBuffer(arg, &view, PyBUF_FULL_RO) < 0)
    [all...]
abstract.c 601 if (PyObject_GetBuffer(src, &view_src, PyBUF_FULL_RO) != 0) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
memoryobject.c 85 if (PyObject_GetBuffer(base, &view, PyBUF_FULL_RO) < 0)
259 flags = PyBUF_FULL_RO;
bytearrayobject.c 850 if (PyObject_GetBuffer(arg, &view, PyBUF_FULL_RO) < 0)
    [all...]
abstract.c 601 if (PyObject_GetBuffer(src, &view_src, PyBUF_FULL_RO) != 0) {
    [all...]
  /external/python/cpython2/Objects/
memoryobject.c 85 if (PyObject_GetBuffer(base, &view, PyBUF_FULL_RO) < 0)
259 flags = PyBUF_FULL_RO;
bytearrayobject.c 855 if (PyObject_GetBuffer(arg, &view, PyBUF_FULL_RO) < 0)
    [all...]
abstract.c 601 if (PyObject_GetBuffer(src, &view_src, PyBUF_FULL_RO) != 0) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 207 #define PyBUF_FULL_RO (PyBUF_INDIRECT | PyBUF_FORMAT)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 207 #define PyBUF_FULL_RO (PyBUF_INDIRECT | PyBUF_FORMAT)
    [all...]
  /external/python/cpython2/Include/
object.h 207 #define PyBUF_FULL_RO (PyBUF_INDIRECT | PyBUF_FORMAT)
    [all...]
  /external/python/cpython3/Include/
object.h 226 #define PyBUF_FULL_RO (PyBUF_INDIRECT | PyBUF_FORMAT)
    [all...]
  /external/python/cpython3/Objects/
memoryobject.c 86 if (PyObject_GetBuffer(base, &mbuf->master, PyBUF_FULL_RO) < 0) {
732 PyBUF_FULL_RO);
820 Assumptions: src has PyBUF_FULL_RO information, src->ndim > 0.
    [all...]
bytearrayobject.c 823 if (PyObject_GetBuffer(arg, &view, PyBUF_FULL_RO) < 0)
    [all...]
abstract.c 539 if (PyObject_GetBuffer(src, &view_src, PyBUF_FULL_RO) != 0) {
    [all...]
bytesobject.c     [all...]
unicodeobject.c     [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 207 #define PyBUF_FULL_RO (PyBUF_INDIRECT | PyBUF_FORMAT)
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 207 #define PyBUF_FULL_RO (PyBUF_INDIRECT | PyBUF_FORMAT)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 207 #define PyBUF_FULL_RO (PyBUF_INDIRECT | PyBUF_FORMAT)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 207 #define PyBUF_FULL_RO (PyBUF_INDIRECT | PyBUF_FORMAT)
    [all...]

Completed in 952 milliseconds