Home
last modified time | relevance | path

Searched refs:DELTA_DOUBLE (Results 1 – 3 of 3) sorted by relevance

/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/util/
DTestUtil.java5 public static final double DELTA_DOUBLE = 0.0001; field in TestUtil
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/stock/
DProxyBuilderTest.java37 import static com.android.dx.util.TestUtil.DELTA_DOUBLE;
358 assertEquals(10.0, proxy.getDouble(10.0), DELTA_DOUBLE); in testPassThroughWorksForAllTypes()
359 assertEquals(11.0, proxy.getDouble(11.0), DELTA_DOUBLE); in testPassThroughWorksForAllTypes()
541 assertEquals(2.0, proxyFor(DoubleReturn.class).build().getValue(), DELTA_DOUBLE); in testUnboxedResult()
1050 assertEquals(1.0, proxy.returnsDouble(), DELTA_DOUBLE); in doTestOrderClassWithDexMakerCaching()
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java34 import static com.android.dx.util.TestUtil.DELTA_DOUBLE;
963 assertEquals(266.6, instance.doubleValue, DELTA_DOUBLE); in testReadAndWriteInstanceFields()
1047 assertEquals(266.6, Static.doubleValue, DELTA_DOUBLE); in testReadAndWriteStaticFields()