Home
last modified time | relevance | path

Searched refs:call (Results 1 – 25 of 36) sorted by relevance

12

/libcore/
DCleanSpec.mk48 $(call add-clean-step, rm -rf $(OUT_DIR)/system/framework/conscrypt-nojarjar.jar)
49 $(call add-clean-step, rm -rf $(OUT_DIR)/system/framework/conscrypt-nojarjar.jar)
50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core*)
51 $(call add-clean-step, rm -rf $(OUT_DIR)/host/common/obj/JAVA_LIBRARIES/core*)
52 $(call add-clean-step, rm -rf $(OUT_DIR)/system/etc/security/cacerts/*)
53 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core*)
54 $(call add-clean-step, rm -rf $(OUT_DIR)/host/common/obj/JAVA_LIBRARIES/core*)
55 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core*)
56 $(call add-clean-step, rm -rf $(OUT_DIR)/host/common/obj/JAVA_LIBRARIES/core*)
DAndroid.mk16 LOCAL_PATH := $(call my-dir)
23 subdir_makefiles := $(call all-named-subdir-makefiles,$(subdirs))
DJavaLibrary.mk55 test_resource_dirs := $(call all-core-resource-dirs,test)
56 test_src_files := $(call all-test-java-files-under,dalvik dom harmony-tests json luni xml)
57 ojtest_src_files := $(call all-test-java-files-under,ojluni)
61 …nojcore_src_files += $(call all-java-files-under, ../external/emma/core ../external/emma/pregenera…
77 android_icu4j_src_files := $(call all-java-files-under,$(android_icu4j_root)/src/main/java)
209 LOCAL_SRC_FILES := $(call all-test-java-files-under,support)
223 LOCAL_SRC_FILES := $(call all-test-java-files-under, jsr166-tests)
275 LOCAL_SRC_FILES := $(call all-java-files-under, dex/src/main)
360 LOCAL_SRC_FILES := $(call all-test-java-files-under,support)
DDocs.mk17 $(call find-files-in-subdirs, external/icu, \
DNativeCode.mk71 $(eval $(call include-openjdk-native-dir,$(dir))))
76 $(eval $(call include-core-native-dir,$(dir))))
/libcore/tzdata/
DAndroid.mk15 LOCAL_PATH:= $(call my-dir)
19 subdir_makefiles := $(call all-named-subdir-makefiles,$(subdirs))
25 LOCAL_SRC_FILES := $(call all-java-files-under, tools/src/main)
36 LOCAL_SRC_FILES := $(call all-java-files-under, update/src/main)
45 LOCAL_SRC_FILES := $(call all-java-files-under, update/src/test)
/libcore/tzdata/update_test_app/
DAndroid.mk15 LOCAL_PATH:= $(call my-dir)
22 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/libcore/benchmarks/
DAndroid.mk16 LOCAL_PATH:= $(call my-dir)
23 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/libcore/luni/src/main/java/java/util/concurrent/
DExecutors.java379 public Object call() { return action.run(); }}; in callable()
394 public Object call() throws Exception { return action.run(); }};
427 public T call() {
445 public T call() throws Exception {
450 return task.call();
488 public T call() throws Exception {
496 return task.call();
500 return task.call();
DCallable.java36 V call() throws Exception; in call() method
DFutureTask.java237 result = c.call(); in run()
278 c.call(); // don't set result in runAndReset()
/libcore/jsr166-tests/src/test/java/jsr166/
DExecutorsTest.java401 public Object call() { in call() method in ExecutorsTest.CheckCCL
434 .call(); in testPrivilegedCallableUsingCCLWithPrivs()
455 task.call(); in testPrivilegedCallableWithNoPrivs()
520 Executors.privilegedCallable(new CheckCCL()).call(); in testPrivilegedCallableWithPrivs()
533 assertNull(c.call()); in testCallable1()
541 assertSame(one, c.call()); in testCallable2()
550 assertSame(one, c.call()); in testCallable3()
559 assertSame(one, c.call()); in testCallable4()
DJSR166TestCase.java1386 public final T call() {
1400 public final T call() {
1419 public Object call() { return Boolean.TRUE; }
1428 public String call() { return value; }
1510 public String call() { throw new NullPointerException(); }
1514 public Integer call() { return one; }
1662 public Object call() {
DFutureTaskTest.java202 public Object call() throws Exception { in PublicFutureTask()
204 return callable.call(); in PublicFutureTask()
682 public Object call() { in testGet_ExecutionException()
706 public Object call() { in testTimedGet_ExecutionException2()
DAbstractExecutorServiceTest.java233 public Object call() { throw new ArithmeticException(); }}; in testSubmitEE()
277 public Long call() { throw new ArithmeticException(); }}); in testInvokeAny3()
442 public Long call() { throw new ArithmeticException(); }}); in testTimedInvokeAny3()
/libcore/ojluni/
DAndroid.mk16 LOCAL_PATH := $(call my-dir)
/libcore/luni/src/test/java/libcore/javax/net/ssl/
DSSLSocketTest.java351 @Override public Void call() throws Exception { in test_SSLSocket_startHandshake()
393 @Override public byte[] call() throws Exception { in call() method in SSLSocketTest.SSLServerSessionIdCallable
447 public Void call() throws Exception { in test_SSLSocket_NoEnabledCipherSuites_Failure()
476 @Override public Void call() throws Exception { in test_SSLSocket_startHandshake_noKeyStore()
506 @Override public Void call() throws Exception { in test_SSLSocket_startHandshake_noClientCertificate()
526 @Override public Void call() throws Exception { in test_SSLSocket_HandshakeCompletedListener()
649 @Override public Void call() throws Exception { in test_SSLSocket_HandshakeCompletedListener_RuntimeException()
715 @Override public IOException call() throws Exception { in test_SSLSocket_setUseClientMode()
769 @Override public Void call() throws Exception { in test_SSLSocket_untrustedServer()
799 @Override public Void call() throws Exception { in test_SSLSocket_clientAuth()
[all …]
DSSLContextTest.java300 public Void call() throws Exception { in test_SSLContext_init_withEmptyManagerArrays()
336 public Void call() throws Exception { in test_SSLContext_init_withoutX509()
427 return callable.call(); in invokeWithHighestPrioritySecurityProvider()
/libcore/support/src/test/java/libcore/javax/net/ssl/
DTestSSLSocketPair.java81 public Void call() throws Exception { in connect()
90 public Void call() throws Exception { in connect()
/libcore/luni/src/test/java/sun/misc/
DUnsafeTest.java47 callable.call(); in test_getUnsafeForbiddenWithSystemCaller()
/libcore/luni/src/test/java/tests/security/
DSecureRandomTest.java83 public Void call () { in testSecureRandomThreadSafety()
/libcore/support/src/test/java/tests/support/
DSupport_Exec.java141 public String call() throws Exception { in streamToStringCallable()
/libcore/luni/src/test/java/libcore/java/util/zip/
DDeflaterOutputStreamTest.java77 public Void call() throws Exception { in createInflaterStream()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DOutputStreamTesterTest.java127 public byte[] call() throws Exception { in create()
DWriterTesterTest.java120 public char[] call() throws Exception { in create()

12