Home
last modified time | relevance | path

Searched defs:api (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DIpcDataCacheTest.java215 TestCache(String module, String api) { in TestCache()
219 TestCache(String module, String api, TestQuery query) { in TestCache()
233 final String api = "testCacheRecompute"; in testCacheRecompute() local
256 final String api = "testCacheInitialState"; in testCacheInitialState() local
269 final String api = "testCachePropertyUnset"; in testCachePropertyUnset() local
278 final String api = "testCacheDisableState"; in testCacheDisableState() local
300 final String api = "testLocalProcessDisable1"; in testLocalProcessDisable1() local
322 final String api = "testLocalProcessDisable2"; in testLocalProcessDisable2() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DFrameRateCtsActivity.java196 TestSurface(Api api, SurfaceControl parentSurfaceControl, Surface parentSurface, in TestSurface()
611 void run(Api api) throws InterruptedException; in run()
691 private void testExactFrameRateMatch(Api api, int changeFrameRateStrategy) in testExactFrameRateMatch()
757 private void testFixedSource(Api api, int changeFrameRateStrategy) throws InterruptedException { in testFixedSource()
828 private void testInvalidParams(Api api) { in testInvalidParams()
860 private void runOneSurfaceTest(Api api, OneSurfaceTestInterface test) in runOneSurfaceTest()
876 private void testMatchContentFramerate_None(Api api) throws InterruptedException { in testMatchContentFramerate_None()
899 private void testMatchContentFramerate_Auto(Api api) in testMatchContentFramerate_Auto()
944 private void testMatchContentFramerate_Always(Api api) throws InterruptedException { in testMatchContentFramerate_Always()
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DTextReport.java30 public static void printTextReport(ApiCoverage api, CddCoverage CddCoverage, in printTextReport()
DCtsApiCoverage.java402 ExecutorService service, CddCoverage cddCoverage, File testSource, int api) { in addCddCoverage()
DTestCaseReport.java202 List<String> classList, String tsPath, int api) in parseApkTestCase()
/cts/tools/signature-tools/src/signature/converter/doclet/
DDocletFactory.java56 IApi api = converter.convertDocletRoot(name, root, visibility, in loadApi() local
/cts/tests/tests/opengl/src/android/opengl/cts/
DWrapperTest.java234 private void eglSetup(int api, int width, int height) { in eglSetup()
/cts/tests/tests/os/UffdGc/jni/
Dandroid_os_cts_uffdgc_UserfaultfdTest.cc104 struct uffdio_api api; in uffd_api_ioctl() local
/cts/tests/signature/api-check/src/jni/
Dclassdescriptors.cpp30 namespace api { namespace
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioTap2ToneActivity.java556 private void reportTestResultForApi(int api) { in reportTestResultForApi()