Home
last modified time | relevance | path

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

/aosp12/build/soong/cmd/javac_wrapper/
H A 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{
/aosp12/build/soong/android/
H A Dneverallow.go215 WithoutMatcher("product_out_path", Regexp("^boot[0-9a-zA-Z.-]*[.]img$")).
304 re *regexp.Regexp
562 func Regexp(re string) ValueMatcher { func
/aosp12/build/blueprint/gotestmain/
H A Dgotestmain.go138 var matchRe *regexp.Regexp
/aosp12/build/soong/cmd/extract_apks/
H A Dmain.go367 rex *regexp.Regexp
/aosp12/build/soong/cmd/pom2mk/
H A Dpom2mk.go37 regexp *regexp.Regexp
/aosp12/build/soong/cmd/pom2bp/
H A Dpom2bp.go40 regexp *regexp.Regexp
/aosp12/build/soong/cc/
H A Dcompiler.go669 var thirdPartyDirPrefixExceptions = []*regexp.Regexp{
/aosp12/build/make/tools/releasetools/
H A Dpylintrc254 # Regexp for a line that is allowed to be longer than the limit.
/aosp12/system/apex/
H A Dpylintrc279 # Regexp for a line that is allowed to be longer than the limit.
/aosp12/system/tools/mkbootimg/
H A Dpylintrc273 # Regexp for a line that is allowed to be longer than the limit.
/aosp12/system/update_engine/
H A Dpylintrc219 # Regexp for a line that is allowed to be longer than the limit.
/aosp12/build/soong/java/
H A Dsdk_library.go746 var tagSplitter = func() *regexp.Regexp {