/build/blueprint/proptools/ |
D | tag.go | 64 for _, sub := range subIndexes { 65 sub = append([]int{i}, sub...) 66 indexes = append(indexes, sub)
|
/build/make/tools/ |
D | generate-notice-files.py | 106 stripped_filename = SRC_DIR_STRIP_RE.sub(r"\1", filename) 118 print >> output_file, "%s <br/>" % (SRC_DIR_STRIP_RE.sub(r"\1", filename)) 144 print >> output_file, SRC_DIR_STRIP_RE.sub(r"\1", filename) 172 stripped_filename = SRC_DIR_STRIP_RE.sub(r"\1", filename)
|
D | checkowners.py | 72 stripped_line = re.sub('#.*$', '', line).strip()
|
D | event_log_tags.py | 65 line = re.sub('#.*$', '', line) # strip trailing comments
|
D | java-event-log-tags.py | 134 out = name[0].lower() + re.sub(r"[^A-Za-z0-9]", "", name.title())[1:]
|
D | check_elf_file.py | 323 value = cls._SYMBOL_ENTRY_PAREN_PATTERN.sub('', match.group(2)) 418 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))
|
D | java-layers.py | 194 text = COMMENTS.sub("", text)
|
/build/soong/scripts/ |
D | generate-notice-files.py | 106 stripped_filename = SRC_DIR_STRIP_RE.sub(r"\1", filename) 118 print >> output_file, "%s <br/>" % (SRC_DIR_STRIP_RE.sub(r"\1", filename)) 144 print >> output_file, SRC_DIR_STRIP_RE.sub(r"\1", filename) 172 stripped_filename = SRC_DIR_STRIP_RE.sub(r"\1", filename)
|
/build/make/target/product/gsi/ |
D | gsi_skip_mount.cfg | 5 # Skip sub-mountpoints of system mountpoints.
|
/build/soong/cc/ |
D | rs.go | 39 (echo '${out}: \' && cat ${depFiles} | awk 'start { sub(/( \\)?$$/, " \\"); print } /:/ { start=1 }…
|
/build/make/tools/warn/ |
D | warn_common.py | 139 def remove_prefix(src, sub): argument 141 if sub in src: 142 inc_sub = src.rfind(sub) 247 path = os.path.normpath(re.sub(':.*$', '', line)) 287 line = re.sub(u'[\u2018\u2019]', '\'', line) 289 line = re.sub(u'[^\x00-\x7f]', ' ', line)
|
/build/soong/androidmk/androidmk/ |
D | android.go | 522 func sanitize(sub string) func(ctx variableAssignmentContext) error { 545 err = setVariable(ctx.file, false, ctx.prefix, "sanitize."+sub+v.Value, bpTrue, true) 558 err = setVariable(ctx.file, false, ctx.prefix, "sanitize."+sub+"misc_undefined", misc, true) 583 sub := (map[string]string{"false": "none", "true": "all", "keep_symbols": "keep_symbols"})[v] 584 if sub == "" { 587 return setVariable(ctx.file, false, ctx.prefix, "strip."+sub, bpTrue, true)
|
/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
|
D | android-developer-docs.css | 984 #qv-sub-rule { 990 #qv-sub-rule h2 {
|
D | jquery-1.6.2.min.js | 16 …sub:function(){function a(b,c){return new a.fn.init(b,c)}e.extend(!0,a,this),a.superclass=this,a.f…
|
/build/soong/bazel/ |
D | properties.go | 572 sub := productVariableSubstitutionPattern.ReplaceAllString(s, "{"+productVariable+"}") 573 return sub, s != sub
|
/build/bazel/json_module_graph/ |
D | library.jq | 74 Tag: .[0].Tag | sub(" {BaseDependencyTag:{}(?<g>.*)}"; "\(.g)"),
|
/build/make/tools/releasetools/ |
D | target_files_diff.py | 94 new.write(re.sub(r'[0-9a-f]{40}', '0'*40, line))
|
D | blockimgdiff.py | 1598 b = re.sub("[0-9]+", "#", b) 1633 b = re.sub("[0-9]+", "#", b)
|
/build/bazel/rules_cc/examples/ |
D | experimental_cc_shared_library.bzl | 448 "targets that are in the same package or a sub-package")
|
/build/soong/ |
D | README.md | 297 `other/package/*.bp`) have access to this module. Note that sub-packages do not 303 packages `project` or `other` or in one of their sub-packages have access to
|