Home
last modified time | relevance | path

Searched refs:Regexp (Results 1 – 7 of 7) sorted by relevance

/build/soong/cmd/javac_wrapper/
Djavac_wrapper.go179 func applyColor(line, color string, re *regexp.Regexp) (string, bool) { argument
191 re *regexp.Regexp
201 var warningFilters = []*regexp.Regexp{
205 var filters = []*regexp.Regexp{
/build/soong/android/
Dneverallow.go215 WithoutMatcher("product_out_path", Regexp("^boot[0-9a-zA-Z.-]*[.]img$")).
304 re *regexp.Regexp
562 func Regexp(re string) ValueMatcher { func
/build/blueprint/gotestmain/
Dgotestmain.go138 var matchRe *regexp.Regexp
/build/soong/cmd/pom2mk/
Dpom2mk.go37 regexp *regexp.Regexp
/build/soong/cmd/pom2bp/
Dpom2bp.go40 regexp *regexp.Regexp
/build/soong/cc/
Dcompiler.go669 var thirdPartyDirPrefixExceptions = []*regexp.Regexp{
/build/make/tools/releasetools/
Dpylintrc254 # Regexp for a line that is allowed to be longer than the limit.