/build/blueprint/proptools/ |
D | tag.go | 64 for _, sub := range subIndexes { 65 sub = append([]int{i}, sub...) 66 indexes = append(indexes, sub)
|
/build/make/target/product/gsi/ |
D | gsi_skip_mount.cfg | 5 # Skip sub-mountpoints of system mountpoints.
|
/build/make/tools/ |
D | generate-notice-files.py | 110 stripped_filename = SRC_DIR_STRIP_RE.sub(r"\1", filename) 122 output_file.write(("%s <br/>\n" % SRC_DIR_STRIP_RE.sub(r"\1", filename)).encode()) 147 output_file.write(SRC_DIR_STRIP_RE.sub(r"\1", filename).encode()) 178 stripped_filename = SRC_DIR_STRIP_RE.sub(r"\1", filename)
|
D | event_log_tags.py | 66 line = re.sub('#.*$', '', line) # strip trailing comments
|
D | java-event-log-tags.py | 135 out = name[0].lower() + re.sub(r"[^A-Za-z0-9]", "", name.title())[1:]
|
D | check_elf_file.py | 369 value = cls._SYMBOL_ENTRY_PAREN_PATTERN.sub('', match.group(2)) 463 modules = [re.sub('\\.so$', '', lib) for lib in dt_needed]
|
D | fat16copy.py | 759 sub = directory.open_subdirectory(base) 761 add_item(sub, os.path.join(item, next_item))
|
/build/soong/cc/ |
D | rs.go | 40 for f in ${depFiles}; do cat $${f} | awk 'start { sub(/( \\)?$$/, " \\"); print } /:/ { start=1 }' …
|
/build/make/tools/warn/ |
D | warn_common.py | 143 def remove_prefix(src, sub): argument 145 if sub in src: 146 inc_sub = src.rfind(sub) 265 path = os.path.normpath(re.sub(':.*$', '', line)) 314 line = re.sub(u'[\u2018\u2019]', '\'', line) 316 line = re.sub(u'[^\x00-\x7f]', ' ', line)
|
/build/make/ci/ |
D | test_mapping_module_retriever.py | 53 return re.sub(_COMMENTS_RE, r'\1', test_mapping_file)
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | yui-3.3.0-reset-min.css | 8 …';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text… selector
|
/build/make/tests/ |
D | product.rbc | 50 cfg["PRODUCT_COPY_FILES"] += rblf.copy_files(["from/sub/x", "from/sub/y"], "to")
|
D | run.rbc | 126 "from/sub/x:to/x", 127 "from/sub/y:to/y",
|
/build/bazel/rules/ |
D | status_file_reader.py | 58 contents = pattern.sub(lambda m: status_file[m.group(0)[1:-1]], contents)
|
/build/bazel/scripts/incremental_build/ |
D | cuj_regex_based.py | 36 modified_text = re.sub(
|
D | pretty.py | 35 row["description"] = re.sub(
|
D | util.py | 234 name = re.sub(
|
D | perf_metrics.py | 124 normalized = re.sub(r"^(?:soong_build|mixed_build)", "*", desc)
|
/build/bazel/json_module_graph/ |
D | library.jq | 74 Tag: .[0].Tag | sub(" {BaseDependencyTag:{}(?<g>.*)}"; "\(.g)"), 132 def getDirPath: sub("(?<p>.*)\\/.*"; "\(.p)")
|
/build/soong/androidmk/androidmk/ |
D | android.go | 543 func sanitize(sub string) func(ctx variableAssignmentContext) error { 566 err = setVariable(ctx.file, false, ctx.prefix, "sanitize."+sub+v.Value, bpTrue, true) 579 err = setVariable(ctx.file, false, ctx.prefix, "sanitize."+sub+"misc_undefined", misc, true) 604 sub := (map[string]string{"false": "none", "true": "all", "keep_symbols": "keep_symbols"})[v] 605 if sub == "" { 608 return setVariable(ctx.file, false, ctx.prefix, "strip."+sub, bpTrue, true)
|
/build/soong/mk2rbc/mk2rbc/ |
D | mk2rbc.go | 366 for _, sub := range ss.SubConfigFiles() { 368 if _, err := os.Stat(sub); os.IsNotExist(err) { 371 ok = convertOne(sub, loadStack) && ok
|
/build/make/tools/releasetools/ |
D | target_files_diff.py | 94 new.write(re.sub(r'[0-9a-f]{40}', '0'*40, line).encode())
|
D | blockimgdiff.py | 1584 b = re.sub("[0-9]+", "#", b) 1619 b = re.sub("[0-9]+", "#", b)
|
/build/soong/scripts/ |
D | manifest_check.py | 178 trimmed.append(MODULE_NAMESPACE.sub('', module))
|
/build/soong/bazel/ |
D | properties.go | 1452 sub := productVariableSubstitutionPattern.ReplaceAllString(s, "$("+productVariable+")") 1453 return sub, s != sub
|