Home
last modified time | relevance | path

Searched defs:now (Results 1 – 25 of 54) 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.java237 public static LocalTime now() { in now() method in LocalTime
253 public static LocalTime now(ZoneId zone) { in now() method in LocalTime
267 public static LocalTime now(Clock clock) { in now() method in LocalTime
270 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/main/java/libcore/icu/
DRelativeDateTimeFormatter.java96 long now, long minResolution, int flags) { in getRelativeTimeSpanString()
104 long now, long minResolution, int flags, DisplayContext displayContext) { in getRelativeTimeSpanString()
118 android.icu.util.TimeZone icuTimeZone, long time, long now, long minResolution, int flags, in getRelativeTimeSpanString()
266 long now, long minResolution, long transitionResolution, int flags) { in getRelativeDateTimeString()
/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/libcore/icu/
DRelativeDateTimeFormatterTest.java361 final long now = cal.getTimeInMillis(); in test_getRelativeTimeSpanStringGerman() local
389 final long now = cal.getTimeInMillis(); in test_getRelativeTimeSpanStringFrench() local
548 final long now = nowCalendar.getTimeInMillis(); in test5252772() local
671 final long now = System.currentTimeMillis(); in test_bug25821045() local
/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/
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
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
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/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/main/native/
DPollArrayWrapper.c44 jlong start, now; in ipoll() local
/libcore/luni/src/main/native/
Dlibcore_icu_TimeZoneNames.cpp59 const UDate now(icu::Calendar::getNow()); in TimeZoneNames_fillZoneStrings() local
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
DCertificateValidity.java93 public void valid(java.util.Date now) in valid()

123