Home
last modified time | relevance | path

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

1234

/build/make/tools/releasetools/
Dtest_check_partition_sizes.py37 """.split("\n"))
47 """.split("\n")))
53 """.split("\n")))
64 """.split("\n")))
70 """.split("\n")))
77 """.split("\n")))
93 """.split("\n")))
101 """.split("\n")))
109 """.split("\n")))
118 """.split("\n")))
[all …]
Dsign_apex.py90 versions = a.split(",")
92 key, value = v.split(":")
97 names, key = a.split("=")
98 names = names.split(",")
Dsign_target_files_apks798 tags = set(tags.split(","))
821 for line in data.split("\n"):
825 key, value = line.split("=", 1)
828 pieces = value.split("/")
832 pieces = value.split("/")
836 pieces = value.split(" ")
844 value = value.split()
874 keylist = input_tf_zip.read("META/otakeys.txt").split()
881 for k in extra_recovery_keys.split()]
956 for param in in_cmdline.split():
[all …]
Dcheck_ota_package_signature.py115 digest_line = sig.rstrip().split('\n')[-1]
116 digest_string = digest_line.split(':')[3]
131 digest_line = decrypted_output.rstrip().split('\n')[-1]
132 digest_string = digest_line.split(':')[3].lower()
Dvalidate_target_files.py103 for file_range in file_ranges.extra['text_str'].split(' '):
178 lines = script.read().strip().split('\n')
183 assert len(check_partition.split(':')) == 4
200 recovery_sha1 = flash_partition.split(':')[3]
212 source_info = source_partition.split(':')
230 recovery_info = target_partition.split(':')
374 "avb_custom_images_partition_list", "").strip().split()
396 first_image_name = boot_images.split()[0]
437 key, value = line.rstrip().split("=", 1)
Dbuild_super_image.py82 block_devices = shlex.split(info_dict.get("super_block_devices", "").strip())
83 groups = shlex.split(info_dict.get("super_partition_groups", "").strip())
111 partition_list = shlex.split(
153 partition_list = shlex.split(
Dedify_generator.py55 parts = cmd.split("\0", 1)
173 tokens = filename.split(':')
233 for option in mount_options_by_format.split("|"):
235 key, value = option.split("=", 1)
249 for i in comment.split("\n"):
299 tokens = srcfile.split(':')
376 lst = s.split(':')
Dcommon.py527 source_order = source_order_val.split(",")
672 for prop in self.oem_props.split():
688 path = os.path.join(input_file, *fn.split("/"))
705 file = os.path.join(input_file, *fn.split("/"))
764 d = LoadDictionaryFromLines(read_helper("META/misc_info.txt").split("\n"))
820 for b in boot_images.split():
852 d["ab_partitions"] = read_helper("META/ab_partitions.txt").split("\n")
875 name, value = line.split("=", 1)
979 for line in data.split('\n'):
992 name, value = line.split("=", 1)
[all …]
Dadd_img_to_target_files.py308 cmd.extend(shlex.split(args))
344 cmd.extend(shlex.split(args))
377 "avb_{}_image_list".format(partition_name)).split():
451 what in shlex.split(info_dict.get("dynamic_partition_list", "").strip()))
538 input_files = input_files_str.split(" ")
546 cmd.extend(shlex.split(args))
656 for dev in OPTIONS.info_dict['super_block_devices'].strip().split():
714 boot_container = boot_images and len(boot_images.split()) >= 2
802 for index,b in enumerate(boot_images.split()):
913 "avb_custom_images_partition_list", "").strip().split()
[all …]
Dadd_img_to_target_files308 cmd.extend(shlex.split(args))
344 cmd.extend(shlex.split(args))
377 "avb_{}_image_list".format(partition_name)).split():
451 what in shlex.split(info_dict.get("dynamic_partition_list", "").strip()))
538 input_files = input_files_str.split(" ")
546 cmd.extend(shlex.split(args))
656 for dev in OPTIONS.info_dict['super_block_devices'].strip().split():
714 boot_container = boot_images and len(boot_images.split()) >= 2
802 for index,b in enumerate(boot_images.split()):
913 "avb_custom_images_partition_list", "").strip().split()
[all …]
Dtest_utils.py218 for token in data.split(','):
219 name, info = token.split(':', 1)
228 offset, size = map(int, tokens[entry].split(':'))
/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],
/build/soong/androidmk/parser/
Dmake_strings.go225 split := splitFunc(s, n)
227 if len(split) > n {
230 n -= len(split)
233 curMs.appendString(split[0])
235 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/soong/cmd/extract_apks/bundle_proto/
Dconfig.proto16 // Resources to be always kept in the master split.
45 // Resources to keep in the master split.
47 // Resource IDs to be kept in master split.
49 // Resource names to be kept in master split.
100 // If set to 'true', indicates that APKs should *not* be split by this
150 // is split/assets/example.apk, this will be assets/example.apk).
/build/soong/scripts/
Dgen-kotlin-build-file.py28 for arg in arg_line.split():
69 for entry in c.split(':'):
/build/make/tools/warn/
Dwarn_common.py161 raw_path, line_number_str, _ = warning_line.split(':', 2)
173 split_line = warning_line.split(':')
222 parts = path.split('/')
320 platform_version = 'R' + line.split('chrome-')[1].split('_')[0]
324 board_name = result.group(1).split('/')[2]
438 split_output = compiler_output.split(':', 3) # 3 = max splits
441 col_number = int(split_output[2].split(' ')[0])
/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], ",")

1234