Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/time/test/java/time/
DTestClock_System.java314 static void testWithOffset(String name, long offset) in testWithOffset() method in TestClock_System.SystemClockOffset
316 testWithOffset(name, offset, systemUTC); in testWithOffset()
319 static void testWithOffset(String name, long offset, Clock clock) in testWithOffset() method in TestClock_System.SystemClockOffset
401 SystemClockOffset.testWithOffset("System.currentTimeMillis()/1000", in test_OffsetRegular()
403 SystemClockOffset.testWithOffset("System.currentTimeMillis()/1000 - 1024", in test_OffsetRegular()
405 SystemClockOffset.testWithOffset("System.currentTimeMillis()/1000 + 1024", in test_OffsetRegular()
412 SystemClockOffset.testWithOffset("System.currentTimeMillis()/1000 - MAX_OFFSET + 1", in test_OffsetLimits()
414 SystemClockOffset.testWithOffset("System.currentTimeMillis()/1000 + MAX_OFFSET - 1", in test_OffsetLimits()
416 SystemClockOffset.testWithOffset("System.currentTimeMillis()/1000 - MAX_OFFSET", in test_OffsetLimits()
418 SystemClockOffset.testWithOffset("System.currentTimeMillis()/1000 + MAX_OFFSET", in test_OffsetLimits()
[all …]