/libcore/jsr166-tests/src/test/java/jsr166/ |
D | AbstractExecutorServiceTest.java | 308 e.invokeAll(null); in testInvokeAll1() 322 List<Future<String>> r = e.invokeAll(new ArrayList<Callable<String>>()); in testInvokeAll2() 338 e.invokeAll(l); in testInvokeAll3() 354 List<Future<String>> futures = e.invokeAll(l); in testInvokeAll4() 376 List<Future<String>> futures = e.invokeAll(l); in testInvokeAll5() 486 e.invokeAll(null, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAll1() 502 e.invokeAll(l, MEDIUM_DELAY_MS, null); in testTimedInvokeAllNullTimeUnit() 516 …List<Future<String>> r = e.invokeAll(new ArrayList<Callable<String>>(), MEDIUM_DELAY_MS, MILLISECO… in testTimedInvokeAll2() 532 e.invokeAll(l, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAll3() 549 e.invokeAll(l, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAll4() [all …]
|
D | ForkJoinTaskTest.java | 777 invokeAll(f, g); in testInvokeAll2() 793 invokeAll(f); in testInvokeAll1() 809 invokeAll(f, g, h); in testInvokeAll3() 833 invokeAll(set); in testInvokeAllCollection() 854 invokeAll(f, g, h); in testInvokeAllNPE() 870 invokeAll(f, g); in testAbnormalInvokeAll2() 887 invokeAll(g); in testAbnormalInvokeAll1() 906 invokeAll(f, g, h); in testAbnormalInvokeAll3() 929 invokeAll(set); in testAbnormalInvokeAllCollection() 1444 invokeAll(f, g); in testInvokeAll2Singleton() [all …]
|
D | ForkJoinPoolTest.java | 721 e.invokeAll(null); in testInvokeAll1() 736 = e.invokeAll(new ArrayList<Callable<String>>()); in testInvokeAll2() 752 e.invokeAll(l); in testInvokeAll3() 768 List<Future<String>> futures = e.invokeAll(l); in testInvokeAll4() 789 List<Future<String>> futures = e.invokeAll(l); in testInvokeAll5() 901 e.invokeAll(null, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAll1() 917 e.invokeAll(l, MEDIUM_DELAY_MS, null); in testTimedInvokeAllNullTimeUnit() 932 = e.invokeAll(new ArrayList<Callable<String>>(), in testTimedInvokeAll2() 949 e.invokeAll(l, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAll3() 965 = e.invokeAll(l, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAll4() [all …]
|
D | CountedCompleterTest.java | 995 invokeAll(f, g); in testInvokeAll2() 1011 invokeAll(f); in testInvokeAll1() 1027 invokeAll(f, g, h); in testInvokeAll3() 1051 invokeAll(set); in testInvokeAllCollection() 1072 invokeAll(f, g, h); in testInvokeAllNPE() 1088 invokeAll(f, g); in testAbnormalInvokeAll2() 1105 invokeAll(g); in testAbnormalInvokeAll1() 1124 invokeAll(f, g, h); in testAbnormalInvokeAll3() 1147 invokeAll(set); in testAbnormalInvokeAllCollection() 1660 invokeAll(f, g); in testInvokeAll2Singleton() [all …]
|
D | ScheduledExecutorTest.java | 872 e.invokeAll(null); in testInvokeAll1() 886 List<Future<String>> r = e.invokeAll(new ArrayList<Callable<String>>()); in testInvokeAll2() 902 e.invokeAll(l); in testInvokeAll3() 917 List<Future<String>> futures = e.invokeAll(l); in testInvokeAll4() 938 List<Future<String>> futures = e.invokeAll(l); in testInvokeAll5() 1049 e.invokeAll(null, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAll1() 1065 e.invokeAll(l, MEDIUM_DELAY_MS, null); in testTimedInvokeAllNullTimeUnit() 1079 …List<Future<String>> r = e.invokeAll(new ArrayList<Callable<String>>(), MEDIUM_DELAY_MS, MILLISECO… in testTimedInvokeAll2() 1095 e.invokeAll(l, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAll3() 1111 e.invokeAll(l, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAll4() [all …]
|
D | RecursiveActionTest.java | 177 invokeAll(f1, f2); in realCompute() 195 invokeAll(f1, f2); in compute() 871 invokeAll(f, g); in testInvokeAll2() 887 invokeAll(f); in testInvokeAll1() 903 invokeAll(f, g, h); in testInvokeAll3() 930 invokeAll(set); in testInvokeAllCollection() 954 invokeAll(f, g, h); in testInvokeAllNPE() 970 invokeAll(f, g); in testAbnormalInvokeAll2() 987 invokeAll(g); in testAbnormalInvokeAll1() 1006 invokeAll(f, g, h); in testAbnormalInvokeAll3() [all …]
|
D | ScheduledExecutorSubclassTest.java | 921 e.invokeAll(null); in testInvokeAll1() 935 List<Future<String>> r = e.invokeAll(new ArrayList<Callable<String>>()); in testInvokeAll2() 951 e.invokeAll(l); in testInvokeAll3() 966 List<Future<String>> futures = e.invokeAll(l); in testInvokeAll4() 987 List<Future<String>> futures = e.invokeAll(l); in testInvokeAll5() 1098 e.invokeAll(null, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAll1() 1114 e.invokeAll(l, MEDIUM_DELAY_MS, null); in testTimedInvokeAllNullTimeUnit() 1128 …List<Future<String>> r = e.invokeAll(new ArrayList<Callable<String>>(), MEDIUM_DELAY_MS, MILLISECO… in testTimedInvokeAll2() 1144 e.invokeAll(l, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAll3() 1160 e.invokeAll(l, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAll4() [all …]
|
D | RecursiveTaskTest.java | 691 invokeAll(f, g); in testInvokeAll2() 706 invokeAll(f); in testInvokeAll1() 722 invokeAll(f, g, h); in testInvokeAll3() 747 invokeAll(set); in testInvokeAllCollection() 769 invokeAll(f, g, h); in testInvokeAllNPE() 786 invokeAll(f, g); in testAbnormalInvokeAll2() 804 invokeAll(g); in testAbnormalInvokeAll1() 824 invokeAll(f, g, h); in testAbnormalInvokeAll3() 848 invokeAll(set); in testAbnormalInvokeAllCollection()
|
D | ThreadPoolExecutorTest.java | 1544 e.invokeAll(null); in testInvokeAll1() 1561 List<Future<String>> r = e.invokeAll(new ArrayList<Callable<String>>()); in testInvokeAll2() 1580 e.invokeAll(l); in testInvokeAll3() 1599 List<Future<String>> futures = e.invokeAll(l); in testInvokeAll4() 1624 List<Future<String>> futures = e.invokeAll(l); in testInvokeAll5() 1756 e.invokeAll(null, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAll1() 1775 e.invokeAll(l, MEDIUM_DELAY_MS, null); in testTimedInvokeAllNullTimeUnit() 1792 …List<Future<String>> r = e.invokeAll(new ArrayList<Callable<String>>(), MEDIUM_DELAY_MS, MILLISECO… in testTimedInvokeAll2() 1811 e.invokeAll(l, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAll3() 1830 e.invokeAll(l, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAll4() [all …]
|
D | ThreadPoolExecutorSubclassTest.java | 1390 e.invokeAll(null); in testInvokeAll1() 1404 List<Future<String>> r = e.invokeAll(new ArrayList<Callable<String>>()); in testInvokeAll2() 1420 e.invokeAll(l); in testInvokeAll3() 1435 List<Future<String>> futures = e.invokeAll(l); in testInvokeAll4() 1456 List<Future<String>> futures = e.invokeAll(l); in testInvokeAll5() 1567 e.invokeAll(null, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAll1() 1583 e.invokeAll(l, MEDIUM_DELAY_MS, null); in testTimedInvokeAllNullTimeUnit() 1597 …List<Future<String>> r = e.invokeAll(new ArrayList<Callable<String>>(), MEDIUM_DELAY_MS, MILLISECO… in testTimedInvokeAll2() 1613 e.invokeAll(l, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAll3() 1629 e.invokeAll(l, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAll4() [all …]
|
/libcore/luni/src/main/java/java/util/concurrent/ |
D | ExecutorService.java | 244 <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> tasks) in invokeAll() method 274 <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> tasks, in invokeAll() method
|
D | Executors.java | 601 public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> tasks) 603 return e.invokeAll(tasks); 605 public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> tasks, 608 return e.invokeAll(tasks, timeout, unit);
|
D | AbstractExecutorService.java | 197 public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> tasks) in invokeAll() method in AbstractExecutorService 228 public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> tasks, in invokeAll() method in AbstractExecutorService
|
D | ForkJoinTask.java | 716 public static void invokeAll(ForkJoinTask<?> t1, ForkJoinTask<?> t2) { in invokeAll() method in ForkJoinTask 740 public static void invokeAll(ForkJoinTask<?>... tasks) { in invokeAll() method in ForkJoinTask 784 public static <T extends ForkJoinTask<?>> Collection<T> invokeAll(Collection<T> tasks) { in invokeAll() method in ForkJoinTask 786 invokeAll(tasks.toArray(new ForkJoinTask<?>[tasks.size()])); in invokeAll()
|
D | ForkJoinPool.java | 2583 public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> tasks) { in invokeAll() method in ForkJoinPool
|