/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ForkJoinTaskTest.java | 395 protected void realCompute() { 411 protected void realCompute() { 425 protected void realCompute() { 440 protected void realCompute() throws Exception { 455 protected void realCompute() throws Exception { 470 protected void realCompute() throws Exception { 486 protected void realCompute() { 502 protected void realCompute() { 518 protected void realCompute() { 535 protected void realCompute() { [all …]
|
D | ForkJoinPool8Test.java | 191 protected void realCompute() { in realCompute() method in ForkJoinPool8Test.FibAction 229 protected void realCompute() { in testInvoke() 245 protected void realCompute() { in testQuietlyInvoke() 259 protected void realCompute() { in testForkJoin() 274 protected void realCompute() { in testJoinIgnoresInterrupts() 351 protected void realCompute() throws Exception { in testForkGet() 366 protected void realCompute() throws Exception { in testForkTimedGet() 381 protected void realCompute() throws Exception { in testForkTimedGetNPE() 397 protected void realCompute() { in testForkQuietlyJoin() 412 protected void realCompute() { in testAbnormalInvoke() [all …]
|
D | CountedCompleterTest.java | 226 abstract void realCompute(); 229 realCompute(); 288 protected void realCompute() {} 536 protected final void realCompute() { 587 protected final void realCompute() { 630 protected void realCompute() { in testInvoke() 646 protected void realCompute() { in testQuietlyInvoke() 660 protected void realCompute() { in testForkJoin() 675 protected void realCompute() throws Exception { in testForkGet() 690 protected void realCompute() throws Exception { in testForkTimedGet() [all …]
|
D | RecursiveTaskTest.java | 198 public Integer realCompute() { in realCompute() method in RecursiveTaskTest.FibTask 235 public Integer realCompute() { in testInvoke() 252 public Integer realCompute() { in testQuietlyInvoke() 266 public Integer realCompute() { in testForkJoin() 282 public Integer realCompute() throws Exception { in testForkGet() 298 public Integer realCompute() throws Exception { in testForkTimedGet() 314 public Integer realCompute() { in testForkQuietlyJoin() 332 public Integer realCompute() { in testForkHelpQuiesce() 350 public Integer realCompute() { in testAbnormalInvoke() 368 public Integer realCompute() { in testAbnormalQuietlyInvoke() [all …]
|
D | RecursiveActionTest.java | 180 protected void realCompute() { in realCompute() method in RecursiveActionTest.FibAction 218 protected void realCompute() { in testInvoke() 234 protected void realCompute() { in testQuietlyInvoke() 248 protected void realCompute() { in testForkJoin() 263 protected void realCompute() { in testJoinIgnoresInterrupts() 343 protected void realCompute() throws InterruptedException { in testJoinIgnoresInterruptsOutsideForkJoinPool() 443 protected void realCompute() throws Exception { in testForkGet() 458 protected void realCompute() throws Exception { in testForkTimedGet() 473 protected void realCompute() throws Exception { in testForkTimedGetNPE() 489 protected void realCompute() { in testForkQuietlyJoin() [all …]
|
D | ForkJoinTask8Test.java | 390 protected void realCompute() { 411 protected void realCompute() { 430 protected void realCompute() { 450 protected void realCompute() throws Exception { 470 protected void realCompute() throws Exception { 490 protected void realCompute() throws Exception { 512 protected void realCompute() { 533 protected void realCompute() { 554 protected void realCompute() { 577 protected void realCompute() { [all …]
|
D | JSR166TestCase.java | 1715 protected abstract void realCompute() throws Throwable; 1719 realCompute(); 1730 protected abstract T realCompute() throws Throwable; 1734 return realCompute();
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | ForkJoinTaskTest.java | 417 protected void realCompute() { 433 protected void realCompute() { 447 protected void realCompute() { 462 protected void realCompute() throws Exception { 477 protected void realCompute() throws Exception { 492 protected void realCompute() throws Exception { 508 protected void realCompute() { 524 protected void realCompute() { 540 protected void realCompute() { 557 protected void realCompute() { [all …]
|
D | ForkJoinPool8Test.java | 215 protected void realCompute() { in realCompute() method in ForkJoinPool8Test.FibAction 253 protected void realCompute() { in testInvoke() 269 protected void realCompute() { in testQuietlyInvoke() 283 protected void realCompute() { in testForkJoin() 298 protected void realCompute() { in testJoinIgnoresInterrupts() 369 protected void realCompute() throws Exception { in testForkGet() 384 protected void realCompute() throws Exception { in testForkTimedGet() 399 protected void realCompute() throws Exception { in testForkTimedGetNPE() 415 protected void realCompute() { in testForkQuietlyJoin() 430 protected void realCompute() { in testAbnormalInvoke() [all …]
|
D | CountedCompleterTest.java | 251 abstract void realCompute(); 254 realCompute(); 313 protected void realCompute() {} 561 protected final void realCompute() { 612 protected final void realCompute() { 655 protected void realCompute() { in testInvoke() 671 protected void realCompute() { in testQuietlyInvoke() 685 protected void realCompute() { in testForkJoin() 700 protected void realCompute() throws Exception { in testForkGet() 715 protected void realCompute() throws Exception { in testForkTimedGet() [all …]
|
D | RecursiveTaskTest.java | 221 public Integer realCompute() { in realCompute() method in RecursiveTaskTest.FibTask 258 public Integer realCompute() { in testInvoke() 275 public Integer realCompute() { in testQuietlyInvoke() 289 public Integer realCompute() { in testForkJoin() 305 public Integer realCompute() throws Exception { in testForkGet() 321 public Integer realCompute() throws Exception { in testForkTimedGet() 337 public Integer realCompute() { in testForkQuietlyJoin() 355 public Integer realCompute() { in testForkHelpQuiesce() 373 public Integer realCompute() { in testAbnormalInvoke() 391 public Integer realCompute() { in testAbnormalQuietlyInvoke() [all …]
|
D | RecursiveActionTest.java | 204 protected void realCompute() { in realCompute() method in RecursiveActionTest.FibAction 242 protected void realCompute() { in testInvoke() 258 protected void realCompute() { in testQuietlyInvoke() 272 protected void realCompute() { in testForkJoin() 287 protected void realCompute() { in testJoinIgnoresInterrupts() 361 protected void realCompute() throws InterruptedException { in testJoinIgnoresInterruptsOutsideForkJoinPool() 455 protected void realCompute() throws Exception { in testForkGet() 470 protected void realCompute() throws Exception { in testForkTimedGet() 485 protected void realCompute() throws Exception { in testForkTimedGetNPE() 501 protected void realCompute() { in testForkQuietlyJoin() [all …]
|
D | ForkJoinTask8Test.java | 413 protected void realCompute() { 434 protected void realCompute() { 453 protected void realCompute() { 473 protected void realCompute() throws Exception { 493 protected void realCompute() throws Exception { 513 protected void realCompute() throws Exception { 535 protected void realCompute() { 556 protected void realCompute() { 577 protected void realCompute() { 600 protected void realCompute() { [all …]
|
D | JSR166TestCase.java | 1987 protected abstract void realCompute() throws Throwable; 1991 realCompute(); 2002 protected abstract T realCompute() throws Throwable; 2006 return realCompute();
|