HomeSort by relevance Sort by last modified time
    Searched full:infinite (Results 176 - 200 of 3070) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/v8/src/heap/
scavenge-job.h 44 // This prevents infinite rescheduling.
  /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);
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/
ResizeHWLayerActivity.java 48 animator.setRepeatCount(ValueAnimator.INFINITE);
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_adsp.h 34 uint32_t timeout_ms; /* -1 for infinite, 0 for immediate return */
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_adsp.h 33 uint32_t timeout_ms; /* -1 for infinite, 0 for immediate return */
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_adsp.h 33 uint32_t timeout_ms; /* -1 for infinite, 0 for immediate return */
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_adsp.h 33 uint32_t timeout_ms; /* -1 for infinite, 0 for immediate return */
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_adsp.h 33 uint32_t timeout_ms; /* -1 for infinite, 0 for immediate return */
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue10958.go 15 // This checks to see that call-free infinite loops do not
  /prebuilts/go/linux-x86/test/fixedbugs/
issue10958.go 15 // This checks to see that call-free infinite loops do not
  /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]
  /system/libhidl/base/include/hidl/
TaskRunner.h 32 * A background infinite loop that runs the Tasks push()'ed.
  /toolchain/binutils/binutils-2.27/gas/
output-file.c 66 /* Prevent an infinite loop - if the close failed we will call as_fatal
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pymath.h 109 * non-infinite value v sitting in an 80-bit x87 register such that
110 * v becomes infinite when spilled from the register to 64-bit memory.
123 * Return 1 if float or double arg is neither infinite nor NAN, else 0.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pymath.h 109 * non-infinite value v sitting in an 80-bit x87 register such that
110 * v becomes infinite when spilled from the register to 64-bit memory.
123 * Return 1 if float or double arg is neither infinite nor NAN, else 0.
  /external/llvm/test/Analysis/ScalarEvolution/
shift-op.ll 92 ; %iv will "stabilize" to -1, so this is an infinite loop
111 ; Potentially infinite loop, since %shift.amt could be 0
147 ; is infinite.
  /external/v8/src/base/platform/
semaphore.cc 159 DWORD result = WaitForSingleObject(native_handle_, INFINITE);
170 if (msec >= static_cast<int64_t>(INFINITE)) {
171 DWORD result = WaitForSingleObject(native_handle_, INFINITE - 1);
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
MediaNowPlayingView.java 68 mObjectAnimator1.setRepeatCount(ValueAnimator.INFINITE);
77 mObjectAnimator2.setRepeatCount(ValueAnimator.INFINITE);
85 mObjectAnimator3.setRepeatCount(ValueAnimator.INFINITE);
  /prebuilts/gdb/darwin-x86/include/python2.7/
pymath.h 109 * non-infinite value v sitting in an 80-bit x87 register such that
110 * v becomes infinite when spilled from the register to 64-bit memory.
125 * Return 1 if float or double arg is neither infinite nor NAN, else 0.
  /prebuilts/gdb/linux-x86/include/python2.7/
pymath.h 109 * non-infinite value v sitting in an 80-bit x87 register such that
110 * v becomes infinite when spilled from the register to 64-bit memory.
125 * Return 1 if float or double arg is neither infinite nor NAN, else 0.
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymath.h 109 * non-infinite value v sitting in an 80-bit x87 register such that
110 * v becomes infinite when spilled from the register to 64-bit memory.
125 * Return 1 if float or double arg is neither infinite nor NAN, else 0.
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymath.h 109 * non-infinite value v sitting in an 80-bit x87 register such that
110 * v becomes infinite when spilled from the register to 64-bit memory.
125 * Return 1 if float or double arg is neither infinite nor NAN, else 0.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
Dfp.java 116 public static final byte INFINITE = 1;
292 nans = INFINITE;
295 nans = INFINITE;
347 nans = INFINITE;
353 nans = INFINITE;
535 * @param nans code of the value, must be one of {@link #INFINITE},
616 * @param code code of the value, must be one of {@link #INFINITE},
796 /** Check if instance is infinite.
797 * @return true if instance is infinite
800 return nans == INFINITE;
    [all...]

Completed in 1543 milliseconds

1 2 3 4 5 6 78 91011>>