Home
last modified time | relevance | path

Searched refs:PyObject_Str (Results 1 – 25 of 53) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
Dunicodedefs.h32 #define STRINGLIB_TOSTR PyObject_Str
Dstringdefs.h27 #define STRINGLIB_TOSTR PyObject_Str
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
Dunicodedefs.h32 #define STRINGLIB_TOSTR PyObject_Str
Dstringdefs.h27 #define STRINGLIB_TOSTR PyObject_Str
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dexceptions.c109 out = PyObject_Str(PyTuple_GET_ITEM(self->args, 0)); in BaseException_str()
112 out = PyObject_Str(self->args); in BaseException_str()
1167 str = PyObject_Str(self->msg); in SyntaxError_str()
1169 str = PyObject_Str(Py_None); in SyntaxError_str()
1649 reason_str = PyObject_Str(uself->reason); in UnicodeEncodeError_str()
1652 encoding_str = PyObject_Str(uself->encoding); in UnicodeEncodeError_str()
1734 reason_str = PyObject_Str(uself->reason); in UnicodeDecodeError_str()
1737 encoding_str = PyObject_Str(uself->encoding); in UnicodeDecodeError_str()
1831 reason_str = PyObject_Str(uself->reason); in UnicodeTranslateError_str()
Dweakrefobject.c447 WRAP_UNARY(proxy_str, PyObject_Str) in WRAP_BINARY()
Dobject.c303 s = PyObject_Str(op); in internal_print()
449 PyObject_Str(PyObject *v) in PyObject_Str() function
Ddescrobject.c801 return PyObject_Str(pp->dict); in proxy_str()
Dcomplexobject.c916 PyObject *str_spec = PyObject_Str(format_spec); in complex__format__()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dexceptions.c109 out = PyObject_Str(PyTuple_GET_ITEM(self->args, 0)); in BaseException_str()
112 out = PyObject_Str(self->args); in BaseException_str()
1169 str = PyObject_Str(self->msg); in SyntaxError_str()
1171 str = PyObject_Str(Py_None); in SyntaxError_str()
1657 reason_str = PyObject_Str(uself->reason); in UnicodeEncodeError_str()
1660 encoding_str = PyObject_Str(uself->encoding); in UnicodeEncodeError_str()
1746 reason_str = PyObject_Str(uself->reason); in UnicodeDecodeError_str()
1749 encoding_str = PyObject_Str(uself->encoding); in UnicodeDecodeError_str()
1847 reason_str = PyObject_Str(uself->reason); in UnicodeTranslateError_str()
Dweakrefobject.c458 WRAP_UNARY(proxy_str, PyObject_Str) in WRAP_BINARY()
Dobject.c303 s = PyObject_Str(op); in internal_print()
449 PyObject_Str(PyObject *v) in PyObject_Str() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h463 PyAPI_FUNC(PyObject *) PyObject_Str(PyObject *);
464 #define PyObject_Bytes PyObject_Str
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h463 PyAPI_FUNC(PyObject *) PyObject_Str(PyObject *);
464 #define PyObject_Bytes PyObject_Str
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c805 v = PyObject_Str(v); in PyRun_InteractiveOneFlags()
813 w = PyObject_Str(w); in PyRun_InteractiveOneFlags()
1274 PyObject *s = PyObject_Str(value); in PyErr_Display()
1606 u = PyObject_Str(value); in err_input()
D_warnings.c319 text = PyObject_Str(message); in warn_explicit()
382 PyObject *to_str = PyObject_Str(item); in warn_explicit()
Dcodecs.c449 PyObject *string = PyObject_Str(name); in wrong_exception_type()
Derrors.c741 tmp = PyObject_Str(v); in PyErr_SyntaxLocation()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c818 v = PyObject_Str(v); in PyRun_InteractiveOneFlags()
826 w = PyObject_Str(w); in PyRun_InteractiveOneFlags()
1299 PyObject *s = PyObject_Str(value); in PyErr_Display()
1631 u = PyObject_Str(value); in err_input()
D_warnings.c319 text = PyObject_Str(message); in warn_explicit()
382 PyObject *to_str = PyObject_Str(item); in warn_explicit()
Dcodecs.c449 PyObject *string = PyObject_Str(name); in wrong_exception_type()
Derrors.c763 tmp = PyObject_Str(v); in PyErr_SyntaxLocation()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_json.c1990 PyObject *encoded = PyObject_Str(obj); in encoder_listencode_obj()
2135 kstr = PyObject_Str(key); in encoder_listencode_dict()
D_csv.c1187 str = PyObject_Str(field); in csv_writerow()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_json.c1982 PyObject *encoded = PyObject_Str(obj); in encoder_listencode_obj()
2127 kstr = PyObject_Str(key); in encoder_listencode_dict()

123