Searched defs:call (Results 1 – 5 of 5) sorted by relevance
| /libcore/luni/src/main/java/java/util/concurrent/ | ||
| D | Callable.java | 35 V call() throws Exception; in call() method |
| /libcore/jsr166-tests/src/test/java/jsr166/ | ||
| D | JSR166TestCase.java | 741 public final T call() { in call() method in JSR166TestCase.CheckedCallable |
| D | ExecutorsTest.java | 384 public Object call() { in call() method in ExecutorsTest.CheckCCL |
| /libcore/luni/src/test/java/libcore/java/lang/reflect/ | ||
| D | ClassLoaderReflectionTest.java | 156 public A call() throws Exception { in call() method in ClassLoaderReflectionTest.E |
| /libcore/luni/src/test/java/libcore/javax/net/ssl/ | ||
| D | SSLSocketTest.java | 362 @Override public byte[] call() throws Exception { in call() method in SSLSocketTest.SSLServerSessionIdCallable |