Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTimerTest.java279 assertEquals(0, t.purge()); in test_purge()
297 assertTrue(t.purge() <= 50); in test_purge()
298 assertEquals(0, t.purge()); in test_purge()
1106 t.purge(); in testTaskNotCancelledWhenTimerCancelledAndPurged()
1240 t.purge(); in testTimerCancelledAfterExceptionAndTasksNotCancelledAfterPurge()
1274 assertEquals(0, t.purge()); in testTimerCancelledTasksRemovedFromQueue()
/libcore/ojluni/src/main/java/java/util/
DTimer.java463 public int purge() { in purge() method in Timer
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DThreadPoolExecutor.java281 public void purge() { in purge() method in ThreadPoolExecutor
/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java1800 public void purge() { in purge() method in ThreadPoolExecutor
/libcore/ojluni/src/test/java/util/concurrent/tck/
DThreadPoolExecutorSubclassTest.java773 p.purge(); in testPurge()
776 p.purge(); // Nothing to do in testPurge()
DThreadPoolExecutorTest.java658 p.purge(); in testPurge()
661 p.purge(); // Nothing to do in testPurge()
DScheduledExecutorSubclassTest.java728 p.purge(); in testPurge()
DScheduledExecutorTest.java675 p.purge(); in testPurge()
/libcore/jsr166-tests/src/test/java/jsr166/
DThreadPoolExecutorSubclassTest.java751 p.purge(); in testPurge()
754 p.purge(); // Nothing to do in testPurge()
DThreadPoolExecutorTest.java636 p.purge(); in testPurge()
639 p.purge(); // Nothing to do in testPurge()
DScheduledExecutorSubclassTest.java706 p.purge(); in testPurge()
DScheduledExecutorTest.java654 p.purge(); in testPurge()
/libcore/api/
Dcurrent.txt13941 method public int purge();
15065 method public void purge();