Home
last modified time | relevance | path

Searched refs:explore (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
DEnvironment.java899 final LinkedList<File> explore = new LinkedList<>(); in hasInterestingFiles() local
900 explore.add(dir); in hasInterestingFiles()
901 while (!explore.isEmpty()) { in hasInterestingFiles()
902 dir = explore.pop(); in hasInterestingFiles()
905 if (f.isDirectory()) explore.add(f); in hasInterestingFiles()
/frameworks/rs/script_api/include/
Drs_object_info.rsh234 * functions to explore this complex Element.