HomeSort by relevance Sort by last modified time
    Searched defs:PyBytes_FromStringAndSize (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
bytesobject.h 11 #define PyBytes_FromStringAndSize PyString_FromStringAndSize
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
bytesobject.h 11 #define PyBytes_FromStringAndSize PyString_FromStringAndSize
  /external/python/cpython2/Include/
bytesobject.h 11 #define PyBytes_FromStringAndSize PyString_FromStringAndSize
  /prebuilts/gdb/darwin-x86/include/python2.7/
bytesobject.h 11 #define PyBytes_FromStringAndSize PyString_FromStringAndSize
  /prebuilts/gdb/linux-x86/include/python2.7/
bytesobject.h 11 #define PyBytes_FromStringAndSize PyString_FromStringAndSize
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bytesobject.h 11 #define PyBytes_FromStringAndSize PyString_FromStringAndSize
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
bytesobject.h 11 #define PyBytes_FromStringAndSize PyString_FromStringAndSize
  /external/python/cpython2/Modules/
_bsddb.c 115 #define PyBytes_FromStringAndSize PyString_FromStringAndSize
571 return PyBytes_FromStringAndSize(p,s);
580 return PyBytes_FromStringAndSize(p, s);
596 if (!(a = PyBytes_FromStringAndSize(p1, s1))) {
599 if (!(b = PyBytes_FromStringAndSize(p2, s2))) {
619 if (!(a = PyBytes_FromStringAndSize(p, s))) {
637 if (!(a = PyBytes_FromStringAndSize(p, s))) {
    [all...]

Completed in 892 milliseconds