Searched refs:platform (Results 1 – 8 of 8) sorted by relevance
/libcore/mmodules/core_platform_api/ |
D | Android.bp | 15 // Generates stub source files for the core platform API of the ART module. 49 // Libraries containing the core platform API stubs for the core libraries. 52 // the core platform API surface area, compile_dex: true is used so that the Core Platform 56 name: "legacy.core.platform.api.stubs", 65 "conscrypt.module.platform.api.stubs", 66 "legacy.i18n.module.platform.api.stubs", 72 name: "stable.core.platform.api.stubs", 82 "conscrypt.module.platform.api.stubs", 83 "stable.i18n.module.platform.api.stubs", 88 // Used when compiling higher-level code against *.core.platform.api.stubs. [all …]
|
/libcore/ojluni/annotations/ |
D | README | 26 - Contains annotations which determine what is included in the core-platform 39 1. make make core-platform-api-stubs core-intra-stubs 40 … under out/soong/.intermediates/libcore/mmodules/core_platform_api/core-platform-api-stubs/android…
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | OldSocketTest.java | 1411 String platform = System.getProperty("os.name"); in test_setReuseAddressZ() local 1417 if ((!platform.startsWith("Linux")) in test_setReuseAddressZ() 1418 && ((!platform.startsWith("Windows")) || in test_setReuseAddressZ() 1623 String platform = System.getProperty("os.name"); in test_sendUrgentDataI() local 1624 if (!platform.equals("Fake")) { in test_sendUrgentDataI() 1724 if (!platform.startsWith("Windows")) { in test_sendUrgentDataI() 1841 fail("Platform:" + platform in test_sendUrgentDataI()
|
D | URLConnectionTest.java | 3188 Platform platform = Platform.getAndSetForTest(new PlatformWithoutTrustManager()); 3192 Platform.getAndSetForTest(platform); 3204 Platform platform = Platform.getAndSetForTest(new PlatformWithoutTrustManager()); 3212 Platform.getAndSetForTest(platform);
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | ServerSocketTest.java | 706 String platform = System.getProperty("os.name").toLowerCase(Locale.US); in test_defaultValueReuseAddress() local 707 if (!platform.startsWith("windows")) { in test_defaultValueReuseAddress()
|
D | SocketTest.java | 1198 String platform = System.getProperty("os.name"); in test_sendUrgentDataI() local 1199 if (platform.equals("Fake")) { in test_sendUrgentDataI()
|
/libcore/ |
D | JavaLibrary.bp | 203 name: "libcore-platform-compat-config", 782 // them available to metalava. Used for core platform API and intra-core API 854 // http://b/129765390 Rewrite links to "platform" or "technotes" folders 865 …"'(<a\\s+href\\s?=[\\*\\s]*\")(?:(?:\\{@docRoot\\}/\\.\\./)|(?:(?:\\.\\./)+))((?:platform|technote… 1151 // platform, intra core and the hidden API) along with some supporting
|
D | openjdk_java_files.bp | 1405 // Classes which are exposed in the intra-core or core-platform APIs but not in 1854 // core-platform APIs, without javadoc. This can be used as a starting point
|