OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:excludeddirs
(Results
1 - 3
of
3
) sorted by null
/development/tools/idegen/src/
Configuration.java
43
public final SortedSet<File>
excludedDirs
;
69
SortedSet<File>
excludedDirs
= new TreeSet<File>();
72
traverse(new File("."), sourceRoots, jarFiles,
excludedDirs
, excludes);
78
Log.debug(
excludedDirs
.size() + " excluded dirs");
82
this.
excludedDirs
= Collections.unmodifiableSortedSet(
excludedDirs
);
115
Collection<File> jarFiles, Collection<File>
excludedDirs
,
165
excludedDirs
.add(file);
167
traverse(file, sourceRoots, jarFiles,
excludedDirs
,
232
SortedSet<File> tailSet =
excludedDirs
.tailSet(sourceRoot)
[
all
...]
Eclipse.java
146
SortedSet<File>
excludedDirs
= c.
excludedDirs
.tailSet(sourceRoot);
147
for (File excludedDir :
excludedDirs
) {
/external/webkit/Tools/android/webkitmerge/
webkitmerge.cpp
644
string
excludedDirs
= "-e '/\\.vcproj\\// d' -e '/\\.svn\\// d' ";
663
excludedDirs
+= "-e '/";
665
excludedDirs
+= "\\";
666
excludedDirs
+= exceptionDirStart;
667
excludedDirs
+= "\\// d' ";
670
*excludedDirsPtr =
excludedDirs
;
764
string
excludedDirs
, excludedFiles, excludedGenerated, androidFiles;
766
&excludedFiles, &excludedGenerated, &
excludedDirs
, &androidFiles,
774
" | sed -e 's/.\\///' " +
excludedDirs
+
[
all
...]
Completed in 1770 milliseconds