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

/libcore/jsr166-tests/src/test/java/jsr166/
H A DJSR166TestCase.java797 protected abstract T realCall() throws Throwable; method in class:JSR166TestCase.CheckedCallable
801 return realCall();
811 protected abstract T realCall() throws Throwable; method in class:JSR166TestCase.CheckedInterruptedCallable
815 T result = realCall();
843 protected String realCall() {
928 protected Object realCall() throws InterruptedException { method in class:JSR166TestCase.SmallCallable
H A DFutureTaskTest.java523 public Boolean realCall() {
551 public Object realCall() {
590 public Object realCall() throws InterruptedException {
635 public Object realCall() throws InterruptedException {
H A DThreadPoolExecutorTest.java530 public Boolean realCall() throws InterruptedException {
602 public Boolean realCall() throws InterruptedException {
1034 public Boolean realCall() throws InterruptedException {
H A DAbstractExecutorServiceTest.java203 public Void realCall() throws InterruptedException {
H A DThreadPoolExecutorSubclassTest.java605 public Boolean realCall() throws InterruptedException {
677 public Boolean realCall() throws InterruptedException {
H A DForkJoinPoolTest.java587 public Void realCall() throws InterruptedException {
H A DScheduledExecutorTest.java70 public Boolean realCall() {
H A DScheduledExecutorSubclassTest.java127 public Boolean realCall() {

Completed in 47 milliseconds