Home
last modified time | relevance | path

Searched refs:system1 (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/time/test/java/time/
DTestClock_System.java139 Instant system1 = Instant.ofEpochMilli(System.currentTimeMillis()); in test_ClockResolution() local
143 System.out.println(formatTime("\nsystemUTC #1 ", system1)); in test_ClockResolution()
148 if (system2.isBefore(system1)) { in test_ClockResolution()
150 System.err.println(formatTime("\n\tsystem1", system1)); in test_ClockResolution()
153 + formatTime("\n\tsystem1", system1) in test_ClockResolution()
158 System.err.println(formatTime("\n\thighest1", system1)); in test_ClockResolution()
161 + formatTime("\n\thighest1", system1) in test_ClockResolution()
168 system1 = Instant.ofEpochMilli(System.currentTimeMillis()); in test_ClockResolution()
171 System.out.println(formatTime("\nsystemUTC ", system1)); in test_ClockResolution()
174 if (highest1.isBefore(system1)) { in test_ClockResolution()
[all …]