Home
last modified time | relevance | path

Searched refs:text (Results 1 – 25 of 151) sorted by relevance

1234567

/build/soong/ui/build/
Denvironment.go163 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/
Dwhichgit11 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/
Dos_licensing.mk18 $(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/
Dmanifest.py115 text = element.nodeValue
116 indent = text[:len(text)-len(text.lstrip())]
/build/bazel_common_rules/exec/tests/
Dexec_test.py33 output = subprocess.check_output([arguments.script], text=True).strip()
40 output = subprocess.check_output([arguments.script, "--some_arg"], text=True).strip()
Ddata.txt1 text
/build/bazel/scripts/incremental_build/
Dcuj_catalog.py77 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/
Dnoticeindex.go51 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/
Ddata1.txt1 data1 text
/build/bazel/examples/gensrcs/data/
Ddata2.txt1 data2 text
/build/make/tools/droiddoc/templates-pdk/assets/
Dyui-3.3.0-reset-min.css8text-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/
Duse_optimized_boottime_font_loading_flag_values.textproto2 package: "com.android.text.flags"
Dnew_fonts_fallback_xml_flag_values.textproto2 package: "com.android.text.flags"
Duse_bounds_for_width_flag_values.textproto2 package: "com.android.text.flags"
Dlazy_variation_instance_flag_values.textproto2 package: "com.android.text.flags"
Ddeprecate_ui_fonts_flag_values.textproto2 package: "com.android.text.flags"
Dfix_line_height_for_locale_flag_values.textproto2 package: "com.android.text.flags"
Dfix_null_typeface_bolding_flag_values.textproto2 package: "com.android.text.flags"
Dno_break_no_hyphenation_span_flag_values.textproto2 package: "com.android.text.flags"
Dfix_double_underline_flag_values.textproto2 package: "com.android.text.flags"
/build/release/aconfig/ap3a/com.android.text.flags/
Descape_clears_focus_flag_values.textproto2 package: "com.android.text.flags"
Dlazy_variation_instance_flag_values.textproto2 package: "com.android.text.flags"
Duse_optimized_boottime_font_loading_flag_values.textproto2 package: "com.android.text.flags"
Dphrase_strict_fallback_flag_values.textproto2 package: "com.android.text.flags"
Dhandwriting_unsupported_message_flag_values.textproto2 package: "com.android.text.flags"

1234567