/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ForkJoinTaskTest.java | 92 <T> void checkCompletedNormally(ForkJoinTask<T> a) { in checkCompletedNormally() method in ForkJoinTaskTest 93 checkCompletedNormally(a, null); in checkCompletedNormally() 96 <T> void checkCompletedNormally(ForkJoinTask<T> a, T expected) { in checkCompletedNormally() method in ForkJoinTaskTest 399 checkCompletedNormally(f); 415 checkCompletedNormally(f); 430 checkCompletedNormally(f); 445 checkCompletedNormally(f); 460 checkCompletedNormally(f); 491 checkCompletedNormally(f); 508 checkCompletedNormally(f); [all …]
|
D | RecursiveTaskTest.java | 54 checkCompletedNormally(a, result); in testInvokeOnPool() 90 <T> void checkCompletedNormally(RecursiveTask<T> a, T expected) { in checkCompletedNormally() method in RecursiveTaskTest 115 checkCompletedNormally(a, r); in checkCompletesNormally() 122 void checkCompletedNormally(RecursiveTask<Integer> a, int expected) { in checkCompletedNormally() method in RecursiveTaskTest 125 checkCompletedNormally(a, r); in checkCompletedNormally() 239 checkCompletedNormally(f, r); in testInvoke() 255 checkCompletedNormally(f, 21); in testQuietlyInvoke() 271 checkCompletedNormally(f, r); in testForkJoin() 287 checkCompletedNormally(f, r); in testForkGet() 303 checkCompletedNormally(f, r); in testForkTimedGet() [all …]
|
D | RecursiveActionTest.java | 58 checkCompletedNormally(a); in testInvokeOnPool() 93 void checkCompletedNormally(RecursiveAction a) { in checkCompletedNormally() method in RecursiveActionTest 222 checkCompletedNormally(f); in testInvoke() 238 checkCompletedNormally(f); in testQuietlyInvoke() 253 checkCompletedNormally(f); in testForkJoin() 274 checkCompletedNormally(f); in testJoinIgnoresInterrupts() 310 checkCompletedNormally(f); in testJoinIgnoresInterrupts() 376 checkCompletedNormally(f); in testJoinIgnoresInterruptsOutsideForkJoinPool() 408 checkCompletedNormally(f); in testJoinIgnoresInterruptsOutsideForkJoinPool() 448 checkCompletedNormally(f); in testForkGet() [all …]
|
D | CountedCompleterTest.java | 90 void checkCompletedNormally(CountedCompleter<?> a) { in checkCompletedNormally() method in CountedCompleterTest 265 checkCompletedNormally(this); 444 checkCompletedNormally(a); 467 checkCompletedNormally(a); 502 checkCompletedNormally(a); 634 checkCompletedNormally(f); in testInvoke() 650 checkCompletedNormally(f); in testQuietlyInvoke() 665 checkCompletedNormally(f); in testForkJoin() 680 checkCompletedNormally(f); in testForkGet() 695 checkCompletedNormally(f); in testForkTimedGet() [all …]
|
D | CompletableFutureTest.java | 79 <T> void checkCompletedNormally(CompletableFuture<T> f, T value) { in checkCompletedNormally() method in CompletableFutureTest 228 checkCompletedNormally(f, v1); 265 checkCompletedNormally(f, one); 267 checkCompletedNormally(f, three); 269 checkCompletedNormally(f, two); 272 checkCompletedNormally(f, three); 274 checkCompletedNormally(f, null); 278 checkCompletedNormally(f, four); 306 checkCompletedNormally(f, v1); 331 checkCompletedNormally(g, null); [all …]
|
D | ForkJoinPool8Test.java | 70 checkCompletedNormally(a); in checkInvoke() 104 void checkCompletedNormally(ForkJoinTask a) { in checkCompletedNormally() method in ForkJoinPool8Test 233 checkCompletedNormally(f); in testInvoke() 249 checkCompletedNormally(f); in testQuietlyInvoke() 264 checkCompletedNormally(f); in testForkJoin() 285 checkCompletedNormally(f); in testJoinIgnoresInterrupts() 321 checkCompletedNormally(f); in testJoinIgnoresInterrupts() 356 checkCompletedNormally(f); in testForkGet() 371 checkCompletedNormally(f); in testForkTimedGet() 402 checkCompletedNormally(f); in testForkQuietlyJoin() [all …]
|
D | ForkJoinTask8Test.java | 117 <T> void checkCompletedNormally(ForkJoinTask<T> a) { in checkCompletedNormally() method in ForkJoinTask8Test 118 checkCompletedNormally(a, null); in checkCompletedNormally() 121 <T> void checkCompletedNormally(ForkJoinTask<T> a, T expected) { in checkCompletedNormally() method in ForkJoinTask8Test 339 public void checkCompletedNormally() { 341 ForkJoinTask8Test.this.checkCompletedNormally(this); 393 f.checkCompletedNormally(); 414 f.checkCompletedNormally(); 434 f.checkCompletedNormally(); 454 f.checkCompletedNormally(); 474 f.checkCompletedNormally(); [all …]
|
D | FutureTaskTest.java | 110 <T> void checkCompletedNormally(Future<T> f, T expected) { in checkCompletedNormally() method in FutureTaskTest 263 checkCompletedNormally(task, Boolean.TRUE); in testIsDone() 313 checkCompletedNormally(task, one); in testSet() 393 checkCompletedNormally(task, Boolean.TRUE); in testCancelAfterRun() 408 checkCompletedNormally(task, Boolean.TRUE); in testCancelAfterRun2() 572 checkCompletedNormally(task, two); in testGetRun() 579 checkCompletedNormally(task, two); in testGetRun() 615 checkCompletedNormally(task, two); in testGetSet() 838 checkCompletedNormally(future, null); in testGet_NegativeInfinityTimeout()
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | ForkJoinTaskTest.java | 114 <T> void checkCompletedNormally(ForkJoinTask<T> a) { in checkCompletedNormally() method in ForkJoinTaskTest 115 checkCompletedNormally(a, null); in checkCompletedNormally() 118 <T> void checkCompletedNormally(ForkJoinTask<T> a, T expected) { in checkCompletedNormally() method in ForkJoinTaskTest 421 checkCompletedNormally(f); 437 checkCompletedNormally(f); 452 checkCompletedNormally(f); 467 checkCompletedNormally(f); 482 checkCompletedNormally(f); 513 checkCompletedNormally(f); 530 checkCompletedNormally(f); [all …]
|
D | RecursiveTaskTest.java | 77 checkCompletedNormally(a, result); in testInvokeOnPool() 113 <T> void checkCompletedNormally(RecursiveTask<T> a, T expected) { in checkCompletedNormally() method in RecursiveTaskTest 138 checkCompletedNormally(a, r); in checkCompletesNormally() 145 void checkCompletedNormally(RecursiveTask<Integer> a, int expected) { in checkCompletedNormally() method in RecursiveTaskTest 148 checkCompletedNormally(a, r); in checkCompletedNormally() 262 checkCompletedNormally(f, r); in testInvoke() 278 checkCompletedNormally(f, 21); in testQuietlyInvoke() 294 checkCompletedNormally(f, r); in testForkJoin() 310 checkCompletedNormally(f, r); in testForkGet() 326 checkCompletedNormally(f, r); in testForkTimedGet() [all …]
|
D | RecursiveActionTest.java | 82 checkCompletedNormally(a); in testInvokeOnPool() 117 void checkCompletedNormally(RecursiveAction a) { in checkCompletedNormally() method in RecursiveActionTest 246 checkCompletedNormally(f); in testInvoke() 262 checkCompletedNormally(f); in testQuietlyInvoke() 277 checkCompletedNormally(f); in testForkJoin() 297 checkCompletedNormally(f); in testJoinIgnoresInterrupts() 330 checkCompletedNormally(f); in testJoinIgnoresInterrupts() 393 checkCompletedNormally(f); in testJoinIgnoresInterruptsOutsideForkJoinPool() 422 checkCompletedNormally(f); in testJoinIgnoresInterruptsOutsideForkJoinPool() 460 checkCompletedNormally(f); in testForkGet() [all …]
|
D | CountedCompleterTest.java | 115 void checkCompletedNormally(CountedCompleter<?> a) { in checkCompletedNormally() method in CountedCompleterTest 290 checkCompletedNormally(this); 469 checkCompletedNormally(a); 492 checkCompletedNormally(a); 527 checkCompletedNormally(a); 659 checkCompletedNormally(f); in testInvoke() 675 checkCompletedNormally(f); in testQuietlyInvoke() 690 checkCompletedNormally(f); in testForkJoin() 705 checkCompletedNormally(f); in testForkGet() 720 checkCompletedNormally(f); in testForkTimedGet() [all …]
|
D | ForkJoinPool8Test.java | 94 checkCompletedNormally(a); in checkInvoke() 128 void checkCompletedNormally(ForkJoinTask a) { in checkCompletedNormally() method in ForkJoinPool8Test 257 checkCompletedNormally(f); in testInvoke() 273 checkCompletedNormally(f); in testQuietlyInvoke() 288 checkCompletedNormally(f); in testForkJoin() 308 checkCompletedNormally(f); in testJoinIgnoresInterrupts() 341 checkCompletedNormally(f); in testJoinIgnoresInterrupts() 374 checkCompletedNormally(f); in testForkGet() 389 checkCompletedNormally(f); in testForkTimedGet() 420 checkCompletedNormally(f); in testForkQuietlyJoin() [all …]
|
D | ForkJoinTask8Test.java | 140 <T> void checkCompletedNormally(ForkJoinTask<T> a) { in checkCompletedNormally() method in ForkJoinTask8Test 141 checkCompletedNormally(a, null); in checkCompletedNormally() 144 <T> void checkCompletedNormally(ForkJoinTask<T> a, T expected) { in checkCompletedNormally() method in ForkJoinTask8Test 362 public void checkCompletedNormally() { 364 ForkJoinTask8Test.this.checkCompletedNormally(this); 416 f.checkCompletedNormally(); 437 f.checkCompletedNormally(); 457 f.checkCompletedNormally(); 477 f.checkCompletedNormally(); 497 f.checkCompletedNormally(); [all …]
|
D | CompletableFutureTest.java | 102 <T> void checkCompletedNormally(CompletableFuture<T> f, T value) { in checkCompletedNormally() method in CompletableFutureTest 251 checkCompletedNormally(f, v1); 288 checkCompletedNormally(f, one); 290 checkCompletedNormally(f, three); 292 checkCompletedNormally(f, two); 295 checkCompletedNormally(f, three); 297 checkCompletedNormally(f, null); 301 checkCompletedNormally(f, four); 329 checkCompletedNormally(f, v1); 354 checkCompletedNormally(g, null); [all …]
|
D | FutureTaskTest.java | 133 <T> void checkCompletedNormally(Future<T> f, T expected) { in checkCompletedNormally() method in FutureTaskTest 286 checkCompletedNormally(task, Boolean.TRUE); in testIsDone() 336 checkCompletedNormally(task, one); in testSet() 416 checkCompletedNormally(task, Boolean.TRUE); in testCancelAfterRun() 431 checkCompletedNormally(task, Boolean.TRUE); in testCancelAfterRun2() 595 checkCompletedNormally(task, two); in testGetRun() 602 checkCompletedNormally(task, two); in testGetRun() 638 checkCompletedNormally(task, two); in testGetSet() 861 checkCompletedNormally(future, null); in testGet_NegativeInfinityTimeout()
|