Home
last modified time | relevance | path

Searched refs:PyByteArray_Resize (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/python/cpython3/Objects/
Dbytearrayobject.c170 PyByteArray_Resize(PyObject *self, Py_ssize_t requested_size) in PyByteArray_Resize() function
310 if (PyByteArray_Resize((PyObject *)self, size + vo.len) < 0) { in bytearray_iconcat()
351 if (PyByteArray_Resize((PyObject *)self, size) < 0) in bytearray_irepeat()
464 if (PyByteArray_Resize((PyObject *)self, in bytearray_setslice_linear()
492 if (PyByteArray_Resize((PyObject *)self, in bytearray_setslice_linear()
717 if (PyByteArray_Resize((PyObject *)self, in bytearray_ass_subscript()
762 if (PyByteArray_Resize((PyObject *)self, 0) < 0) in bytearray___init___impl()
821 if (PyByteArray_Resize((PyObject *)self, count)) in bytearray___init___impl()
836 if (PyByteArray_Resize((PyObject *)self, size) < 0) goto fail; in bytearray___init___impl()
849 if (PyByteArray_Resize((PyObject *)self, size) < 0) { in bytearray___init___impl()
[all …]
Dbytesobject.c3395 if (PyByteArray_Resize(writer->buffer, allocated)) in _PyBytesWriter_Resize()
3535 if (PyByteArray_Resize(result, size)) { in _PyBytesWriter_Finish()
/aosp_15_r20/external/python/cpython2/Objects/
Dbytearrayobject.c244 PyByteArray_Resize(PyObject *self, Py_ssize_t size) in PyByteArray_Resize() function
359 else if (PyByteArray_Resize((PyObject *)self, size) < 0) { in bytearray_iconcat()
411 else if (PyByteArray_Resize((PyObject *)self, size) < 0) in bytearray_irepeat()
557 if (PyByteArray_Resize((PyObject *)self, in bytearray_setslice()
697 if (PyByteArray_Resize((PyObject *)self, in bytearray_ass_subscript()
747 if (PyByteArray_Resize((PyObject *)self, in bytearray_ass_subscript()
784 if (PyByteArray_Resize((PyObject *)self, 0) < 0) in bytearray_init()
865 if (PyByteArray_Resize((PyObject *)self, count)) in bytearray_init()
879 if (PyByteArray_Resize((PyObject *)self, size) < 0) goto fail; in bytearray_init()
924 else if (PyByteArray_Resize((PyObject *)self, Py_SIZE(self)+1) < 0) in bytearray_init()
[all …]
Dbytesobject.c3263 if (PyByteArray_Resize(writer->buffer, allocated)) in _PyBytesWriter_Resize()
3402 if (PyByteArray_Resize(result, size)) { in _PyBytesWriter_Finish()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dbytearrayobject.h33 PyAPI_FUNC(int) PyByteArray_Resize(PyObject *, Py_ssize_t);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dbytearrayobject.h33 PyAPI_FUNC(int) PyByteArray_Resize(PyObject *, Py_ssize_t);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dbytearrayobject.h33 PyAPI_FUNC(int) PyByteArray_Resize(PyObject *, Py_ssize_t);
/aosp_15_r20/external/python/cpython3/Include/
Dbytearrayobject.h33 PyAPI_FUNC(int) PyByteArray_Resize(PyObject *, Py_ssize_t);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dbytearrayobject.h33 PyAPI_FUNC(int) PyByteArray_Resize(PyObject *, Py_ssize_t);
/aosp_15_r20/external/python/cpython2/Include/
Dbytearrayobject.h44 PyAPI_FUNC(int) PyByteArray_Resize(PyObject *, Py_ssize_t);
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dbytearray.rst71 .. c:function:: int PyByteArray_Resize(PyObject *bytearray, Py_ssize_t len)
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dbytearray.rst69 .. c:function:: int PyByteArray_Resize(PyObject *bytearray, Py_ssize_t len)
/aosp_15_r20/external/python/cpython2/Modules/_io/
Diobase.c542 if (PyByteArray_Resize(buffer, old_size + PyBytes_GET_SIZE(b)) < 0) { in iobase_readline()
/aosp_15_r20/external/python/cpython3/Modules/_io/
Diobase.c615 if (PyByteArray_Resize(buffer, old_size + PyBytes_GET_SIZE(b)) < 0) { in _io__IOBase_readline_impl()
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat100 PyByteArray_Resize:int:::
101 PyByteArray_Resize:PyObject*:bytearray:0:
102 PyByteArray_Resize:Py_ssize_t:len::
Dstable_abi.dat26 function,PyByteArray_Resize,3.2,,
Dpython3.11.abi32 …<elf-symbol name='PyByteArray_Resize' type='func-type' binding='global-binding' visibility='defaul…
6923PyByteArray_Resize' mangled-name='PyByteArray_Resize' filepath='Objects/bytearrayobject.c' line='1…
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c110 EXPORT_FUNC(PyByteArray_Resize)
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml414 [function.PyByteArray_Resize]