/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
bytesobject.h | 20 #define _PyBytes_Resize _PyString_Resize
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
bytesobject.h | 20 #define _PyBytes_Resize _PyString_Resize
|
/external/python/cpython2/Include/ |
bytesobject.h | 20 #define _PyBytes_Resize _PyString_Resize
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
bytesobject.h | 20 #define _PyBytes_Resize _PyString_Resize
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
bytesobject.h | 20 #define _PyBytes_Resize _PyString_Resize
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
bytesobject.h | 20 #define _PyBytes_Resize _PyString_Resize
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
bytesobject.h | 20 #define _PyBytes_Resize _PyString_Resize
|
/external/python/cpython3/Include/ |
bytesobject.h | 64 PyAPI_FUNC(int) _PyBytes_Resize(PyObject **, Py_ssize_t);
|
/external/python/cpython3/Modules/ |
zlibmodule.c | 174 if (_PyBytes_Resize(buffer, new_length) < 0) 275 if (_PyBytes_Resize(&RetVal, zst.next_out - 419 if (_PyBytes_Resize(&RetVal, zst.next_out - 692 if (_PyBytes_Resize(&RetVal, self->zst.next_out - 848 if (_PyBytes_Resize(&RetVal, self->zst.next_out - 932 if (_PyBytes_Resize(&RetVal, self->zst.next_out - 1134 if (_PyBytes_Resize(&RetVal, self->zst.next_out - [all...] |
_bz2module.c | 140 return _PyBytes_Resize(buf, new_size); 204 if (_PyBytes_Resize(&result, data_size) < 0) 473 if (_PyBytes_Resize(&result, data_size) == -1)
|
_lzmamodule.c | 150 return _PyBytes_Resize(buf, newsize); 540 if (_PyBytes_Resize(&result, data_size) == -1) 940 if (_PyBytes_Resize(&result, data_size) == -1) [all...] |
_winapi.c | 232 _PyBytes_Resize(&self->read_buffer, transferred)) [all...] |
/external/python/cpython3/Modules/_multiprocessing/ |
multiprocessing.c | 93 _PyBytes_Resize(&buf, nread);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/ |
fileio.c | 562 if (_PyBytes_Resize(&result, newsize) < 0) {
594 if (_PyBytes_Resize(&result, total) < 0) {
645 if (_PyBytes_Resize(&bytes, n) < 0) {
|
/external/python/cpython3/Modules/_io/ |
fileio.c | 738 if (_PyBytes_Resize(&result, bufsize) < 0) 765 if (_PyBytes_Resize(&result, bytes_read) < 0) 823 if (_PyBytes_Resize(&bytes, n) < 0) { [all...] |
bytesio.c | 145 if (_PyBytes_Resize(&self->buf, alloc) < 0) 317 if (_PyBytes_Resize(&self->buf, self->string_size) < 0) [all...] |
winconsoleio.c | 909 if (_PyBytes_Resize(&bytes, n * sizeof(wchar_t)) < 0) { 959 if (_PyBytes_Resize(&bytes, bytes_size) < 0) { [all...] |
bufferedio.c | 985 _PyBytes_Resize(&res, r); [all...] |
/external/python/cpython3/Objects/ |
fileobject.c | 98 _PyBytes_Resize(&result, len-1);
|
bytesobject.c | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/ |
fileio.c | 552 if (_PyBytes_Resize(&result, newsize) < 0)
594 if (_PyBytes_Resize(&result, total) < 0) {
652 if (_PyBytes_Resize(&bytes, n) < 0)
|
/external/python/cpython2/Modules/_io/ |
fileio.c | 565 if (_PyBytes_Resize(&result, newsize) < 0) 607 if (_PyBytes_Resize(&result, total) < 0) { 665 if (_PyBytes_Resize(&bytes, n) < 0)
|
/external/python/cpython2/Modules/ |
zlibmodule.c | 169 if (_PyBytes_Resize(buffer, new_length) < 0) 267 if (_PyBytes_Resize(&RetVal, zst.next_out - [all...] |
/external/python/cpython3/Modules/cjkcodecs/ |
multibytecodec.c | 177 if (_PyBytes_Resize(&buf->outobj, orgsize + incsize) == -1) 529 if (_PyBytes_Resize(&buf.outobj, finalsize) == -1) [all...] |
/external/python/cpython3/Python/ |
compile.c | [all...] |