Home
last modified time | relevance | path

Searched refs:regex (Results 1 – 16 of 16) sorted by relevance

/build/bazel/tests/bionic/
Dverify_bionic_outputs.sh35 local regex="$1"; shift
37 assert_contains_regex "${regex}" "${file_output}"
/build/make/tools/product_config/src/com/android/build/config/
DPosition.java19 import java.util.regex.Matcher;
20 import java.util.regex.Pattern;
DRegexSet.java19 import java.util.regex.Pattern;
DValue.java21 import java.util.regex.Pattern;
22 import java.util.regex.Matcher;
DDumpConfigParser.java29 import java.util.regex.Pattern;
DFlattenConfig.java27 import java.util.regex.Pattern;
/build/make/core/
Dchecktree40 def run(command, regex, filt): argument
59 regex_compiled = re.compile(regex)
Dproduct_config.rbc375 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/
Dpom2mk.go50 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/
Dpom2bp.go53 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/
Dglobal.sb35 (global-name-regex #"^com\.apple\.distributed_notifications") ; xcodebuild in Soong
/build/make/tests/
Drun.rbc22 # * all runtime functions (wildcard, regex, etc.) work
/build/soong/scripts/check_boot_jars/
Dpackage_allowed_list.txt45 java\.util\.regex
/build/
Denvsetup.sh1154 …( -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/
Denvsetup.sh1154 …( -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/
DSignApk.java87 import java.util.regex.Pattern;