Searched refs:loaded (Results 1 – 3 of 3) sorted by relevance
180 bool loaded = err.empty(); in check_lib() local193 if (!loaded) { in check_lib()199 if (loaded) { in check_lib()209 if (loaded && is_in_search_path && check_absence) { in check_lib()215 if (!loaded && !not_accessible(err) && !not_found(err) && !wrong_arch(path, err)) { in check_lib()
267 final int[] loaded = new int[1]; // used as a "pointer" to an integer in testAutoPauseResume() local275 loadIds[loaded[0]++] = sampleId; in testAutoPauseResume()276 if (loaded[0] == loadIds.length) { in testAutoPauseResume()294 while (loaded[0] != soundIds.length) { in testAutoPauseResume()
1786 public void loaded() { in testRequestImageRef() method in WebViewTest.ImageLoaded