Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTimerTest.java790 long lastDelta; in test_scheduleAtFixedRateLjava_util_TimerTaskJJ() field in TimerTest.SlowThenFastTask
795 lastDelta = System.currentTimeMillis() in test_scheduleAtFixedRateLjava_util_TimerTaskJJ()
807 public long lastDelta() { in test_scheduleAtFixedRateLjava_util_TimerTaskJJ() method in TimerTest.SlowThenFastTask
808 return lastDelta; in test_scheduleAtFixedRateLjava_util_TimerTaskJJ()
823 long lastDelta = slowThenFastTask.lastDelta(); in test_scheduleAtFixedRateLjava_util_TimerTaskJJ() local
825 + lastDelta + " ms", slowThenFastTask.lastDelta < 300); in test_scheduleAtFixedRateLjava_util_TimerTaskJJ()
918 long lastDelta; in test_scheduleAtFixedRateLjava_util_TimerTaskLjava_util_DateJ() field in TimerTest.SlowThenFastTask
923 lastDelta = System.currentTimeMillis() in test_scheduleAtFixedRateLjava_util_TimerTaskLjava_util_DateJ()
935 public long lastDelta() { in test_scheduleAtFixedRateLjava_util_TimerTaskLjava_util_DateJ() method in TimerTest.SlowThenFastTask
936 return lastDelta; in test_scheduleAtFixedRateLjava_util_TimerTaskLjava_util_DateJ()
[all …]