Searched defs:depth (Results 1 - 1 of 1) sorted by relevance
/opengrok/src/org/opensolaris/opengrok/history/ |
H A D | HistoryGuru.java | 326 IgnoredNames ignoredNames, int depth) { 327 addRepositories(files, repos, ignoredNames, true, depth); 331 * recursively search for repositories with a depth limit 337 * @param depth current depth - using global scanningDepth - one can limit 341 IgnoredNames ignoredNames, boolean recursiveSearch, int depth) { 370 } else if (depth <= scanningDepth) { 371 addRepositories(subFiles, repos, ignoredNames, depth + 1); 392 } else if (depth <= scanningDepth) { 396 false, depth 325 addRepositories(File[] files, Collection<RepositoryInfo> repos, IgnoredNames ignoredNames, int depth) argument 340 addRepositories(File[] files, Collection<RepositoryInfo> repos, IgnoredNames ignoredNames, boolean recursiveSearch, int depth) argument [all...] |
Completed in 9 milliseconds