Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DCallable.java65 V call() throws Exception; in call() method
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DExecutors.java332 public T call() throws java.lang.Exception { in call() method in Executors.PrivilegedCallable
357 public T call() throws java.lang.Exception { in call() method in Executors.PrivilegedCallableUsingCurrentClassLoader
412 public T call() { in call() method in Executors.RunnableAdapter
/libcore/luni/src/test/java/libcore/java/nio/channels/
DServerSocketChannelTest.java137 public Integer call() throws IOException { in call() method in ServerSocketChannelTest.CountingServer
/libcore/luni/src/test/java/libcore/java/lang/reflect/
DClassLoaderReflectionTest.java156 public A call() throws Exception { in call() method in ClassLoaderReflectionTest.E
/libcore/jsr166-tests/src/test/java/jsr166/
DExecutorsTest.java401 public Object call() { in call() method in ExecutorsTest.CheckCCL