Home
last modified time | relevance | path

Searched refs:API (Results 1 – 7 of 7) sorted by relevance

/cts/hostsidetests/gputools/apps/src/android/rootlessgpudebug/app/
DRootlessGpuDebugService.java47 String API = null; in onStartCommand() local
60 API = bundle.getString("API"); in onStartCommand()
63 if (API == null) { in onStartCommand()
68 Boolean supportedApi = API.equals("Vulkan") || in onStartCommand()
69 API.equals("GLES") || in onStartCommand()
70 API.equals("Both"); in onStartCommand()
72 throw new AssertionError("Unsupported API " + API + " in " + TAG); in onStartCommand()
76 if (API.equals("Vulkan") || API.equals("Both")) { in onStartCommand()
81 if (API.equals("GLES") || API.equals("Both")) { in onStartCommand()
/cts/tests/tests/libnativehelper/
DREADME.md3 These tests cover all of the FileDescriptor NDK API exported by libnativehelper.so.
/cts/tests/signature/api-check/
Dhiddenapi-filter.csv1 # These APIs were reverted from the blocklist to the non-SDK API list (b/168812851)
37 # This API was moved from blocklist to unsupported list (b/159022482)
/cts/tests/tests/identity/
DAndroid.bp45 // Can't use public/test API only because some tests use hidden API
/cts/tests/tests/keystore/
DAndroid.bp64 // Can't use public/test API only because some tests use hidden API
/cts/hostsidetests/theme/
DREADME19 modified. They consist of API-specific sets of reference images representing
32 Reference images are typically only generated for new API revisions. To
86 A complete collection of reference images for a given API revision must include
115 As of API 24, the results will NOT be 100% reliable due to scaling artifacts.
/cts/tests/tests/speech/
DAndroid.bp34 // Needed for testing O API