Home
last modified time | relevance | path

Searched refs:realCall (Results 1 – 8 of 8) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DJSR166TestCase.java739 protected abstract T realCall() throws Throwable; in realCall() method in JSR166TestCase.CheckedCallable
743 return realCall(); in call()
753 protected abstract T realCall() throws Throwable; in realCall() method in JSR166TestCase.CheckedInterruptedCallable
757 T result = realCall(); in call()
785 protected String realCall() { in latchAwaitingStringTask()
870 protected Object realCall() throws InterruptedException {
DFutureTaskTest.java505 public Boolean realCall() { in testCancelNoInterrupt()
533 public Object realCall() { in testGetRun()
572 public Object realCall() throws InterruptedException { in testGetSet()
617 public Object realCall() throws InterruptedException { in testTimedGet_Cancellation()
DThreadPoolExecutorTest.java502 public Boolean realCall() throws InterruptedException { in testGetQueue()
574 public Boolean realCall() throws InterruptedException { in testPurge()
1006 public Boolean realCall() throws InterruptedException { in testInterruptedSubmit()
DAbstractExecutorServiceTest.java180 public Void realCall() throws InterruptedException { in testInterruptedSubmit()
DThreadPoolExecutorSubclassTest.java575 public Boolean realCall() throws InterruptedException { in testGetQueue()
647 public Boolean realCall() throws InterruptedException { in testPurge()
DForkJoinPoolTest.java580 public Void realCall() throws InterruptedException { in testInterruptedSubmit()
DScheduledExecutorTest.java46 public Boolean realCall() { in testSchedule1()
DScheduledExecutorSubclassTest.java98 public Boolean realCall() { in testSchedule1()