Home
last modified time | relevance | path

Searched refs:PyByteArray_FromObject (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dbytearrayobject.h39 PyAPI_FUNC(PyObject *) PyByteArray_FromObject(PyObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dbytearrayobject.h39 PyAPI_FUNC(PyObject *) PyByteArray_FromObject(PyObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dbytearrayobject.c161 PyByteArray_FromObject(PyObject *input) in PyByteArray_FromObject() function
487 values = PyByteArray_FromObject(values); in bytearray_setslice()
647 values = PyByteArray_FromObject(values); in bytearray_ass_subscript()
2105 bytesep = PyByteArray_FromObject(sep_obj); in bytearray_partition()
2133 bytesep = PyByteArray_FromObject(sep_obj); in bytearray_rpartition()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dbytearrayobject.c161 PyByteArray_FromObject(PyObject *input) in PyByteArray_FromObject() function
487 values = PyByteArray_FromObject(values); in bytearray_setslice()
641 values = PyByteArray_FromObject(values); in bytearray_ass_subscript()
2101 bytesep = PyByteArray_FromObject(sep_obj); in bytearray_partition()
2129 bytesep = PyByteArray_FromObject(sep_obj); in bytearray_rpartition()