Searched refs:split (Results 1 – 25 of 140) sorted by relevance
123456
| /build/make/tools/releasetools/ |
| D | test_check_partition_sizes.py | 37 """.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 …]
|
| D | sign_apex.py | 100 versions = a.split(",") 102 key, value = v.split(":") 107 names, key = a.split("=") 108 names = names.split(",") 117 pairs = a.split() 121 tokens = pair.split("=", maxsplit=1)
|
| D | sign_target_files_apks.py | 841 tags = set(tags.split(",")) 864 for line in data.split("\n"): 868 key, value = line.split("=", 1) 871 pieces = value.split("/") 875 pieces = value.split("/") 879 pieces = value.split() 887 value = value.split() 917 keylist = input_tf_zip.read("META/otakeys.txt").split() 924 for k in extra_ota_keys_info.split()] 935 for k in extra_recovery_keys_info.split()] [all …]
|
| D | check_ota_package_signature.py | 115 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()
|
| D | validate_target_files.py | 111 for file_range in file_ranges.extra['text_str'].split(' '): 188 lines = script.read().strip().split('\n') 193 assert len(check_partition.split(':')) == 4 211 recovery_sha1 = flash_partition.split(':')[3] 223 source_info = source_partition.split(':') 241 recovery_info = target_partition.split(':') 418 "avb_custom_images_partition_list", "").strip().split() 440 first_image_name = boot_images.split()[0] 481 key, value = line.rstrip().split("=", 1)
|
| D | build_super_image.py | 82 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(
|
| D | edify_generator.py | 55 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(':')
|
| D | common.py | 569 source_order = source_order_val.split(",") 714 for prop in self.oem_props.split(): 736 path = os.path.join(input_file, *fn.split("/")) 751 path = os.path.join(input_file, *fn.split("/")) 782 file = os.path.join(input_file, *fn.split("/")) 841 d = LoadDictionaryFromLines(read_helper("META/misc_info.txt").split("\n")) 897 for b in boot_images.split(): 933 d["ab_partitions"] = read_helper("META/ab_partitions.txt").split("\n") 956 name, value = line.split("=", 1) 1063 for line in data.split('\n'): [all …]
|
| D | add_img_to_target_files.py | 482 cmd.extend(shlex.split(args)) 518 cmd.extend(shlex.split(args)) 551 "avb_{}_image_list".format(partition_name)).split(): 625 what in shlex.split(info_dict.get("dynamic_partition_list", "").strip())) 714 input_files = input_files_str.split() 722 cmd.extend(shlex.split(args)) 835 for dev in OPTIONS.info_dict['super_block_devices'].strip().split(): 897 len(boot_images.split()) >= 2 or boot_images.split()[0] != 'boot.img') 989 for index, b in enumerate(boot_images.split()): 1108 "avb_custom_images_partition_list", "").strip().split() [all …]
|
| D | ota_from_target_files.py | 404 key, value = line.strip().split('=', 1) 409 partitions = value.split() 465 unzipped_file = os.path.join(input_tmp, *info.filename.split('/')) 678 ab_partitions_file = os.path.join(input_tmp, *AB_PARTITIONS.split('/')) 719 unzipped_file = os.path.join(input_tmp, *src.split('/')) 907 "partial_ota_update_partitions_list").split() 916 "partial_ota_update_partitions_list").split() 966 target_file, target_info.get("super_block_devices").strip().split(), 967 target_info.get("dynamic_partition_list").strip().split()) 978 … AB_PARTITIONS).strip().split("\n") [all …]
|
| /build/soong/android/ |
| D | config_bp2build_test.go | 330 split []string 336 split: []string{ 344 split: []string{ 353 split: []string{ 363 split: []string{ 374 split: []string{ 384 split: []string{ 422 split: []string{ 431 split: []string{ 441 split := splitStringKeepingQuotedSubstring(tc.s, tc.delimiter) [all …]
|
| /build/make/tools/droiddoc/templates-pdk/assets/ |
| D | microtemplate.js | 24 .split("<%").join("\t") 27 .split("\t").join("');") 28 .split("%>").join("p.push('") 29 .split("\r").join("\\'")
|
| /build/make/tools/ |
| D | check_radio_versions.py | 40 key, value = line.split()[1].split("=", 1) 47 key, fn = item.split(":", 1) 52 values = values.split("|") 69 h, v = line.split()
|
| D | whichgit | 21 return set([f for f in result.stdout.split("\n") if not f.startswith("out/")]) 35 return [line.split(" : ")[0] + "/" for line in text.split("\n")]
|
| D | generate_gts_shared_report.py | 74 for error_line in str_stderr.split('\n'): 78 module_meta_lic = error_line.strip().split()[0]
|
| /build/make/tools/releasetools/merge/ |
| D | test_merge_meta.py | 55 merged_entries = f.read().split('\n') 61 output_entries = f.read().split('\n') 102 merged_entries = f.read().split('\n') 108 output_entries = f.read().split('\n')
|
| /build/blueprint/bpmodify/ |
| D | rename_module_and_deps.py | 27 modulePaths = sys.argv[1].split(",") 32 moduleName = modulePath.split("/")[-1]
|
| /build/soong/androidmk/parser/ |
| D | make_strings.go | 235 split := splitFunc(s, n) 237 if len(split) > n || len(split) == 0 { 240 n -= len(split) - 1 243 curMs.appendString(split[0]) 245 for _, r := range split[1:] {
|
| /build/bazel/scripts/difftool/ |
| D | commands.py | 131 tokens = x.split("=") 159 expanded_command.extend([f for l in f.readlines() for f in l.split()]) 201 similarity = len(common.split(os.sep)) if common else 0 216 return os.path.join(*reversed(os.path.normpath(p).split(os.sep)))
|
| /build/soong/cmd/zip2zip/ |
| D | zip2zip.go | 253 split := strings.SplitN(s, ":", 2) 254 if len(split) == 2 { 255 return split[0], split[1] 257 return split[0], ""
|
| /build/soong/scripts/ |
| D | gen-kotlin-build-file.py | 28 for arg in arg_line.split(): 69 for entry in c.split(':'):
|
| D | jsonmodify.py | 26 for key in path.split('.'): 40 for key in path.split('.'): 91 s = '\n'.join(l for l in s.split('\n') if not l.lstrip(' ').startswith('//'))
|
| /build/make/tools/warn/ |
| D | warn_common.py | 165 raw_path, line_number_str, _ = warning_line.split(':', 2) 177 split_line = warning_line.split(':') 226 parts = path.split('/') 346 platform_version = 'R' + line.split('chrome-')[1].split('_')[0] 350 board_name = result.group(1).split('/')[2] 514 split_output = compiler_output.split(':', 3) # 3 = max splits 517 col_number = int(split_output[2].split(' ')[0])
|
| /build/soong/scripts/hiddenapi/ |
| D | signature_trie.py | 131 parts = text.split(";->") 138 elements = parts[0].split("/") 158 classes = last_element.removesuffix(";").split("$")
|
| /build/soong/cmd/pom2mk/ |
| D | pom2mk.go | 46 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], ",")
|
123456