Searched refs:split (Results 1 – 25 of 166) sorted by relevance
1234567
| /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 | 98 versions = a.split(",") 100 key, value = v.split(":") 105 names, key = a.split("=") 106 names = names.split(",") 115 pairs = a.split() 119 tokens = pair.split("=", maxsplit=1)
|
| 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 | sign_target_files_apks.py | 996 for line_info_raw in info_raw.split('\n'): 1150 tags = set(tags.split(",")) 1173 for line in data.split("\n"): 1177 key, value = line.split("=", 1) 1180 pieces = value.split("/") 1184 pieces = value.split("/") 1188 pieces = value.split() 1196 value = value.split() 1226 keylist = input_tf_zip.read("META/otakeys.txt").decode().split() 1233 for k in extra_ota_keys_info.split()] [all …]
|
| 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(
|
| /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/soong/android/ |
| D | transition_test.go | 20 split func(ctx BaseModuleContext) []string member 27 if t.split != nil { 28 return t.split(ctx) 67 split: func(ctx BaseModuleContext) []string { 76 split: func(ctx BaseModuleContext) []string { 85 split: func(ctx BaseModuleContext) []string { 150 split: func(ctx BaseModuleContext) []string {
|
| /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 | 18 return result.stdout.strip().split("\n") 40 sources.update(set([f for f in result.stdout.split("\n") if not f.startswith("out/")])) 55 return [line.split(" : ")[0] + "/" for line in text.split("\n")] 97 products = get_build_var("all_named_products").split(" ")
|
| D | generate_gts_shared_report.py | 74 for error_line in str_stderr.split('\n'): 78 module_meta_lic = error_line.strip().split()[0]
|
| D | auto_gen_test_config.py | 70 extra_configs = '\n'.join(args.extra_configs.split('\\n')) 71 extra_test_runner_configs = '\n'.join(args.extra_test_runner_configs.split('\\n')) 90 curr_element = curr_line.split(" ")[1]
|
| /build/blueprint/ |
| D | transition_test.go | 105 split: ["b", "a"], 143 split: ["h"], 309 split: ["a1", "a2"], 314 split: ["a1", "a2"], 333 split: ["a"], 338 split: ["b"], 355 split: ["a"], 360 split: ["", "a"], 364 split: ["c"], 369 split: ["", "c"], [all …]
|
| /build/make/tools/filelistdiff/ |
| D | file_list_diff.py | 25 kati_files = set(kati_list_file.read().split()) 26 soong_files = set(soong_list_file.read().split()) 31 …ilter(lambda x: len(x), map(lambda x: x.lstrip().split('#',1)[0].rstrip() , allowlist_file.read().…
|
| /build/blueprint/bpmodify/ |
| D | rename_module_and_deps.py | 27 modulePaths = sys.argv[1].split(",") 32 moduleName = modulePath.split("/")[-1]
|
| /build/bazel/json_module_graph/ |
| D | fullTransitiveDeps.jq | 5 fullTransitiveDeps($arg | split(","))
|
| D | transitiveDeps.jq | 6 ($arg | split(",")) |
|
| D | findModulesWithSrcType.jq | 5 def isActionInputMatch($fileType): getActionInputs | split(".") | last | . == $fileType
|
| D | fullTransitiveDepsProperties.jq | 6 $arg | split(",") |
|
| D | findModulesWithNameSrcCollision.jq | 7 getDirPath as $inputDirPath | $actionInput | split("/") |
|
| /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/make/tools/sbom/ |
| D | gen_notice_xml.py | 84 metadata_path = os.path.dirname(file_metadata['kernel_module_copy_files'].split(':')[0]) 101 for f in installed_file_metadata['static_dep_files'].split(' '): 104 for f in installed_file_metadata['whole_static_dep_files'].split(' '): 121 for f in soong_module['static_dep_files'].split(' '): 125 for f in soong_module['whole_static_dep_files'].split(' '): 203 for filepath in license_files.split(' '):
|
| /build/make/tools/aconfig/aconfig_device_paths/src/ |
| D | HostDeviceProtosTemplate.java | 67 Set<String> allFiles = new HashSet<>(Arrays.asList(adbCommandOutput.split("\n"))); in parsedFlagsProtoPaths() 70 String[] filePaths = file.split("/"); in parsedFlagsProtoPaths()
|
| /build/bazel/rules/partitions/diff/ |
| D | partition_inspector.py | 44 _, _ino, mode, uid, gid, name, size, _ = line.split('/') 52 …xtended_attributes = ' '.join(run_debugfs([debugfs, '-R' 'ea_list '+child, image]).strip().split())
|
| /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/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:] {
|
1234567