/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_remainder.c | 19 * returns x REM p = x - [x/p]*p as if in infinite 20 * precise arithmetic, where [x/p] is the (infinite bit)
|
/device/generic/goldfish/opengl/shared/OpenglOsUtils/ |
osProcessWin.cpp | 72 if (WaitForSingleObject(m_proc.hProcess, INFINITE) == WAIT_FAILED) { 142 if(WaitForSingleObject(hProc, INFINITE) == WAIT_FAILED) {
|
/external/chromium/base/synchronization/ |
waitable_event_win.cc | 50 DWORD result = WaitForSingleObject(handle_, INFINITE); 90 INFINITE); // no timeout
|
/external/fdlibm/ |
e_remainder.c | 16 * returns x REM p = x - [x/p]*p as if in infinite 17 * precise arithmetic, where [x/p] is the (infinite bit)
|
/external/webrtc/src/system_wrappers/source/ |
condition_variable_posix.cc | 95 const unsigned long INFINITE = 0xFFFFFFFF; 107 if (maxTimeInMS != INFINITE)
|
/packages/inputmethods/LatinIME/tests/res/values/ |
donottranslate.xml | 56 <string name="infinite_indirection">infinite,!text/infinite_indirection,loop</string> 60 <string name="upper_infinite_indirection">infinite,!TEXT/INFINITE_INDIRECTION,loop</string>
|
/sdk/emulator/opengl/shared/OpenglOsUtils/ |
osProcessWin.cpp | 72 if (WaitForSingleObject(m_proc.hProcess, INFINITE) == WAIT_FAILED) { 142 if(WaitForSingleObject(hProc, INFINITE) == WAIT_FAILED) {
|
/external/bison/m4/ |
vasnprintf.m4 | 98 # Extra prerequisites of lib/vasnprintf.c for supporting infinite 'double' 109 infinite 'double' arguments.]) 114 # Extra prerequisites of lib/vasnprintf.c for supporting infinite 'long double' 130 infinite 'long double' arguments.])
|
/external/chromium/chrome/browser/resources/ |
network_menu.css | 40 -webkit-animation-iteration-count:infinite;
|
/external/clang/test/Sema/ |
return-noreturn.c | 21 // because the function is marked noreturn and there is an infinite loop.
|
/external/clang/test/SemaCXX/ |
cxx0x-delegating-ctors.cpp | 41 // This should not cause an infinite loop
|
/external/llvm/test/Analysis/ScalarEvolution/ |
2012-05-18-LoopPredRecurse.ll | 3 ; PR12868: Infinite recursion:
|
/external/llvm/test/Transforms/InstCombine/ |
2011-02-14-InfLoop.ll | 1 ; This testcase causes an infinite loop in the instruction combiner,
|
/external/llvm/unittests/ADT/ |
DenseSetTest.cpp | 26 // Original failure was an infinite loop in this call:
|
/external/skia/gm/ |
gm.cpp | 65 // need to explicitly declare this, or we get some weird infinite loop llist
|
/external/skia/src/utils/ |
SkCondVar.cpp | 50 SleepConditionVariableCS(&fCondition, &fCriticalSection, INFINITE);
|
/external/valgrind/main/none/tests/ |
sigstackgrowth.c | 21 an infinite loop.
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/ |
dowhile-005.js | 9 * Currently causes an infinite loop in the monkey. Uncomment the
|
/external/webkit/Source/WebCore/manual-tests/ |
animate-left.html | 17 -webkit-animation-iteration-count: infinite;
|
/frameworks/av/include/media/nbaio/ |
LibsndfileSource.h | 30 // If 'loop' is true and it permits seeking, then we'll act as an infinite source
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
anim1-expected-completion56.txt | 11 android:repeatMode : Defines the animation behavior when it reaches the end and the repeat count is greater than 0 or infinite. [enum]
|
/cts/tests/tests/animation/src/android/animation/cts/ |
ObjectAnimatorTest.java | 60 objAnimator.setRepeatCount(ValueAnimator.INFINITE); 173 objAnimator.setRepeatCount(ValueAnimator.INFINITE); 204 objAnimator.setRepeatCount(ValueAnimator.INFINITE); 210 assertEquals(ValueAnimator.INFINITE, cloneAnimator.getRepeatCount()); 225 objAnimator.setRepeatCount(ValueAnimator.INFINITE);
|
/development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/ |
Bouncer1.java | 108 // In this variation, we put the shape into an infinite bounce, where it keeps moving 111 anim.setRepeatCount(ValueAnimator.INFINITE);
|
/external/emma/core/java12/com/vladium/util/exception/ |
IThrowableWrapper.java | 42 * {@link ExceptionCommon} to avoid infinite 51 * {@link ExceptionCommon} to avoid infinite
|
/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';
|