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

  /external/protobuf/python/google/protobuf/pyext/
descriptor_containers.cc 62 #define PyString_FromFormat PyUnicode_FromFormat
319 return PyString_FromFormat(
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
stringobject.c 400 PyString_FromFormat(const char *format, ...)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
stringobject.c 400 PyString_FromFormat(const char *format, ...)
    [all...]
  /external/python/cpython2/Objects/
stringobject.c 400 PyString_FromFormat(const char *format, ...)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c 752 # define SWIG_Python_str_FromFormat PyString_FromFormat
803 /* A crude PyString_FromFormat implementation for old Pythons */
811 PyString_FromFormat(const char *fmt, ...) {
    [all...]

Completed in 136 milliseconds