Searched refs:regex (Results 1 – 16 of 16) sorted by relevance
/build/bazel/tests/bionic/ |
D | verify_bionic_outputs.sh | 35 local regex="$1"; shift 37 assert_contains_regex "${regex}" "${file_output}"
|
/build/make/tools/product_config/src/com/android/build/config/ |
D | Position.java | 19 import java.util.regex.Matcher; 20 import java.util.regex.Pattern;
|
D | RegexSet.java | 19 import java.util.regex.Pattern;
|
D | Value.java | 21 import java.util.regex.Pattern; 22 import java.util.regex.Matcher;
|
D | DumpConfigParser.java | 29 import java.util.regex.Pattern;
|
D | FlattenConfig.java | 27 import java.util.regex.Pattern;
|
/build/make/core/ |
D | checktree | 40 def run(command, regex, filt): argument 59 regex_compiled = re.compile(regex)
|
D | product_config.rbc | 375 pattern: string or list of words. '%' stands for wildcard (in regex terms, '.*') 408 def _regex_match(regex, w): 409 return rblf_regex(regex, w)
|
/build/soong/cmd/pom2mk/ |
D | pom2mk.go | 50 regex, err := regexp.Compile(split[0]) 55 regexp: regex, 355 Usage: %s [--rewrite <regex>=<replace>] [-exclude <module>] [--extra-deps <module>=<module>[,<modul… 357 -rewrite <regex>=<replace> 360 project, mappings are searched in the order they were specified. The first <regex> matching
|
/build/soong/cmd/pom2bp/ |
D | pom2bp.go | 53 regex, err := regexp.Compile(split[0]) 58 regexp: regex, 590 Usage: %s [--rewrite <regex>=<replace>] [-exclude <module>] [--extra-static-libs <module>=<module>[… 592 -rewrite <regex>=<replace> 595 project, mappings are searched in the order they were specified. The first <regex> matching
|
/build/soong/ui/build/sandbox/darwin/ |
D | global.sb | 35 (global-name-regex #"^com\.apple\.distributed_notifications") ; xcodebuild in Soong
|
/build/make/tests/ |
D | run.rbc | 22 # * all runtime functions (wildcard, regex, etc.) work
|
/build/soong/scripts/check_boot_jars/ |
D | package_allowed_list.txt | 45 java\.util\.regex
|
/build/ |
D | envsetup.sh | 1154 …( -iregex '.*/(Makefile|Makefile\..*|.*\.make|.*\.mak|.*\.mk|.*\.bp)' -o -regex '(.*/)?(build|soon… 1168 …kefile\..*|.*\.make|.*\.mak|.*\.mk|.*\.bp)' -o -regextype posix-extended -regex '(.*/)?(build|soon…
|
/build/make/ |
D | envsetup.sh | 1154 …( -iregex '.*/(Makefile|Makefile\..*|.*\.make|.*\.mak|.*\.mk|.*\.bp)' -o -regex '(.*/)?(build|soon… 1168 …kefile\..*|.*\.make|.*\.mak|.*\.mk|.*\.bp)' -o -regextype posix-extended -regex '(.*/)?(build|soon…
|
/build/make/tools/signapk/src/com/android/signapk/ |
D | SignApk.java | 87 import java.util.regex.Pattern;
|