/libcore/ |
D | CleanSpec.mk | 48 $(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*)
|
D | Android.mk | 16 LOCAL_PATH := $(call my-dir) 23 subdir_makefiles := $(call all-named-subdir-makefiles,$(subdirs))
|
D | JavaLibrary.mk | 55 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)
|
D | Docs.mk | 17 $(call find-files-in-subdirs, external/icu, \
|
D | NativeCode.mk | 71 $(eval $(call include-openjdk-native-dir,$(dir)))) 76 $(eval $(call include-core-native-dir,$(dir))))
|
/libcore/tzdata/ |
D | Android.mk | 15 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/ |
D | Android.mk | 15 LOCAL_PATH:= $(call my-dir) 22 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/libcore/benchmarks/ |
D | Android.mk | 16 LOCAL_PATH:= $(call my-dir) 23 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/libcore/luni/src/main/java/java/util/concurrent/ |
D | Executors.java | 379 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();
|
D | Callable.java | 36 V call() throws Exception; in call() method
|
D | FutureTask.java | 237 result = c.call(); in run() 278 c.call(); // don't set result in runAndReset()
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ExecutorsTest.java | 401 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()
|
D | JSR166TestCase.java | 1386 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() {
|
D | FutureTaskTest.java | 202 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()
|
D | AbstractExecutorServiceTest.java | 233 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/ |
D | Android.mk | 16 LOCAL_PATH := $(call my-dir)
|
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
D | SSLSocketTest.java | 351 @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 …]
|
D | SSLContextTest.java | 300 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/ |
D | TestSSLSocketPair.java | 81 public Void call() throws Exception { in connect() 90 public Void call() throws Exception { in connect()
|
/libcore/luni/src/test/java/sun/misc/ |
D | UnsafeTest.java | 47 callable.call(); in test_getUnsafeForbiddenWithSystemCaller()
|
/libcore/luni/src/test/java/tests/security/ |
D | SecureRandomTest.java | 83 public Void call () { in testSecureRandomThreadSafety()
|
/libcore/support/src/test/java/tests/support/ |
D | Support_Exec.java | 141 public String call() throws Exception { in streamToStringCallable()
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
D | DeflaterOutputStreamTest.java | 77 public Void call() throws Exception { in createInflaterStream()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | OutputStreamTesterTest.java | 127 public byte[] call() throws Exception { in create()
|
D | WriterTesterTest.java | 120 public char[] call() throws Exception { in create()
|