Searched defs:call (Results 1 - 6 of 6) sorted by relevance

/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
H A DCallable.java12 * <tt>call</tt>.
26 * @param <V> the result type of method <tt>call</tt>
35 V call() throws Exception; method in interface:Callable
H A DExecutors.java366 public Object call() { return action.run(); }};
381 public Object call() throws Exception { return action.run(); }};
440 public T call() { method in class:Executors.RunnableAdapter
458 public T call() throws Exception { method in class:Executors.PrivilegedCallable
463 return task.call();
498 public T call() throws Exception { method in class:Executors.PrivilegedCallableUsingCurrentClassLoader
511 return task.call();
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
H A DExecutorsTest.java36 public T call() throws Exception { method in class:ExecutorsTest.TimedCallable
53 public BigInteger call() { method in class:ExecutorsTest.Fib
310 sum = sum.add(it.next().call());
435 public Object call() { method in class:ExecutorsTest.CheckCCL
495 task.call();
536 task.call();
561 task.call();
575 assertNull(c.call());
588 assertEquals(one, c.call());
601 assertEquals(one, c.call());
[all...]
H A DJSR166TestCase.java386 public Object call() { return Boolean.TRUE; } method in class:JSR166TestCase.NoOpCallable
392 public String call() { return TEST_STRING; } method in class:JSR166TestCase.StringTask
396 public String call() { throw new NullPointerException(); } method in class:JSR166TestCase.NPETask
400 public Integer call() { return one; } method in class:JSR166TestCase.CallableOne
447 public Object call() { method in class:JSR166TestCase.SmallCallable
563 public Object call() { method in class:JSR166TestCase.TrackedCallable
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java1213 public Void call() throws Exception { method in class:HttpsURLConnectionTest.ServerWork
1367 public Void call() throws Exception { method in class:HttpsURLConnectionTest.ClientConnectionWork
/dalvik/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 80 milliseconds