Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DForkJoinTaskTest.java395 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 …]
DForkJoinPool8Test.java191 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 …]
DCountedCompleterTest.java226 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 …]
DRecursiveTaskTest.java198 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 …]
DRecursiveActionTest.java180 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 …]
DForkJoinTask8Test.java390 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 …]
DJSR166TestCase.java1675 protected abstract void realCompute() throws Throwable;
1679 realCompute();
1690 protected abstract T realCompute() throws Throwable;
1694 return realCompute();