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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
bytearrayobject.h 41 PyAPI_FUNC(PyObject *) PyByteArray_FromStringAndSize(const char *, Py_ssize_t);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
bytearrayobject.h 41 PyAPI_FUNC(PyObject *) PyByteArray_FromStringAndSize(const char *, Py_ssize_t);
  /external/python/cpython2/Include/
bytearrayobject.h 41 PyAPI_FUNC(PyObject *) PyByteArray_FromStringAndSize(const char *, Py_ssize_t);
  /prebuilts/gdb/darwin-x86/include/python2.7/
bytearrayobject.h 41 PyAPI_FUNC(PyObject *) PyByteArray_FromStringAndSize(const char *, Py_ssize_t);
  /prebuilts/gdb/linux-x86/include/python2.7/
bytearrayobject.h 41 PyAPI_FUNC(PyObject *) PyByteArray_FromStringAndSize(const char *, Py_ssize_t);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bytearrayobject.h 41 PyAPI_FUNC(PyObject *) PyByteArray_FromStringAndSize(const char *, Py_ssize_t);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
bytearrayobject.h 41 PyAPI_FUNC(PyObject *) PyByteArray_FromStringAndSize(const char *, Py_ssize_t);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bytearrayobject.c 168 PyByteArray_FromStringAndSize(const char *bytes, Py_ssize_t size)
175 "Negative size passed to PyByteArray_FromStringAndSize");
295 result = (PyByteArrayObject *) PyByteArray_FromStringAndSize(NULL, size);
363 result = (PyByteArrayObject *)PyByteArray_FromStringAndSize(NULL, size);
446 return PyByteArray_FromStringAndSize("", 0);
448 return PyByteArray_FromStringAndSize(self->ob_bytes + start,
463 result = PyByteArray_FromStringAndSize(result_buf, slicelength);
1115 #define STRINGLIB_NEW PyByteArray_FromStringAndSize
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bytearrayobject.c 168 PyByteArray_FromStringAndSize(const char *bytes, Py_ssize_t size)
175 "Negative size passed to PyByteArray_FromStringAndSize");
295 result = (PyByteArrayObject *) PyByteArray_FromStringAndSize(NULL, size);
363 result = (PyByteArrayObject *)PyByteArray_FromStringAndSize(NULL, size);
446 return PyByteArray_FromStringAndSize("", 0);
448 return PyByteArray_FromStringAndSize(self->ob_bytes + start,
463 result = PyByteArray_FromStringAndSize(result_buf, slicelength);
1111 #define STRINGLIB_NEW PyByteArray_FromStringAndSize
    [all...]
  /external/python/cpython2/Objects/
bytearrayobject.c 168 PyByteArray_FromStringAndSize(const char *bytes, Py_ssize_t size)
175 "Negative size passed to PyByteArray_FromStringAndSize");
294 PyByteArray_FromStringAndSize(NULL, va.len + vb.len);
362 result = (PyByteArrayObject *)PyByteArray_FromStringAndSize(NULL, size);
445 return PyByteArray_FromStringAndSize("", 0);
447 return PyByteArray_FromStringAndSize(self->ob_bytes + start,
462 result = PyByteArray_FromStringAndSize(result_buf, slicelength);
1120 #define STRINGLIB_NEW PyByteArray_FromStringAndSize
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
iobase.c 461 buffer = PyByteArray_FromStringAndSize(NULL, 0);
789 b = PyByteArray_FromStringAndSize(NULL, n);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
iobase.c 461 buffer = PyByteArray_FromStringAndSize(NULL, 0);
774 b = PyByteArray_FromStringAndSize(NULL, n);
  /external/python/cpython2/Modules/_io/
iobase.c 463 buffer = PyByteArray_FromStringAndSize(NULL, 0);
794 b = PyByteArray_FromStringAndSize(NULL, n);
  /external/libnl/python/netlink/
capi.i 805 $result = PyByteArray_FromStringAndSize($1, nla_len(arg1));

Completed in 809 milliseconds