| /external/python/cpython2/Modules/ |
| gdbmmodule.c | 131 PyString_AS_STRING((PyStringObject *)key)); 158 PyString_AS_STRING((PyStringObject *)v)); 197 key.dptr = PyString_AS_STRING(arg);
|
| grpmodule.c | 123 name = PyString_AS_STRING(py_str_name);
|
| /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.10/Objects/ |
| exceptions.c | [all...] |
| codeobject.c | 76 if (!all_name_chars((unsigned char *)PyString_AS_STRING(v)))
209 PyString_AS_STRING(item),
334 filename = PyString_AS_STRING(co->co_filename);
336 name = PyString_AS_STRING(co->co_name);
541 p = (unsigned char*)PyString_AS_STRING(co->co_lnotab);
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
| future.c | 90 !strcmp(PyString_AS_STRING(modname), "__future__")) {
|
| compile.c | 234 buffer = PyString_AS_STRING(ident);
[all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
| stringobject.h | 91 #define PyString_AS_STRING(op) (((PyStringObject *)(op))->ob_sval)
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
| exceptions.c | [all...] |
| codeobject.c | 76 if (!all_name_chars((unsigned char *)PyString_AS_STRING(v)))
209 PyString_AS_STRING(item),
334 filename = PyString_AS_STRING(co->co_filename);
336 name = PyString_AS_STRING(co->co_name);
541 p = (unsigned char*)PyString_AS_STRING(co->co_lnotab);
|
| /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),
|
| /external/python/cpython2/Include/ |
| stringobject.h | 91 #define PyString_AS_STRING(op) (((PyStringObject *)(op))->ob_sval)
|
| /external/python/cpython2/Objects/ |
| exceptions.c | [all...] |
| codeobject.c | 22 s = (unsigned char *)PyString_AS_STRING(o); 249 PyString_AS_STRING(item), 374 filename = PyString_AS_STRING(co->co_filename); 376 name = PyString_AS_STRING(co->co_name); 723 p = (unsigned char*)PyString_AS_STRING(co->co_lnotab);
|
| /external/python/cpython2/Python/ |
| future.c | 90 !strcmp(PyString_AS_STRING(modname), "__future__")) {
|
| compile.c | 234 buffer = PyString_AS_STRING(ident); [all...] |
| /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)
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/ |
| multibytecodec.c | 97 cb = PyCodec_LookupError(PyString_AS_STRING(errors));
146 cb = internal_error_callback(PyString_AS_STRING(value));
169 PyString_AS_STRING(buf->outobj));
181 buf->outbuf = (unsigned char *)PyString_AS_STRING(buf->outobj) +orgpos;
182 buf->outbuf_end = (unsigned char *)PyString_AS_STRING(buf->outobj)
334 memcpy(buf->outbuf, PyString_AS_STRING(retstr), retstrsize);
492 buf.outbuf = (unsigned char *)PyString_AS_STRING(buf.outobj);
527 PyString_AS_STRING(buf.outobj));
[all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/ |
| multibytecodec.c | 97 cb = PyCodec_LookupError(PyString_AS_STRING(errors));
146 cb = internal_error_callback(PyString_AS_STRING(value));
169 PyString_AS_STRING(buf->outobj));
179 buf->outbuf = (unsigned char *)PyString_AS_STRING(buf->outobj) +orgpos;
180 buf->outbuf_end = (unsigned char *)PyString_AS_STRING(buf->outobj)
332 memcpy(buf->outbuf, PyString_AS_STRING(retstr), retstrsize);
489 buf.outbuf = (unsigned char *)PyString_AS_STRING(buf.outobj);
524 PyString_AS_STRING(buf.outobj));
[all...] |
| /external/python/cpython2/Modules/cjkcodecs/ |
| multibytecodec.c | 97 cb = PyCodec_LookupError(PyString_AS_STRING(errors)); 146 cb = internal_error_callback(PyString_AS_STRING(value)); 169 PyString_AS_STRING(buf->outobj)); 181 buf->outbuf = (unsigned char *)PyString_AS_STRING(buf->outobj) +orgpos; 182 buf->outbuf_end = (unsigned char *)PyString_AS_STRING(buf->outobj) 334 memcpy(buf->outbuf, PyString_AS_STRING(retstr), retstrsize); 493 buf.outbuf = (unsigned char *)PyString_AS_STRING(buf.outobj); 528 PyString_AS_STRING(buf.outobj)); [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/ |
| statement.c | 145 string = PyString_AS_STRING(parameter);
169 string = PyString_AS_STRING(parameter);
|
| /external/python/cpython2/Modules/_sqlite/ |
| statement.c | 77 sql_cstr = PyString_AS_STRING(sql_str); 148 string = PyString_AS_STRING(parameter);
|