Home | History | Annotate | Download | only in repository

Lines Matching refs:visited

78         HashSet<File> visited = new HashSet<File>();

84 visited.add(dir);
91 visited.add(dir);
118 visited.add(samplesDir);
130 visited.add(new File(target.getLocation()));
134 scanMissingSamples(osSdkRoot, visited, packages, log);
135 scanExtras(osSdkRoot, visited, packages, log);
144 * Find any other directory <em>at the top level</em> that hasn't been visited yet
148 HashSet<File> visited,
159 if (dir.isDirectory() && !visited.contains(dir)) {
179 visited.add(dir);
190 * Find any other sub-directories under the /samples root that hasn't been visited yet
196 HashSet<File> visited,
208 if (dir.isDirectory() && !visited.contains(dir)) {
214 visited.add(dir);