Home
last modified time | relevance | path

Searched refs:ff (Results 1 – 4 of 4) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DFloatTest.java852 float ff; in test_toStringF() local
855 ff = 12.90898f; in test_toStringF()
858 + Float.toString(ff), Float.toString(ff).equals(answer)); in test_toStringF()
860 ff = Float.MAX_VALUE; in test_toStringF()
863 + Float.toString(ff), Float.toString(ff).equals(answer)); in test_toStringF()
936 private void test_toString(float ff, String answer) { in test_toString() argument
939 + Float.toString(ff) + ")", Float.toString(ff).equals(answer)); in test_toString()
940 Float f = new Float(ff); in test_toString()
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKeyStoreBuilderTest.java497 File ff = File.createTempFile("KSBuilder_ImplTest", "keystore"); in createKS() local
498 ff.deleteOnExit(); in createKS()
502 fos = new FileOutputStream(ff); in createKS()
513 return ff; in createKS()
/libcore/ojluni/src/test/java/lang/Math/
DDivModTests.java125 double ff = x - Math.floor((double)x / (double)y) * y; in testIntFloorMod() local
126 int fr = (int)ff; in testIntFloorMod()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DEnumSetTest.java45 … I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, aa, bb, cc, dd, ee, ff, gg, hh, ii, jj, kk,… enumConstant
53 …R{}, S{}, T{}, U{}, V{}, W{}, X{}, Y{}, Z{}, aa{}, bb{}, cc{}, dd{}, ee{}, ff{}, gg{}, hh{}, ii{},… enumConstant
57 … I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, aa, bb, cc, dd, ee, ff, gg, hh, ii, jj, kk,… enumConstant