Home
last modified time | relevance | path

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

123

/libcore/ojluni/src/main/java/java/time/
DMonthDay.java159 public static MonthDay now() { in now() method in MonthDay
175 public static MonthDay now(ZoneId zone) { in now() method in MonthDay
189 public static MonthDay now(Clock clock) { in now() method in MonthDay
190 final LocalDate now = LocalDate.now(clock); // called once in now() local
DYear.java169 public static Year now() { in now() method in Year
185 public static Year now(ZoneId zone) { in now() method in Year
199 public static Year now(Clock clock) { in now() method in Year
200 final LocalDate now = LocalDate.now(clock); // called once in now() local
DYearMonth.java162 public static YearMonth now() { in now() method in YearMonth
178 public static YearMonth now(ZoneId zone) { in now() method in YearMonth
192 public static YearMonth now(Clock clock) { in now() method in YearMonth
193 final LocalDate now = LocalDate.now(clock); // called once in now() local
DOffsetTime.java159 public static OffsetTime now() { in now() method in OffsetTime
176 public static OffsetTime now(ZoneId zone) { in now() method in OffsetTime
192 public static OffsetTime now(Clock clock) { in now() method in OffsetTime
194 final Instant now = clock.instant(); // called once in now() local
DLocalTime.java241 public static LocalTime now() { in now() method in LocalTime
257 public static LocalTime now(ZoneId zone) { in now() method in LocalTime
271 public static LocalTime now(Clock clock) { in now() method in LocalTime
274 final Instant now = clock.instant(); // called once in now() local
DOffsetDateTime.java205 public static OffsetDateTime now() { in now() method in OffsetDateTime
222 public static OffsetDateTime now(ZoneId zone) { in now() method in OffsetDateTime
238 public static OffsetDateTime now(Clock clock) { in now() method in OffsetDateTime
240 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/luni/src/test/java/libcore/java/util/
DOldGregorianCalendarTest.java31 Date now = new Date(); in testGetHour() local
/libcore/ojluni/src/main/java/java/time/chrono/
DMinguoDate.java126 public static MinguoDate now() { in now() method in MinguoDate
142 public static MinguoDate now(ZoneId zone) { in now() method in MinguoDate
157 public static MinguoDate now(Clock clock) { in now() method in MinguoDate
DThaiBuddhistDate.java126 public static ThaiBuddhistDate now() { in now() method in ThaiBuddhistDate
142 public static ThaiBuddhistDate now(ZoneId zone) { in now() method in ThaiBuddhistDate
157 public static ThaiBuddhistDate now(Clock clock) { in now() method in ThaiBuddhistDate
DJapaneseDate.java159 public static JapaneseDate now() { in now() method in JapaneseDate
175 public static JapaneseDate now(ZoneId zone) { in now() method in JapaneseDate
190 public static JapaneseDate now(Clock clock) { in now() method in JapaneseDate
DHijrahDate.java176 public static HijrahDate now() { in now() method in HijrahDate
193 public static HijrahDate now(ZoneId zone) { in now() method in HijrahDate
209 public static HijrahDate now(Clock clock) { in now() method in HijrahDate
/libcore/ojluni/src/test/java/time/tck/java/time/
DTCKOffsetTime.java208 public void now() { in now() method in TCKOffsetTime
DTCKOffsetDateTime.java241 public void now() { in now() method in TCKOffsetDateTime
DTCKInstant.java190 public void now() { in now() method in TCKInstant
DTCKZonedDateTime.java230 public void now() { in now() method in TCKZonedDateTime
/libcore/ojluni/src/test/java/nio/file/attribute/
DBasicFileAttributeViewCreationTimeTest.java71 Instant now = Instant.now(); in test() 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/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