Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/stringlib/
Dunicode_format.h807 int recursion_depth, AutoNumber *auto_number) in output_markup()
867 _PyUnicodeWriter *writer, int recursion_depth, AutoNumber *auto_number) in do_markup()
910 int recursion_depth, AutoNumber *auto_number) in build_string()
948 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/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.h94 int recursion_depth() { return recursion_depth_; } in recursion_depth() function
/external/python/cpython3/Lib/
Dstring.py171 def _vformat(self, format_string, args, kwargs, used_args, recursion_depth, argument
/external/python/cpython2/Include/
Dpystate.h63 int recursion_depth; member
/external/python/cpython3/Include/cpython/
Dpystate.h59 int recursion_depth; member
/external/python/cpython3/Include/
Dsymtable.h34 int recursion_depth; /* current 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.c370 unsigned int ds, unsigned int offset, unsigned int recursion_depth) in exif_data_load_data_content()
/external/v8/src/regexp/
Dregexp-compiler.h551 inline int recursion_depth() { return recursion_depth_; } in recursion_depth() function
Dregexp-compiler.cc2527 int recursion_depth = 0; in GreedyLoopTextLengthForAlternative() local
/external/python/cpython3/Python/
Derrors.c287 int recursion_depth = 0; in _PyErr_NormalizeException() local
/external/v8/src/compiler/backend/
Dinstruction-selector.cc3237 int recursion_depth) { in ZeroExtendsWord32ToWord64()