HomeSort by relevance Sort by last modified time
    Searched refs:PyByteArray_Resize (Results 1 - 17 of 17) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
bytearrayobject.h 44 PyAPI_FUNC(int) PyByteArray_Resize(PyObject *, Py_ssize_t);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
bytearrayobject.h 44 PyAPI_FUNC(int) PyByteArray_Resize(PyObject *, Py_ssize_t);
  /external/python/cpython2/Include/
bytearrayobject.h 44 PyAPI_FUNC(int) PyByteArray_Resize(PyObject *, Py_ssize_t);
  /external/python/cpython3/Include/
bytearrayobject.h 47 PyAPI_FUNC(int) PyByteArray_Resize(PyObject *, Py_ssize_t);
  /prebuilts/gdb/darwin-x86/include/python2.7/
bytearrayobject.h 44 PyAPI_FUNC(int) PyByteArray_Resize(PyObject *, Py_ssize_t);
  /prebuilts/gdb/linux-x86/include/python2.7/
bytearrayobject.h 44 PyAPI_FUNC(int) PyByteArray_Resize(PyObject *, Py_ssize_t);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bytearrayobject.h 44 PyAPI_FUNC(int) PyByteArray_Resize(PyObject *, Py_ssize_t);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
bytearrayobject.h 44 PyAPI_FUNC(int) PyByteArray_Resize(PyObject *, Py_ssize_t);
  /external/python/cpython3/Objects/
bytearrayobject.c 168 PyByteArray_Resize(PyObject *self, Py_ssize_t requested_size)
306 if (PyByteArray_Resize((PyObject *)self, size + vo.len) < 0) {
355 if (PyByteArray_Resize((PyObject *)self, size) < 0)
475 if (PyByteArray_Resize((PyObject *)self,
503 if (PyByteArray_Resize((PyObject *)self,
713 if (PyByteArray_Resize((PyObject *)self,
751 if (PyByteArray_Resize((PyObject *)self, 0) < 0)
811 if (PyByteArray_Resize((PyObject *)self, count))
826 if (PyByteArray_Resize((PyObject *)self, size) < 0) goto fail;
872 else if (PyByteArray_Resize((PyObject *)self, Py_SIZE(self)+1) < 0
    [all...]
bytesobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bytearrayobject.c 224 PyByteArray_Resize(PyObject *self, Py_ssize_t size)
340 else if (PyByteArray_Resize((PyObject *)self, size) < 0) {
392 else if (PyByteArray_Resize((PyObject *)self, size) < 0)
537 if (PyByteArray_Resize((PyObject *)self,
677 if (PyByteArray_Resize((PyObject *)self,
727 if (PyByteArray_Resize((PyObject *)self,
764 if (PyByteArray_Resize((PyObject *)self, 0) < 0)
845 if (PyByteArray_Resize((PyObject *)self, count))
859 if (PyByteArray_Resize((PyObject *)self, size) < 0) goto fail;
902 else if (PyByteArray_Resize((PyObject *)self, Py_SIZE(self)+1) < 0)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bytearrayobject.c 224 PyByteArray_Resize(PyObject *self, Py_ssize_t size)
340 else if (PyByteArray_Resize((PyObject *)self, size) < 0) {
392 else if (PyByteArray_Resize((PyObject *)self, size) < 0)
537 if (PyByteArray_Resize((PyObject *)self,
671 if (PyByteArray_Resize((PyObject *)self,
721 if (PyByteArray_Resize((PyObject *)self,
758 if (PyByteArray_Resize((PyObject *)self, 0) < 0)
839 if (PyByteArray_Resize((PyObject *)self, count))
853 if (PyByteArray_Resize((PyObject *)self, size) < 0) goto fail;
896 else if (PyByteArray_Resize((PyObject *)self, Py_SIZE(self)+1) < 0)
    [all...]
  /external/python/cpython2/Objects/
bytearrayobject.c 224 PyByteArray_Resize(PyObject *self, Py_ssize_t size)
339 else if (PyByteArray_Resize((PyObject *)self, size) < 0) {
391 else if (PyByteArray_Resize((PyObject *)self, size) < 0)
536 if (PyByteArray_Resize((PyObject *)self,
676 if (PyByteArray_Resize((PyObject *)self,
726 if (PyByteArray_Resize((PyObject *)self,
763 if (PyByteArray_Resize((PyObject *)self, 0) < 0)
844 if (PyByteArray_Resize((PyObject *)self, count))
858 if (PyByteArray_Resize((PyObject *)self, size) < 0) goto fail;
903 else if (PyByteArray_Resize((PyObject *)self, Py_SIZE(self)+1) < 0
    [all...]
  /external/python/cpython3/Modules/_io/
iobase.c 588 if (PyByteArray_Resize(buffer, old_size + PyBytes_GET_SIZE(b)) < 0) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
iobase.c 532 PyByteArray_Resize(buffer, old_size + PyBytes_GET_SIZE(b));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
iobase.c 520 PyByteArray_Resize(buffer, old_size + PyBytes_GET_SIZE(b));
  /external/python/cpython2/Modules/_io/
iobase.c 534 if (PyByteArray_Resize(buffer, old_size + PyBytes_GET_SIZE(b)) < 0) {

Completed in 852 milliseconds