Home
last modified time | relevance | path

Searched defs:call (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
DCallable.java35 V call() throws Exception; in call() method
/libcore/luni/src/test/java/tests/api/java/util/concurrent/
DJSR166TestCase.java570 public final T call() { in call() method in JSR166TestCase.CheckedCallable
583 public final T call() { in call() method in JSR166TestCase.CheckedInterruptedCallable
601 public Object call() { return Boolean.TRUE; } in call() method in JSR166TestCase.NoOpCallable
607 public String call() { return TEST_STRING; } in call() method in JSR166TestCase.StringTask
DExecutorsTest.java355 public Object call() { in call() method in ExecutorsTest.CheckCCL
/libcore/luni/src/test/java/libcore/java/lang/reflect/
DClassLoaderReflectionTest.java138 public A call() throws Exception { in call() method in ClassLoaderReflectionTest.E
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
DHttpsURLConnectionTest.java930 public Void call() throws Exception { in call() method in HttpsURLConnectionTest.ServerWork
1082 public Void call() throws Exception { in call() method in HttpsURLConnectionTest.ClientConnectionWork