| /libcore/ojluni/src/main/java/java/time/ | 
| D | MonthDay.java | 160     public static MonthDay now() {  in now()  method in MonthDay176     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
 
 | 
| D | Year.java | 171     public static Year now() {  in now()  method in Year187     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
 
 | 
| D | YearMonth.java | 163     public static YearMonth now() {  in now()  method in YearMonth179     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
 
 | 
| D | OffsetTime.java | 160     public static OffsetTime now() {  in now()  method in OffsetTime177     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
 
 | 
| D | OffsetDateTime.java | 206     public static OffsetDateTime now() {  in now()  method in OffsetDateTime223     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/ | 
| D | ChronoPeriodTest.java | 63         LocalDate now = LocalDate.of(2021, 5, 26);  in between_nonNull()  local
 | 
| D | HijrahDateTest.java | 74         HijrahDate now = HijrahDate.of(1442, 10, 14);  in minus_hijrah_period()  local
 | 
| /libcore/luni/src/test/java/libcore/java/util/concurrent/ | 
| D | TestUtils.java | 44             Duration now = Duration.ofNanos(System.nanoTime());  in waitWhileTrueOrTimeout()  local
 | 
| /libcore/ojluni/src/main/java/sun/security/x509/ | 
| D | CertificateValidity.java | 246         Date now = new Date();  in valid()  local261     public void valid(Date now)  in valid()
 
 | 
| D | PrivateKeyUsageExtension.java | 195         Date now = new Date();  in valid()  local208     public void valid(Date now)  in valid()
 
 | 
| /libcore/ojluni/src/test/java/time/test/java/time/format/ | 
| D | TestDateTimeFormatter.java | 239         LocalTime now = LocalTime.now();  in test_throws_message_chrono()  local260         LocalTime now = LocalTime.now();  in test_throws_message_zone()  local
 
 | 
| /libcore/ojluni/src/main/java/java/time/chrono/ | 
| D | ThaiBuddhistDate.java | 127     public static ThaiBuddhistDate now() {  in now()  method in ThaiBuddhistDate143     public static ThaiBuddhistDate now(ZoneId zone) {  in now()  method in ThaiBuddhistDate
 158     public static ThaiBuddhistDate now(Clock clock) {  in now()  method in ThaiBuddhistDate
 
 | 
| D | MinguoDate.java | 127     public static MinguoDate now() {  in now()  method in MinguoDate143     public static MinguoDate now(ZoneId zone) {  in now()  method in MinguoDate
 158     public static MinguoDate now(Clock clock) {  in now()  method in MinguoDate
 
 | 
| D | JapaneseDate.java | 160     public static JapaneseDate now() {  in now()  method in JapaneseDate176     public static JapaneseDate now(ZoneId zone) {  in now()  method in JapaneseDate
 191     public static JapaneseDate now(Clock clock) {  in now()  method in JapaneseDate
 
 | 
| D | HijrahDate.java | 177     public static HijrahDate now() {  in now()  method in HijrahDate194     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/ | 
| D | OldGregorianCalendarTest.java | 31         Date now = new Date();  in testGetHour()  local
 | 
| /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/test/java/time/tck/java/time/ | 
| D | TCKOffsetDateTime.java | 237     public void now() {  in now()  method in TCKOffsetDateTime
 | 
| D | TCKOffsetTime.java | 205     public void now() {  in now()  method in TCKOffsetTime
 | 
| 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/ojluni/src/main/native/ | 
| D | PollArrayWrapper.c | 44     jlong start, now;  in ipoll()  local
 | 
| /libcore/ojluni/annotations/hiddenapi/sun/security/x509/ | 
| D | CertificateValidity.java | 93     public void valid(java.util.Date now)  in valid()
 |