HomeSort by relevance Sort by last modified time
    Searched full:infinite (Results 51 - 75 of 1170) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/wtf/
ThreadingWin.cpp 247 DWORD joinResult = WaitForSingleObject(threadHandle, INFINITE);
329 DWORD res = WaitForSingleObject(m_blockLock, INFINITE);
341 res = WaitForSingleObject(m_unblockLock, INFINITE);
352 res = WaitForSingleObject(m_blockLock, INFINITE);
378 DWORD res = WaitForSingleObject(m_unblockLock, INFINITE);
398 res = WaitForSingleObject(m_blockLock, INFINITE); // Close the gate.
458 m_condition.timedWait(mutex.impl(), INFINITE);
494 return INFINITE;
  /libcore/luni/src/main/java/java/security/spec/
ECPoint.java 64 * @return the x-coordinate, or {@code null} for the infinite point.
73 * @return the y-coordinate, or {@code null} fot the infinite point.
  /bionic/libm/
sincos.c 31 // otherwise gcc would generate infinite calls.
  /cts/tests/tests/animation/src/android/animation/cts/
ValueAnimatorTest.java 122 objAnimator.setRepeatCount(ValueAnimator.INFINITE);
173 valueAnimatorLocal.setRepeatCount(ValueAnimator.INFINITE);
197 valueAnimatorLocal.setRepeatCount(ValueAnimator.INFINITE);
222 objAnimator.setRepeatCount(ValueAnimator.INFINITE);
  /device/generic/goldfish/opengl/shared/OpenglOsUtils/
osThreadWin.cpp 52 if(WaitForSingleObject(m_thread, INFINITE) == WAIT_FAILED) {
  /external/antlr/antlr-3.4/runtime/Python/tests/
t018llstar.py 40 ## # run an infinite loop with randomly mangled input
  /external/clang/test/Parser/
objc-recover.mm 30 // This used to cause an infinite loop.
  /external/llvm/test/CodeGen/ARM/
2011-04-27-IfCvtBug.ll 5 ; that doesn't work when the CFG has infinite loops. Simply do a linear
  /external/llvm/test/Transforms/IndVarSimplify/
tripcount_infinite.ll 1 ; These tests have an infinite trip count. We obviously shouldn't remove the
  /external/llvm/test/Transforms/InstCombine/
and2.ll 39 ; Make sure we don't go into an infinite loop with this test
  /external/qemu/distrib/sdl-1.2.15/src/thread/win32/
SDL_sysmutex.c 76 if ( WaitForSingleObject(mutex->id, INFINITE) == WAIT_FAILED ) {
  /external/v8/test/mjsunit/regress/
regress-259.js 29 // infinite loop (with no normal exits) in the try block.
  /external/webkit/Source/JavaScriptCore/runtime/
StringRecursionChecker.h 53 return emptyString(); // Return empty string to avoid infinite recursion.
  /external/webkit/Source/WebCore/manual-tests/
animate-duration.html 29 -webkit-animation-iteration-count: infinite;
  /external/webkit/Source/WebCore/manual-tests/animation/
transitions-and-paused-animations.html 28 -webkit-animation: fade 1s infinite linear alternate;
  /external/webkit/Source/WebCore/rendering/style/
StyleMarqueeData.h 49 int loops; // -1 means infinite.
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
Animated3dActivity.java 47 animator.setRepeatCount(ObjectAnimator.INFINITE);
TransformsAndAnimationsActivity.java 118 alphaAnim.setRepeatCount(Animation.INFINITE);
123 transAnim.setRepeatCount(Animation.INFINITE);
169 anim1b.setRepeatCount(ValueAnimator.INFINITE);
ViewLayersActivity.java 56 moveRight.setRepeatCount(ObjectAnimator.INFINITE);
62 moveLeft.setRepeatCount(ObjectAnimator.INFINITE);
68 rotate.setRepeatCount(ObjectAnimator.INFINITE);
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_adsp.h 34 uint32_t timeout_ms; /* -1 for infinite, 0 for immediate return */
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
anim1-expected-completion55.txt 13 android:repeatMode : Defines the animation behavior when it reaches the end and the repeat count is greater than 0 or infinite. [enum]
  /sdk/emulator/opengl/shared/OpenglOsUtils/
osThreadWin.cpp 52 if(WaitForSingleObject(m_thread, INFINITE) == WAIT_FAILED) {
  /external/bison/m4/
frexp.m4 90 dnl NetBSD 3.0), on infinite numbers (this fails e.g. on IRIX 6.5 and mingw),
128 /* NeXTstep 3.3 frexp() runs into an endless loop when called on an infinite
144 /* Test on infinite numbers. */
  /external/guava/guava/src/com/google/common/math/
DoubleMath.java 52 throw new ArithmeticException("input is infinite or NaN");
103 * <li>{@code x} is infinite or NaN
126 * <li>{@code x} is infinite or NaN
153 * <li>{@code x} is infinite or NaN
208 * infinite
  /external/chromium/chrome/browser/
unload_uitest.cc 168 // Navigate to a page with an infinite unload handler.
184 // Navigate to a page with an infinite unload handler.
212 // Navigate to a page with an infinite unload handler.
243 // Navigate to a page with an infinite beforeunload handler.
258 // Navigate to a page with an infinite beforeunload handler.
357 // the unload handler has an infinite loop.
383 // the unload handler has an infinite loop followed by an alert.

Completed in 2125 milliseconds

1 23 4 5 6 7 8 91011>>