Home
last modified time | relevance | path

Searched defs:format_spec (Results 1 – 25 of 32) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_types.py297 def test(i, format_spec, result): argument
451 def test(i, format_spec, result): argument
590 def test(f, format_spec, result): argument
Dtest_str.py196 def __format__(self, format_spec): argument
203 def __format__(self, format_spec): argument
207 def __format__(self, format_spec): argument
211 def __format__(self, format_spec): argument
Dtest_unicode.py1159 def __format__(self, format_spec): argument
1166 def __format__(self, format_spec): argument
1170 def __format__(self, format_spec): argument
1174 def __format__(self, format_spec): argument
Dtest_builtin.py1512 def __format__(self, format_spec): argument
1521 def __format__(self, format_spec): argument
1531 def __format__(self, format_spec): argument
1540 def __format__(self, format_spec): argument
1574 def __format__(self, format_spec): argument
Dtest_string.py142 def format_field(self, value, format_spec): argument
Dtest_datetime.py909 def strftime(self, format_spec): argument
1219 def strftime(self, format_spec): argument
1872 def strftime(self, format_spec): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
Dformatter.h171 parse_internal_render_format_spec(STRINGLIB_CHAR *format_spec, in parse_internal_render_format_spec()
1291 STRINGLIB_CHAR *format_spec, in FORMAT_STRING()
1328 STRINGLIB_CHAR *format_spec, in format_int_or_long()
1409 STRINGLIB_CHAR *format_spec, in FORMAT_LONG()
1430 STRINGLIB_CHAR *format_spec, in FORMAT_INT()
1441 STRINGLIB_CHAR *format_spec, in FORMAT_FLOAT()
1489 STRINGLIB_CHAR *format_spec, in FORMAT_COMPLEX()
Dstring_format.h563 render_field(PyObject *fieldobj, SubString *format_spec, OutputString *output) in render_field()
638 parse_field(SubString *str, SubString *field_name, SubString *format_spec, in parse_field()
728 SubString *format_spec, STRINGLIB_CHAR *conversion, in MarkupIterator_next()
885 output_markup(SubString *field_name, SubString *format_spec, in output_markup()
957 SubString format_spec; in do_markup() local
1086 SubString format_spec; in formatteriter_next() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
Dformatter.h169 parse_internal_render_format_spec(STRINGLIB_CHAR *format_spec, in parse_internal_render_format_spec()
1299 STRINGLIB_CHAR *format_spec, in FORMAT_STRING()
1336 STRINGLIB_CHAR *format_spec, in format_int_or_long()
1417 STRINGLIB_CHAR *format_spec, in FORMAT_LONG()
1438 STRINGLIB_CHAR *format_spec, in FORMAT_INT()
1449 STRINGLIB_CHAR *format_spec, in FORMAT_FLOAT()
1497 STRINGLIB_CHAR *format_spec, in FORMAT_COMPLEX()
Dstring_format.h560 render_field(PyObject *fieldobj, SubString *format_spec, OutputString *output) in render_field()
635 parse_field(SubString *str, SubString *field_name, SubString *format_spec, in parse_field()
725 SubString *format_spec, STRINGLIB_CHAR *conversion, in MarkupIterator_next()
882 output_markup(SubString *field_name, SubString *format_spec, in output_markup()
954 SubString format_spec; in do_markup() local
1083 SubString format_spec; in formatteriter_next() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstring.py598 def format_field(self, value, format_spec): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dstring.py612 def format_field(self, value, format_spec): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dcomplexobject.c905 PyObject *format_spec; in complex__format__() local
Dintobject.c1236 PyObject *format_spec; in int__format__() local
Dfloatobject.c1971 PyObject *format_spec; in float__format__() local
Dabstract.c724 PyObject_Format(PyObject* obj, PyObject *format_spec)
Dlongobject.c4093 PyObject *format_spec; in long__format__() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dcomplexobject.c909 PyObject *format_spec; in complex__format__() local
Dintobject.c1262 PyObject *format_spec; in int__format__() local
Dfloatobject.c1986 PyObject *format_spec; in float__format__() local
Dabstract.c724 PyObject_Format(PyObject* obj, PyObject *format_spec)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dbltinmodule.c359 PyObject *format_spec = NULL; in builtin_format() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dbltinmodule.c365 PyObject *format_spec = NULL; in builtin_format() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
Dlongobject.c4119 PyObject *format_spec; in long__format__() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
Dlongobject.c4093 PyObject *format_spec; in long__format__() local

12