Home
last modified time | relevance | path

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

/art/test/674-hiddenapi/src-art/
DMain.java28 Platform, enumConstant
63 doTest(DexDomain.Platform, DexDomain.Application, false); in main()
68 doTest(DexDomain.Platform, DexDomain.Application, true); in main()
81 doTest(DexDomain.CorePlatform, DexDomain.Platform, false); in main()
/art/libnativeloader/
Dlibnativeloader.map.txt17 # Platform dependencies go through libnativeloader_lazy, which accesses
Dnative_loader_test.cpp60 class Platform { class
62 virtual ~Platform() {} in ~Platform()
104 #define TO_MOCK_NAMESPACE(ns) reinterpret_cast<Platform::mock_namespace_handle>(ns)
107 static std::unordered_map<std::string, Platform::mock_namespace_handle> namespaces = {
128 class MockPlatform : public Platform {
/art/libnativebridge/
Dlibnativebridge.map.txt17 # Platform dependencies go through libnativebridge_lazy, which accesses
/art/test/
DREADME.arm_fvp.md3 This document describes how to test ART on a model - QEMU or the ARM Fixed Virtual Platform.
7 covers both QEMU and the ARM Fixed Virtual Platform; the setup is very similar.
/art/test/674-hiddenapi/src-ex/
DChildClass.java74 Platform, enumConstant
112 (childDomain == DexDomain.Application) && (parentDomain == DexDomain.Platform); in runTest()
123 } else if (parentDomain == DexDomain.CorePlatform && childDomain == DexDomain.Platform) { in runTest()
/art/build/boot/
Dboot-image-profile.txt366 HSPLcom/android/okhttp/internal/Platform;->afterHandshake(Ljavax/net/ssl/SSLSocket;)V
367 HSPLcom/android/okhttp/internal/Platform;->concatLengthPrefixed(Ljava/util/List;)[B
368 HSPLcom/android/okhttp/internal/Platform;->configureTlsExtensions(Ljavax/net/ssl/SSLSocket;Ljava/la…
369 HSPLcom/android/okhttp/internal/Platform;->connectSocket(Ljava/net/Socket;Ljava/net/InetSocketAddre…
370 HSPLcom/android/okhttp/internal/Platform;->get()Lcom/android/okhttp/internal/Platform;
371 HSPLcom/android/okhttp/internal/Platform;->getProtocolIds(Ljava/util/List;)[Ljava/lang/String;
372 HSPLcom/android/okhttp/internal/Platform;->getSelectedProtocol(Ljavax/net/ssl/SSLSocket;)Ljava/lang…
373 HSPLcom/android/okhttp/internal/Platform;->isPlatformSocket(Ljavax/net/ssl/SSLSocket;)Z
10244 Lcom/android/okhttp/internal/Platform;
Dpreloaded-classes122 com.android.okhttp.internal.Platform