Home
last modified time | relevance | path

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

12345678910>>...54

/openbmc/linux/drivers/media/dvb-core/
Ddvb_ringbuffer.c
/openbmc/linux/lib/
Dsg_split.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/
H A Dconfigurefix.patch4split/directfb/usr/bin/dfblayer contains probably-redundant RPATH /usr/libWARNING: QA Issue: direc…
5 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/b…
6 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/b…
7 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/b…
8 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/b…
9 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/l…
10 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/l…
11 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/l…
12 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/l…
13 WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/l…
[all …]
/openbmc/openbmc/poky/scripts/
H A Dopkg-query-helper.py40 pkg = line.split(": ")[1]
45 arch = line.split(": ")[1]
49 ver = line.split(": ")[1]
51 arch = line.split(": ")[1]
55 ver = line.split(": ")[1]
57 arch = line.split(": ")[1]
61 depval = line.split(": ")[1]
62 deps = depval.split(", ")
67 recval = line.split(": ")[1]
68 recs = recval.split(", ")
/openbmc/bmcweb/test/include/
H A Dstr_utility_test.cpp18 using bmcweb::split; in TEST()
20 split(vec, "xx-abc-xx-abb", '-'); in TEST()
24 split(vec, "", '-'); in TEST()
28 split(vec, "foo/", '/'); in TEST()
32 split(vec, "/bar", '/'); in TEST()
36 split(vec, "/", '/'); in TEST()
42 using bmcweb::split; in TEST()
44 split(vec, "/xyz/openbmc_project/sensors/unit/name", '/'); in TEST()
/openbmc/linux/tools/verification/dot2/
Dautomata.py
/openbmc/linux/fs/jfs/
Djfs_xtree.c
/openbmc/qemu/scripts/oss-fuzz/
H A Dminimize_qtest_trace.py70 CRASH_TOKEN = " ".join(outs.splitlines()[-2].split()[0:3])
114 length = int(writes[0].split()[2], 16)
116 if length != int(writes[j].split()[2], 16):
119 step = int(writes[0].split()[1], 16) - int(writes[1].split()[1], 16)
121 if step != int(writes[j].split()[1], 16) - \
122 int(writes[j+1].split()[1], 16):
125 return (int(writes[0].split()[1], 16)+step, length)
159 suffix = newtrace[i].split()[0][-1]
161 addr = int(newtrace[i].split()[1], 16)
162 value = int(newtrace[i].split()[2], 16)
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/
H A D0001-rewrite-cargo-host-linker-in-python3.patch38 + binary=os.environ['MOZ_CARGO_WRAP_HOST_LD'].split()[0]
43 + if os.environ['MOZ_CARGO_WRAP_HOST_LD'].split()[1:]:
44 … args=[os.environ['MOZ_CARGO_WRAP_HOST_LD'].split()[0]] + os.environ['MOZ_CARGO_WRAP_HOST_LD']…
46 + args=[os.environ['MOZ_CARGO_WRAP_HOST_LD'].split()[0]] + [os.environ['MOZ_CARGO_WRAP_HOST_…
48 + if os.environ['MOZ_CARGO_WRAP_HOST_LD'].split()[1:]:
49 … args=[os.environ['MOZ_CARGO_WRAP_HOST_LD'].split()[0]] + os.environ['MOZ_CARGO_WRAP_HOST_LD']…
51 + args=[os.environ['MOZ_CARGO_WRAP_HOST_LD'].split()[0]] + sys.argv[1:]
/openbmc/openbmc-tools/openbmc-autobump/
H A Dopenbmc-autobump.py45 uris = uris.split('"')[1]
46 for uri in uris.split():
50 segments = uri.split(";")
58 branch = s.split("=")[1]
63 return (uri.split("/")[-1].replace(".git", ""), branch)
78 sha = line.split("=")[-1].replace('"', "").strip()
80 uris += line.split("\\")[0]
121 return git.grep(*grep_args, _cwd=meta).stdout.decode("utf-8").split()
145 project_sha = project_sha.stdout.decode("utf-8").split()[0]
261 metas = metas.stdout.decode("utf-8").split()
[all …]
/openbmc/openbmc/poky/meta/lib/oe/
H A Dutils.py58 val1 = set(val1.split())
59 val2 = set(val2.split())
61 checkvalue = set(checkvalue.split())
80 val1 = set(d.getVar(variable1).split())
81 val2 = set(d.getVar(variable2).split())
99 return " ".join([x for x in str.split() if match(f, x, 0)])
103 return " ".join([x for x in str.split() if not match(f, x, 0)])
107 return " ".join(dep + ":" + task for dep in depends.split())
122 features = (d.getVar(var) or "").split()
123 backfill = (d.getVar(var+"_BACKFILL") or "").split()
[all …]
H A Dbuildstats.py93 for line in data.split(b'\n'):
103 data = data.split(b'\n')
108 parts = line.split()
142 …vant_tokens = filter(self._diskstats_is_relevant_line, map(lambda x: x.split(), data.split(b'\n')))
177 tokens = data.split(b'\n', 1)[0].split()
200 tokens = data.split(b'\n', 1)[0].split()
201 avg10 = float(tokens[1].split(b'=')[1])
202 avg60 = float(tokens[2].split(b'=')[1])
203 avg300 = float(tokens[3].split(b'=')[1])
204 total = int(tokens[4].split(b'=')[1])
H A Dcve_check.py38 release=tuple(int(i) for i in match.group("release").replace("-",".").split(".")),
107 for line in patch_contents.split("\n"):
213 version = version.split("+git")[0]
216 for product in cve_product.split():
220 vendor, product = product.split(":", 1)
302 status_split = status.split(':', 4)
323 description = status.split(':', 1)[1].strip() if (len(status_split) > 1) else ""
346 for product in products.split():
349 vendor, product = product.split(":", 1)
368 for cve in (d.getVar("CVE_CHECK_IGNORE") or "").split():
[all …]
H A Dclassextend.py38 subs = name.split("/", 1)[1]
52 var = var.split()
65 var = var.split()
86 var = var.split()
116 for pkg in (self.d.getVar("PACKAGES").split() + [""]):
126 for pkg in (self.d.getVar("PACKAGES") or "").split():
128 self.pkgs_mapping.append([pkg.split(self.extname + "-")[1], pkg])
137 for pkg in (self.d.expand(pkgs) or "").split():
139 self.pkgs_mapping.append([pkg.split(self.extname + "-")[1], pkg])
/openbmc/openbmc/meta-security/meta-integrity/lib/oeqa/runtime/cases/
H A Dima.py24 cls.binaries.extend(output.split("\n"))
51 ima_id = int(output.split(":")[0])
54 init_id = int(output.split(":")[0])
70 current_hash = output.split()[0]
78 tokens = output.split("\n")[-1].split()[3]
79 ima_hash = tokens.split(":")[1]
/openbmc/qemu/scripts/simplebench/
H A Dbench-backup.py41 dirs = dict(d.split(':') for d in args.dir)
45 nbd = args.nbd.split(':')
51 src, dst = t.split(':')
93 name_path = q.split(':')
96 path_opts = name_path[0].split(',')
100 path_opts = name_path[1].split(',')
108 opts = q.split(',')
114 label, path = label_path.split(':')
134 x_perf['max-workers'] = int(opt.split('=')[1])
/openbmc/linux/Documentation/mm/
Dsplit_page_table_lock.rst
/openbmc/openbmc/poky/meta/lib/oe/package_manager/
H A D__init__.py51 pkg = line.split(": ")[1]
53 arch = line.split(": ")[1]
55 ver = line.split(": ")[1]
57 filename = line.split(": ")[1]
61 depends = verregex.sub('', line.split(": ")[1])
62 for depend in depends.split(", "):
65 recommends = verregex.sub('', line.split(": ")[1])
66 for recommend in recommends.split(", "):
69 pkgarch = line.split(": ")[1]
71 provides = verregex.sub('', line.split(": ")[1])
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dcode_update_utils.py174 return stdout.split(" ")[-1]
197 content = content.decode("utf-8", "ignore").split("\n")
199 version = content[0].split("=")[-1]
217 return (stdout.split("\n")[0]).split("=")[-1]
232 return stdout.split("=")[-1]
251 image_list = stdout.split("\n")
276 image_version_id = image_path.split("/")[-2]
331 image_dir = os.path.dirname(stdout.split("\n")[0])
/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_v1.hpp118 std::vector<std::string> split; in jsonSchemaIndexGet() local
119 bmcweb::split(split, filename, '.'); in jsonSchemaIndexGet()
120 if (split.empty()) in jsonSchemaIndexGet()
124 schemaNames.emplace_back(split[0]); in jsonSchemaIndexGet()
160 std::vector<std::string> split; in jsonSchemaGet() local
161 bmcweb::split(split, filename, '.'); in jsonSchemaGet()
162 if (split.empty()) in jsonSchemaGet()
166 BMCWEB_LOG_DEBUG("Checking {}", split[0]); in jsonSchemaGet()
167 if (split[0] != schema) in jsonSchemaGet()
/openbmc/openbmc-test-automation/tools/
H A Dgithub_issues_to_csv34 close_date = issue.get("closed_at").split("T")[0]
57 issue.get("created_at").split("T")[0],
82 link.split(";") for link in response.headers["link"].split(",")
89 link.split(";")
90 for link in response.headers["link"].split(",")
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A Dcooker.py61 for remotes in self._run_command('git remote -v', bb_path, default="").split("\n"):
62 remote = remotes.split("\t")[1].split(" ")[0]
63 if "(fetch)" == remotes.split("\t")[1].split(" ")[1]:
90 bblayers = d.getVar('BBLAYERS').split()
107 for entry in collections.split():
128 … for remotes in self._run_command('git remote -v', layerpath, default="").split("\n"):
132 remote = remotes.split("\t")[1].split(" ")[0]
133 if "(fetch)" == remotes.split("\t")[1].split(" ")[1]:
172 branches = params['branch'].split(',')
/openbmc/qemu/tests/tcg/multiarch/system/
H A Dvalidate-memory-counts.py35 start_address = int(line.split(':')[1].strip(), 16)
37 end_address = int(line.split(':')[1].strip(), 16)
39 read_count = int(line.split(':')[1].strip())
41 write_count = int(line.split(':')[1].strip())
69 parts = line.strip().split(', ')
/openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/
H A D__init__.py29 for line in apt_conf_sample.read().split("\n"):
44 arch_list = pkg_archs.split()
47 for a in sdk_pkg_archs.split():
51 all_mlb_pkg_arch_list = (self.d.getVar('ALL_MULTILIB_PACKAGE_ARCHS') or "").split()
133 self.all_arch_list = archs.split()
134 all_mlb_pkg_arch_list = (self.d.getVar('ALL_MULTILIB_PACKAGE_ARCHS') or "").split()
183 for line in status.read().split('\n'):
222 subprocess.check_output(cmd.split(), stderr=subprocess.STDOUT)
244 output = subprocess.check_output(cmd.split(), stderr=subprocess.STDOUT)
286 subprocess.check_output(cmd.split(), stderr=subprocess.STDOUT)
[all …]
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/
H A D__init__.py36 for arch in archs.split():
159 for arch in self.pkg_archs.split():
163 for line in (self.d.getVar('IPK_FEED_URIS') or "").split():
181 for arch in self.pkg_archs.split():
208 for arch in self.pkg_archs.split():
214 for arch in self.pkg_archs.split():
240 feed_uris = self.construct_uris(feed_uris.split(), feed_base_paths.split())
241 archs = self.pkg_archs.split() if feed_archs is None else feed_archs.split()
268 subprocess.check_output(cmd.split(), stderr=subprocess.STDOUT)
281 for exclude in (self.d.getVar("PACKAGE_EXCLUDE") or "").split():
[all …]

12345678910>>...54