Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/time/test/java/time/
DTestClock_System.java183 int countBetterThanMillisPrecision = 0; in test_ClockResolution() local
198 countBetterThanMillisPrecision++; // we have microseconds in test_ClockResolution()
211 + countBetterThanMillisPrecision + "/" + 1000); in test_ClockResolution()
217 if (countBetterThanMillisPrecision == 0) { in test_ClockResolution()