Home
last modified time | relevance | path

Searched refs:loaded (Results 1 – 10 of 10) sorted by relevance

/cts/hostsidetests/packagemanager/extractnativelibs/apps/app_no_extract/src/com/android/cts/extractnativelibs/app/noextract/
DExtractNativeLibsFalseDeviceTest.java52 final CountDownLatch loaded = new CountDownLatch(1); in testNativeLibsLoaded() local
57 loaded.countDown(); in testNativeLibsLoaded()
62 Assert.assertTrue("Native lib not loaded", loaded.await( in testNativeLibsLoaded()
/cts/hostsidetests/packagemanager/extractnativelibs/apps/app_extract/src/com/android/cts/extractnativelibs/app/extract/
DExtractNativeLibsTrueDeviceTest.java59 final CountDownLatch loaded = new CountDownLatch(1); in testNativeLibsLoaded() local
64 loaded.countDown(); in testNativeLibsLoaded()
69 Assert.assertTrue("Native lib not loaded", loaded.await( in testNativeLibsLoaded()
/cts/hostsidetests/compilation/assets/
Dpackage-dex-usage.textproto3 # Invalid dex paths. They should not be loaded.
30 # Invalid class loader contexts. They should not be loaded either.
/cts/tests/tests/jni/libjnitest/
Dandroid_jni_cts_LinkerNamespacesTest.cpp221 bool loaded = err.empty(); in check_lib() local
245 if (!loaded) { in check_lib()
251 if (loaded && !skip_subdir_load_check(path)) { in check_lib()
261 if (loaded && is_in_search_path && check_absence && in check_lib()
270 if (!loaded && !not_accessible(err) && !not_found(err) && !wrong_arch(path, err)) { in check_lib()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DSoundPoolTest.java321 final int[] loaded = new int[1]; // used as a "pointer" to an integer in testAutoPauseResume() local
329 loadIds[loaded[0]++] = sampleId; in testAutoPauseResume()
330 if (loaded[0] == loadIds.length) { in testAutoPauseResume()
348 while (loaded[0] != soundIds.length) { in testAutoPauseResume()
/cts/hostsidetests/appsecurity/test-apps/ApkVerityTestAppPrebuilt/
DREADME.md5 vendors, the signature needs to be verified against a release certificate loaded
24 certificate will be loaded to kernel as usual.
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/feature_c/
DAndroid.bp39 // and will not be loaded together with feature A.
/cts/hostsidetests/gputools/src/android/gputools/cts/
DCtsRootlessGpuDebugHostTest.java183 …private void assertVkLayerLoading(String startTime, String layerName, boolean loaded) throws Excep… in assertVkLayerLoading() argument
186 if (loaded) { in assertVkLayerLoading()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DMatrixTest.rscript72 // Matrix are loaded by rsMatrixLoad in a column-major format.
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java1788 public void loaded() { in testRequestImageRef() method in WebViewTest.ImageLoaded