/build/soong/ui/build/ |
D | environment.go | 163 text := strings.TrimSpace(scanner.Text()) 165 if len(text) == 0 || text[0] == '#' { 173 cmd := strings.SplitN(text, " ", 2) 175 return fmt.Errorf("Unknown kati environment line: %q", text) 181 return fmt.Errorf("Failed to unquote kati line: %q", text) 194 return fmt.Errorf("Failed to unquote kati line: %q", text) 198 return fmt.Errorf("Failed to unquote kati line: %q", text) 204 return fmt.Errorf("Unknown kati environment command: %q", text)
|
/build/make/tools/ |
D | whichgit | 11 check=True, capture_output=True, text=True).stdout.strip() 16 check=True, capture_output=True, text=True).stdout.strip() 17 …bprocess.run(["cat", product_out + "/all_modules.txt"], check=True, capture_output=True, text=True) 36 … stderr=subprocess.STDOUT, stdout=subprocess.PIPE, check=False, text=True) 47 check=False, stderr=subprocess.STDOUT, stdout=subprocess.PIPE, text=True) 54 text = subprocess.run(["repo","list"], check=True, capture_output=True, text=True).stdout 55 return [line.split(" : ")[0] + "/" for line in text.split("\n")]
|
/build/make/core/ |
D | os_licensing.mk | 18 $(eval $(call text-notice-rule,$(target_notice_file_txt),"System image",$(system_notice_file_messag… 35 $(eval $(call text-notice-rule,$(target_vendor_notice_file_txt),"Vendor image", \ 54 $(eval $(call text-notice-rule,$(target_odm_notice_file_txt),"ODM filesystem image", \ 76 $(eval $(call text-notice-rule,$(target_product_notice_file_txt),"Product image", \ 95 $(eval $(call text-notice-rule,$(target_system_ext_notice_file_txt),"System_ext image", \ 114 $(eval $(call text-notice-rule,$(target_vendor_dlkm_notice_file_txt),"Vendor_dlkm image", \ 133 $(eval $(call text-notice-rule,$(target_odm_dlkm_notice_file_txt),"ODM_dlkm filesystem image", \ 152 $(eval $(call text-notice-rule,$(target_system_dlkm_notice_file_txt),"System_dlkm filesystem image"…
|
/build/soong/scripts/ |
D | manifest.py | 115 text = element.nodeValue 116 indent = text[:len(text)-len(text.lstrip())]
|
/build/bazel_common_rules/exec/tests/ |
D | exec_test.py | 33 output = subprocess.check_output([arguments.script], text=True).strip() 40 output = subprocess.check_output([arguments.script, "--some_arg"], text=True).strip()
|
D | data.txt | 1 text
|
/build/bazel/scripts/incremental_build/ |
D | cuj_catalog.py | 77 def __init__(self, file: Path, text: Optional[str] = None): 82 self.text = text 85 if self.text is None: 86 self.text = f"//BOGUS {uuid.uuid4()}\n" 90 f.write(self.text) 95 f.seek(-len(self.text), io.SEEK_END) 112 def __init__(self, file: Path, ws: InWorkspace, text: Optional[str] = None): 121 self.text = text 122 if self.text is None: 123 self.text = f"//Test File: safe to delete {uuid.uuid4()}\n" [all …]
|
/build/make/tools/compliance/ |
D | noticeindex.go | 51 text map[hash][]byte member 79 text: make(map[hash][]byte), 93 for _, text := range tn.LicenseTexts() { 94 fname := strings.SplitN(text, ":", 2)[0] 325 return ni.text[h] 330 for _, text := range noticeFor.LicenseTexts() { 331 if !strings.Contains(text, ":") { 332 if ni.hash[text].key != h.key { 335 ln, err := ni.checkMetadataForLicenseText(noticeFor, text) 345 fields := strings.SplitN(text, ":", 2) [all …]
|
/build/bazel/examples/gensrcs/ |
D | data1.txt | 1 data1 text
|
/build/bazel/examples/gensrcs/data/ |
D | data2.txt | 1 data2 text
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | yui-3.3.0-reset-min.css | 8 …text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';…
|
/build/release/aconfig/trunk_staging/com.android.text.flags/ |
D | use_optimized_boottime_font_loading_flag_values.textproto | 2 package: "com.android.text.flags"
|
D | new_fonts_fallback_xml_flag_values.textproto | 2 package: "com.android.text.flags"
|
D | use_bounds_for_width_flag_values.textproto | 2 package: "com.android.text.flags"
|
D | lazy_variation_instance_flag_values.textproto | 2 package: "com.android.text.flags"
|
D | deprecate_ui_fonts_flag_values.textproto | 2 package: "com.android.text.flags"
|
D | fix_line_height_for_locale_flag_values.textproto | 2 package: "com.android.text.flags"
|
D | fix_null_typeface_bolding_flag_values.textproto | 2 package: "com.android.text.flags"
|
D | no_break_no_hyphenation_span_flag_values.textproto | 2 package: "com.android.text.flags"
|
D | fix_double_underline_flag_values.textproto | 2 package: "com.android.text.flags"
|
/build/release/aconfig/ap3a/com.android.text.flags/ |
D | escape_clears_focus_flag_values.textproto | 2 package: "com.android.text.flags"
|
D | lazy_variation_instance_flag_values.textproto | 2 package: "com.android.text.flags"
|
D | use_optimized_boottime_font_loading_flag_values.textproto | 2 package: "com.android.text.flags"
|
D | phrase_strict_fallback_flag_values.textproto | 2 package: "com.android.text.flags"
|
D | handwriting_unsupported_message_flag_values.textproto | 2 package: "com.android.text.flags"
|