Home
last modified time | relevance | path

Searched refs:max_depth (Results 1 – 25 of 237) sorted by relevance

12345678910

/external/webrtc/third_party/abseil-cpp/absl/debugging/
Dstacktrace.cc68 int max_depth, int skip_count, in Unwind() argument
76 int size = (*f)(result, sizes, max_depth, skip_count + 1, uc, in Unwind()
86 void** result, int* sizes, int max_depth, int skip_count) { in GetStackFrames() argument
87 return Unwind<true, false>(result, sizes, max_depth, skip_count, nullptr, in GetStackFrames()
92 GetStackFramesWithContext(void** result, int* sizes, int max_depth, in GetStackFramesWithContext() argument
95 return Unwind<true, true>(result, sizes, max_depth, skip_count, uc, in GetStackFramesWithContext()
100 void** result, int max_depth, int skip_count) { in GetStackTrace() argument
101 return Unwind<false, false>(result, nullptr, max_depth, skip_count, nullptr, in GetStackTrace()
106 GetStackTraceWithContext(void** result, int max_depth, int skip_count, in GetStackTraceWithContext() argument
108 return Unwind<false, true>(result, nullptr, max_depth, skip_count, uc, in GetStackTraceWithContext()
Dstacktrace.h81 extern int GetStackFrames(void** result, int* sizes, int max_depth,
105 extern int GetStackFramesWithContext(void** result, int* sizes, int max_depth,
133 extern int GetStackTrace(void** result, int max_depth, int skip_count);
155 extern int GetStackTraceWithContext(void** result, int max_depth,
188 int max_depth, int skip_count,
217 extern int DefaultStackUnwinder(void** pcs, int* sizes, int max_depth,
/external/angle/third_party/abseil-cpp/absl/debugging/
Dstacktrace.cc68 int max_depth, int skip_count, in Unwind() argument
76 int size = (*f)(result, sizes, max_depth, skip_count + 1, uc, in Unwind()
86 void** result, int* sizes, int max_depth, int skip_count) { in GetStackFrames() argument
87 return Unwind<true, false>(result, sizes, max_depth, skip_count, nullptr, in GetStackFrames()
92 GetStackFramesWithContext(void** result, int* sizes, int max_depth, in GetStackFramesWithContext() argument
95 return Unwind<true, true>(result, sizes, max_depth, skip_count, uc, in GetStackFramesWithContext()
100 void** result, int max_depth, int skip_count) { in GetStackTrace() argument
101 return Unwind<false, false>(result, nullptr, max_depth, skip_count, nullptr, in GetStackTrace()
106 GetStackTraceWithContext(void** result, int max_depth, int skip_count, in GetStackTraceWithContext() argument
108 return Unwind<false, true>(result, nullptr, max_depth, skip_count, uc, in GetStackTraceWithContext()
Dstacktrace.h81 extern int GetStackFrames(void** result, int* sizes, int max_depth,
105 extern int GetStackFramesWithContext(void** result, int* sizes, int max_depth,
133 extern int GetStackTrace(void** result, int max_depth, int skip_count);
155 extern int GetStackTraceWithContext(void** result, int max_depth,
188 int max_depth, int skip_count,
217 extern int DefaultStackUnwinder(void** pcs, int* sizes, int max_depth,
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/
Dstacktrace.cc68 int max_depth, int skip_count, in Unwind() argument
76 int size = (*f)(result, sizes, max_depth, skip_count + 1, uc, in Unwind()
86 void** result, int* sizes, int max_depth, int skip_count) { in GetStackFrames() argument
87 return Unwind<true, false>(result, sizes, max_depth, skip_count, nullptr, in GetStackFrames()
92 GetStackFramesWithContext(void** result, int* sizes, int max_depth, in GetStackFramesWithContext() argument
95 return Unwind<true, true>(result, sizes, max_depth, skip_count, uc, in GetStackFramesWithContext()
100 void** result, int max_depth, int skip_count) { in GetStackTrace() argument
101 return Unwind<false, false>(result, nullptr, max_depth, skip_count, nullptr, in GetStackTrace()
106 GetStackTraceWithContext(void** result, int max_depth, int skip_count, in GetStackTraceWithContext() argument
108 return Unwind<false, true>(result, nullptr, max_depth, skip_count, uc, in GetStackTraceWithContext()
Dstacktrace.h81 extern int GetStackFrames(void** result, int* sizes, int max_depth,
105 extern int GetStackFramesWithContext(void** result, int* sizes, int max_depth,
133 extern int GetStackTrace(void** result, int max_depth, int skip_count);
155 extern int GetStackTraceWithContext(void** result, int max_depth,
188 int max_depth, int skip_count,
217 extern int DefaultStackUnwinder(void** pcs, int* sizes, int max_depth,
/external/abseil-cpp/absl/debugging/
Dstacktrace.cc68 int max_depth, int skip_count, in Unwind() argument
76 int size = (*f)(result, sizes, max_depth, skip_count + 1, uc, in Unwind()
86 void** result, int* sizes, int max_depth, int skip_count) { in GetStackFrames() argument
87 return Unwind<true, false>(result, sizes, max_depth, skip_count, nullptr, in GetStackFrames()
92 GetStackFramesWithContext(void** result, int* sizes, int max_depth, in GetStackFramesWithContext() argument
95 return Unwind<true, true>(result, sizes, max_depth, skip_count, uc, in GetStackFramesWithContext()
100 void** result, int max_depth, int skip_count) { in GetStackTrace() argument
101 return Unwind<false, false>(result, nullptr, max_depth, skip_count, nullptr, in GetStackTrace()
106 GetStackTraceWithContext(void** result, int max_depth, int skip_count, in GetStackTraceWithContext() argument
108 return Unwind<false, true>(result, nullptr, max_depth, skip_count, uc, in GetStackTraceWithContext()
Dstacktrace.h81 extern int GetStackFrames(void** result, int* sizes, int max_depth,
105 extern int GetStackFramesWithContext(void** result, int* sizes, int max_depth,
133 extern int GetStackTrace(void** result, int max_depth, int skip_count);
155 extern int GetStackTraceWithContext(void** result, int max_depth,
188 int max_depth, int skip_count,
217 extern int DefaultStackUnwinder(void** pcs, int* sizes, int max_depth,
/external/libtextclassifier/abseil-cpp/absl/debugging/
Dstacktrace.cc68 int max_depth, int skip_count, in Unwind() argument
76 int size = (*f)(result, sizes, max_depth, skip_count + 1, uc, in Unwind()
86 void** result, int* sizes, int max_depth, int skip_count) { in GetStackFrames() argument
87 return Unwind<true, false>(result, sizes, max_depth, skip_count, nullptr, in GetStackFrames()
92 GetStackFramesWithContext(void** result, int* sizes, int max_depth, in GetStackFramesWithContext() argument
95 return Unwind<true, true>(result, sizes, max_depth, skip_count, uc, in GetStackFramesWithContext()
100 void** result, int max_depth, int skip_count) { in GetStackTrace() argument
101 return Unwind<false, false>(result, nullptr, max_depth, skip_count, nullptr, in GetStackTrace()
106 GetStackTraceWithContext(void** result, int max_depth, int skip_count, in GetStackTraceWithContext() argument
108 return Unwind<false, true>(result, nullptr, max_depth, skip_count, uc, in GetStackTraceWithContext()
Dstacktrace.h81 extern int GetStackFrames(void** result, int* sizes, int max_depth,
105 extern int GetStackFramesWithContext(void** result, int* sizes, int max_depth,
133 extern int GetStackTrace(void** result, int max_depth, int skip_count);
155 extern int GetStackTraceWithContext(void** result, int max_depth,
188 int max_depth, int skip_count,
217 extern int DefaultStackUnwinder(void** pcs, int* sizes, int max_depth,
/external/openscreen/third_party/abseil/src/absl/debugging/
Dstacktrace.cc68 int max_depth, int skip_count, in Unwind() argument
76 int size = (*f)(result, sizes, max_depth, skip_count + 1, uc, in Unwind()
86 void** result, int* sizes, int max_depth, int skip_count) { in GetStackFrames() argument
87 return Unwind<true, false>(result, sizes, max_depth, skip_count, nullptr, in GetStackFrames()
92 GetStackFramesWithContext(void** result, int* sizes, int max_depth, in GetStackFramesWithContext() argument
95 return Unwind<true, true>(result, sizes, max_depth, skip_count, uc, in GetStackFramesWithContext()
100 void** result, int max_depth, int skip_count) { in GetStackTrace() argument
101 return Unwind<false, false>(result, nullptr, max_depth, skip_count, nullptr, in GetStackTrace()
106 GetStackTraceWithContext(void** result, int max_depth, int skip_count, in GetStackTraceWithContext() argument
108 return Unwind<false, true>(result, nullptr, max_depth, skip_count, uc, in GetStackTraceWithContext()
Dstacktrace.h81 extern int GetStackFrames(void** result, int* sizes, int max_depth,
105 extern int GetStackFramesWithContext(void** result, int* sizes, int max_depth,
133 extern int GetStackTrace(void** result, int max_depth, int skip_count);
155 extern int GetStackTraceWithContext(void** result, int max_depth,
188 int max_depth, int skip_count,
217 extern int DefaultStackUnwinder(void** pcs, int* sizes, int max_depth,
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_unwind_linux_libcdep.cc43 backtrace_frame_t *backtrace, uptr ignore_depth, uptr max_depth);
104 u32 max_depth; member
109 CHECK_LT(arg->stack->size, arg->max_depth); in Unwind_Trace()
117 if (arg->stack->size == arg->max_depth) return UNWIND_STOP; in Unwind_Trace()
121 void BufferedStackTrace::SlowUnwindStack(uptr pc, u32 max_depth) { in SlowUnwindStack() argument
122 CHECK_GE(max_depth, 2); in SlowUnwindStack()
124 UnwindTraceArg arg = {this, Min(max_depth + 1, kStackTraceMax)}; in SlowUnwindStack()
141 u32 max_depth) { in SlowUnwindStackWithContext() argument
142 CHECK_GE(max_depth, 2); in SlowUnwindStackWithContext()
144 SlowUnwindStack(pc, max_depth); in SlowUnwindStackWithContext()
[all …]
Dsanitizer_stacktrace_libcdep.cc57 void BufferedStackTrace::Unwind(u32 max_depth, uptr pc, uptr bp, void *context, in Unwind() argument
60 top_frame_bp = (max_depth > 0) ? bp : 0; in Unwind()
62 if (max_depth == 0) { in Unwind()
66 if (max_depth == 1) { in Unwind()
74 SlowUnwindStackWithContext(pc, context, max_depth); in Unwind()
76 SlowUnwindStack(pc, max_depth); in Unwind()
81 FastUnwindStack(pc, bp, stack_top, stack_bottom, max_depth); in Unwind()
/external/python/cpython3/Lib/xml/etree/
DElementInclude.py117 max_depth=DEFAULT_MAX_INCLUSION_DEPTH): argument
118 if max_depth is None:
119 max_depth = -1
120 elif max_depth < 0:
121 raise ValueError("expected non-negative depth or None for 'max_depth', got %r" % max_depth)
128 _include(elem, loader, base_url, max_depth, set())
131 def _include(elem, loader, base_url, max_depth, _parent_hrefs): argument
145 if max_depth == 0:
155 _include(node, loader, href, max_depth - 1, _parent_hrefs)
184 _include(e, loader, base_url, max_depth, _parent_hrefs)
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_unwind_linux_libcdep.cpp45 backtrace_frame_t *backtrace, uptr ignore_depth, uptr max_depth);
75 u32 max_depth; member
80 CHECK_LT(arg->stack->size, arg->max_depth); in Unwind_Trace()
88 if (arg->stack->size == arg->max_depth) return UNWIND_STOP; in Unwind_Trace()
126 void BufferedStackTrace::UnwindSlow(uptr pc, u32 max_depth) { in UnwindSlow() argument
127 CHECK_GE(max_depth, 2); in UnwindSlow()
129 UnwindTraceArg arg = {this, Min(max_depth + 1, kStackTraceMax)}; in UnwindSlow()
151 void BufferedStackTrace::UnwindSlow(uptr pc, void *context, u32 max_depth) { in UnwindSlow() argument
153 CHECK_GE(max_depth, 2); in UnwindSlow()
155 UnwindSlow(pc, max_depth); in UnwindSlow()
[all …]
Dsanitizer_stacktrace.h113 u32 max_depth = kStackTraceMax) {
114 top_frame_bp = (max_depth > 0) ? bp : 0;
116 if (max_depth <= 1) {
117 if (max_depth == 1)
119 size = max_depth;
122 UnwindImpl(pc, bp, context, request_fast, max_depth);
125 void Unwind(u32 max_depth, uptr pc, uptr bp, void *context, uptr stack_top,
136 u32 max_depth);
140 u32 max_depth);
141 void UnwindSlow(uptr pc, u32 max_depth);
[all …]
Dsanitizer_symbolizer_markup.cpp112 u32 max_depth; member
117 CHECK_LT(arg->stack->size, arg->max_depth); in Unwind_Trace()
121 return (arg->stack->size == arg->max_depth ? _URC_NORMAL_STOP in Unwind_Trace()
125 void BufferedStackTrace::UnwindSlow(uptr pc, u32 max_depth) { in UnwindSlow() argument
126 CHECK_GE(max_depth, 2); in UnwindSlow()
128 UnwindTraceArg arg = {this, Min(max_depth + 1, kStackTraceMax)}; in UnwindSlow()
140 void BufferedStackTrace::UnwindSlow(uptr pc, void *context, u32 max_depth) { in UnwindSlow() argument
142 CHECK_GE(max_depth, 2); in UnwindSlow()
Dsanitizer_unwind_win.cpp27 void BufferedStackTrace::UnwindSlow(uptr pc, u32 max_depth) { in UnwindSlow() argument
28 CHECK_GE(max_depth, 2); in UnwindSlow()
32 size = CaptureStackBackTrace(1, Min(max_depth, kStackTraceMax), in UnwindSlow()
46 void BufferedStackTrace::UnwindSlow(uptr pc, void *context, u32 max_depth) { in UnwindSlow() argument
48 CHECK_GE(max_depth, 2); in UnwindSlow()
73 size < Min(max_depth, kStackTraceMax)) { in UnwindSlow()
Dsanitizer_stacktrace_libcdep.cpp63 void BufferedStackTrace::Unwind(u32 max_depth, uptr pc, uptr bp, void *context, in Unwind() argument
68 top_frame_bp = (max_depth > 0) ? bp : 0; in Unwind()
70 if (max_depth == 0) { in Unwind()
74 if (max_depth == 1) { in Unwind()
82 UnwindSlow(pc, context, max_depth); in Unwind()
84 UnwindSlow(pc, max_depth); in Unwind()
89 UnwindFast(pc, bp, stack_top, stack_bottom, max_depth); in Unwind()
/external/tensorflow/tensorflow/core/kernels/
Deigen_spatial_convolutions.h39 Index max_depth, bool pad = false) {
40 const Index num_coeffs = max_depth - depth;
43 for (; depth < max_depth; ++depth) {
58 Index max_depth, bool pad = false) {
59 Index num_coeffs = max_depth - depth;
205 const StorageIndex max_depth =
214 eigen_assert((max_depth - start_depth) % packet_size == 0);
217 const StorageIndex unrolled_depth = max_depth - 4 * packet_size;
235 for (; d < max_depth; d += packet_size) {
245 const StorageIndex unrolled_depth = max_depth - 4 * packet_size;
[all …]
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_factory_ops.py190 scalar_depth, max_depth = _find_scalar_and_max_depth(pylist)
192 if max_depth > scalar_depth:
201 (scalar_depth is None and expected_depth < max_depth)):
209 ((max_depth < 2) or
210 (inner_shape is not None and max_depth - len(inner_shape) < 2)))):
223 ragged_rank = max(1, max_depth - 1)
265 max_depth = 1
272 max_depth = max(max_depth, child_max_depth + 1)
273 return (scalar_depth, max_depth)
Dragged_const_op_test.py314 dict(pylist=9, scalar_depth=0, max_depth=0),
315 dict(pylist=[9], scalar_depth=1, max_depth=1),
316 dict(pylist=[1, 2, 3], scalar_depth=1, max_depth=1),
317 dict(pylist=[[1], [2]], scalar_depth=2, max_depth=2),
318 dict(pylist=[[[1], [2]], [[3]]], scalar_depth=3, max_depth=3),
319 dict(pylist=[], scalar_depth=None, max_depth=1),
320 dict(pylist=[[]], scalar_depth=None, max_depth=2),
321 dict(pylist=[[], [], []], scalar_depth=None, max_depth=2),
322 dict(pylist=[[[], []], [[], [[[]]]], []], scalar_depth=None, max_depth=5),
339 max_depth=None, argument
[all …]
/external/mesa3d/src/compiler/glsl/
Dlower_if_to_cond_assign.cpp65 unsigned max_depth, in ir_if_to_cond_assign_visitor() argument
76 this->max_depth = max_depth; in ir_if_to_cond_assign_visitor()
100 unsigned max_depth; member in __anon27a1ac370111::ir_if_to_cond_assign_visitor
110 unsigned max_depth, unsigned min_branch_cost) in lower_if_to_cond_assign() argument
112 if (max_depth == UINT_MAX) in lower_if_to_cond_assign()
115 ir_if_to_cond_assign_visitor v(stage, max_depth, min_branch_cost); in lower_if_to_cond_assign()
233 bool must_lower = this->depth-- > this->max_depth; in visit_leave()
/external/libchrome/base/debug/
Dstack_trace_android.cc27 StackCrawlState(uintptr_t* frames, size_t max_depth) in StackCrawlState()
30 max_depth(max_depth), in StackCrawlState()
35 size_t max_depth; member
50 if (state->frame_count >= state->max_depth) in TraceStackFrame()

12345678910