Home
last modified time | relevance | path

Searched refs:cur_depth (Results 1 – 7 of 7) sorted by relevance

/external/ltp/testcases/kernel/controllers/cgroup_fj/
Dcgroup_fj_stress.sh82 local cur_depth="$2"
85 if [ "$cur_depth" -gt "$subgroup_depth" ]; then
93 build_subgroups "$cur_path/$i" $((cur_depth+1))
100 local cur_depth="$2"
104 if [ "$cur_depth" -gt "$subgroup_depth" ]; then
122 attach_task "$new_path" $((cur_depth+1)) "$ppid"
/external/ltp/testcases/kernel/fs/iso9660/
Disofs.sh23 local cur_depth="$2"
26 [ "$cur_depth" -gt "$MAX_DEPTH" ] && return
32 gen_fs_tree "$new_path" $((cur_depth + 1))
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_instruction.cpp393 const uint32_t cur_depth = 1 + max_member_depth; in LimitCheckStruct() local
394 _.set_struct_nesting_depth(inst->id(), cur_depth); in LimitCheckStruct()
395 if (cur_depth > depth_limit) { in LimitCheckStruct()
398 << ". Found " << cur_depth << "."; in LimitCheckStruct()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_instruction.cpp393 const uint32_t cur_depth = 1 + max_member_depth; in LimitCheckStruct() local
394 _.set_struct_nesting_depth(inst->id(), cur_depth); in LimitCheckStruct()
395 if (cur_depth > depth_limit) { in LimitCheckStruct()
398 << ". Found " << cur_depth << "."; in LimitCheckStruct()
/external/python/jinja/src/jinja2/
Ddebug.py189 cur_depth = local_overrides.get(name, (-1,))[0]
191 if cur_depth < depth:
/external/blktrace/
Dblkparse.c59 unsigned int cur_depth[2]; member
1512 if (pdi->cur_depth[w]) in dump_trace_pc()
1513 pdi->cur_depth[w]--; in dump_trace_pc()
1519 pdi->cur_depth[w]++; in dump_trace_pc()
1520 if (pdi->cur_depth[w] > pdi->max_depth[w]) in dump_trace_pc()
1521 pdi->max_depth[w] = pdi->cur_depth[w]; in dump_trace_pc()
1525 if (pdi->cur_depth[w]) in dump_trace_pc()
1526 pdi->cur_depth[w]--; in dump_trace_pc()
1574 if (pdi->cur_depth[w]) in dump_trace_fs()
1575 pdi->cur_depth[w]--; in dump_trace_fs()
[all …]
/external/libchrome/third_party/jinja2/
Ddebug.py215 cur_depth = local_overrides.get(name, (-1,))[0]
216 if cur_depth < depth: