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

1 2 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
memoryobject.h 13 /* Get a pointer to the underlying Py_buffer of a memoryview object. */
56 PyAPI_FUNC(PyObject *) PyMemoryView_FromBuffer(Py_buffer *info);
67 Py_buffer view;
abstract.h 542 PyAPI_FUNC(int) PyObject_GetBuffer(PyObject *obj, Py_buffer *view,
552 PyAPI_FUNC(void *) PyBuffer_GetPointer(Py_buffer *view, Py_ssize_t *indices);
565 PyAPI_FUNC(int) PyBuffer_ToContiguous(void *buf, Py_buffer *view,
568 PyAPI_FUNC(int) PyBuffer_FromContiguous(Py_buffer *view, void *buf,
593 PyAPI_FUNC(int) PyBuffer_IsContiguous(Py_buffer *view, char fort);
608 PyAPI_FUNC(int) PyBuffer_FillInfo(Py_buffer *view, PyObject *o, void *buf,
618 PyAPI_FUNC(void) PyBuffer_Release(Py_buffer *view);
620 /* Releases a Py_buffer obtained from getbuffer ParseTuple's s*.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
memoryobject.h 13 /* Get a pointer to the underlying Py_buffer of a memoryview object. */
56 PyAPI_FUNC(PyObject *) PyMemoryView_FromBuffer(Py_buffer *info);
67 Py_buffer view;
abstract.h 542 PyAPI_FUNC(int) PyObject_GetBuffer(PyObject *obj, Py_buffer *view,
552 PyAPI_FUNC(void *) PyBuffer_GetPointer(Py_buffer *view, Py_ssize_t *indices);
565 PyAPI_FUNC(int) PyBuffer_ToContiguous(void *buf, Py_buffer *view,
568 PyAPI_FUNC(int) PyBuffer_FromContiguous(Py_buffer *view, void *buf,
593 PyAPI_FUNC(int) PyBuffer_IsContiguous(Py_buffer *view, char fort);
608 PyAPI_FUNC(int) PyBuffer_FillInfo(Py_buffer *view, PyObject *o, void *buf,
618 PyAPI_FUNC(void) PyBuffer_Release(Py_buffer *view);
620 /* Releases a Py_buffer obtained from getbuffer ParseTuple's s*.
    [all...]
  /external/python/cpython2/Include/
memoryobject.h 13 /* Get a pointer to the underlying Py_buffer of a memoryview object. */
56 PyAPI_FUNC(PyObject *) PyMemoryView_FromBuffer(Py_buffer *info);
67 Py_buffer view;
abstract.h 542 PyAPI_FUNC(int) PyObject_GetBuffer(PyObject *obj, Py_buffer *view,
552 PyAPI_FUNC(void *) PyBuffer_GetPointer(Py_buffer *view, Py_ssize_t *indices);
565 PyAPI_FUNC(int) PyBuffer_ToContiguous(void *buf, Py_buffer *view,
568 PyAPI_FUNC(int) PyBuffer_FromContiguous(Py_buffer *view, void *buf,
593 PyAPI_FUNC(int) PyBuffer_IsContiguous(Py_buffer *view, char fort);
608 PyAPI_FUNC(int) PyBuffer_FillInfo(Py_buffer *view, PyObject *o, void *buf,
618 PyAPI_FUNC(void) PyBuffer_Release(Py_buffer *view);
620 /* Releases a Py_buffer obtained from getbuffer ParseTuple's s*.
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
memoryobject.h 13 /* Get a pointer to the underlying Py_buffer of a memoryview object. */
56 PyAPI_FUNC(PyObject *) PyMemoryView_FromBuffer(Py_buffer *info);
67 Py_buffer view;
abstract.h 542 PyAPI_FUNC(int) PyObject_GetBuffer(PyObject *obj, Py_buffer *view,
552 PyAPI_FUNC(void *) PyBuffer_GetPointer(Py_buffer *view, Py_ssize_t *indices);
565 PyAPI_FUNC(int) PyBuffer_ToContiguous(void *buf, Py_buffer *view,
568 PyAPI_FUNC(int) PyBuffer_FromContiguous(Py_buffer *view, void *buf,
593 PyAPI_FUNC(int) PyBuffer_IsContiguous(Py_buffer *view, char fort);
608 PyAPI_FUNC(int) PyBuffer_FillInfo(Py_buffer *view, PyObject *o, void *buf,
618 PyAPI_FUNC(void) PyBuffer_Release(Py_buffer *view);
620 /* Releases a Py_buffer obtained from getbuffer ParseTuple's s*.
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
memoryobject.h 13 /* Get a pointer to the underlying Py_buffer of a memoryview object. */
56 PyAPI_FUNC(PyObject *) PyMemoryView_FromBuffer(Py_buffer *info);
67 Py_buffer view;
abstract.h 542 PyAPI_FUNC(int) PyObject_GetBuffer(PyObject *obj, Py_buffer *view,
552 PyAPI_FUNC(void *) PyBuffer_GetPointer(Py_buffer *view, Py_ssize_t *indices);
565 PyAPI_FUNC(int) PyBuffer_ToContiguous(void *buf, Py_buffer *view,
568 PyAPI_FUNC(int) PyBuffer_FromContiguous(Py_buffer *view, void *buf,
593 PyAPI_FUNC(int) PyBuffer_IsContiguous(Py_buffer *view, char fort);
608 PyAPI_FUNC(int) PyBuffer_FillInfo(Py_buffer *view, PyObject *o, void *buf,
618 PyAPI_FUNC(void) PyBuffer_Release(Py_buffer *view);
620 /* Releases a Py_buffer obtained from getbuffer ParseTuple's s*.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
memoryobject.h 13 /* Get a pointer to the underlying Py_buffer of a memoryview object. */
56 PyAPI_FUNC(PyObject *) PyMemoryView_FromBuffer(Py_buffer *info);
67 Py_buffer view;
abstract.h 542 PyAPI_FUNC(int) PyObject_GetBuffer(PyObject *obj, Py_buffer *view,
552 PyAPI_FUNC(void *) PyBuffer_GetPointer(Py_buffer *view, Py_ssize_t *indices);
565 PyAPI_FUNC(int) PyBuffer_ToContiguous(void *buf, Py_buffer *view,
568 PyAPI_FUNC(int) PyBuffer_FromContiguous(Py_buffer *view, void *buf,
593 PyAPI_FUNC(int) PyBuffer_IsContiguous(Py_buffer *view, char fort);
608 PyAPI_FUNC(int) PyBuffer_FillInfo(Py_buffer *view, PyObject *o, void *buf,
618 PyAPI_FUNC(void) PyBuffer_Release(Py_buffer *view);
620 /* Releases a Py_buffer obtained from getbuffer ParseTuple's s*.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
memoryobject.h 13 /* Get a pointer to the underlying Py_buffer of a memoryview object. */
56 PyAPI_FUNC(PyObject *) PyMemoryView_FromBuffer(Py_buffer *info);
67 Py_buffer view;
abstract.h 542 PyAPI_FUNC(int) PyObject_GetBuffer(PyObject *obj, Py_buffer *view,
552 PyAPI_FUNC(void *) PyBuffer_GetPointer(Py_buffer *view, Py_ssize_t *indices);
565 PyAPI_FUNC(int) PyBuffer_ToContiguous(void *buf, Py_buffer *view,
568 PyAPI_FUNC(int) PyBuffer_FromContiguous(Py_buffer *view, void *buf,
593 PyAPI_FUNC(int) PyBuffer_IsContiguous(Py_buffer *view, char fort);
608 PyAPI_FUNC(int) PyBuffer_FillInfo(Py_buffer *view, PyObject *o, void *buf,
618 PyAPI_FUNC(void) PyBuffer_Release(Py_buffer *view);
620 /* Releases a Py_buffer obtained from getbuffer ParseTuple's s*.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
memoryobject.c 7 get_shape0(Py_buffer *buf)
20 dup_buffer(Py_buffer *dest, Py_buffer *src)
34 memory_getbuf(PyMemoryViewObject *self, Py_buffer *view, int flags)
45 memory_releasebuf(PyMemoryViewObject *self, Py_buffer *view)
56 PyMemoryView_FromBuffer(Py_buffer *info)
76 Py_buffer view;
173 _indirect_copy_nd(char *dest, Py_buffer *view, char fort)
244 Py_buffer *view;
408 Py_buffer view;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
memoryobject.c 7 get_shape0(Py_buffer *buf)
20 dup_buffer(Py_buffer *dest, Py_buffer *src)
34 memory_getbuf(PyMemoryViewObject *self, Py_buffer *view, int flags)
45 memory_releasebuf(PyMemoryViewObject *self, Py_buffer *view)
56 PyMemoryView_FromBuffer(Py_buffer *info)
76 Py_buffer view;
173 _indirect_copy_nd(char *dest, Py_buffer *view, char fort)
244 Py_buffer *view;
408 Py_buffer view;
    [all...]
  /external/python/cpython2/Objects/
memoryobject.c 7 get_shape0(Py_buffer *buf)
20 dup_buffer(Py_buffer *dest, Py_buffer *src)
34 memory_getbuf(PyMemoryViewObject *self, Py_buffer *view, int flags)
45 memory_releasebuf(PyMemoryViewObject *self, Py_buffer *view)
56 PyMemoryView_FromBuffer(Py_buffer *info)
76 Py_buffer view;
173 _indirect_copy_nd(char *dest, Py_buffer *view, char fort)
244 Py_buffer *view;
408 Py_buffer view
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_codecsmodule.c 236 Py_buffer pbuf;
259 Py_buffer pbuf;
282 Py_buffer pbuf;
305 Py_buffer pbuf;
329 Py_buffer pbuf;
361 Py_buffer pbuf;
386 Py_buffer pbuf;
409 Py_buffer pbuf;
432 Py_buffer pbuf;
463 Py_buffer pbuf;
    [all...]
md5module.c 53 Py_buffer view;
277 Py_buffer view = { 0 };
binascii.c 191 Py_buffer pascii;
277 Py_buffer pbin;
362 Py_buffer pascii;
469 Py_buffer pbuf;
534 Py_buffer pascii;
617 Py_buffer pbuf;
679 Py_buffer pbin;
734 Py_buffer pin;
850 Py_buffer pin;
877 Py_buffer pbuf;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_codecsmodule.c 236 Py_buffer pbuf;
259 Py_buffer pbuf;
282 Py_buffer pbuf;
305 Py_buffer pbuf;
329 Py_buffer pbuf;
361 Py_buffer pbuf;
386 Py_buffer pbuf;
409 Py_buffer pbuf;
432 Py_buffer pbuf;
463 Py_buffer pbuf;
    [all...]
md5module.c 53 Py_buffer view;
264 Py_buffer view = { 0 };
binascii.c 191 Py_buffer pascii;
277 Py_buffer pbin;
364 Py_buffer pascii;
473 Py_buffer pbuf;
540 Py_buffer pascii;
626 Py_buffer pbuf;
690 Py_buffer pbin;
747 Py_buffer pin;
865 Py_buffer pin;
892 Py_buffer pbuf;
    [all...]
  /external/python/cpython2/Modules/
_codecsmodule.c 236 Py_buffer pbuf;
259 Py_buffer pbuf;
282 Py_buffer pbuf;
305 Py_buffer pbuf;
329 Py_buffer pbuf;
361 Py_buffer pbuf;
386 Py_buffer pbuf;
409 Py_buffer pbuf;
432 Py_buffer pbuf;
463 Py_buffer pbuf
    [all...]
md5module.c 53 Py_buffer view;
277 Py_buffer view = { 0 };

Completed in 331 milliseconds

1 2 3 4