Searched defs:d1 (Results 1 – 7 of 7) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/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 95 Date d1 = new Date("January 1, 1970, 00:00:00 GMT"); // the epoch in test_ConstructorLjava_lang_String() local 114 Date d1 = new Date(0); in test_afterLjava_util_Date() local 132 Date d1 = new Date(0); in test_beforeLjava_util_Date() local 150 Date d1 = new Date(100000); in test_clone() local 164 Date d1 = new Date(someNumber); in test_compareToLjava_util_Date() local 190 Date d1 = new Date(0); in test_equalsLjava_lang_Object() local 262 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/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | DoubleTest.java | 252 double d1 = values[i]; in test_compare() local 1307 double d1 = values[i]; in test_compareToLjava_lang_Double() local 1343 Double d1 = new Double(87654321.12345d); in test_equalsLjava_lang_Object() 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 | Math.java | 452 public static double max(double d1, double d2) { in max() 530 public static double min(double d1, double d2) { in min()
|
D | StrictMath.java | 447 public static double max(double d1, double d2) { in max() 517 public static double min(double d1, double d2) { in min()
|
D | Double.java | 380 long d1 = doubleToRawLongBits(double1); in compare() local
|