Home
last modified time | relevance | path

Searched defs:ecs (Results 1 – 3 of 3) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DExecutorCompletionServiceTest.java34 ExecutorCompletionService ecs = new ExecutorCompletionService(null); in testConstructorNPE() local
45 ExecutorCompletionService ecs = new ExecutorCompletionService(e, null); in testConstructorNPE2() local
55 ExecutorCompletionService ecs = new ExecutorCompletionService(e); in testSubmitNPE() local
71 ExecutorCompletionService ecs = new ExecutorCompletionService(e); in testSubmitNPE2() local
87 ExecutorCompletionService ecs = new ExecutorCompletionService(e); in testTake() local
103 ExecutorCompletionService ecs = new ExecutorCompletionService(e); in testTake2() local
119 ExecutorCompletionService ecs = new ExecutorCompletionService(e); in testPoll1() local
144 ExecutorCompletionService ecs = new ExecutorCompletionService(e); in testPoll2() local
173 ExecutorCompletionService<String> ecs = in testNewTaskForCallable() local
205 ExecutorCompletionService<String> ecs = in testNewTaskForRunnable() local
/libcore/luni/src/test/java/tests/security/
DSecureRandomTest.java80 ExecutorCompletionService ecs = new ExecutorCompletionService(executor); in testSecureRandomThreadSafety() local
/libcore/luni/src/main/java/java/util/concurrent/
DAbstractExecutorService.java119 ExecutorCompletionService<T> ecs = in doInvokeAny() local