Searched refs:lastDelta (Results 1 – 1 of 1) sorted by relevance
790 long lastDelta; in test_scheduleAtFixedRateLjava_util_TimerTaskJJ() field in TimerTest.SlowThenFastTask795 lastDelta = System.currentTimeMillis() in test_scheduleAtFixedRateLjava_util_TimerTaskJJ()807 public long lastDelta() { in test_scheduleAtFixedRateLjava_util_TimerTaskJJ() method in TimerTest.SlowThenFastTask808 return lastDelta; in test_scheduleAtFixedRateLjava_util_TimerTaskJJ()823 long lastDelta = slowThenFastTask.lastDelta(); in test_scheduleAtFixedRateLjava_util_TimerTaskJJ() local825 + lastDelta + " ms", slowThenFastTask.lastDelta < 300); in test_scheduleAtFixedRateLjava_util_TimerTaskJJ()918 long lastDelta; in test_scheduleAtFixedRateLjava_util_TimerTaskLjava_util_DateJ() field in TimerTest.SlowThenFastTask923 lastDelta = System.currentTimeMillis() in test_scheduleAtFixedRateLjava_util_TimerTaskLjava_util_DateJ()935 public long lastDelta() { in test_scheduleAtFixedRateLjava_util_TimerTaskLjava_util_DateJ() method in TimerTest.SlowThenFastTask936 return lastDelta; in test_scheduleAtFixedRateLjava_util_TimerTaskLjava_util_DateJ()[all …]