Searched defs:d1 (Results 1 – 6 of 6) sorted by relevance
| /libcore/luni/src/test/java/tests/api/java/util/ |
| D | DateTest.java | 46 Date d1 = new Date(70, 0, 1); // the epoch + local time in test_ConstructorIII() local 65 Date d1 = new Date(70, 0, 1, 1, 1); in test_ConstructorIIIII() local 81 Date d1 = new Date(70, 0, 1, 1, 1, 1); in test_ConstructorIIIIII() local 103 Date d1 = new Date("January 1, 1970, 00:00:00 GMT"); // the epoch in test_ConstructorLjava_lang_String() local 122 Date d1 = new Date(0); in test_afterLjava_util_Date() local 140 Date d1 = new Date(0); in test_beforeLjava_util_Date() local 158 Date d1 = new Date(100000); in test_clone() local 172 Date d1 = new Date(someNumber); in test_compareToLjava_util_Date() local 198 Date d1 = new Date(0); in test_equalsLjava_lang_Object() local 270 Date d1 = new Date(0); in test_getTime() local [all …]
|
| /libcore/luni/src/main/java/libcore/net/ |
| D | UriCodec.java | 55 int d1 = hexToInt(uri.charAt(i + 1)); in validate() local 163 int d1, d2; in decode() local
|
| /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
| D | MessageDigest2Test.java | 82 MessageDigest d1 = MessageDigest.getInstance(algorithm, e.getKey().getName()); in test_clone() local
|
| /libcore/luni/src/main/java/java/lang/ |
| D | StrictMath.java | 479 public static double max(double d1, double d2) { in max() 573 public static double min(double d1, double d2) { in min()
|
| D | Math.java | 477 public static double max(double d1, double d2) { in max() 577 public static double min(double d1, double d2) { in min()
|
| D | Double.java | 374 long d1 = doubleToRawLongBits(double1); in compare() local
|