/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | DateTest.java | 52 Date d1 = new Date(70, 0, 1); // the epoch + local time in test_ConstructorIII() local 71 Date d1 = new Date(70, 0, 1, 1, 1); in test_ConstructorIIIII() local 87 Date d1 = new Date(70, 0, 1, 1, 1, 1); in test_ConstructorIIIIII() local 101 Date d1 = new Date("January 1, 1970, 00:00:00 GMT"); // the epoch in test_ConstructorLjava_lang_String() local 120 Date d1 = new Date(0); in test_afterLjava_util_Date() local 138 Date d1 = new Date(0); in test_beforeLjava_util_Date() local 156 Date d1 = new Date(100000); in test_clone() local 170 Date d1 = new Date(someNumber); in test_compareToLjava_util_Date() local 196 Date d1 = new Date(0); in test_equalsLjava_lang_Object() local 268 Date d1 = new Date(0); in test_getTime() local [all …]
|
/libcore/ojluni/src/test/java/util/Date/ |
D | DateTest.java | 62 Date d1= new Date(80,-1,2); in testDateNegativeYears() local 79 Date d1=new java.util.Date(97,8,13,10,8,13); in testDate480() local
|
/libcore/ojluni/src/main/native/ |
D | StrictMath.c | 102 StrictMath_atan2(jdouble d1, jdouble d2) in StrictMath_atan2() 108 StrictMath_pow(jdouble d1, jdouble d2) in StrictMath_pow()
|
D | Math.c | 85 Math_atan2(jdouble d1, jdouble d2) { in Math_atan2() 90 Math_pow(jdouble d1, jdouble d2) { in Math_pow()
|
/libcore/ojluni/src/test/java/io/Serializable/records/ |
D | StreamRefTest.java | 87 D d1 = (D)deserializeOne(bytes); in basicRef() local 105 D d1 = (D)deserializeOne(bytes); in reverseBasicRef() local
|
/libcore/ojluni/src/test/java/lang/invoke/ |
D | DropArgumentsTest.java | 51 MethodHandle d1 = MethodHandles.dropArgumentsToMatch(cat, 0, bigType.parameterList(), 0); in testDropArgumentsToMatch() local
|
D | JavaDocExamplesTest.java | 237 MethodHandle d1 = dropArguments(cat, 1, String.class); in testPermuteArguments() local 275 MethodHandle d1 = dropArguments(cat, 1, String.class); in testDropArguments() 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 1330 double d1 = values[i]; in test_compareToLjava_lang_Double() local 1367 Double d1 = new Double(87654321.12345d); in test_equalsLjava_lang_Object() local
|
/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 | 95 MessageDigest d1 = MessageDigest.getInstance(algorithm, e.getKey().getName()); in test_clone() local
|
/libcore/ojluni/annotations/flagged_api/java/lang/ |
D | Double.annotated.java | 86 public static int compare(double d1, double d2) { throw new RuntimeException("Stub!"); } in compare()
|
/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 | 1131 public static int compare(double d1, double d2) { in compare()
|
/libcore/ojluni/src/test/java/util/Random/ |
D | RandomTestCoverage.java | 68 double d1 = rng.nextDouble(); in coverRandomGenerator() local
|
/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/main/java/sun/util/calendar/ |
D | BaseCalendar.java | 497 int d1, d2, d3, d4; in getGregorianYearFromFixedDate() local
|
/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()
|