Home
last modified time | relevance | path

Searched defs:now (Results 1 – 25 of 52) sorted by relevance

123

/libcore/ojluni/src/main/java/java/time/
DMonthDay.java160 public static MonthDay now() { in now() method in MonthDay
176 public static MonthDay now(ZoneId zone) { in now() method in MonthDay
190 public static MonthDay now(Clock clock) { in now() method in MonthDay
191 final LocalDate now = LocalDate.now(clock); // called once in now() local
DYear.java171 public static Year now() { in now() method in Year
187 public static Year now(ZoneId zone) { in now() method in Year
201 public static Year now(Clock clock) { in now() method in Year
202 final LocalDate now = LocalDate.now(clock); // called once in now() local
DYearMonth.java163 public static YearMonth now() { in now() method in YearMonth
179 public static YearMonth now(ZoneId zone) { in now() method in YearMonth
193 public static YearMonth now(Clock clock) { in now() method in YearMonth
194 final LocalDate now = LocalDate.now(clock); // called once in now() local
DOffsetTime.java160 public static OffsetTime now() { in now() method in OffsetTime
177 public static OffsetTime now(ZoneId zone) { in now() method in OffsetTime
193 public static OffsetTime now(Clock clock) { in now() method in OffsetTime
195 final Instant now = clock.instant(); // called once in now() local
DOffsetDateTime.java206 public static OffsetDateTime now() { in now() method in OffsetDateTime
223 public static OffsetDateTime now(ZoneId zone) { in now() method in OffsetDateTime
239 public static OffsetDateTime now(Clock clock) { in now() method in OffsetDateTime
241 final Instant now = clock.instant(); // called once in now() local
/libcore/luni/src/test/java/libcore/java/time/chrono/
DChronoPeriodTest.java63 LocalDate now = LocalDate.of(2021, 5, 26); in between_nonNull() local
DHijrahDateTest.java74 HijrahDate now = HijrahDate.of(1442, 10, 14); in minus_hijrah_period() local
/libcore/luni/src/test/java/libcore/java/util/concurrent/
DTestUtils.java44 Duration now = Duration.ofNanos(System.nanoTime()); in waitWhileTrueOrTimeout() local
/libcore/ojluni/src/main/java/sun/security/x509/
DCertificateValidity.java246 Date now = new Date(); in valid() local
261 public void valid(Date now) in valid()
DPrivateKeyUsageExtension.java195 Date now = new Date(); in valid() local
208 public void valid(Date now) in valid()
/libcore/ojluni/src/test/java/time/test/java/time/format/
DTestDateTimeFormatter.java239 LocalTime now = LocalTime.now(); in test_throws_message_chrono() local
260 LocalTime now = LocalTime.now(); in test_throws_message_zone() local
/libcore/ojluni/src/main/java/java/time/chrono/
DThaiBuddhistDate.java127 public static ThaiBuddhistDate now() { in now() method in ThaiBuddhistDate
143 public static ThaiBuddhistDate now(ZoneId zone) { in now() method in ThaiBuddhistDate
158 public static ThaiBuddhistDate now(Clock clock) { in now() method in ThaiBuddhistDate
DMinguoDate.java127 public static MinguoDate now() { in now() method in MinguoDate
143 public static MinguoDate now(ZoneId zone) { in now() method in MinguoDate
158 public static MinguoDate now(Clock clock) { in now() method in MinguoDate
DJapaneseDate.java160 public static JapaneseDate now() { in now() method in JapaneseDate
176 public static JapaneseDate now(ZoneId zone) { in now() method in JapaneseDate
191 public static JapaneseDate now(Clock clock) { in now() method in JapaneseDate
DHijrahDate.java177 public static HijrahDate now() { in now() method in HijrahDate
194 public static HijrahDate now(ZoneId zone) { in now() method in HijrahDate
210 public static HijrahDate now(Clock clock) { in now() method in HijrahDate
/libcore/luni/src/test/java/libcore/java/util/
DOldGregorianCalendarTest.java31 Date now = new Date(); in testGetHour() local
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DTimestampTest.java39 private Date now = new Date(); field in TimestampTest
DCodeSignerTest.java39 private Date now = new Date(); field in CodeSignerTest
/libcore/ojluni/src/test/java/nio/file/attribute/
DBasicFileAttributeViewCreationTimeTest.java71 Instant now = Instant.now(); in test() local
/libcore/ojluni/src/test/java/time/tck/java/time/
DTCKOffsetDateTime.java237 public void now() { in now() method in TCKOffsetDateTime
DTCKOffsetTime.java205 public void now() { in now() method in TCKOffsetTime
DTCKInstant.java190 public void now() { in now() method in TCKInstant
DTCKZonedDateTime.java230 public void now() { in now() method in TCKZonedDateTime
/libcore/ojluni/src/main/native/
DPollArrayWrapper.c44 jlong start, now; in ipoll() local
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
DCertificateValidity.java93 public void valid(java.util.Date now) in valid()

123