/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | memoryobject.c | 34 memory_getbuf(PyMemoryViewObject *self, Py_buffer *view, int flags) in memory_getbuf() 45 memory_releasebuf(PyMemoryViewObject *self, Py_buffer *view) in memory_releasebuf() 76 Py_buffer view; in PyMemoryView_FromObject() local 173 _indirect_copy_nd(char *dest, Py_buffer *view, char fort) in _indirect_copy_nd() 244 Py_buffer *view; in PyMemoryView_GetContiguous() local 408 Py_buffer view; in memory_tobytes() local 426 Py_buffer *view = &(mem->view); in memory_tolist() local 514 Py_buffer *view = &(self->view); in memory_item() local 562 Py_buffer *view; in memory_subscript() local 631 Py_buffer *view = &(self->view); in memory_ass_sub() local
|
D | abstract.c | 360 PyObject_GetBuffer(PyObject *obj, Py_buffer *view, int flags) in PyObject_GetBuffer() 372 _IsFortranContiguous(Py_buffer *view) in _IsFortranContiguous() 393 _IsCContiguous(Py_buffer *view) in _IsCContiguous() 414 PyBuffer_IsContiguous(Py_buffer *view, char fort) in PyBuffer_IsContiguous() 430 PyBuffer_GetPointer(Py_buffer *view, Py_ssize_t *indices) in PyBuffer_GetPointer() 483 PyBuffer_ToContiguous(void *buf, Py_buffer *view, Py_ssize_t len, char fort) in PyBuffer_ToContiguous() 534 PyBuffer_FromContiguous(Py_buffer *view, void *buf, Py_ssize_t len, char fort) in PyBuffer_FromContiguous() 680 PyBuffer_FillInfo(Py_buffer *view, PyObject *obj, void *buf, Py_ssize_t len, in PyBuffer_FillInfo() 714 PyBuffer_Release(Py_buffer *view) in PyBuffer_Release()
|
D | bytearrayobject.c | 107 bytearray_getbuffer(PyByteArrayObject *obj, Py_buffer *view, int flags) in bytearray_getbuffer() 124 bytearray_releasebuffer(PyByteArrayObject *obj, Py_buffer *view) in bytearray_releasebuffer() 130 _getbuffer(PyObject *obj, Py_buffer *view) in _getbuffer() 855 Py_buffer view; in bytearray_init() local
|
D | stringobject.c | 1399 string_buffer_getbuffer(PyStringObject *self, Py_buffer *view, int flags) in string_buffer_getbuffer()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | memoryobject.c | 34 memory_getbuf(PyMemoryViewObject *self, Py_buffer *view, int flags) in memory_getbuf() 45 memory_releasebuf(PyMemoryViewObject *self, Py_buffer *view) in memory_releasebuf() 76 Py_buffer view; in PyMemoryView_FromObject() local 173 _indirect_copy_nd(char *dest, Py_buffer *view, char fort) in _indirect_copy_nd() 244 Py_buffer *view; in PyMemoryView_GetContiguous() local 408 Py_buffer view; in memory_tobytes() local 426 Py_buffer *view = &(mem->view); in memory_tolist() local 514 Py_buffer *view = &(self->view); in memory_item() local 562 Py_buffer *view; in memory_subscript() local 631 Py_buffer *view = &(self->view); in memory_ass_sub() local
|
D | abstract.c | 360 PyObject_GetBuffer(PyObject *obj, Py_buffer *view, int flags) in PyObject_GetBuffer() 372 _IsFortranContiguous(Py_buffer *view) in _IsFortranContiguous() 393 _IsCContiguous(Py_buffer *view) in _IsCContiguous() 414 PyBuffer_IsContiguous(Py_buffer *view, char fort) in PyBuffer_IsContiguous() 430 PyBuffer_GetPointer(Py_buffer *view, Py_ssize_t *indices) in PyBuffer_GetPointer() 483 PyBuffer_ToContiguous(void *buf, Py_buffer *view, Py_ssize_t len, char fort) in PyBuffer_ToContiguous() 534 PyBuffer_FromContiguous(Py_buffer *view, void *buf, Py_ssize_t len, char fort) in PyBuffer_FromContiguous() 680 PyBuffer_FillInfo(Py_buffer *view, PyObject *obj, void *buf, Py_ssize_t len, in PyBuffer_FillInfo() 714 PyBuffer_Release(Py_buffer *view) in PyBuffer_Release()
|
D | bytearrayobject.c | 107 bytearray_getbuffer(PyByteArrayObject *obj, Py_buffer *view, int flags) in bytearray_getbuffer() 124 bytearray_releasebuffer(PyByteArrayObject *obj, Py_buffer *view) in bytearray_releasebuffer() 130 _getbuffer(PyObject *obj, Py_buffer *view) in _getbuffer() 849 Py_buffer view; in bytearray_init() local
|
D | stringobject.c | 1382 string_buffer_getbuffer(PyStringObject *self, Py_buffer *view, int flags) in string_buffer_getbuffer()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | memoryobject.h | 67 Py_buffer view; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | memoryobject.h | 67 Py_buffer view; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | md5module.c | 53 Py_buffer view; in md5_update() local 264 Py_buffer view = { 0 }; in MD5_new() local
|
D | _hashopenssl.c | 226 Py_buffer view; in EVP_update() local 318 Py_buffer view = { 0 }; in EVP_tp_init() local 469 Py_buffer view = { 0 }; in EVP_new() local
|
D | shamodule.c | 431 Py_buffer view; in SHA_update() local 538 Py_buffer view = { 0 }; in SHA_new() local
|
D | _testcapimodule.c | 291 broken_buffer_getbuffer(PyObject *self, Py_buffer *view, int flags) in broken_buffer_getbuffer()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | md5module.c | 53 Py_buffer view; in md5_update() local 277 Py_buffer view = { 0 }; in MD5_new() local
|
D | shamodule.c | 431 Py_buffer view; in SHA_update() local 551 Py_buffer view = { 0 }; in SHA_new() local
|
/device/google/cuttlefish_common/common/vsoc/lib/ |
D | socket_forward_region_view.h | 192 Receiver(ShmConnectionView* view) in Receiver() 244 explicit ShmSender(ShmConnectionView* view) : view_{view} {} in ShmSender() 272 explicit ShmReceiver(ShmConnectionView* view) : view_{view} {} in ShmReceiver()
|
/device/google/cuttlefish_common/common/frontend/socket_forward_proxy/ |
D | main.cpp | 195 [[noreturn]] void host_thread(SocketForwardRegionView::ShmConnectionView view, in host_thread() 315 SocketForwardRegionView::ShmConnectionView view) { in guest_thread()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | getargs.c | 1387 getbuffer(PyObject *arg, Py_buffer *view, char **errmsg) in getbuffer()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | getargs.c | 1387 getbuffer(PyObject *arg, Py_buffer *view, char **errmsg) in getbuffer()
|