Searched refs:realCompute (Results 1 - 7 of 7) sorted by relevance

/openjdk10/jdk/test/java/util/concurrent/tck/
H A DForkJoinTaskTest.java413 protected void realCompute() {
429 protected void realCompute() {
443 protected void realCompute() {
458 protected void realCompute() throws Exception {
473 protected void realCompute() throws Exception {
488 protected void realCompute() throws Exception {
504 protected void realCompute() {
520 protected void realCompute() {
536 protected void realCompute() {
553 protected void realCompute() {
[all...]
H A DForkJoinPool8Test.java211 protected void realCompute() { method in class:ForkJoinPool8Test.FibAction
249 protected void realCompute() {
265 protected void realCompute() {
279 protected void realCompute() {
294 protected void realCompute() {
365 protected void realCompute() throws Exception {
380 protected void realCompute() throws Exception {
395 protected void realCompute() throws Exception {
411 protected void realCompute() {
426 protected void realCompute() {
[all...]
H A DRecursiveActionTest.java201 protected void realCompute() { method in class:RecursiveActionTest.FibAction
239 protected void realCompute() {
255 protected void realCompute() {
269 protected void realCompute() {
284 protected void realCompute() {
358 protected void realCompute() throws InterruptedException {
452 protected void realCompute() throws Exception {
467 protected void realCompute() throws Exception {
482 protected void realCompute() throws Exception {
498 protected void realCompute() {
[all...]
H A DRecursiveTaskTest.java218 public Integer realCompute() { method in class:RecursiveTaskTest.FibTask
255 public Integer realCompute() {
272 public Integer realCompute() {
286 public Integer realCompute() {
302 public Integer realCompute() throws Exception {
318 public Integer realCompute() throws Exception {
334 public Integer realCompute() {
352 public Integer realCompute() {
370 public Integer realCompute() {
388 public Integer realCompute() {
[all...]
H A DCountedCompleterTest.java246 abstract void realCompute(); method in class:CountedCompleterTest.CheckedCC
249 realCompute();
308 protected void realCompute() {} method in class:CountedCompleterTest.NoopCC
556 protected final void realCompute() { method in class:CountedCompleterTest.CCF
607 protected final void realCompute() { method in class:CountedCompleterTest.FailingCCF
650 protected void realCompute() {
666 protected void realCompute() {
680 protected void realCompute() {
695 protected void realCompute() throws Exception {
710 protected void realCompute() throw
[all...]
H A DForkJoinTask8Test.java411 protected void realCompute() {
432 protected void realCompute() {
451 protected void realCompute() {
471 protected void realCompute() throws Exception {
491 protected void realCompute() throws Exception {
511 protected void realCompute() throws Exception {
533 protected void realCompute() {
554 protected void realCompute() {
575 protected void realCompute() {
598 protected void realCompute() {
[all...]
H A DJSR166TestCase.java1729 protected abstract void realCompute() throws Throwable; method in class:JSR166TestCase.CheckedRecursiveAction
1733 realCompute();
1744 protected abstract T realCompute() throws Throwable; method in class:JSR166TestCase.CheckedRecursiveTask
1748 return realCompute();

Completed in 112 milliseconds