/libcore/ojluni/src/main/java/java/time/ |
D | MonthDay.java | 159 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
|
D | Year.java | 169 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
|
D | YearMonth.java | 162 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
|
D | OffsetTime.java | 159 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
|
D | LocalTime.java | 237 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
|
D | OffsetDateTime.java | 205 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/ |
D | RelativeDateTimeFormatter.java | 96 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/ |
D | CertificateValidity.java | 246 Date now = new Date(); in valid() local 261 public void valid(Date now) in valid()
|
D | PrivateKeyUsageExtension.java | 195 Date now = new Date(); in valid() local 208 public void valid(Date now) in valid()
|
/libcore/luni/src/test/java/libcore/libcore/icu/ |
D | RelativeDateTimeFormatterTest.java | 361 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/ |
D | OldGregorianCalendarTest.java | 31 Date now = new Date(); in testGetHour() local
|
/libcore/ojluni/src/main/java/java/time/chrono/ |
D | ThaiBuddhistDate.java | 126 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
|
D | MinguoDate.java | 126 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
|
D | JapaneseDate.java | 159 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
|
D | HijrahDate.java | 176 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/ |
D | TCKOffsetTime.java | 208 public void now() { in now() method in TCKOffsetTime
|
D | TCKOffsetDateTime.java | 241 public void now() { in now() method in TCKOffsetDateTime
|
D | TCKInstant.java | 190 public void now() { in now() method in TCKInstant
|
D | TCKZonedDateTime.java | 230 public void now() { in now() method in TCKZonedDateTime
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | TimestampTest.java | 39 private Date now = new Date(); field in TimestampTest
|
D | CodeSignerTest.java | 39 private Date now = new Date(); field in CodeSignerTest
|
/libcore/ojluni/src/test/java/nio/file/attribute/ |
D | BasicFileAttributeViewCreationTimeTest.java | 71 Instant now = Instant.now(); in test() local
|
/libcore/ojluni/src/main/native/ |
D | PollArrayWrapper.c | 44 jlong start, now; in ipoll() local
|
/libcore/luni/src/main/native/ |
D | libcore_icu_TimeZoneNames.cpp | 59 const UDate now(icu::Calendar::getNow()); in TimeZoneNames_fillZoneStrings() local
|
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/ |
D | CertificateValidity.java | 93 public void valid(java.util.Date now) in valid()
|