HomeSort by relevance Sort by last modified time
    Searched refs:Excludes (Results 1 - 8 of 8) sorted by null

  /development/tools/idegen/src/
Excludes.java 23 public class Excludes {
28 * Constructs a set of excludes matching the given patterns.
30 public Excludes(List<Pattern> patterns) {
Configuration.java 64 Excludes excludes = readExcludes(); local
66 stopwatch.reset("Read excludes");
72 traverse(new File("."), sourceRoots, jarFiles, excludedDirs, excludes);
88 private Excludes readExcludes() throws IOException {
94 // Look for Google-specific excludes.
107 return new Excludes(patterns);
116 Excludes excludes) throws IOException {
142 if (excludes.exclude(path))
    [all...]
  /build/blueprint/
glob.go 25 Excludes []string
31 func verifyGlob(fileName, pattern string, excludes []string, g GlobPath) {
35 if !reflect.DeepEqual(g.Excludes, excludes) {
36 panic(fmt.Errorf("Mismatched excludes %v and %v for glob file %q", excludes, g.Excludes, fileName))
40 func (c *Context) glob(pattern string, excludes []string) ([]string, error) {
41 fileName := globToFileName(pattern, excludes)
50 verifyGlob(fileName, pattern, excludes, g
    [all...]
  /build/blueprint/bootstrap/
glob.go 49 Command: fmt.Sprintf(`%s -o $out $excludes "$glob"`, globCmd),
57 "glob", "excludes")
66 // pattern but do not match any of the patterns specified in excludes. The file will include
69 func GlobFile(ctx GlobFileContext, pattern string, excludes []string,
77 "excludes": joinWithPrefixAndQuote(excludes, "-e "),
139 GlobFile(ctx, g.Pattern, g.Excludes, fileListFile, depFile)
  /libcore/
JavaLibrary.mk 295 # Make the core-ojtests-public library. Excludes any private API tests.
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 

Completed in 90 milliseconds