Home
last modified time | relevance | path

Searched refs:platform (Results 1 – 8 of 8) sorted by relevance

/libcore/mmodules/core_platform_api/
DAndroid.bp15 // Generates stub source files for the core platform API of the ART module.
32 name: "legacy-art-module-platform-api-stubs-source",
39 // Needed to break the cycle in the platform api caused by
68 name: "stable-art-module-platform-api-stubs-source",
75 // Needed to break the cycle in the platform api caused by
104 // platform api caused by b/141747409.
106 name: "break-cycle-in-core-platform-system-modules",
113 // Libraries containing the core platform API stubs of the ART module.
115 // Core platform APIs are only intended for use of other parts of the platform, not the
118 name: "legacy.art.module.platform.api.stubs",
[all …]
/libcore/ojluni/annotations/
DREADME26 - 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/
DOldSocketTest.java1411 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()
DURLConnectionTest.java3188 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/
DServerSocketTest.java706 String platform = System.getProperty("os.name").toLowerCase(Locale.US); in test_defaultValueReuseAddress() local
707 if (!platform.startsWith("windows")) { in test_defaultValueReuseAddress()
DSocketTest.java1198 String platform = System.getProperty("os.name"); in test_sendUrgentDataI() local
1199 if (platform.equals("Fake")) { in test_sendUrgentDataI()
/libcore/
DJavaLibrary.bp193 name: "libcore-platform-compat-config",
723 // them available to metalava. Used for core platform API and intra-core API
795 // http://b/129765390 Rewrite links to "platform" or "technotes" folders
806 …"'(<a\\s+href\\s?=[\\*\\s]*\")(?:(?:\\{@docRoot\\}/\\.\\./)|(?:(?:\\.\\./)+))((?:platform|technote…
1009 // platform, intra core and the hidden API) along with some supporting
Dopenjdk_java_files.bp1398 // Classes which are exposed in the intra-core or core-platform APIs but not in
1847 // core-platform APIs, without javadoc. This can be used as a starting point