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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
stringobject.h 91 #define PyString_AS_STRING(op) (((PyStringObject *)(op))->ob_sval)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
stringobject.h 91 #define PyString_AS_STRING(op) (((PyStringObject *)(op))->ob_sval)
  /external/python/cpython2/Include/
stringobject.h 91 #define PyString_AS_STRING(op) (((PyStringObject *)(op))->ob_sval)
  /prebuilts/gdb/darwin-x86/include/python2.7/
stringobject.h 91 #define PyString_AS_STRING(op) (((PyStringObject *)(op))->ob_sval)
  /prebuilts/gdb/linux-x86/include/python2.7/
stringobject.h 91 #define PyString_AS_STRING(op) (((PyStringObject *)(op))->ob_sval)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
stringobject.h 91 #define PyString_AS_STRING(op) (((PyStringObject *)(op))->ob_sval)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
stringobject.h 91 #define PyString_AS_STRING(op) (((PyStringObject *)(op))->ob_sval)
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
rjsmin.c 441 #define PyString_AS_STRING PyUnicode_AS_UNICODE
452 length = rjsmin((rchar *)PyString_AS_STRING(script),
453 (rchar *)PyString_AS_STRING(result),
467 script = PyUnicode_DecodeUTF8(PyString_AS_STRING(result),
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
rcssmin.c 1086 #define PyString_AS_STRING PyUnicode_AS_UNICODE
1099 length = rcssmin((rchar *)PyString_AS_STRING(style),
1100 (rchar *)PyString_AS_STRING(result),
1120 style = PyUnicode_DecodeUTF8(PyString_AS_STRING(result),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c 738 #define PyString_AS_STRING(x) PyUnicode_AS_STRING(x)
    [all...]

Completed in 305 milliseconds