Home
last modified time | relevance | path

Searched defs:timer (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/test/java/util/Timer/
DPurge.java38 Timer timer = new Timer(); in main() local
DDelayOverflow.java43 void scheduleNow(Timer timer, TimerTask task, int how) { in scheduleNow()
78 final Timer timer = new Timer(); in test() local
DNameConstructors.java45 public static void test(Timer timer, String expected) throws InterruptedException { in test()
/libcore/ojluni/src/main/java/sun/nio/ch/
DUnixAsynchronousSocketChannelImpl.java598 Future<?> timer = this.writeTimer; in finishWrite() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTimerTest.java54 Timer timer = null; field in TimerTest.TimerTestTask