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

  /external/protobuf/python/google/protobuf/pyext/
message.cc 75 #define PyString_FromString PyUnicode_FromString
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
stringobject.c 35 For PyString_FromString(), the parameter `str' points to a null-terminated
54 parameter (for PyString_FromString()).
115 PyString_FromString(const char *str)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
stringobject.c 35 For PyString_FromString(), the parameter `str' points to a null-terminated
54 parameter (for PyString_FromString()).
115 PyString_FromString(const char *str)
    [all...]
  /external/python/cpython2/Objects/
stringobject.c 35 For PyString_FromString(), the parameter `str' points to a null-terminated
54 parameter (for PyString_FromString()).
115 PyString_FromString(const char *str)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c 732 #define PyString_FromString(x) PyUnicode_FromString(x)
790 return PyString_FromString(c);
818 return (res < 0 || res >= (int)sizeof(buf)) ? 0 : PyString_FromString(buf);
    [all...]

Completed in 577 milliseconds