/dalvik/dx/tests/068-dex-infinite-loop/ |
info.txt | 2 cases of (potentially) infinite loops translate reasonably.
|
/external/llvm/test/Transforms/InstCombine/ |
2004-08-09-RemInfLoop.ll | 3 ; This testcase should not send the instcombiner into an infinite loop!
|
2003-06-05-BranchInvertInfLoop.ll | 1 ; This testcase causes an infinite loop in the instruction combiner,
|
2005-07-07-DeadPHILoop.ll | 3 ; This example caused instcombine to spin into an infinite loop.
|
2004-03-13-InstCombineInfLoop.ll | 1 ; This testcase caused the combiner to go into an infinite loop, moving the
|
/external/valgrind/main/none/tests/ |
ifunc.c | 1 /* This test made valgrind run in an infinite loop. See bugzilla #301204 */
|
/external/llvm/test/Transforms/TailCallElim/ |
inf-recursion.ll | 3 ; Don't turn this into an infinite loop, this is probably the implementation 15 ; Do turn other calls into infinite loops though.
|
/external/webkit/Source/WebCore/manual-tests/ |
transition-accelerated.html | 15 -webkit-animation: slow 2s infinite linear alternate; 19 -webkit-animation: fast 2s infinite linear alternate;
|
animated-gif-looping.html | 4 <img src="./resources/animated-infinite.gif">
|
animate-none.html | 16 -webkit-animation-iteration-count: infinite; 35 -webkit-animation-iteration-count: infinite; 54 -webkit-animation-iteration-count: infinite; 73 -webkit-animation-iteration-count: infinite; 92 -webkit-animation-iteration-count: infinite; 102 -webkit-animation-iteration-count: infinite; 112 -webkit-animation-iteration-count: infinite, infinite;
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t045dfabug.g | 8 // this rule used to generate an infinite loop in DFA.predict
|
/external/clang/test/PCH/ |
method-redecls.m | 4 // Avoid infinite loop because of method redeclarations.
|
/external/llvm/test/MC/ELF/ |
relax-crash.s | 3 // This is a test that we don't crash. We used to do so by going in a infinite
|
/external/compiler-rt/lib/asan/lit_tests/ |
malloc_hook.cc | 8 // to avoid infinite recursion.
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-values/ |
webkit | 46 infinite
|
/external/eigen/test/eigen2/ |
eigen2_bug_132.cpp | 17 VectorXd y = A.transpose() * (b-c); // bug 132: infinite recursion in coeffRef 18 VectorXd z = (b-c).transpose() * A; // bug 132: infinite recursion in coeffRef
|
/cts/tests/tests/animation/src/android/animation/cts/ |
AnimatorSetTest.java | 65 xAnimator.setRepeatCount(ValueAnimator.INFINITE); 78 xAnimator.setRepeatCount(ValueAnimator.INFINITE); 91 xAnimator.setRepeatCount(ValueAnimator.INFINITE); 114 xAnimator.setRepeatCount(ValueAnimator.INFINITE); 136 xAnimator.setRepeatCount(ValueAnimator.INFINITE);
|
AnimationActivity.java | 94 return createAnimator(view.newBall, "y", 1000, ValueAnimator.INFINITE, repeatMode, 104 return createAnimator(view.newBall, "y", duration ,ValueAnimator.INFINITE, 109 return createAnimator(view.newBall, "y", 1000, ValueAnimator.INFINITE, 130 objAnimator.setRepeatCount(ValueAnimator.INFINITE); 140 bounceAnimator.setRepeatCount(ValueAnimator.INFINITE); 200 colorAnimator.setRepeatCount(ValueAnimator.INFINITE);
|
/cts/libs/util/src/android/cts/util/ |
TimeoutReq.java | 24 * timeout is specified in minutes and 0 value means no timeout ( = infinite waiting).
|
/dalvik/dx/tests/088-ssa-combine-blocks/ |
Blort.java | 38 * An empty infinite loop for the empty goto optimizer
|
/external/chromium/chrome/browser/resources/chromeos/ |
choose_mobile_network.css | 17 -webkit-animation-iteration-count: infinite;
|
/external/clang/test/SemaCXX/ |
type-dependent-exprs.cpp | 26 // This one entered into an infinite loop.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
animator1-expected-completion59.txt | 7 android:repeatMode : Defines the animation behavior when it reaches the end and the repeat count is greater than 0 or infinite. [enum]
|
/external/llvm/docs/HistoricalNotes/ |
2000-12-06-MeetingSummary.txt | 22 infinite variable space. 73 'infinite' spaces that instructions operate in (SSA register numbers, 77 B. A scheme similar to how UTF-8 works, to encode infinite numbers
|
/external/valgrind/unittest/ |
windows_tests.cc | 72 EXPECT_EQ(WAIT_OBJECT_0, ::WaitForSingleObject(t, INFINITE)); 84 EXPECT_EQ(WAIT_OBJECT_0, ::WaitForSingleObject(t, INFINITE)); 94 EXPECT_EQ(WAIT_OBJECT_0, ::WaitForSingleObject(t, INFINITE)); 107 EXPECT_EQ(WAIT_OBJECT_0, ::WaitForSingleObject(t, INFINITE)); 123 CHECK(WAIT_OBJECT_0 == ::WaitForSingleObject(t2, INFINITE)); 142 EXPECT_EQ(WAIT_OBJECT_0, ::WaitForMultipleObjects(2, handles, TRUE, INFINITE)); 163 EXPECT_EQ(WAIT_OBJECT_0 + 1, ::WaitForMultipleObjects(2, handles, FALSE, INFINITE)); 165 EXPECT_EQ(WAIT_OBJECT_0, ::WaitForMultipleObjects(1, handles, FALSE, INFINITE)); 210 DoneWaiting, obj, INFINITE, 467 ::WaitForSingleObject(hDone, INFINITE); [all...] |