/external/toolchain-utils/binary_search_tool/full_bisect_test/ |
D | good-output.txt | 1 pre-order traversal, with recursion: 4 pre-order traversal, without recursion: 7 in-order traversal, with recursion: 10 in-order traversal, without recursion:
|
D | bad-output-3.txt | 1 pre-order traversal, with recursion: 4 pre-order traversal, without recursion: 7 in-order traversal, with recursion: 10 in-order traversal, without recursion:
|
D | bad-output-2.txt | 1 pre-order traversal, with recursion: 4 pre-order traversal, without recursion: 7 in-order traversal, with recursion: 10 in-order traversal, without recursion:
|
D | bad-output-1.txt | 1 pre-order traversal, with recursion: 4 pre-order traversal, without recursion: 7 in-order traversal, with recursion: 10 in-order traversal, without recursion:
|
/external/pcre/dist2/testdata/ |
D | testoutput15 | 215 Failed: error -52: nested recursion at the same subject position 219 Failed: error -52: nested recursion at the same subject position 223 Failed: error -52: nested recursion at the same subject position 268 # These tests provoke recursion loops, which give a different error message 276 Failed: error -52: nested recursion at the same subject position 286 Failed: error -52: nested recursion at the same subject position 296 Failed: error -52: nested recursion at the same subject position 306 Failed: error -52: nested recursion at the same subject position 316 Failed: error -52: nested recursion at the same subject position 320 Failed: error -52: nested recursion at the same subject position [all …]
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_mutex.cc | 154 CHECK_EQ(s->recursion, 0); in MutexLock() 158 CHECK_GT(s->recursion, 0); in MutexLock() 163 if (s->recursion == 0) { in MutexLock() 170 s->recursion += rec; in MutexLock() 172 if (common_flags()->detect_deadlocks && (s->recursion - rec) == 0) { in MutexLock() 198 if (kCppMode && (s->recursion == 0 || s->owner_tid != thr->tid)) { in MutexUnlock() 204 rec = all ? s->recursion : 1; in MutexUnlock() 205 s->recursion -= rec; in MutexUnlock() 206 if (s->recursion == 0) { in MutexUnlock() 215 if (common_flags()->detect_deadlocks && s->recursion == 0 && in MutexUnlock() [all …]
|
/external/honggfuzz/examples/bind/ |
D | named.conf | 6 recursion yes; 9 max-recursion-queries 100000; 10 max-recursion-depth 2; 52 allow-recursion {
|
/external/syzkaller/pkg/report/testdata/fuchsia/report/ |
D | 4 | 1 TITLE: recursion in interrupt handler 11 recursion in interrupt handler 17 recursion in interrupt handler
|
D | 5 | 1 TITLE: recursion in interrupt handler 7 recursion in interrupt handler
|
/external/deqp-deps/glslang/Test/ |
D | recurse2.frag | 3 // cross-unit recursion 5 // two-level recursion
|
D | recurse1.vert | 7 // direct recursion 14 // two-level recursion
|
D | recurse1.frag | 3 // cross-unit recursion 7 // two-level recursion
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/ |
D | rx-virtualtime.hpp | 74 rxsc::recursion r; in start() 107 rxsc::recursion r; in advance_to() 213 rxsc::recursion r; in schedule_absolute()
|
D | rx-immediate.hpp | 40 recursion r(true); in schedule() 49 recursion r(true); in schedule()
|
D | rx-currentthread.hpp | 29 recursion r; 54 static recursion& get_recursion() { in get_recursion()
|
/external/syzkaller/pkg/report/testdata/linux/report/ |
D | 68 | 1 TITLE: BUG: spinlock recursion in __task_rq_lock 3 [ 213.269287] BUG: spinlock recursion on CPU#0, syz-executor7/5032
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6rc2.rst | 26 recursion tests in Tools/scripts/find_recursion_limit.py can raise 28 exactly the recursion limit is exceeded. Consequently, both exception types
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector2.cc | 156 m->recursion = 0; in MutexInit() 283 m->recursion++; in MutexAfterLock() 289 CHECK_EQ(m->recursion, 0); in MutexAfterLock() 290 m->recursion = 1; in MutexAfterLock() 314 if (--m->recursion > 0) in MutexBeforeUnlock()
|
/external/libchrome/ipc/ |
D | ipc_message_utils.cc | 82 int recursion); 84 void WriteValue(base::Pickle* m, const base::Value* value, int recursion) { in WriteValue() argument 86 if (recursion > kMaxRecursionDepth) { in WriteValue() 138 WriteValue(m, &it.value(), recursion + 1); in WriteValue() 146 WriteValue(m, &entry, recursion + 1); in WriteValue() 158 int recursion) { in ReadDictionaryValue() argument 167 !ReadValue(m, iter, &subval, recursion + 1)) in ReadDictionaryValue() 180 int recursion) { in ReadListValue() argument 187 if (!ReadValue(m, iter, &subval, recursion + 1)) in ReadListValue() 198 int recursion) { in ReadValue() argument [all …]
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-scheduler.hpp | 95 class recursion class 99 recursion operator=(const recursion&); 101 recursion() in recursion() function in rxcpp::schedulers::recursion 106 explicit recursion(bool b) in recursion() function in rxcpp::schedulers::recursion 855 recursion r(false); in schedule_periodically_rebind()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/ |
D | recursive-type-3.ll | 7 ; Check that linked-list-style recursive types where the recursion is through
|
D | recursive-type-1.ll | 8 ; the recursion isn't through a pointer to the type.
|
/external/llvm/test/Verifier/ |
D | recursive-type-3.ll | 7 ; Check that linked-list-style recursive types where the recursion is through
|
D | recursive-type-1.ll | 8 ; the recursion isn't through a pointer to the type.
|
/external/mesa3d/src/compiler/glsl/ |
D | link_uniforms.cpp | 58 recursion(type, &name_copy, strlen(name), false, NULL, packing, false, in process() 86 recursion(var->type, &name, strlen(name), row_major, NULL, packing, in process() 95 recursion(t, &name, strlen(name), row_major, NULL, packing, in process() 105 program_resource_visitor::recursion(const glsl_type *t, char **name, in recursion() function in program_resource_visitor 122 recursion(named_ifc_member->type, name, name_length, row_major, NULL, in recursion() 160 recursion(t->fields.structure[i].type, name, new_length, in recursion() 198 recursion(t->fields.array, name, new_length, row_major, in recursion()
|