Home
last modified time | relevance | path

Searched defs:date1 (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
DTCKChronology.java172 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/
DHijrahChronologyTest.java58 HijrahDate date1 = HijrahDate.now(); in test_HijrahDate_withVariant_same() local
/libcore/ojluni/src/test/java/time/test/java/time/chrono/
DTestJapaneseChronology.java215 JapaneseDate date1 = JAPANESE.dateYearDay(era, yearOfEra, dayOfYear); in test_firstDayOfEra() local
DTestUmmAlQuraChronology.java242 public void test_DateYearDay(ChronoLocalDate date1, ChronoLocalDate date2) { in test_DateYearDay()
/libcore/luni/src/test/java/tests/security/cert/
DX509CertSelectorTest.java313 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/
DX509CRLTest.java362 private static void assertDateEquals(Date date1, Date date2) throws Exception { in assertDateEquals()
DX509CertificateTest.java605 private static void assertDateEquals(Date date1, Date date2) throws Exception { in assertDateEquals()