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

1 2 3 4 5 67 8 91011>>

  /libcore/luni/src/main/java/java/lang/
Double.java 230 * Indicates whether this object represents an infinite value.
240 * Indicates whether the specified double represents an infinite value.
255 * {@code false} if it is a (potentially infinite) double number.
268 * {@code false} if it is a (potentially infinite) double number.
Float.java 239 * Indicates whether this object represents an infinite value.
249 * Indicates whether the specified float represents an infinite value.
264 * {@code false} if it is a (potentially infinite) float number.
277 * {@code false} if it is a (potentially infinite) float number.
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_threads.c 83 // 4000 is enough to avoid Sleep and is used just to prevent infinite looping
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
TokenMgrError.java 41 * Detected (and bailed out of) an infinite loop in the token manager.
  /packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
TokenMgrError.java 41 * Detected (and bailed out of) an infinite loop in the token manager.
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
TokenMgrError.java 41 * Detected (and bailed out of) an infinite loop in the token manager.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
epoll.h 111 specifies the maximum wait time in milliseconds (-1 == infinite).
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
epoll.h 111 specifies the maximum wait time in milliseconds (-1 == infinite).
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
epoll.h 111 specifies the maximum wait time in milliseconds (-1 == infinite).
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_threads.c 83 // 4000 is enough to avoid Sleep and is used just to prevent infinite looping
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_threads.c 83 // 4000 is enough to avoid Sleep and is used just to prevent infinite looping
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_threads.c 83 // 4000 is enough to avoid Sleep and is used just to prevent infinite looping
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_threads.c 83 // 4000 is enough to avoid Sleep and is used just to prevent infinite looping
  /system/extras/tests/fstest/
README 32 NOTE: Symbolic links are treated specially to prevent infinite recursion
  /cts/tests/tests/animation/src/android/animation/cts/
PropertyValuesHolderTest.java 155 colorAnimator.setRepeatCount(ValueAnimator.INFINITE);
271 objAnimator.setRepeatCount(ValueAnimator.INFINITE);
  /dalvik/tests/021-string2/src/junit/framework/
Assert.java 95 // handle infinity specially since subtracting to infinite values gives NaN and the
116 // handle infinity specially since subtracting to infinite values gives NaN and the
  /dalvik/tests/082-inline-execute/src/junit/framework/
Assert.java 95 // handle infinity specially since subtracting to infinite values gives NaN and the
116 // handle infinity specially since subtracting to infinite values gives NaN and the
  /external/chromium/base/
time_win_unittest.cc 46 DWORD rv = WaitForSingleObject(g_rollover_test_start, INFINITE);
100 DWORD rv = WaitForSingleObject(threads[index], INFINITE);
  /external/qemu/android/
looper.h 31 /* A special Duration value used to mean "infinite" */
159 * fire as soon as possible. Note that this can cause infinite loops
  /external/qemu/distrib/sdl-1.2.15/src/thread/win32/
win_ce_semaphore.c 82 WaitForSingleObject (hSynch->hMutex, INFINITE);
110 WaitForSingleObject (hSemCE->hMutex, INFINITE);
  /frameworks/native/libs/utils/
Threads.cpp 432 dwWaitResult = WaitForSingleObject((HANDLE) mState, INFINITE);
514 DWORD timeout = INFINITE;
552 INFINITE, FALSE);
555 WaitForSingleObject(condState->internalMutex, INFINITE);
560 WaitForSingleObject(hMutex, INFINITE);
626 WaitForSingleObject(condState->internalMutex, INFINITE);
654 WaitForSingleObject(condState->internalMutex, INFINITE);
672 WaitForSingleObject(condState->waitersDone, INFINITE);
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
RRuleTest.java 143 // Infinite loop, bug 1662110
225 // Fails: infinite loop
350 // Fails: infinite loop
376 //Fails: infinite loop
408 // Fails: infinite loop
415 // Fails: infinite loop
655 // Fails: infinite loop
    [all...]
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java 191 // Also mark infinite loops and instructions that cause side effects.
199 // Mark that the instruction is necessary if it is an infinite loop.
203 if (DEBUG) System.out.print("(infinite loop)");
330 // Replace traced but unmarked backward branches by infinite loops.
334 if (DEBUG) System.out.println("Infinite loop fixing:");
353 // Insert infinite loops after jumps to subroutines that don't return.
    [all...]
  /external/icu4c/common/
putilimp.h 245 * Floating point utility to determine if a double has an infinite value.
250 * Floating point utility to determine if a double has a positive infinite value.
255 * Floating point utility to determine if a double has a negative infinite value.
265 * Floating point utility that returns an infinite value.
478 * Maximum value of a (void*) - use to indicate the limit of an 'infinite' buffer.
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
TemplateInterpreter.java 321 return; // Incrementing the wrong way. Avoid infinite loop.
338 return; // Incrementing the wrong way. Avoid infinite loop.
356 return; // No increment. Avoid infinite loop.
359 return; // Incrementing the wrong way. Avoid infinite loop.
362 return; // Incrementing the wrong way. Avoid infinite loop.

Completed in 1132 milliseconds

1 2 3 4 5 67 8 91011>>