/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | AbstractExecutorServiceTest.java | 273 e.invokeAny(null); in testInvokeAny1() 286 e.invokeAny(new ArrayList<Callable<String>>()); in testInvokeAny2() 303 e.invokeAny(l); in testInvokeAny3() 318 e.invokeAny(l); in testInvokeAny4() 335 String result = e.invokeAny(l); in testInvokeAny5() 422 e.invokeAny(null, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAny1() 437 e.invokeAny(l, MEDIUM_DELAY_MS, null); in testTimedInvokeAnyNullTimeUnit() 450 e.invokeAny(new ArrayList<Callable<String>>(), in testTimedInvokeAny2() 468 e.invokeAny(l, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAny3() 484 e.invokeAny(l, LONG_DELAY_MS, MILLISECONDS); in testTimedInvokeAny4() [all …]
|
D | ForkJoinPoolTest.java | 637 e.invokeAny(null); in testInvokeAny1() 650 e.invokeAny(new ArrayList<Callable<String>>()); in testInvokeAny2() 665 e.invokeAny(l); in testInvokeAny3() 682 e.invokeAny(l); in testInvokeAny4() 698 e.invokeAny(l); in testInvokeAny5() 715 String result = e.invokeAny(l); in testInvokeAny6() 804 e.invokeAny(null, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAny1() 819 e.invokeAny(l, MEDIUM_DELAY_MS, null); in testTimedInvokeAnyNullTimeUnit() 832 e.invokeAny(new ArrayList<Callable<String>>(), in testTimedInvokeAny2() 850 e.invokeAny(l, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAny3() [all …]
|
D | ScheduledExecutorSubclassTest.java | 950 e.invokeAny(null); in testInvokeAny1() 963 e.invokeAny(new ArrayList<Callable<String>>()); in testInvokeAny2() 980 e.invokeAny(l); in testInvokeAny3() 996 e.invokeAny(l); in testInvokeAny4() 1013 String result = e.invokeAny(l); in testInvokeAny5() 1100 e.invokeAny(null, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAny1() 1115 e.invokeAny(l, MEDIUM_DELAY_MS, null); in testTimedInvokeAnyNullTimeUnit() 1128 e.invokeAny(new ArrayList<Callable<String>>(), MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAny2() 1145 e.invokeAny(l, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAny3() 1162 e.invokeAny(l, LONG_DELAY_MS, MILLISECONDS); in testTimedInvokeAny4() [all …]
|
D | ScheduledExecutorTest.java | 898 e.invokeAny(null); in testInvokeAny1() 911 e.invokeAny(new ArrayList<Callable<String>>()); in testInvokeAny2() 928 e.invokeAny(l); in testInvokeAny3() 944 e.invokeAny(l); in testInvokeAny4() 961 String result = e.invokeAny(l); in testInvokeAny5() 1048 e.invokeAny(null, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAny1() 1063 e.invokeAny(l, MEDIUM_DELAY_MS, null); in testTimedInvokeAnyNullTimeUnit() 1076 e.invokeAny(new ArrayList<Callable<String>>(), MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAny2() 1093 e.invokeAny(l, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAny3() 1110 e.invokeAny(l, LONG_DELAY_MS, MILLISECONDS); in testTimedInvokeAny4() [all …]
|
D | ThreadPoolExecutorTest.java | 1506 e.invokeAny(null); in testInvokeAny1() 1522 e.invokeAny(new ArrayList<Callable<String>>()); in testInvokeAny2() 1542 e.invokeAny(l); in testInvokeAny3() 1561 e.invokeAny(l); in testInvokeAny4() 1581 String result = e.invokeAny(l); in testInvokeAny5() 1686 e.invokeAny(null, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAny1() 1704 e.invokeAny(l, MEDIUM_DELAY_MS, null); in testTimedInvokeAnyNullTimeUnit() 1720 e.invokeAny(new ArrayList<Callable<String>>(), in testTimedInvokeAny2() 1741 e.invokeAny(l, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAny3() 1761 e.invokeAny(l, LONG_DELAY_MS, MILLISECONDS); in testTimedInvokeAny4() [all …]
|
D | ThreadPoolExecutorSubclassTest.java | 1504 e.invokeAny(null); in testInvokeAny1() 1520 e.invokeAny(new ArrayList<Callable<String>>()); in testInvokeAny2() 1540 e.invokeAny(l); in testInvokeAny3() 1559 e.invokeAny(l); in testInvokeAny4() 1579 String result = e.invokeAny(l); in testInvokeAny5() 1684 e.invokeAny(null, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAny1() 1702 e.invokeAny(l, MEDIUM_DELAY_MS, null); in testTimedInvokeAnyNullTimeUnit() 1718 e.invokeAny(new ArrayList<Callable<String>>(), in testTimedInvokeAny2() 1739 e.invokeAny(l, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAny3() 1759 e.invokeAny(l, LONG_DELAY_MS, MILLISECONDS); in testTimedInvokeAny4() [all …]
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | AbstractExecutorServiceTest.java | 250 e.invokeAny(null); in testInvokeAny1() 263 e.invokeAny(new ArrayList<Callable<String>>()); in testInvokeAny2() 280 e.invokeAny(l); in testInvokeAny3() 295 e.invokeAny(l); in testInvokeAny4() 312 String result = e.invokeAny(l); in testInvokeAny5() 399 e.invokeAny(null, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAny1() 414 e.invokeAny(l, MEDIUM_DELAY_MS, null); in testTimedInvokeAnyNullTimeUnit() 427 e.invokeAny(new ArrayList<Callable<String>>(), in testTimedInvokeAny2() 445 e.invokeAny(l, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAny3() 461 e.invokeAny(l, LONG_DELAY_MS, MILLISECONDS); in testTimedInvokeAny4() [all …]
|
D | ForkJoinPoolTest.java | 619 e.invokeAny(null); in testInvokeAny1() 632 e.invokeAny(new ArrayList<Callable<String>>()); in testInvokeAny2() 647 e.invokeAny(l); in testInvokeAny3() 664 e.invokeAny(l); in testInvokeAny4() 680 e.invokeAny(l); in testInvokeAny5() 697 String result = e.invokeAny(l); in testInvokeAny6() 786 e.invokeAny(null, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAny1() 801 e.invokeAny(l, MEDIUM_DELAY_MS, null); in testTimedInvokeAnyNullTimeUnit() 814 e.invokeAny(new ArrayList<Callable<String>>(), in testTimedInvokeAny2() 832 e.invokeAny(l, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAny3() [all …]
|
D | ScheduledExecutorSubclassTest.java | 923 e.invokeAny(null); in testInvokeAny1() 936 e.invokeAny(new ArrayList<Callable<String>>()); in testInvokeAny2() 953 e.invokeAny(l); in testInvokeAny3() 969 e.invokeAny(l); in testInvokeAny4() 986 String result = e.invokeAny(l); in testInvokeAny5() 1073 e.invokeAny(null, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAny1() 1088 e.invokeAny(l, MEDIUM_DELAY_MS, null); in testTimedInvokeAnyNullTimeUnit() 1101 e.invokeAny(new ArrayList<Callable<String>>(), MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAny2() 1118 e.invokeAny(l, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAny3() 1135 e.invokeAny(l, LONG_DELAY_MS, MILLISECONDS); in testTimedInvokeAny4() [all …]
|
D | ScheduledExecutorTest.java | 872 e.invokeAny(null); in testInvokeAny1() 885 e.invokeAny(new ArrayList<Callable<String>>()); in testInvokeAny2() 902 e.invokeAny(l); in testInvokeAny3() 918 e.invokeAny(l); in testInvokeAny4() 935 String result = e.invokeAny(l); in testInvokeAny5() 1022 e.invokeAny(null, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAny1() 1037 e.invokeAny(l, MEDIUM_DELAY_MS, null); in testTimedInvokeAnyNullTimeUnit() 1050 e.invokeAny(new ArrayList<Callable<String>>(), MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAny2() 1067 e.invokeAny(l, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAny3() 1084 e.invokeAny(l, LONG_DELAY_MS, MILLISECONDS); in testTimedInvokeAny4() [all …]
|
D | ThreadPoolExecutorTest.java | 1489 e.invokeAny(null); in testInvokeAny1() 1505 e.invokeAny(new ArrayList<Callable<String>>()); in testInvokeAny2() 1525 e.invokeAny(l); in testInvokeAny3() 1544 e.invokeAny(l); in testInvokeAny4() 1564 String result = e.invokeAny(l); in testInvokeAny5() 1669 e.invokeAny(null, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAny1() 1687 e.invokeAny(l, MEDIUM_DELAY_MS, null); in testTimedInvokeAnyNullTimeUnit() 1703 e.invokeAny(new ArrayList<Callable<String>>(), in testTimedInvokeAny2() 1724 e.invokeAny(l, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAny3() 1744 e.invokeAny(l, LONG_DELAY_MS, MILLISECONDS); in testTimedInvokeAny4() [all …]
|
D | ThreadPoolExecutorSubclassTest.java | 1482 e.invokeAny(null); in testInvokeAny1() 1498 e.invokeAny(new ArrayList<Callable<String>>()); in testInvokeAny2() 1518 e.invokeAny(l); in testInvokeAny3() 1537 e.invokeAny(l); in testInvokeAny4() 1557 String result = e.invokeAny(l); in testInvokeAny5() 1662 e.invokeAny(null, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAny1() 1680 e.invokeAny(l, MEDIUM_DELAY_MS, null); in testTimedInvokeAnyNullTimeUnit() 1696 e.invokeAny(new ArrayList<Callable<String>>(), in testTimedInvokeAny2() 1717 e.invokeAny(l, MEDIUM_DELAY_MS, MILLISECONDS); in testTimedInvokeAny3() 1737 e.invokeAny(l, LONG_DELAY_MS, MILLISECONDS); in testTimedInvokeAny4() [all …]
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ExecutorService.java | 331 <T> T invokeAny(Collection<? extends Callable<T>> tasks) in invokeAny() method 357 <T> T invokeAny(Collection<? extends Callable<T>> tasks, in invokeAny() method
|
D | Executors.java | 731 public <T> T invokeAny(Collection<? extends Callable<T>> tasks) 734 return e.invokeAny(tasks); 737 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, 741 return e.invokeAny(tasks, timeout, unit);
|
D | AbstractExecutorService.java | 222 public <T> T invokeAny(Collection<? extends Callable<T>> tasks) in invokeAny() method in AbstractExecutorService 232 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, in invokeAny() method in AbstractExecutorService
|
D | ForkJoinPool.java | 2850 public <T> T invokeAny(Collection<? extends Callable<T>> tasks) 2875 public <T> T invokeAny(Collection<? extends Callable<T>> tasks,
|
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/ |
D | Executors.java | 244 public <T> T invokeAny( in invokeAny() method in Executors.DelegatedExecutorService 250 public <T> T invokeAny( in invokeAny() method in Executors.DelegatedExecutorService
|
/libcore/api/ |
D | current.txt | 15312 …method public <T> T invokeAny(java.util.Collection<? extends java.util.concurrent.Callable<T>>) th… 15313 …method public <T> T invokeAny(java.util.Collection<? extends java.util.concurrent.Callable<T>>, lo… 15908 …method public <T> T invokeAny(java.util.Collection<? extends java.util.concurrent.Callable<T>>) th… 15909 …method public <T> T invokeAny(java.util.Collection<? extends java.util.concurrent.Callable<T>>, lo…
|