HomeSort by relevance Sort by last modified time
    Searched defs:DELTA (Results 1 - 20 of 20) sorted by null

  /cts/tests/tests/view/src/android/view/animation/cts/
ScaleAnimationTest.java 35 private static float DELTA = 0.001f;
146 assertEquals(expectedX, values[Matrix.MSCALE_X], DELTA);
147 assertEquals(expectedY, values[Matrix.MSCALE_Y], DELTA);
GridLayoutAnimationControllerTest.java 49 private static final float DELTA = 0.1f;
138 assertEquals(0.0f, transformation2.getAlpha(), DELTA);
139 assertEquals(0.0f, transformation3.getAlpha(), DELTA);
145 assertEquals(1.0f, transformation1.getAlpha(), DELTA);
146 assertEquals(0.0f, transformation2.getAlpha(), DELTA);
147 assertEquals(0.0f, transformation3.getAlpha(), DELTA);
153 assertEquals(1.0f, transformation1.getAlpha(), DELTA);
155 assertEquals(0.0f, transformation3.getAlpha(), DELTA);
161 assertEquals(1.0f, transformation1.getAlpha(), DELTA);
162 assertEquals(1.0f, transformation2.getAlpha(), DELTA);
    [all...]
LayoutAnimationControllerTest.java 51 private static final float DELTA = 0.1f;
101 assertEquals(0.0f, transformation2.getAlpha(), DELTA);
102 assertEquals(0.0f, transformation3.getAlpha(), DELTA);
108 assertEquals(1.0f, transformation1.getAlpha(), DELTA);
110 assertEquals(0.0f, transformation3.getAlpha(), DELTA);
116 assertEquals(1.0f, transformation1.getAlpha(), DELTA);
117 assertEquals(1.0f, transformation2.getAlpha(), DELTA);
141 assertEquals(0.0f, transformation1.getAlpha(), DELTA);
142 assertEquals(0.0f, transformation2.getAlpha(), DELTA);
149 assertEquals(0.0f, transformation1.getAlpha(), DELTA);
    [all...]
AnimationSetTest.java 42 private static final float DELTA = 0.001f;
318 assertEquals(expected.getAlpha(), actual.getAlpha(), DELTA);
324 assertEquals(expectedValues[i], actualValues[i], DELTA);
  /external/e2fsprogs/lib/ext2fs/
dirhash.c 31 #define DELTA 0x9E3779B9
41 sum += DELTA;
  /external/guava/guava-tests/test/com/google/common/net/
InternetDomainNameTest.java 45 * The Greek letter delta, used in unicode testing.
47 private static final String DELTA = "\u0394";
53 static final String LOTS_OF_DELTAS = Strings.repeat(DELTA, 62);
75 "a" + DELTA + "b.com",
98 "a" + DELTA + " .com",
  /cts/tests/tests/location/src/android/location/cts/
LocationTest.java 30 private static final float DELTA = 0.1f;
77 assertEquals(-128.66, location.bearingTo(dest), DELTA);
89 assertEquals(0.0f, bearing, DELTA);
92 assertEquals(90.0f, bearing, DELTA);
97 assertEquals(0.0f, bearing, DELTA);
210 assertEquals(0.0, result[0], DELTA);
211 assertEquals(0.0, result[1], DELTA);
212 assertEquals(0.0, result[2], DELTA);
216 assertEquals(125.4538, result[1], DELTA);
217 assertEquals(93.3971, result[2], DELTA);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
GalleryTest.java 61 private final static float DELTA = 0.01f;
152 assertEquals(DEFAULT_ALPHA, t.getAlpha(), DELTA);
154 assertEquals(alpha, t.getAlpha(), DELTA);
AbsListViewTest.java 72 private static final float DELTA = 0.001f;
566 assertEquals(0.0f, listView.getTopFadingEdgeStrength(), DELTA);
567 assertEquals(0.0f, listView.getBottomFadingEdgeStrength(), DELTA);
  /external/chromium_org/third_party/icu/source/common/
ucnvisci.c 52 #define TELUGU_DELTA DELTA * TELUGU
79 DELTA=0x80
124 uint16_t defDeltaToUnicode; /* delta for switching to default state when DEF is encountered */
125 uint16_t currentDeltaFromUnicode; /* current delta in Indic block */
126 uint16_t currentDeltaToUnicode; /* current delta in Indic block */
131 UBool resetToDefaultToUnicode; /* boolean for reseting to default delta and mask when a newline is encountered*/
197 = converterData->defDeltaToUnicode = (uint16_t)(lookupInitialData[pArgs->options & UCNV_OPTIONS_VERSION_MASK].uniLang * DELTA);
    [all...]
  /external/icu4c/common/
ucnvisci.c 53 #define TELUGU_DELTA DELTA * TELUGU
77 DELTA=0x80
122 uint16_t defDeltaToUnicode; /* delta for switching to default state when DEF is encountered */
123 uint16_t currentDeltaFromUnicode; /* current delta in Indic block */
124 uint16_t currentDeltaToUnicode; /* current delta in Indic block */
129 UBool resetToDefaultToUnicode; /* boolean for reseting to default delta and mask when a newline is encountered*/
208 = converterData->defDeltaToUnicode = (uint16_t)(lookupInitialData[pArgs->options & UCNV_OPTIONS_VERSION_MASK].uniLang * DELTA);
    [all...]
  /external/srec/srec/include/
front.h 52 #define DELTA 3
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 48 private static final float DELTA = 0.01f;
81 assertEquals(X_3F, mMotionEvent1.getX(), DELTA);
82 assertEquals(Y_4F, mMotionEvent1.getY(), DELTA);
83 assertEquals(X_3F, mMotionEvent1.getRawX(), DELTA);
84 assertEquals(Y_4F, mMotionEvent1.getRawY(), DELTA);
88 assertEquals(PRESSURE_1F, mMotionEvent1.getPressure(), DELTA);
89 assertEquals(SIZE_1F, mMotionEvent1.getSize(), DELTA);
90 assertEquals(1.0f, mMotionEvent1.getXPrecision(), DELTA);
91 assertEquals(1.0f, mMotionEvent1.getYPrecision(), DELTA);
102 assertEquals(motionEvent.getX(), mMotionEvent1.getX(), DELTA);
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentViewGestureHandler.java 53 * Used for GESTURE_PINCH_BY delta
55 static final String DELTA = "Delta";
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 69 DELTA = 0.1
287 p = self.Process(target=time.sleep, args=(DELTA,))
313 time.sleep(DELTA)
449 time.sleep(DELTA)
510 time.sleep(DELTA)
566 time.sleep(DELTA)
598 time.sleep(DELTA)
746 time.sleep(DELTA)
755 time.sleep(DELTA)
764 time.sleep(DELTA)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 69 DELTA = 0.1
287 p = self.Process(target=time.sleep, args=(DELTA,))
313 time.sleep(DELTA)
449 time.sleep(DELTA)
510 time.sleep(DELTA)
566 time.sleep(DELTA)
598 time.sleep(DELTA)
746 time.sleep(DELTA)
755 time.sleep(DELTA)
764 time.sleep(DELTA)
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 408 milliseconds