Searched refs:split (Results 1 – 25 of 82) sorted by relevance
1234
/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 | 90 versions = a.split(",") 92 key, value = v.split(":") 97 names, key = a.split("=") 98 names = names.split(",")
|
D | sign_target_files_apks | 798 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 …]
|
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 | 103 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)
|
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 | 527 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 …]
|
D | add_img_to_target_files.py | 308 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 …]
|
D | add_img_to_target_files | 308 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 …]
|
D | test_utils.py | 218 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/ |
D | microtemplate.js | 24 .split("<%").join("\t") 27 .split("\t").join("');") 28 .split("%>").join("p.push('") 29 .split("\r").join("\\'")
|
D | android-developer-resource-browser.js | 24 var keywords = $(this).val().split(/\s+/g); 198 var pairs = paramStr.split('&'); 200 var p = pairs[i].split('=');
|
/build/make/tools/ |
D | check_radio_versions.py | 33 key, value = line.split()[1].split("=", 1) 40 key, fn = item.split(":", 1) 45 values = values.split("|") 62 h, v = line.split()
|
D | parsedeps.py | 103 (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]
|
D | product_debug.py | 25 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]
|
D | compare_fileslist.py | 39 lines = map(string.split, lines) 85 combo = input.split(os.path.sep)[1]
|
D | java-layers.py | 72 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(";")]
|
D | findleaves.py | 28 pruneleaves = set(map(lambda x: os.path.split(x)[1], prune)) 83 "progName": os.path.split(sys.argv[0])[1],
|
/build/soong/androidmk/parser/ |
D | make_strings.go | 225 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/ |
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/cmd/extract_apks/bundle_proto/ |
D | config.proto | 16 // 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/ |
D | gen-kotlin-build-file.py | 28 for arg in arg_line.split(): 69 for entry in c.split(':'):
|
/build/make/tools/warn/ |
D | warn_common.py | 161 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/ |
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], ",")
|
1234