/aosp_15_r20/external/python/cpython3/Python/ |
D | ast.c | 13 int recursion_depth; /* current recursion depth */ member 167 if (++state->recursion_depth > state->recursion_limit) { in validate_constant() 196 --state->recursion_depth; in validate_constant() 214 if (++state->recursion_depth > state->recursion_limit) { in validate_expr() 394 state->recursion_depth--; in validate_expr() 540 if (++state->recursion_depth > state->recursion_limit) { in validate_pattern() 686 state->recursion_depth--; in validate_pattern() 721 if (++state->recursion_depth > state->recursion_limit) { in validate_stmt() 929 state->recursion_depth--; in validate_stmt() 1005 int recursion_depth = tstate->recursion_limit - tstate->recursion_remaining; in _PyAST_Validate() local [all …]
|
D | ast_opt.c | 707 if (++state->recursion_depth > state->recursion_limit) { in astfold_expr() 810 state->recursion_depth--; in astfold_expr() 823 state->recursion_depth--; in astfold_expr() 870 if (++state->recursion_depth > state->recursion_limit) { in astfold_stmt() 990 state->recursion_depth--; in astfold_stmt() 1022 if (++state->recursion_depth > state->recursion_limit) { in astfold_pattern() 1058 state->recursion_depth--; in astfold_pattern() 1091 int recursion_depth = tstate->recursion_limit - tstate->recursion_remaining; in _PyAST_Optimize() local 1092 starting_recursion_depth = (recursion_depth < INT_MAX / COMPILER_STACK_FRAME_SCALE) ? in _PyAST_Optimize() 1093 recursion_depth * COMPILER_STACK_FRAME_SCALE : recursion_depth; in _PyAST_Optimize() [all …]
|
D | symtable.c | 301 int recursion_depth = tstate->recursion_limit - tstate->recursion_remaining; in _PySymtable_Build() local 302 starting_recursion_depth = (recursion_depth < INT_MAX / COMPILER_STACK_FRAME_SCALE) ? in _PySymtable_Build() 303 recursion_depth * COMPILER_STACK_FRAME_SCALE : recursion_depth; in _PySymtable_Build() 304 st->recursion_depth = starting_recursion_depth; in _PySymtable_Build() 344 if (st->recursion_depth != starting_recursion_depth) { in _PySymtable_Build() 347 starting_recursion_depth, st->recursion_depth); in _PySymtable_Build() 1128 return --(ST)->recursion_depth,(X) 1191 if (++st->recursion_depth > st->recursion_limit) { in symtable_visit_stmt() 1577 if (++st->recursion_depth > st->recursion_limit) { in symtable_visit_expr() 1737 if (++st->recursion_depth > st->recursion_limit) { in symtable_visit_pattern()
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-sanitize.hh | 127 recursion_depth (0), in hb_sanitize_context_t() 233 this->recursion_depth = 0; in start_processing() 377 if (unlikely (recursion_depth >= max_depth)) return false; in check_start_recursion() 378 return ++recursion_depth; in check_start_recursion() 383 recursion_depth--; in end_recursion() 507 int recursion_depth; member
|
/aosp_15_r20/external/python/cpython2/Objects/stringlib/ |
D | string_format.h | 50 int recursion_depth, AutoNumber *auto_number); 885 int recursion_depth, AutoNumber *auto_number) in output_markup() argument 911 tmp = build_string(format_spec, args, kwargs, recursion_depth-1, in output_markup() 946 OutputString *output, int recursion_depth, AutoNumber *auto_number) in do_markup() argument 967 args, kwargs, recursion_depth, auto_number)) in do_markup() 980 int recursion_depth, AutoNumber *auto_number) in build_string() argument 989 if (recursion_depth <= 0) { in build_string() 1002 if (!do_markup(input, args, kwargs, &output, recursion_depth, in build_string() 1035 int recursion_depth = 2; in do_string_format() local 1041 return build_string(&input, args, kwargs, recursion_depth, &auto_number); in do_string_format()
|
/aosp_15_r20/external/python/cpython3/Objects/stringlib/ |
D | unicode_format.h | 37 int recursion_depth, AutoNumber *auto_number); 809 int recursion_depth, AutoNumber *auto_number) in output_markup() argument 835 tmp = build_string(format_spec, args, kwargs, recursion_depth-1, in output_markup() 869 _PyUnicodeWriter *writer, int recursion_depth, AutoNumber *auto_number) in do_markup() argument 898 args, kwargs, recursion_depth, auto_number)) in do_markup() 912 int recursion_depth, AutoNumber *auto_number) in build_string() argument 917 if (recursion_depth <= 0) { in build_string() 927 if (!do_markup(input, args, kwargs, &writer, recursion_depth, in build_string() 950 int recursion_depth = 2; in do_string_format() local 959 return build_string(&input, args, kwargs, recursion_depth, &auto_number); in do_string_format()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/xds/ |
D | xds_lb_policy_registry.cc | 225 int recursion_depth) override { in ConvertXdsLbPolicyConfig() argument 242 context, endpoint_picking_policy, errors, recursion_depth + 1); in ConvertXdsLbPolicyConfig() 281 ValidationErrors* errors, int recursion_depth) const { in ConvertXdsLbPolicyConfig() 283 if (recursion_depth >= kMaxRecursionDepth) { in ConvertXdsLbPolicyConfig() 316 this, context, *serialized_value, errors, recursion_depth))}; in ConvertXdsLbPolicyConfig()
|
D | xds_lb_policy_registry.h | 45 int recursion_depth) = 0; 59 ValidationErrors* errors, int recursion_depth = 0) const;
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/xds/ |
H A D | xds_lb_policy_registry.cc | 226 int recursion_depth) override { in ConvertXdsLbPolicyConfig() argument 243 context, endpoint_picking_policy, errors, recursion_depth + 1); in ConvertXdsLbPolicyConfig() 317 ValidationErrors* errors, int recursion_depth) const { in ConvertXdsLbPolicyConfig() 319 if (recursion_depth >= kMaxRecursionDepth) { in ConvertXdsLbPolicyConfig() 352 this, context, *serialized_value, errors, recursion_depth))}; in ConvertXdsLbPolicyConfig()
|
H A D | xds_lb_policy_registry.h | 45 int recursion_depth) = 0; 59 ValidationErrors* errors, int recursion_depth = 0) const;
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/ |
H A D | stack_trace.cc | 101 int recursion_depth); 190 int recursion_depth) { in LaunchLibunwindSandbox() argument 200 auto executor = absl::WrapUnique(new Executor(pid, recursion_depth)); in LaunchLibunwindSandbox() 320 int recursion_depth) { in GetStackTrace() argument 341 regs, ns, uses_custom_forkserver, recursion_depth); in GetStackTrace()
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | string.py | 198 def _vformat(self, format_string, args, kwargs, used_args, recursion_depth, argument 200 if recursion_depth < 0: 243 used_args, recursion_depth-1,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | string.py | 198 def _vformat(self, format_string, args, kwargs, used_args, recursion_depth, argument 200 if recursion_depth < 0: 243 used_args, recursion_depth-1,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | string.py | 198 def _vformat(self, format_string, args, kwargs, used_args, recursion_depth, argument 200 if recursion_depth < 0: 243 used_args, recursion_depth-1,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | string.py | 198 def _vformat(self, format_string, args, kwargs, used_args, recursion_depth, argument 200 if recursion_depth < 0: 243 used_args, recursion_depth-1,
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | string.py | 198 def _vformat(self, format_string, args, kwargs, used_args, recursion_depth, argument 200 if recursion_depth < 0: 243 used_args, recursion_depth-1,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | string.py | 198 def _vformat(self, format_string, args, kwargs, used_args, recursion_depth, argument 200 if recursion_depth < 0: 243 used_args, recursion_depth-1,
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | ceval.h | 49 (_Py_MakeRecCheck(PyThreadState_GET()->recursion_depth) && \ 52 (--PyThreadState_GET()->recursion_depth)
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | string.py | 567 def _vformat(self, format_string, args, kwargs, used_args, recursion_depth): argument 568 if recursion_depth < 0: 593 used_args, recursion_depth-1)
|
/aosp_15_r20/external/libexif/libexif/ |
H A D | exif-data.c | 365 unsigned int ds, unsigned int offset, unsigned int recursion_depth) in exif_data_load_data_content() argument 380 if (recursion_depth > 30) { in exif_data_load_data_content() 424 exif_data_load_data_content (data, EXIF_IFD_EXIF, d, ds, o, recursion_depth + 1); in exif_data_load_data_content() 428 exif_data_load_data_content (data, EXIF_IFD_GPS, d, ds, o, recursion_depth + 1); in exif_data_load_data_content() 432 exif_data_load_data_content (data, EXIF_IFD_INTEROPERABILITY, d, ds, o, recursion_depth + 1); in exif_data_load_data_content()
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/ |
H A D | json_format.py | 476 self.recursion_depth = 0 489 self.recursion_depth += 1 490 if self.recursion_depth > self.max_recursion_depth: 503 self.recursion_depth -= 1
|
/aosp_15_r20/external/protobuf/python/google/protobuf/ |
H A D | json_format.py | 476 self.recursion_depth = 0 489 self.recursion_depth += 1 490 if self.recursion_depth > self.max_recursion_depth: 503 self.recursion_depth -= 1
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/ |
H A D | demangle.cc | 179 int recursion_depth; // For stack exhaustion prevention. member 190 ++state->recursion_depth; in ComplexityGuard() 193 ~ComplexityGuard() { --state_->recursion_depth; } in ~ComplexityGuard() 217 return state_->recursion_depth > kRecursionDepthLimit || in IsTooComplex() 263 state->recursion_depth = 0; in InitState()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/internal/ |
D | demangle.cc | 179 int recursion_depth; // For stack exhaustion prevention. member 190 ++state->recursion_depth; in ComplexityGuard() 193 ~ComplexityGuard() { --state_->recursion_depth; } in ~ComplexityGuard() 217 return state_->recursion_depth > kRecursionDepthLimit || in IsTooComplex() 263 state->recursion_depth = 0; in InitState()
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/debugging/internal/ |
H A D | demangle.cc | 179 int recursion_depth; // For stack exhaustion prevention. member 190 ++state->recursion_depth; in ComplexityGuard() 193 ~ComplexityGuard() { --state_->recursion_depth; } in ~ComplexityGuard() 217 return state_->recursion_depth > kRecursionDepthLimit || in IsTooComplex() 261 state->recursion_depth = 0; in InitState()
|