Home
last modified time | relevance | path

Searched defs:d2 (Results 1 – 11 of 11) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DDateTest.java50 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/
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.c86 Math_atan2(JNIEnv *env, jclass unused, jdouble d1, jdouble d2) { in Math_atan2()
91 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.java257 double d2 = values[j]; in test_compare() local
1342 double d2 = values[j]; in test_compareToLjava_lang_Double() local
1367 Double d2 = new Double(87654321.12345d); in test_equalsLjava_lang_Object() local
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DMessageDigest2Test.java87 MessageDigest d2 = (MessageDigest) d1.clone(); in test_clone() local
/libcore/ojluni/src/main/java/java/lang/
DDouble.java1004 public static int compare(double d1, double d2) { in compare()
DFloatingDecimal.java628 double d2 = Double.longBitsToDouble( in dtoa() local
/libcore/luni/src/test/java/libcore/java/text/
DSimpleDateFormatTest.java373 Date d2 = sdf.parse(formatted); in testParseArabic() local
/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/main/java/sun/misc/
DFormattedFloatingDecimal.java695 double d2 = Double.longBitsToDouble( in dtoa() local