Searched refs:loaded (Results 1 – 10 of 10) sorted by relevance
52 final CountDownLatch loaded = new CountDownLatch(1); in testNativeLibsLoaded() local57 loaded.countDown(); in testNativeLibsLoaded()62 Assert.assertTrue("Native lib not loaded", loaded.await( in testNativeLibsLoaded()
59 final CountDownLatch loaded = new CountDownLatch(1); in testNativeLibsLoaded() local64 loaded.countDown(); in testNativeLibsLoaded()69 Assert.assertTrue("Native lib not loaded", loaded.await( in testNativeLibsLoaded()
3 # Invalid dex paths. They should not be loaded.30 # Invalid class loader contexts. They should not be loaded either.
221 bool loaded = err.empty(); in check_lib() local245 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()
321 final int[] loaded = new int[1]; // used as a "pointer" to an integer in testAutoPauseResume() local329 loadIds[loaded[0]++] = sampleId; in testAutoPauseResume()330 if (loaded[0] == loadIds.length) { in testAutoPauseResume()348 while (loaded[0] != soundIds.length) { in testAutoPauseResume()
5 vendors, the signature needs to be verified against a release certificate loaded24 certificate will be loaded to kernel as usual.
39 // and will not be loaded together with feature A.
183 …private void assertVkLayerLoading(String startTime, String layerName, boolean loaded) throws Excep… in assertVkLayerLoading() argument186 if (loaded) { in assertVkLayerLoading()
72 // Matrix are loaded by rsMatrixLoad in a column-major format.
1788 public void loaded() { in testRequestImageRef() method in WebViewTest.ImageLoaded