/external/python/cpython3/Modules/clinic/ |
audioop.c.h | 15 audioop_getsample_impl(PyObject *module, Py_buffer *fragment, int width, 22 Py_buffer fragment = {NULL, NULL}; 51 audioop_max_impl(PyObject *module, Py_buffer *fragment, int width); 57 Py_buffer fragment = {NULL, NULL}; 85 audioop_minmax_impl(PyObject *module, Py_buffer *fragment, int width); 91 Py_buffer fragment = {NULL, NULL}; 119 audioop_avg_impl(PyObject *module, Py_buffer *fragment, int width); 125 Py_buffer fragment = {NULL, NULL}; 153 audioop_rms_impl(PyObject *module, Py_buffer *fragment, int width); 159 Py_buffer fragment = {NULL, NULL} [all...] |
binascii.c.h | 15 binascii_a2b_uu_impl(PyObject *module, Py_buffer *data); 21 Py_buffer data = {NULL, NULL}; 46 binascii_b2a_uu_impl(PyObject *module, Py_buffer *data); 52 Py_buffer data = {NULL, NULL}; 78 binascii_a2b_base64_impl(PyObject *module, Py_buffer *data); 84 Py_buffer data = {NULL, NULL}; 109 binascii_b2a_base64_impl(PyObject *module, Py_buffer *data, int newline); 117 Py_buffer data = {NULL, NULL}; 145 binascii_a2b_hqx_impl(PyObject *module, Py_buffer *data); 151 Py_buffer data = {NULL, NULL} [all...] |
_hashopenssl.c.h | 18 _hashlib_scrypt_impl(PyObject *module, Py_buffer *password, Py_buffer *salt, 28 Py_buffer password = {NULL, NULL}; 29 Py_buffer salt = {NULL, NULL};
|
zlibmodule.c.h | 20 zlib_compress_impl(PyObject *module, Py_buffer *data, int level); 28 Py_buffer data = {NULL, NULL}; 63 zlib_decompress_impl(PyObject *module, Py_buffer *data, int wbits, 72 Py_buffer data = {NULL, NULL}; 126 int memLevel, int strategy, Py_buffer *zdict); 139 Py_buffer zdict = {NULL, NULL}; 210 zlib_Compress_compress_impl(compobject *self, Py_buffer *data); 216 Py_buffer data = {NULL, NULL}; 253 zlib_Decompress_decompress_impl(compobject *self, Py_buffer *data, 262 Py_buffer data = {NULL, NULL} [all...] |
_codecsmodule.c.h | 159 _codecs_escape_decode_impl(PyObject *module, Py_buffer *data, 166 Py_buffer data = {NULL, NULL}; 251 _codecs_utf_7_decode_impl(PyObject *module, Py_buffer *data, 258 Py_buffer data = {NULL, NULL}; 286 _codecs_utf_8_decode_impl(PyObject *module, Py_buffer *data, 293 Py_buffer data = {NULL, NULL}; 321 _codecs_utf_16_decode_impl(PyObject *module, Py_buffer *data, 328 Py_buffer data = {NULL, NULL}; 356 _codecs_utf_16_le_decode_impl(PyObject *module, Py_buffer *data, 363 Py_buffer data = {NULL, NULL} [all...] |
_lzmamodule.c.h | 20 _lzma_LZMACompressor_compress_impl(Compressor *self, Py_buffer *data); 26 Py_buffer data = {NULL, NULL}; 87 _lzma_LZMADecompressor_decompress_impl(Decompressor *self, Py_buffer *data, 96 Py_buffer data = {NULL, NULL}; 236 Py_buffer *encoded_props); 243 Py_buffer encoded_props = {NULL, NULL};
|
_bz2module.c.h | 20 _bz2_BZ2Compressor_compress_impl(BZ2Compressor *self, Py_buffer *data); 26 Py_buffer data = {NULL, NULL}; 121 _bz2_BZ2Decompressor_decompress_impl(BZ2Decompressor *self, Py_buffer *data, 130 Py_buffer data = {NULL, NULL};
|
/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;
|
/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;
|
/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;
|
/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;
|
/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;
|
/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;
|
/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;
|
/external/python/cpython3/Modules/_blake2/clinic/ |
blake2b_impl.c.h | 16 Py_buffer *key, Py_buffer *salt, Py_buffer *person, 29 Py_buffer key = {NULL, NULL}; 30 Py_buffer salt = {NULL, NULL}; 31 Py_buffer person = {NULL, NULL};
|
blake2s_impl.c.h | 16 Py_buffer *key, Py_buffer *salt, Py_buffer *person, 29 Py_buffer key = {NULL, NULL}; 30 Py_buffer salt = {NULL, NULL}; 31 Py_buffer person = {NULL, NULL};
|
/external/python/cpython3/Include/ |
memoryobject.h | 29 PyAPI_FUNC(PyObject *) PyMemoryView_FromBuffer(Py_buffer *info); 46 Py_buffer master; /* snapshot buffer obtained from the original exporter */ 63 Py_buffer view; /* private copy of the exporter's view */
|
bytes_methods.h | 34 extern PyObject* _Py_bytes_maketrans(Py_buffer *frm, Py_buffer *to);
|
/external/python/cpython3/Objects/clinic/ |
bytesobject.c.h | 61 bytes_partition_impl(PyBytesObject *self, Py_buffer *sep); 67 Py_buffer sep = {NULL, NULL}; 100 bytes_rpartition_impl(PyBytesObject *self, Py_buffer *sep); 106 Py_buffer sep = {NULL, NULL}; 324 bytes_maketrans_impl(Py_buffer *frm, Py_buffer *to); 330 Py_buffer frm = {NULL, NULL}; 331 Py_buffer to = {NULL, NULL}; 369 bytes_replace_impl(PyBytesObject *self, Py_buffer *old, Py_buffer *new [all...] |
/external/python/cpython3/Modules/_io/clinic/ |
bufferedio.c.h | 14 _io__BufferedIOBase_readinto_impl(PyObject *self, Py_buffer *buffer); 20 Py_buffer buffer = {NULL, NULL}; 45 _io__BufferedIOBase_readinto1_impl(PyObject *self, Py_buffer *buffer); 51 Py_buffer buffer = {NULL, NULL}; 177 _io__Buffered_readinto_impl(buffered *self, Py_buffer *buffer); 183 Py_buffer buffer = {NULL, NULL}; 208 _io__Buffered_readinto1_impl(buffered *self, Py_buffer *buffer); 214 Py_buffer buffer = {NULL, NULL}; 384 _io_BufferedWriter_write_impl(buffered *self, Py_buffer *buffer); 390 Py_buffer buffer = {NULL, NULL} [all...] |
winconsoleio.c.h | 151 _io__WindowsConsoleIO_readinto_impl(winconsoleio *self, Py_buffer *buffer); 157 Py_buffer buffer = {NULL, NULL}; 250 _io__WindowsConsoleIO_write_impl(winconsoleio *self, Py_buffer *b); 256 Py_buffer b = {NULL, NULL};
|
/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...] |
/external/python/cpython3/Objects/ |
memoryobject.c | 43 The 'obj' member of a Py_buffer must either be NULL or refer to the 247 last_dim_is_contiguous(const Py_buffer *dest, const Py_buffer *src) 263 equiv_format(const Py_buffer *dest, const Py_buffer *src) 283 equiv_shape(const Py_buffer *dest, const Py_buffer *src) 303 equiv_structure(const Py_buffer *dest, const Py_buffer *src) 380 copy_single(Py_buffer *dest, Py_buffer *src [all...] |