Searched refs:platform (Results 1 – 8 of 8) sorted by relevance
15 // 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 by68 name: "stable-art-module-platform-api-stubs-source",75 // Needed to break the cycle in the platform api caused by104 // 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 the118 name: "legacy.art.module.platform.api.stubs",[all …]
26 - Contains annotations which determine what is included in the core-platform39 1. make make core-platform-api-stubs core-intra-stubs40 … under out/soong/.intermediates/libcore/mmodules/core_platform_api/core-platform-api-stubs/android…
1411 String platform = System.getProperty("os.name"); in test_setReuseAddressZ() local1417 if ((!platform.startsWith("Linux")) in test_setReuseAddressZ()1418 && ((!platform.startsWith("Windows")) || in test_setReuseAddressZ()1623 String platform = System.getProperty("os.name"); in test_sendUrgentDataI() local1624 if (!platform.equals("Fake")) { in test_sendUrgentDataI()1724 if (!platform.startsWith("Windows")) { in test_sendUrgentDataI()1841 fail("Platform:" + platform in test_sendUrgentDataI()
3188 Platform platform = Platform.getAndSetForTest(new PlatformWithoutTrustManager());3192 Platform.getAndSetForTest(platform);3204 Platform platform = Platform.getAndSetForTest(new PlatformWithoutTrustManager());3212 Platform.getAndSetForTest(platform);
706 String platform = System.getProperty("os.name").toLowerCase(Locale.US); in test_defaultValueReuseAddress() local707 if (!platform.startsWith("windows")) { in test_defaultValueReuseAddress()
1198 String platform = System.getProperty("os.name"); in test_sendUrgentDataI() local1199 if (platform.equals("Fake")) { in test_sendUrgentDataI()
193 name: "libcore-platform-compat-config",723 // them available to metalava. Used for core platform API and intra-core API795 // http://b/129765390 Rewrite links to "platform" or "technotes" folders806 …"'(<a\\s+href\\s?=[\\*\\s]*\")(?:(?:\\{@docRoot\\}/\\.\\./)|(?:(?:\\.\\./)+))((?:platform|technote…1009 // platform, intra core and the hidden API) along with some supporting
1398 // Classes which are exposed in the intra-core or core-platform APIs but not in1847 // core-platform APIs, without javadoc. This can be used as a starting point