Home
last modified time | relevance | path

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

/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
DCallable.java35 V call() throws Exception; in call() method
DExecutors.java415 public T call() { in call() method in Executors.RunnableAdapter
428 public Object call () { in call() method in Executors.PrivilegedActionAdapter
441 public Object call () throws Exception { in call() method in Executors.PrivilegedExceptionActionAdapter
461 public T call() throws Exception { in call() method in Executors.PrivilegedCallable
497 public T call() throws Exception { in call() method in Executors.PrivilegedCallableUsingCurrentClassLoader
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
DJSR166TestCase.java369 public Object call() { return Boolean.TRUE; } in call() method in JSR166TestCase.NoOpCallable
375 public String call() { return TEST_STRING; } in call() method in JSR166TestCase.StringTask
379 public String call() { throw new NullPointerException(); } in call() method in JSR166TestCase.NPETask
383 public Integer call() { return one; } in call() method in JSR166TestCase.CallableOne
430 public Object call() { in call() method in JSR166TestCase.SmallCallable
546 public Object call() { in call() method in JSR166TestCase.TrackedCallable
DExecutorsTest.java36 public T call() throws Exception { in call() method in ExecutorsTest.TimedCallable
53 public BigInteger call() { in call() method in ExecutorsTest.Fib