Home
last modified time | relevance | path

Searched refs:PyString_Format (Results 1 – 17 of 17) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dbytesobject.h22 #define PyBytes_Format PyString_Format
Dstringobject.h75 PyAPI_FUNC(PyObject *) PyString_Format(PyObject *, PyObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dbytesobject.h22 #define PyBytes_Format PyString_Format
Dstringobject.h75 PyAPI_FUNC(PyObject *) PyString_Format(PyObject *, PyObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcache.c250 display_str = PyString_Format(template, fmt_args); in pysqlite_cache_display()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dexceptions.c708 rtnval = PyString_Format(fmt, tuple); in EnvironmentError_str()
744 rtnval = PyString_Format(fmt, tuple); in EnvironmentError_str()
940 rtnval = PyString_Format(fmt, tuple); in WindowsError_str()
976 rtnval = PyString_Format(fmt, tuple); in WindowsError_str()
Dstringobject.c3750 return PyString_Format(v, w); in string_mod()
4231 PyString_Format(PyObject *format, PyObject *args) in PyString_Format() function
Dlistobject.c2312 err_string = PyString_Format(err_format, format_tuple); in listindex()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dexceptions.c708 rtnval = PyString_Format(fmt, tuple); in EnvironmentError_str()
744 rtnval = PyString_Format(fmt, tuple); in EnvironmentError_str()
939 rtnval = PyString_Format(fmt, tuple); in WindowsError_str()
975 rtnval = PyString_Format(fmt, tuple); in WindowsError_str()
Dstringobject.c3729 return PyString_Format(v, w); in string_mod()
4211 PyString_Format(PyObject *format, PyObject *args) in PyString_Format() function
Dlistobject.c2311 err_string = PyString_Format(err_format, format_tuple); in listindex()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_collectionsmodule.c825 result = PyString_Format(fmt, aslist); in deque_repr()
DcPickle.c409 v=PyString_Format(retval, args); in cPickle_ErrFormat()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_collectionsmodule.c874 result = PyString_Format(fmt, aslist); in deque_repr()
DcPickle.c407 v=PyString_Format(retval, args); in cPickle_ErrFormat()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dceval.c1308 x = PyString_Format(v, w); in PyEval_EvalFrameEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dceval.c1311 x = PyString_Format(v, w); in PyEval_EvalFrameEx()