Searched defs:date1 (Results 1 – 7 of 7) sorted by relevance
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/ |
D | TCKChronology.java | 172 ChronoLocalDate date1 = chrono.dateNow(); in test_epoch() local 270 ChronoLocalDate date1 = chrono.dateYearDay(HijrahEra.AH, 1434, 178); in test_HijrahChronology_dateYearDay() local 279 ChronoLocalDate date1 = chrono.dateYearDay(MinguoEra.ROC, 5, 60); in test_MinguoChronology_dateYearDay() local 288 ChronoLocalDate date1 = chrono.dateYearDay(IsoEra.CE, 5, 60); in test_IsoChronology_dateYearDay() local 297 ChronoLocalDate date1 = chrono.dateYearDay(JapaneseEra.HEISEI, 8, 60); in test_JapaneseChronology_dateYearDay() local 306 ChronoLocalDate date1 = chrono.dateYearDay(ThaiBuddhistEra.BE, 2459, 60); in test_ThaiBuddhistChronology_dateYearDay() local
|
/libcore/luni/src/test/java/libcore/java/time/chrono/ |
D | HijrahChronologyTest.java | 58 HijrahDate date1 = HijrahDate.now(); in test_HijrahDate_withVariant_same() local
|
/libcore/ojluni/src/test/java/time/test/java/time/chrono/ |
D | TestJapaneseChronology.java | 215 JapaneseDate date1 = JAPANESE.dateYearDay(era, yearOfEra, dayOfYear); in test_firstDayOfEra() local
|
D | TestUmmAlQuraChronology.java | 242 public void test_DateYearDay(ChronoLocalDate date1, ChronoLocalDate date2) { in test_DateYearDay()
|
/libcore/luni/src/test/java/tests/security/cert/ |
D | X509CertSelectorTest.java | 313 Date date1 = new Date(100); in test_getCertificateValid() local 589 Date date1 = new Date(100); in test_getPrivateKeyValid() local 907 Date date1 = new Date(100); in test_setCertificateValidLjava_util_Date() local 1237 Date date1 = new Date(100000000); in test_setPrivateKeyValidLjava_util_Date() local
|
/libcore/luni/src/test/java/libcore/java/security/cert/ |
D | X509CRLTest.java | 362 private static void assertDateEquals(Date date1, Date date2) throws Exception { in assertDateEquals()
|
D | X509CertificateTest.java | 605 private static void assertDateEquals(Date date1, Date date2) throws Exception { in assertDateEquals()
|