Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/time/tck/java/time/
DTCKLocalTime.java788 private long[] testPoints(long max) { in testPoints() method in TCKLocalTime
806 for (long i : testPoints(1_000_000_000L)) { in test_with_longTemporalField_nanoOfSecond()
819 for (long i : testPoints(86_400_000_000_000L)) { in test_with_longTemporalField_nanoOfDay()
830 for (long i : testPoints(1_000_000L)) { in test_with_longTemporalField_microOfSecond()
844 for (long i : testPoints(86_400_000_000L)) { in test_with_longTemporalField_microOfDay()
855 for (long i : testPoints(1_000L)) { in test_with_longTemporalField_milliOfSecond()
869 for (long i : testPoints(86_400_000L)) { in test_with_longTemporalField_milliOfDay()
879 for (long i : testPoints(60L)) { in test_with_longTemporalField_secondOfMinute()
892 for (long i : testPoints(24 * 60 * 60)) { in test_with_longTemporalField_secondOfDay()
903 for (long i : testPoints(60)) { in test_with_longTemporalField_minuteOfHour()
[all …]