/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...] |
object.h | 179 } Py_buffer; 181 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int); 182 typedef void (*releasebufferproc)(PyObject *, Py_buffer *); [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...] |
object.h | 179 } Py_buffer; 181 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int); 182 typedef void (*releasebufferproc)(PyObject *, Py_buffer *); [all...] |
/external/chromium_org/third_party/bintrees/bintrees/ |
cwalker.c | 85 } Py_buffer; 97 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int); 98 typedef void (*releasebufferproc)(PyObject *, Py_buffer *); [all...] |
qavltree.c | 85 } Py_buffer; 97 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int); 98 typedef void (*releasebufferproc)(PyObject *, Py_buffer *); [all...] |
qbintree.c | 85 } Py_buffer; 97 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int); 98 typedef void (*releasebufferproc)(PyObject *, Py_buffer *); [all...] |
qrbtree.c | 85 } Py_buffer; 97 typedef int (*getbufferproc)(PyObject *, Py_buffer *, int); 98 typedef void (*releasebufferproc)(PyObject *, Py_buffer *); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/ |
libpython2.7.a | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/ |
libpython2.7.a | [all...] |