Searched defs:ecs (Results 1 – 3 of 3) sorted by relevance
34 ExecutorCompletionService ecs = new ExecutorCompletionService(null); in testConstructorNPE() local45 ExecutorCompletionService ecs = new ExecutorCompletionService(e, null); in testConstructorNPE2() local55 ExecutorCompletionService ecs = new ExecutorCompletionService(e); in testSubmitNPE() local71 ExecutorCompletionService ecs = new ExecutorCompletionService(e); in testSubmitNPE2() local87 ExecutorCompletionService ecs = new ExecutorCompletionService(e); in testTake() local103 ExecutorCompletionService ecs = new ExecutorCompletionService(e); in testTake2() local119 ExecutorCompletionService ecs = new ExecutorCompletionService(e); in testPoll1() local144 ExecutorCompletionService ecs = new ExecutorCompletionService(e); in testPoll2() local173 ExecutorCompletionService<String> ecs = in testNewTaskForCallable() local205 ExecutorCompletionService<String> ecs = in testNewTaskForRunnable() local
80 ExecutorCompletionService ecs = new ExecutorCompletionService(executor); in testSecureRandomThreadSafety() local
119 ExecutorCompletionService<T> ecs = in doInvokeAny() local