Home
last modified time | relevance | path

Searched refs:split (Results 1 – 25 of 75) sorted by relevance

123

/build/make/tools/droiddoc/templates-pdk/assets/
Dmicrotemplate.js24 .split("<%").join("\t")
27 .split("\t").join("');")
28 .split("%>").join("p.push('")
29 .split("\r").join("\\'")
Dandroid-developer-resource-browser.js24 var keywords = $(this).val().split(/\s+/g);
198 var pairs = paramStr.split('&');
200 var p = pairs[i].split('=');
/build/make/tools/
Dcheck_radio_versions.py33 key, value = line.split()[1].split("=", 1)
40 key, fn = item.split(":", 1)
45 values = values.split("|")
62 h, v = line.split()
Dparsedeps.py103 (tgt,prereq) = line.split(':', 1)
114 split = line.split()
115 cmd = split[0]
116 if len(split) == 2 and cmd == "dep":
117 tgt = split[1]
122 elif len(split) == 3 and cmd == "trace":
123 tgt = split[1]
124 prereq = split[2]
Dproduct_debug.py25 return (key, "\n".join(val.split()))
28 words = line.split("=", 1)
35 lines = text.split()
53 groups = re.split("(\\$\\(call " + func_name + ",.*\\))", text)
59 href = s.split(",", 1)[1].strip()[:-1]
Dcompare_fileslist.py39 lines = map(string.split, lines)
85 combo = input.split(os.path.sep)[1]
Djava-layers.py72 self.parts = [(dep.lower.split('.'),dep) for dep in deps.itervalues()]
108 pkg = pkg.split(".")
128 lines = [(n,s.split("#")[0].strip()) for (n,s) in lines]
130 lines = [(n,s.split()) for (n,s) in lines]
202 statements = [s.strip() for s in text.split(";")]
Dfindleaves.py28 pruneleaves = set(map(lambda x: os.path.split(x)[1], prune))
83 "progName": os.path.split(sys.argv[0])[1],
Djava-event-log-tags.py143 args = [arg.strip("() ").split("|") for arg in t.description.split(",")]
/build/make/tools/releasetools/
Dsign_target_files_apks.py648 tags = set(tags.split(","))
671 for line in data.split("\n"):
675 key, value = line.split("=", 1)
678 pieces = value.split("/")
682 pieces = value.split("/")
686 pieces = value.split(" ")
694 value = value.split()
729 keylist = input_tf_zip.read("META/otakeys.txt").split()
736 for k in extra_recovery_keys.split()]
838 for param in in_cmdline.split():
[all …]
Dsign_target_files_apks648 tags = set(tags.split(","))
671 for line in data.split("\n"):
675 key, value = line.split("=", 1)
678 pieces = value.split("/")
682 pieces = value.split("/")
686 pieces = value.split(" ")
694 value = value.split()
729 keylist = input_tf_zip.read("META/otakeys.txt").split()
736 for k in extra_recovery_keys.split()]
838 for param in in_cmdline.split():
[all …]
Dbuild_super_image.py80 block_devices = shlex.split(info_dict.get("super_block_devices", "").strip())
81 groups = shlex.split(info_dict.get("super_partition_groups", "").strip())
107 partition_list = shlex.split(
149 partition_list = shlex.split(
196 return BuildSuperImageFromDict(common.LoadDictionaryFromLines(lines.split("\n")), out)
Dcheck_ota_package_signature.py118 digest_line = sig.strip().split('\n')[-1]
119 digest_string = digest_line.split(':')[3]
138 digest_line = decrypted_output.strip().split('\n')[-1]
139 digest_string = digest_line.split(':')[3].lower()
Dedify_generator.py55 parts = cmd.split("\0", 1)
173 tokens = filename.split(':')
214 for option in mount_options_by_format.split("|"):
216 key, value = option.split("=", 1)
229 for i in comment.split("\n"):
277 tokens = srcfile.split(':')
Dcommon.py314 path = os.path.join(input_file, *fn.split("/"))
323 d = LoadDictionaryFromLines(read_helper("META/misc_info.txt").split("\n"))
394 path = os.path.join(input_file, *recovery_fstab_path.split("/"))
406 path = os.path.join(input_file, *recovery_fstab_path.split("/"))
450 return LoadDictionaryFromLines(data.split("\n"))
460 name, value = line.split("=", 1)
484 for line in data.split("\n"):
490 pieces = line.split()
501 options = options.split(",")
512 for i in mount_flags.split(","):
[all …]
Dvalidate_target_files.py167 lines = script.read().strip().split('\n')
172 assert len(check_partition.split(':')) == 4
189 recovery_sha1 = flash_partition.split(':')[3]
201 source_info = source_partition.split(':')
219 recovery_info = target_partition.split(':')
Dadd_img_to_target_files274 cmd.extend(shlex.split(args))
341 what in shlex.split(info_dict.get("dynamic_partition_list", "").strip()))
450 split_args = shlex.split(args)
490 input_files = input_files_str.split(" ")
498 cmd.extend(shlex.split(args))
672 for dev in OPTIONS.info_dict['super_block_devices'].strip().split():
854 output_zip, partitions, "vbmeta_system", vbmeta_system.split())
857 if item not in vbmeta_system.split()]
864 output_zip, partitions, "vbmeta_vendor", vbmeta_vendor.split())
867 if item not in vbmeta_vendor.split()]
Dadd_img_to_target_files.py274 cmd.extend(shlex.split(args))
341 what in shlex.split(info_dict.get("dynamic_partition_list", "").strip()))
450 split_args = shlex.split(args)
490 input_files = input_files_str.split(" ")
498 cmd.extend(shlex.split(args))
672 for dev in OPTIONS.info_dict['super_block_devices'].strip().split():
854 output_zip, partitions, "vbmeta_system", vbmeta_system.split())
857 if item not in vbmeta_system.split()]
864 output_zip, partitions, "vbmeta_vendor", vbmeta_vendor.split())
867 if item not in vbmeta_vendor.split()]
Dmake_recovery_patch.py51 with open(os.path.join(output_dir, "SYSTEM", *fn.split("/")), "wb") as f:
/build/soong/androidmk/parser/
Dmake_strings.go146 split := splitFunc(s, n)
148 if len(split) > n {
151 n -= len(split)
154 curMs.appendString(split[0])
156 for _, r := range split[1:] {
/build/soong/cmd/zip2zip/
Dzip2zip.go253 split := strings.SplitN(s, ":", 2)
254 if len(split) == 2 {
255 return split[0], split[1]
257 return split[0], ""
/build/make/core/tasks/
Dfind-shareduid-violation.py50 for l in manifest.split('\n'):
52 return l.split('"')[-2]
/build/kati/testcase/tools/
Dfindleaves.py28 pruneleaves = set(map(lambda x: os.path.split(x)[1], prune))
70 "progName": os.path.split(sys.argv[0])[1],
/build/soong/cmd/pom2mk/
Dpom2mk.go46 split := strings.SplitN(v, "=", 2)
47 if len(split) != 2 {
50 regex, err := regexp.Compile(split[0])
56 repl: split[1],
81 split := strings.SplitN(v, "=", 2)
82 if len(split) != 2 {
85 d[split[0]] = strings.Split(split[1], ",")
/build/soong/cmd/pom2bp/
Dpom2bp.go49 split := strings.SplitN(v, "=", 2)
50 if len(split) != 2 {
53 regex, err := regexp.Compile(split[0])
59 repl: split[1],
84 split := strings.SplitN(v, "=", 2)
85 if len(split) != 2 {
88 d[split[0]] = strings.Split(split[1], ",")

123