Searched defs:d2 (Results 1 – 9 of 9) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | DateTest.java | 50 Date d2 = new Date(0 + d1.getTimezoneOffset() * 60 * 1000); in test_ConstructorIII() local 69 Date d2 = new Date(0 + d1.getTimezoneOffset() * 60 * 1000 + 60 * 60 in test_ConstructorIIIII() local 85 Date d2 = new Date(0 + d1.getTimezoneOffset() * 60 * 1000 + 60 * 60 in test_ConstructorIIIIII() local 97 Date d2 = new Date(0); // the epoch in test_ConstructorLjava_lang_String() local 116 Date d2 = new Date(1900000); in test_afterLjava_util_Date() local 134 Date d2 = new Date(1900000); in test_beforeLjava_util_Date() local 152 Date d2 = (Date) d1.clone(); in test_clone() local 166 Date d2 = new Date(someNumber); in test_compareToLjava_util_Date() local 192 Date d2 = new Date(1900000); in test_equalsLjava_lang_Object() local 264 Date d2 = new Date(1900000); in test_getTime() local [all …]
|
/libcore/ojluni/src/main/native/ |
D | StrictMath.c | 102 StrictMath_atan2(JNIEnv *env, jclass unused, jdouble d1, jdouble d2) in StrictMath_atan2() 108 StrictMath_pow(JNIEnv *env, jclass unused, jdouble d1, jdouble d2) in StrictMath_pow()
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | Double.annotated.java | 85 public static int compare(double d1, double d2) { throw new RuntimeException("Stub!"); } in compare()
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | MessageDigest2Test.java | 100 MessageDigest d2 = (MessageDigest) d1.clone(); in test_clone() local
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | Double.java | 136 public static int compare(double d1, double d2) { in compare()
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Double.java | 999 public static int compare(double d1, double d2) { in compare()
|
/libcore/ojluni/annotations/hiddenapi/sun/security/util/ |
D | DerValue.java | 227 private static boolean doEquals(sun.security.util.DerValue d1, sun.security.util.DerValue d2) { in doEquals()
|
/libcore/ojluni/src/main/java/sun/security/util/ |
D | DerValue.java | 806 private static boolean doEquals(DerValue d1, DerValue d2) { in doEquals()
|
/libcore/ojluni/src/test/java/time/tck/java/time/ |
D | TCKPeriod.java | 526 …public void factory_between_LocalDate(int y1, int m1, int d1, int y2, int m2, int d2, int ye, int … in factory_between_LocalDate()
|