Searched refs:DELTA_FLOAT (Results 1 – 3 of 3) sorted by relevance
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/util/ |
D | TestUtil.java | 4 public static final float DELTA_FLOAT = 0.0001f; field in TestUtil
|
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/stock/ |
D | ProxyBuilderTest.java | 42 import static com.android.dx.util.TestUtil.DELTA_FLOAT; 333 assertEquals(12f, proxy.getFloat(), DELTA_FLOAT); in testAllReturnTypes() 335 assertEquals(13.0, proxy.getDouble(), DELTA_FLOAT); in testAllReturnTypes() 380 assertEquals(8f, proxy.getFloat(8f), DELTA_FLOAT); in testPassThroughWorksForAllTypes() 381 assertEquals(9f, proxy.getFloat(9f), DELTA_FLOAT); in testPassThroughWorksForAllTypes()
|
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/ |
D | DexMakerTest.java | 20 import static com.android.dx.util.TestUtil.DELTA_FLOAT; 1034 assertEquals(0.5f, instance.floatValue, DELTA_FLOAT); in testReadAndWriteInstanceFields() 1118 assertEquals(0.5f, Static.floatValue, DELTA_FLOAT); in testReadAndWriteStaticFields()
|