Home
last modified time | relevance | path

Searched defs:max_depth (Results 26 – 50 of 164) sorted by relevance

1234567

/aosp_15_r20/external/cronet/base/debug/
H A Dstack_trace_unittest.cc354 size_t max_depth, in ExpectStackFramePointers()
372 size_t max_depth, in ExpectStackFramePointers()
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/viz/summary/
H A Dslices.sql22 MAX(depth) AS max_depth field
H A Dtracks.sql109 max_depth as max_depth, field
/aosp_15_r20/external/rust/android-crates-io/crates/walkdir/src/
Dlib.rs243 max_depth: usize, field
326 pub fn max_depth(mut self, depth: usize) -> Self { in max_depth() method
/aosp_15_r20/external/pdfium/xfa/fxfa/formcalc/
H A Dcxfa_fmparser.h31 void SetMaxParseDepthForTest(unsigned long max_depth) { in SetMaxParseDepthForTest()
/aosp_15_r20/external/elfutils/libdw/
H A Ddwarf_peel_type.c52 int max_depth = MAX_DEPTH; in dwarf_peel_type() local
/aosp_15_r20/external/cronet/base/json/
H A Djson_common.h23 StackMarker(size_t max_depth, size_t* depth) in StackMarker()
/aosp_15_r20/external/cronet/third_party/googletest/custom/gtest/internal/custom/
H A Dstack_trace_getter.cc14 std::string StackTraceGetter::CurrentStackTrace(int max_depth, int skip_count) { in CurrentStackTrace()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/
H A Dretire_log.cc21 RetireLog::RetireLog(size_t min_depth, size_t max_depth) in RetireLog()
/aosp_15_r20/tools/security/fuzzing/llm/tinyxml2_fuzzer/
H A Dgen_corpus2.py5 def generate_random_xml(depth=0, max_depth=3, num_attributes=2, max_text_length=20): argument
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/
H A Dgraph_scan.cc261 uint32_t max_depth = 0; in DfsAndComputeMaxDepth() local
444 uint32_t max_depth = DfsAndComputeMaxDepth(InitializeStateFromMaxNode()); in Run() local
/aosp_15_r20/art/test/1987-structural-redefine-recursive-stack-scope/src/
H A DMain.java63 final int max_depth = 10; in main() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Interpreter/
DOptionGroupValueObjectDisplay.h50 uint32_t max_depth; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Interpreter/
DOptionGroupValueObjectDisplay.h50 uint32_t max_depth; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Interpreter/
DOptionGroupValueObjectDisplay.h50 uint32_t max_depth; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Interpreter/
DOptionGroupValueObjectDisplay.h50 uint32_t max_depth; variable
/aosp_15_r20/external/rust/android-crates-io/crates/xml-rs/src/
Danalyze.rs37 let mut max_depth = 0; in main() localVariable
/aosp_15_r20/art/runtime/
H A Dbacktrace_helper.h34 BacktraceCollector(uintptr_t* out_frames, size_t max_depth, size_t skip_count) in BacktraceCollector()
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_libcdep.cc57 void BufferedStackTrace::Unwind(u32 max_depth, uptr pc, uptr bp, void *context, in Unwind()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/wire/
Dencode.h77 uint32_t max_depth = upb_EncodeOptions_GetMaxDepth(encode_options); in upb_Encode_LimitDepth() local
Ddecode.h79 uint32_t max_depth = upb_DecodeOptions_GetMaxDepth(decode_options); in upb_Decode_LimitDepth() local
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/wire/
H A Dencode.h62 uint32_t max_depth = upb_EncodeOptions_GetMaxDepth(encode_options); in upb_Encode_LimitDepth() local
H A Ddecode.h108 uint32_t max_depth = upb_DecodeOptions_GetMaxDepth(decode_options); in upb_Decode_LimitDepth() local
/aosp_15_r20/external/flatbuffers/src/
H A Dreflection.cpp749 const uoffset_t max_depth, const uoffset_t max_tables) { in Verify()
758 const uoffset_t max_depth, const uoffset_t max_tables) { in VerifySizePrefixed()
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_stack.h34 void GetStackTraceWithPcBpAndContext(BufferedStackTrace *stack, uptr max_depth, in GetStackTraceWithPcBpAndContext()

1234567