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

/libcore/luni/src/main/java/java/lang/
H A DRealToString.java97 long ff = f;
98 while ((ff & 0x0010000000000000L) == 0) {
99 ff = ff << 1;
163 int ff = f;
164 while ((ff & 0x00800000) == 0) {
165 ff = ff << 1;
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DFloatTest.java832 float ff;
835 ff = 12.90898f;
838 + Float.toString(ff), Float.toString(ff).equals(answer));
840 ff = Float.MAX_VALUE;
843 + Float.toString(ff), Float.toString(ff).equals(answer));
916 private void test_toString(float ff, String answer) { argument
919 + Float.toString(ff) + ")", Float.toString(ff)
[all...]
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DKeyStoreBuilderTest.java497 File ff = File.createTempFile("KSBuilder_ImplTest", "keystore");
498 ff.deleteOnExit();
502 fos = new FileOutputStream(ff);
513 return ff;
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DEnumSetTest.java44 a, b,c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, C, D, E, F, G, H, 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, ll, enum constant in enum:EnumSetTest.EnumFoo
52 a{}, b{}, c{}, d{}, e{}, f{}, g{}, h{}, i{}, j{}, k{}, l{}, m{}, n{}, o{}, p{}, q{}, r{}, s{}, t{}, u{}, v{}, w{}, x{}, y{}, z{}, A{}, B{}, C{}, D{}, E{}, F{}, G{}, H{}, 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{}, ll{}, mm{}, enum constant in enum:EnumSetTest.HugeEnumWithInnerClass
56 a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, C, D, E, F, G, H, 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, ll, mm, enum constant in enum:EnumSetTest.HugeEnum

Completed in 153 milliseconds