Searched refs:regex (Results 1 – 21 of 21) sorted by relevance
/build/make/tools/aconfig/printflags/ |
D | Cargo.toml | 14 regex = "1.10.3" qkey
|
/build/make/tools/aconfig/aflags/ |
D | Cargo.toml | 10 regex = "1.10.3" qkey
|
/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/bazel/scripts/incremental_build/ |
D | pretty.py | 102 def summarize_helper(metrics: TextIO, regex: str, agg: Aggregation) -> dict[str, str]: 112 p = re.compile(regex) 172 regex: str, 183 summary_data = summarize_helper(input_file, regex, agg) 238 regex=options.properties,
|
/build/soong/scripts/ |
D | check_prebuilt_presigned_apk.py | 12 regex = re.compile(r"targetSdkVersion: *'([0-9]+)'") 16 match = regex.fullmatch(line.strip())
|
/build/make/tools/aconfig/printflags/src/ |
D | main.rs | 22 use regex::Regex; 30 let regex = Regex::new(r"(?m)^([[[:alnum:]]_]+/[[[:alnum:]]_\.]+)=(true|false)$").unwrap(); in parse_device_config() localVariable 31 for capture in regex.captures_iter(raw) { in parse_device_config()
|
/build/make/tools/aconfig/aflags/src/ |
D | device_config_source.rs | 21 use regex::Regex; 30 let regex = Regex::new(r"(?m)^([[[:alnum:]]_]+/[[[:alnum:]]_\.]+)=(true|false)$")?; in parse_device_config() localVariable 31 for capture in regex.captures_iter(raw) { in parse_device_config()
|
/build/make/core/ |
D | checktree | 40 def run(command, regex, filt): argument 59 regex_compiled = re.compile(regex)
|
D | product_config.rbc | 568 pattern: string or list of words. '%' stands for wildcard (in regex terms, '.*') 746 $1 in regex terms).
|
/build/make/tests/ |
D | conversion_error.rbc | 21 # * all runtime functions (wildcard, regex, etc.) work
|
D | run.rbc | 21 # * all runtime functions (wildcard, regex, etc.) work
|
/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/ui/build/sandbox/darwin/ |
D | global.sb | 35 (global-name-regex #"^com\.apple\.distributed_notifications") ; xcodebuild in Soong
|
/build/soong/cmd/pom2bp/ |
D | pom2bp.go | 54 regex, err := regexp.Compile(split[0]) 59 regexp: regex, 807 Usage: %s [--rewrite <regex>=<replace>] [--exclude <module>] [--extra-static-libs <module>=<module>… 809 -rewrite <regex>=<replace> 812 project, mappings are searched in the order they were specified. The first <regex> matching
|
/build/soong/docs/ |
D | native_code_coverage.md | 197 * The `-ignore-filename-regex=<regex>` option can be used to ignore files that 198 are not of interest. E.g: `-ignore-filename-regex="external/*"`
|
/build/soong/scripts/check_boot_jars/ |
D | package_allowed_list.txt | 48 java\.util\.regex
|
/build/make/tools/signapk/src/com/android/signapk/ |
D | SignApk.java | 94 import java.util.regex.Pattern;
|