/cts/tests/tests/webkitsecurity/assets/ |
crash-2.js | 1 // infinite recursion 2
|
crash-1.js | 1 // infinite recursion
|
/external/clang/test/Parser/ |
parser_overflow.c | [all...] |
/external/llvm/test/MC/ELF/ |
relax-crash.s | 4 // recursion trying to compute the size of a MCDwarfLineAddrFragment.
|
/external/oprofile/libutil/ |
op_file.c | 117 enum recursion_type recursion) 119 /* The algorithm below depends on recursion type (of which there are 3) 122 * statement of the algorithm. Actually, when the recursion type is 124 * entry matches the filter. However, the behavior of the recursion types 126 * filter match, so for simplicity, we perform this match for all recursion 149 switch (recursion | match) { 164 name, filter, recursion); 185 name, filter, recursion);
|
op_file.h | 78 * @param recursion recursion_type -- see above enum and following description: 102 enum recursion_type recursion);
|
/external/valgrind/main/drd/tests/ |
pth_cancel_locked.stderr.exp-darwin | 2 Mutex still locked at thread exit: mutex 0x........, recursion count 1, owner 2. 9 Mutex still locked at thread exit: mutex 0x........, recursion count 1, owner 2.
|
pth_cancel_locked.stderr.exp | 2 Mutex still locked at thread exit: mutex 0x........, recursion count 1, owner 2.
|
pth_mutex_reinit.stderr.exp | 2 Mutex reinitialization: mutex 0x........, recursion count 0, owner 1.
|
tc04_free_lock.stderr.exp | 2 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1. 9 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1. 17 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1. 25 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
|
tc22_exit_w_lock.stderr.exp-64bit | 2 Mutex still locked at thread exit: mutex 0x........, recursion count 1, owner 3.
|
recursive_mutex.stderr.exp-linux | 8 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1. 20 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
|
tc09_bad_unlock.stderr.exp | 2 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1. 12 Mutex not locked by calling thread: mutex 0x........, recursion count 1, owner 1. 27 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1. 36 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1. 50 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
|
tc09_bad_unlock.stderr.exp-glibc2.8 | 2 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1. 12 Mutex not locked by calling thread: mutex 0x........, recursion count 1, owner 1. 27 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1. 36 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1. 50 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
|
recursive_mutex.stderr.exp-darwin | 5 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
|
tc10_rec_lock.stderr.exp | 9 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
recursion | 2 $description = "Test recursion."; 6 # Test some basic recursion.
|
/external/skia/src/animator/ |
thingstodo.txt | 2 figure out where endless or very deep recursion is possible
|
/external/skia/src/core/ |
SkConcaveToTriangles.h | 19 // of arbitrary recursion.
|
/build/tools/ |
mktarball.sh | 22 #tar --no-recursion -cvf ${target_tar} ${dir_to_tar} 37 tar --no-recursion --numeric-owner --owner $new_uid \
|
/external/fdlibm/ |
w_jn.c | 25 * for n<x, forward recursion us used starting 29 * recursion is used starting from a supposed value 35 * that forward recursion is used for all
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/ |
regress-96128-n.js | 22 * SUMMARY: Negative test that JS infinite recursion protection works. 29 var summary = 'Testing that JS infinite recursion protection works'; 39 * "too much recursion" mechanism. If I remove the 'new' from the code below
|
/external/jmdns/src/javax/jmdns/impl/constants/ |
DNSConstants.java | 33 public static final int FLAGS_RD = 0x0100; // Recursion desired 34 public static final int FLAGS_RA = 0x8000; // Recursion available
|
/external/webrtc/src/common_audio/signal_processing/ |
auto_corr_to_refl_coef.c | 83 // Last iteration; don't do Schur recursion. 87 // Schur recursion.
|
/external/bison/lib/ |
dup-safer.c | 42 /* fd_safer calls us back, but eventually the recursion unwinds and
|