Searched refs:call (Results 1 - 21 of 21) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DCallable.java12 * {@code call}.
26 * @param <V> the result type of method {@code call}
35 V call() throws Exception; method in interface:Callable
H A DExecutors.java373 public Object call() { return action.run(); }};
388 public Object call() throws Exception { return action.run(); }};
421 public T call() { method in class:Executors.RunnableAdapter
439 public T call() throws Exception { method in class:Executors.PrivilegedCallable
444 return task.call();
481 public T call() throws Exception { method in class:Executors.PrivilegedCallableUsingCurrentClassLoader
489 return task.call();
493 return task.call();
H A DFutureTask.java140 try { // in case call to interrupt throws exception
237 result = c.call();
279 c.call(); // don't set result
H A DForkJoinTask.java101 * <p>In the most typical usages, a fork-join pair act like a call
392 * any ForkJoinPool will call helpExpungeStaleExceptions when its
645 * executing it unless preceded by a call to {@link #join} or
646 * related methods, or a call to {@link #isDone} returning {@code
821 * successfully, unless there is an intervening call to {@link
1387 result = callable.call();
1427 * Returns a new {@code ForkJoinTask} that performs the {@code call}
/libcore/benchmarks/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
6 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/libcore/
H A DJavaLibrary.mk53 common_core_src_files := $(call all-main-java-files-under,dalvik dex dom json luni xml)
54 core_resource_dirs := $(call all-core-resource-dirs,main)
55 test_resource_dirs := $(call all-core-resource-dirs,test)
59 common_core_src_files += $(call all-java-files-under, ../external/emma/core ../external/emma/pregenerated)
64 libdvm_core_src_files += $(common_core_src_files) $(call all-main-java-files-under,libdvm)
65 libart_core_src_files += $(common_core_src_files) $(call all-main-java-files-under,libart)
103 LOCAL_SRC_FILES := $(call all-main-java-files-under,crypto)
116 LOCAL_SRC_FILES := $(call all-main-java-files-under,crypto)
129 LOCAL_SRC_FILES := $(call all-test-java-files-under,dalvik dom harmony-tests json luni xml)
143 LOCAL_SRC_FILES := $(call al
[all...]
H A DDocs.mk18 $(call libcoredoc-all-java-files-under,$(1), \
20 $(call libcoredoc-all-java-files-under,$(1), \
H A DCaCerts.mk42 cacerts := $(call all-files-under,luni/src/main/files/cacerts)
45 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,target-cacert-$(notdir $(cacert)),$(cacert),$(cacerts_target_directory))))
55 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,host-cacert-$(notdir $(cacert)),$(cacert),$(cacerts_host_directory))))
H A DAndroid.mk16 LOCAL_PATH := $(call my-dir)
73 $(call intermediates-dir-for,JAVA_LIBRARIES,core-tests,,COMMON)/classes.jar
H A DNativeCode.mk63 $(eval $(call include-core-native-dir,$(dir))))
/libcore/support/src/test/java/libcore/javax/net/ssl/
H A DTestSSLSocketPair.java81 public Void call() throws Exception {
90 public Void call() throws Exception {
/libcore/luni/src/test/java/sun/misc/
H A DUnsafeTest.java47 callable.call();
/libcore/luni/src/test/java/tests/security/
H A DSecureRandomTest.java83 public Void call () {
/libcore/luni/src/test/java/libcore/javax/net/ssl/
H A DSSLSocketTest.java297 @Override public Void call() throws Exception {
338 @Override public byte[] call() throws Exception { method in class:SSLSocketTest.SSLServerSessionIdCallable
392 @Override public Void call() throws Exception {
429 @Override public Void call() throws Exception {
449 @Override public Void call() throws Exception {
569 @Override public Void call() throws Exception {
635 @Override public IOException call() throws Exception {
689 @Override public Void call() throws Exception {
719 @Override public Void call() throws Exception {
791 @Override public Void call() throw
[all...]
/libcore/luni/src/test/java/libcore/java/util/zip/
H A DDeflaterOutputStreamTest.java77 public Void call() throws Exception {
/libcore/support/src/test/java/tests/support/
H A DSupport_Exec.java141 public String call() throws Exception {
/libcore/luni/src/test/java/libcore/java/lang/reflect/
H A DClassLoaderReflectionTest.java134 public A call() throws Exception { method in class:ClassLoaderReflectionTest.E
/libcore/luni/src/test/java/libcore/java/net/
H A DSocketTest.java49 * as requiring an unnecessary call into native code).
189 // subclasses Socket, and whether or not to call SocketImpl.create is the main behavioral
304 @Override public byte[] call() throws Exception {
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java934 public Void call() throws Exception { method in class:HttpsURLConnectionTest.ServerWork
1078 public Void call() throws Exception { method in class:HttpsURLConnectionTest.ClientConnectionWork
/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/ ...
/libcore/crypto/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java613 // without this SSL_set_cipher_lists call the tests were
766 @Override public TestSSLHandshakeCallbacks call() throws Exception {
892 // this depends on the SSL_set_cipher_lists call in beforeHandshake
936 * during the call to NativeCrypto_SSL_do_handshake. However, IIS

Completed in 431 milliseconds