Searched refs:dd (Results 1 - 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DDoubleTest.java198 private void test_toString(double dd, String answer) { argument
199 assertEquals(answer, Double.toString(dd));
200 Double d = new Double(dd);
324 Double dd = new Double(i);
325 assertTrue("Should not be identical ", d != dd);
326 assertTrue("Should be equals 1 ", d.equals(dd));
327 assertTrue("Should be equals 2 ", dd.equals(d));
328 assertTrue("Should have identical values ", dd.doubleValue() == d.doubleValue());
329 assertTrue("Invalid hash for equal but not identical doubles ", d.hashCode() == dd
/libcore/xml/src/main/java/org/kxml2/io/
H A DKXmlSerializer.java155 public void docdecl(String dd) throws IOException { argument
157 writer.write(dd);
/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
821 hugeSet.add(HugeEnum.dd);

Completed in 183 milliseconds