Home
last modified time | relevance | path

Searched refs:recursion (Results 1 – 25 of 342) sorted by relevance

12345678910>>...14

/external/toolchain-utils/binary_search_tool/full_bisect_test/
Dgood-output.txt1 pre-order traversal, with recursion:
4 pre-order traversal, without recursion:
7 in-order traversal, with recursion:
10 in-order traversal, without recursion:
Dbad-output-3.txt1 pre-order traversal, with recursion:
4 pre-order traversal, without recursion:
7 in-order traversal, with recursion:
10 in-order traversal, without recursion:
Dbad-output-2.txt1 pre-order traversal, with recursion:
4 pre-order traversal, without recursion:
7 in-order traversal, with recursion:
10 in-order traversal, without recursion:
Dbad-output-1.txt1 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/
Dtestoutput15215 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/
Dtsan_rtl_mutex.cc154 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/
Dnamed.conf6 recursion yes;
9 max-recursion-queries 100000;
10 max-recursion-depth 2;
52 allow-recursion {
/external/syzkaller/pkg/report/testdata/fuchsia/report/
D41 TITLE: recursion in interrupt handler
11 recursion in interrupt handler
17 recursion in interrupt handler
D51 TITLE: recursion in interrupt handler
7 recursion in interrupt handler
/external/deqp-deps/glslang/Test/
Drecurse2.frag3 // cross-unit recursion
5 // two-level recursion
Drecurse1.vert7 // direct recursion
14 // two-level recursion
Drecurse1.frag3 // cross-unit recursion
7 // two-level recursion
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/
Drx-virtualtime.hpp74 rxsc::recursion r; in start()
107 rxsc::recursion r; in advance_to()
213 rxsc::recursion r; in schedule_absolute()
Drx-immediate.hpp40 recursion r(true); in schedule()
49 recursion r(true); in schedule()
Drx-currentthread.hpp29 recursion r;
54 static recursion& get_recursion() { in get_recursion()
/external/syzkaller/pkg/report/testdata/linux/report/
D681 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/
D2.6rc2.rst26 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/
Dsanitizer_deadlock_detector2.cc156 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/
Dipc_message_utils.cc82 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/
Drx-scheduler.hpp95 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/
Drecursive-type-3.ll7 ; Check that linked-list-style recursive types where the recursion is through
Drecursive-type-1.ll8 ; the recursion isn't through a pointer to the type.
/external/llvm/test/Verifier/
Drecursive-type-3.ll7 ; Check that linked-list-style recursive types where the recursion is through
Drecursive-type-1.ll8 ; the recursion isn't through a pointer to the type.
/external/mesa3d/src/compiler/glsl/
Dlink_uniforms.cpp58 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()

12345678910>>...14