Home
last modified time | relevance | path

Searched defs:d1 (Results 1 – 9 of 9) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DDateTest.java47 Date d1 = new Date(70, 0, 1); // the epoch + local time in test_ConstructorIII() local
66 Date d1 = new Date(70, 0, 1, 1, 1); in test_ConstructorIIIII() local
82 Date d1 = new Date(70, 0, 1, 1, 1, 1); in test_ConstructorIIIIII() local
96 Date d1 = new Date("January 1, 1970, 00:00:00 GMT"); // the epoch in test_ConstructorLjava_lang_String() local
115 Date d1 = new Date(0); in test_afterLjava_util_Date() local
133 Date d1 = new Date(0); in test_beforeLjava_util_Date() local
151 Date d1 = new Date(100000); in test_clone() local
165 Date d1 = new Date(someNumber); in test_compareToLjava_util_Date() local
191 Date d1 = new Date(0); in test_equalsLjava_lang_Object() local
263 Date d1 = new Date(0); in test_getTime() local
[all …]
/libcore/ojluni/src/main/native/
DStrictMath.c102 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()
DMath.c84 Math_atan2(JNIEnv *env, jclass unused, jdouble d1, jdouble d2) { in Math_atan2()
89 Math_pow(JNIEnv *env, jclass unused, jdouble d1, jdouble d2) { in Math_pow()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DDoubleTest.java252 double d1 = values[i]; in test_compare() local
1330 double d1 = values[i]; in test_compareToLjava_lang_Double() local
1366 Double d1 = new Double(87654321.12345d); in test_equalsLjava_lang_Object() local
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DMessageDigest2Test.java82 MessageDigest d1 = MessageDigest.getInstance(algorithm, e.getKey().getName()); in test_clone() local
/libcore/ojluni/src/main/java/java/lang/
DDouble.java1000 public static int compare(double d1, double d2) { in compare()
/libcore/ojluni/src/main/java/sun/security/util/
DDerValue.java802 private static boolean doEquals(DerValue d1, DerValue d2) { in doEquals()
/libcore/ojluni/src/main/java/sun/util/calendar/
DBaseCalendar.java494 int d1, d2, d3, d4; in getGregorianYearFromFixedDate() local
/libcore/ojluni/src/test/java/time/tck/java/time/
DTCKPeriod.java526 …public void factory_between_LocalDate(int y1, int m1, int d1, int y2, int m2, int d2, int ye, int … in factory_between_LocalDate()