Searched refs:Compile (Results 1 – 7 of 7) sorted by relevance
/build/blueprint/microfactory/ |
D | microfactory_test.go | 106 if err := pkg.Compile(config, filepath.Join(dir, "out")); err != nil { 136 if err := pkg.Compile(config, filepath.Join(dir, "out")); err != nil { 162 if err := pkg.Compile(config, filepath.Join(dir, "out")); err != nil { 285 if err := pkg.Compile(config, filepath.Join(dir, "out")); err != nil { 300 if err := pkg.Compile(config, filepath.Join(dir, "out")); err != nil { 317 if err := pkg.Compile(config, filepath.Join(dir, "out")); err != nil { 330 if err := pkg.Compile(config, filepath.Join(dir, "out")); err != nil {
|
D | microfactory.go | 365 func (p *GoPackage) Compile(config *Config, outDir string) error { func 379 dep.Compile(config, outDir) 586 if err := p.Compile(config, intermediates); err != nil {
|
/build/blueprint/gotestmain/ |
D | gotestmain.go | 145 matchRe, err = regexp.Compile(matchPat)
|
/build/soong/android/ |
D | neverallow.go | 551 r, err := regexp.Compile(re)
|
D | testing.go | 372 matcher, err := regexp.Compile(pattern)
|
/build/soong/cmd/pom2mk/ |
D | pom2mk.go | 50 regex, err := regexp.Compile(split[0])
|
/build/soong/cmd/pom2bp/ |
D | pom2bp.go | 53 regex, err := regexp.Compile(split[0])
|