/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_unwind_linux_libcdep.cc | 43 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 …]
|
D | sanitizer_stacktrace_libcdep.cc | 57 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()
|
D | sanitizer_stacktrace.h | 97 void Unwind(u32 max_depth, uptr pc, uptr bp, void *context, uptr stack_top, 102 u32 max_depth); 103 void SlowUnwindStack(uptr pc, u32 max_depth); 105 u32 max_depth);
|
D | sanitizer_stacktrace.cc | 68 uptr stack_bottom, u32 max_depth) { in FastUnwindStack() argument 70 CHECK_GE(max_depth, 2); in FastUnwindStack() 81 size < max_depth) { in FastUnwindStack()
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_factory_ops.py | 174 scalar_depth, max_depth = _find_scalar_and_max_depth(pylist) 176 if max_depth > scalar_depth: 185 (scalar_depth is None and expected_depth < max_depth)): 193 ((max_depth < 2) or 194 (inner_shape is not None and max_depth - len(inner_shape) < 2)))): 207 ragged_rank = max(1, max_depth - 1) 247 max_depth = 1 254 max_depth = max(max_depth, child_max_depth + 1) 255 return (scalar_depth, max_depth)
|
D | ragged_const_op_test.py | 269 dict(pylist=9, scalar_depth=0, max_depth=0), 270 dict(pylist=[9], scalar_depth=1, max_depth=1), 271 dict(pylist=[1, 2, 3], scalar_depth=1, max_depth=1), 272 dict(pylist=[[1], [2]], scalar_depth=2, max_depth=2), 273 dict(pylist=[[[1], [2]], [[3]]], scalar_depth=3, max_depth=3), 274 dict(pylist=[], scalar_depth=None, max_depth=1), 275 dict(pylist=[[]], scalar_depth=None, max_depth=2), 276 dict(pylist=[[], [], []], scalar_depth=None, max_depth=2), 277 dict(pylist=[[[], []], [[], [[[]]]], []], scalar_depth=None, max_depth=5), 294 max_depth=None, argument [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_spatial_convolutions.h | 123 const StorageIndex max_depth = 132 eigen_assert((max_depth - start_depth) % packet_size == 0); 135 for (; d < max_depth; d += packet_size) { 144 const StorageIndex vectorized_depth = max_depth - packet_size; 152 for (; d < max_depth; d++) { 171 const StorageIndex max_depth = 180 eigen_assert((max_depth - start_depth) % packet_size == 0); 183 for (; d < max_depth; d += packet_size) { 193 const StorageIndex max_vectorized_depth = max_depth - packet_size; 203 for (; d < max_depth; d++) {
|
D | sparse_xent_op.h | 63 const Index max_depth) in SparseXentLossGenerator() argument 67 max_depth_(max_depth) {} in SparseXentLossGenerator() 103 const Index max_depth) in SparseXentGradGenerator() argument 107 max_depth_(max_depth) {} in SparseXentGradGenerator()
|
/external/mesa3d/src/compiler/glsl/ |
D | lower_if_to_cond_assign.cpp | 65 unsigned max_depth, in ir_if_to_cond_assign_visitor() argument 70 this->max_depth = max_depth; in ir_if_to_cond_assign_visitor() 96 unsigned max_depth; member in __anona0dfedf00111::ir_if_to_cond_assign_visitor 106 unsigned max_depth, unsigned min_branch_cost) in lower_if_to_cond_assign() argument 108 if (max_depth == UINT_MAX) in lower_if_to_cond_assign() 111 ir_if_to_cond_assign_visitor v(stage, max_depth, min_branch_cost); in lower_if_to_cond_assign() 229 bool must_lower = this->depth-- > this->max_depth; in visit_leave()
|
/external/v8/src/base/debug/ |
D | stack_trace_android.cc | 23 StackCrawlState(uintptr_t* frames, size_t max_depth) in StackCrawlState() 26 max_depth(max_depth), in StackCrawlState() 31 size_t max_depth; member 46 if (state->frame_count >= state->max_depth) in TraceStackFrame()
|
/external/libchrome/base/debug/ |
D | stack_trace_android.cc | 27 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()
|
/external/e2fsprogs/lib/ext2fs/ |
D | extent.c | 62 int max_depth; member 273 handle->max_depth = ext2fs_le16_to_cpu(eh->eh_depth); in ext2fs_extent_open2() 276 handle->max_paths = handle->max_depth + 1; in ext2fs_extent_open2() 329 if (handle->level < handle->max_depth) { in ext2fs_extent_get() 360 if (handle->level < handle->max_depth) { in ext2fs_extent_get() 390 if ((handle->level < handle->max_depth) && in ext2fs_extent_get() 435 if (handle->level < handle->max_depth) in ext2fs_extent_get() 457 if (!path->curr ||(handle->level >= handle->max_depth)) in ext2fs_extent_get() 514 if (handle->level < handle->max_depth) in ext2fs_extent_get() 519 handle->level, handle->max_depth, in ext2fs_extent_get() [all …]
|
/external/compiler-rt/lib/asan/ |
D | asan_stack.h | 34 void GetStackTraceWithPcBpAndContext(BufferedStackTrace *stack, uptr max_depth, in GetStackTraceWithPcBpAndContext() argument 38 stack->Unwind(max_depth, pc, bp, context, 0, 0, fast); in GetStackTraceWithPcBpAndContext() 52 stack->Unwind(max_depth, pc, bp, context, stack_top, stack_bottom, in GetStackTraceWithPcBpAndContext() 57 stack->Unwind(max_depth, pc, bp, context, 0, 0, false); in GetStackTraceWithPcBpAndContext()
|
/external/libchrome/base/json/ |
D | json_reader.cc | 44 JSONReader::JSONReader(int options, int max_depth) in JSONReader() argument 45 : parser_(new internal::JSONParser(options, max_depth)) {} in JSONReader() 52 int max_depth) { in Read() argument 53 internal::JSONParser parser(options, max_depth); in Read()
|
D | json_reader.h | 90 JSONReader(int options = JSON_PARSE_RFC, int max_depth = kStackMaxDepth); 100 int max_depth = kStackMaxDepth);
|
/external/elfutils/libdw/ |
D | dwarf_peel_type.c | 52 int max_depth = MAX_DEPTH; in dwarf_peel_type() local 61 && max_depth-- > 0) in dwarf_peel_type() 75 if (tag == DW_TAG_invalid || max_depth <= 0) in dwarf_peel_type()
|
/external/brotli/c/enc/ |
D | bit_cost_inc.h | 73 size_t max_depth = 1; in FN() local 87 if (depth > max_depth) { in FN() 88 max_depth = depth; in FN() 120 bits += (double)(18 + 2 * max_depth); in FN()
|
/external/tensorflow/tensorflow/core/profiler/ |
D | tfprof_options.h | 109 Options(int max_depth, tensorflow::int64 min_bytes, in Options() 125 : max_depth(max_depth), in Options() 150 int max_depth; member
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | inspect_utils.py | 108 def getqualifiedname(namespace, object_, max_depth=5, visited=None): argument 148 namespace, parent, max_depth=0, visited=visited) 151 parent.__dict__, object_, max_depth=0, visited=visited) 156 if max_depth: 165 max_depth - 1, visited)
|
/external/tensorflow/tensorflow/core/profiler/g3doc/ |
D | command_line.md | 127 --max_depth=3 136 -max_depth 4 168 tfprof> code -max_depth 1000 -show_name_regexes .*model_analyzer.*py.* -select micros -account_type… 197 tfprof> graph -start_name_regexes cost.* -max_depth 100 -min_micros 10000 -select micros -account_t… 210 tfprof> scope -show_name_regexes unit_1_0.*gamma -select tensor_value -max_depth 5 225 tfprof> scope -max_depth 4 -select params 244 tfprof> scope -account_type_regexes VariableV2 -max_depth 4 -select params 272 tfprof> scope -select device,params -account_type_regexes .*ps.*task:0.* -max_depth 1 274 tfprof> scope -select device,params -account_type_regexes .*ps.*task:1.* -max_depth 1 308 tfprof> scope -account_type_regexes pool_logit -max_depth 4 -select params [all …]
|
/external/ImageMagick/coders/ |
D | plasma.c | 139 max_depth; in ReadPlasmaImage() local 200 for (max_depth=0; i != 0; max_depth++) in ReadPlasmaImage() 207 max_depth); in ReadPlasmaImage()
|
/external/tensorflow/tensorflow/python/kernel_tests/boosted_trees/ |
D | training_ops_test.py | 71 max_depth=1, 262 max_depth=2, 442 max_depth=2, 597 max_depth=3, 736 max_depth=2, 866 max_depth=3, 960 max_depth=3, 1036 max_depth=3, 1144 max_depth=3, 1295 max_depth=2, [all …]
|
/external/tensorflow/tensorflow/python/autograph/pyct/testing/ |
D | codegen.py | 101 def __init__(self, max_depth=3, depth=0): argument 102 self.max_depth = max_depth 114 if self.depth > self.max_depth:
|
/external/tensorflow/tensorflow/contrib/boosted_trees/python/kernel_tests/ |
D | training_ops_test.py | 41 max_depth, argument 54 config.constraints.max_tree_depth = max_depth 168 max_depth=4, 319 max_depth=1, 429 max_depth=1, 581 max_depth=3, 774 max_depth=1, 916 max_depth=1, 983 max_depth=1, 1091 max_depth=2, [all …]
|
/external/ltp/testcases/kernel/fs/iso9660/ |
D | isofs.sh | 48 max_depth=3 56 if [ "$cur_depth" -gt "$max_depth" ]; then
|