Home
last modified time | relevance | path

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

1234567

/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.py98 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)
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()
Dsign_target_files_apks.py996 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 …]
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(
/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("\\'")
/build/soong/android/
Dtransition_test.go20 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/
Dcheck_radio_versions.py40 key, value = line.split()[1].split("=", 1)
47 key, fn = item.split(":", 1)
52 values = values.split("|")
69 h, v = line.split()
Dwhichgit18 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(" ")
Dgenerate_gts_shared_report.py74 for error_line in str_stderr.split('\n'):
78 module_meta_lic = error_line.strip().split()[0]
Dauto_gen_test_config.py70 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/
Dtransition_test.go105 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/
Dfile_list_diff.py25 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/
Drename_module_and_deps.py27 modulePaths = sys.argv[1].split(",")
32 moduleName = modulePath.split("/")[-1]
/build/bazel/json_module_graph/
DfullTransitiveDeps.jq5 fullTransitiveDeps($arg | split(","))
DtransitiveDeps.jq6 ($arg | split(",")) |
DfindModulesWithSrcType.jq5 def isActionInputMatch($fileType): getActionInputs | split(".") | last | . == $fileType
DfullTransitiveDepsProperties.jq6 $arg | split(",") |
DfindModulesWithNameSrcCollision.jq7 getDirPath as $inputDirPath | $actionInput | split("/") |
/build/make/tools/releasetools/merge/
Dtest_merge_meta.py55 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/
Dgen_notice_xml.py84 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/
DHostDeviceProtosTemplate.java67 Set<String> allFiles = new HashSet<>(Arrays.asList(adbCommandOutput.split("\n"))); in parsedFlagsProtoPaths()
70 String[] filePaths = file.split("/"); in parsedFlagsProtoPaths()
/build/bazel/rules/partitions/diff/
Dpartition_inspector.py44 _, _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/
Dcommands.py131 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/
Dmake_strings.go235 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