Home
last modified time | relevance | path

Searched defs:recursion_depth (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/Objects/stringlib/
Dunicode_format.h802 int recursion_depth, AutoNumber *auto_number) in output_markup()
862 _PyUnicodeWriter *writer, int recursion_depth, AutoNumber *auto_number) in do_markup()
905 int recursion_depth, AutoNumber *auto_number) in build_string()
943 int recursion_depth = 2; in do_string_format() local
/external/python/cpython2/Objects/stringlib/
Dstring_format.h885 int recursion_depth, AutoNumber *auto_number) in output_markup()
946 OutputString *output, int recursion_depth, AutoNumber *auto_number) in do_markup()
980 int recursion_depth, AutoNumber *auto_number) in build_string()
1035 int recursion_depth = 2; in do_string_format() local
/external/python/cpython3/Lib/
Dstring.py194 def _vformat(self, format_string, args, kwargs, used_args, recursion_depth, argument
/external/python/cpython3/Include/
Dsymtable.h33 int recursion_depth; /* current recursion depth */ member
Dpystate.h220 int recursion_depth; member
/external/python/cpython2/Include/
Dpystate.h63 int recursion_depth; member
/external/python/cpython2/Lib/
Dstring.py567 def _vformat(self, format_string, args, kwargs, used_args, recursion_depth): argument
/external/libexif/libexif/
Dexif-data.c366 unsigned int ds, unsigned int offset, unsigned int recursion_depth) in exif_data_load_data_content()
/external/python/cpython3/Python/
Derrors.c235 int recursion_depth = 0; in PyErr_NormalizeException() local
/external/v8/src/regexp/
Djsregexp.h846 int recursion_depth, in EatsAtLeast()
Djsregexp.cc967 inline int recursion_depth() { return recursion_depth_; } in recursion_depth() function in v8::internal::RegExpCompiler
3415 int recursion_depth = 0; in GreedyLoopTextLengthForAlternative() local