Home
last modified time | relevance | path

Searched refs:split (Results 51 – 75 of 1566) sorted by relevance

12345678910>>...63

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dpkgdata.py72 pkglist = result.output.split()
77 pkglist = result.output.split()
81 pkglist = sorted(result.output.split())
89 pkglist = sorted(result.output.split())
97 pkglist = sorted(result.output.split())
101 pkglist = sorted(result.output.split())
105 pkglist = sorted(result.output.split())
109 pkglist = sorted(result.output.split())
122 curpkg = line.split(':')[0]
209 self.assertEqual(sorted(result.output.split()), sorted(desiredresult))
[all …]
/openbmc/bmcweb/include/
H A Dwebassets.hpp34 std::vector<std::string> split; in getStaticEtag() local
35 bmcweb::split(split, webpath.filename().string(), '.'); in getStaticEtag()
37 split.size()); in getStaticEtag()
38 if (split.size() < 3) in getStaticEtag()
44 std::string hash = split.rbegin()[1]; in getStaticEtag()
/openbmc/openbmc-test-automation/lib/
H A Dbmc_network_utils.py103 lines = output.split("\n")
114 key_value_list += line.split("|")
119 nping_result["lost"].split(" ")[-1].strip("()%")
123 nping_result["failed"].split(" ")[-1].strip("()%")
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/
H A Dmanifest.py17 for pkg in pkg_list.split():
20 ml_variants = self.d.getVar('MULTILIB_VARIANTS').split()
50 for pkg in sorted(pkgs[pkg_type].split()):
71 for line in set(output.split('\n')):
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dset_required_questions.py18 (coord, value) = l.split("=")
20 (fname, ident) = coord.split(".")
36 (label, distros) = line.split(":")
37 return name in distros.split()
59 (label, ident) = l.split(":")
/openbmc/linux/Documentation/arch/x86/
H A Dbuslock.rst16 A split lock is any atomic operation whose operand crosses two cache lines.
20 A bus lock is acquired through either split locked access to writeback (WB)
29 mechanisms to detect split locks and bus locks.
31 #AC exception for split lock detection
34 Beginning with the Tremont Atom CPU split lock operations may raise an
35 Alignment Check (#AC) exception when a split lock operation is attempted.
51 |split_lock_detect=|#AC for split lock |#DB for bus lock |
60 | |split lock in parallel. | |
89 generating split lock and bus lock to block the hard real time code to
102 Disable checking for split lock and bus lock. This option can be useful if
/openbmc/u-boot/scripts/dtc/pylibfdt/
H A Dsetup.py87 files = makevars['LIBFDT_SRCS'].split()
96 files = os.environ.get('SOURCES', '').split()
97 cflags = os.environ.get('CPPFLAGS', '').split()
100 swig_opts = os.environ.get('SWIG_OPTS', '').split()
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dlocal.py32 ud.decodedurl = urllib.parse.unquote(ud.url.split("://")[1].split(";")[0])
58 … logger.debug2("Searching for %s in paths:\n %s" % (path, "\n ".join(filespath.split(":"))))
76 locations = filespath.split(":")
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A Dcheck-test-wrapper12 qemuargs = os.environ.get("QEMU_OPTIONS", "").split()
15 for i in os.environ.get("PATH", "").split(":"):
36 key, val = args.pop(0).split("=", 1)
38 libpaths += val.split(":")
/openbmc/openbmc/poky/meta/lib/oe/
H A Drecipeutils.py65 varsplit = v.split('[')
66 varflag = varsplit[1].split(']')[0]
341 overrides = d.getVar('OVERRIDES').split(':')
345 opoverrides = op.split('[')[1].split(']')[0].split(':')
457 uris = (d.getVar('SRC_URI') or "").split()
569 parts = entry.split(":", 1)
588 mpn = splitext[0].split('_')[0]
622 recipefn = recipefn.split('_', 1)[0] + '_%'
748 splitline = line.split(None, 2)
942 … newfile = os.path.join(os.path.split(newfile)[0], patchdir, os.path.split(newfile)[1])
[all …]
H A Dbuildhistory_analysis.py274 splitv = line.split(None,4)
279 target = path.split(' -> ')[1]
280 path = path.split(' -> ')[0]
354 commondir = addition.split("/")
355 commondir2 = removal.split("/")
484 alist = shlex.split(astr)
485 blist = shlex.split(bstr)
487 alist = astr.split()
488 blist = bstr.split()
500 for ver in (astr.split()[0], bstr.split()[0]):
[all …]
H A Dcve_check.py36 release=tuple(int(i) for i in match.group("release").replace("-",".").split(".")),
125 for cve in cves.split():
148 version = version.split("+git")[0]
151 for product in cve_product.split():
155 vendor, product = product.split(":", 1)
236 status_split = status.split(':', 1)
H A Dcopy_buildsystem.py36 self.layerdirs = [os.path.abspath(pth) for pth in d.getVar('BBLAYERS').split()]
37 self.layers_exclude = (d.getVar('SDK_LAYERS_EXCLUDE') or "").split()
63 for pattern in self.layers_exclude_pattern.split():
77 corebase_files = self.d.getVar('COREBASE_FILES').split()
186 splitval = line.strip().split(':')
212 invalue = line[18:].split('=', 1)[0].rstrip()
223 target, task = line.strip().split(':')[:2]
230 invalue = line[18:].split('=', 1)[0].rstrip()
291 pathitems = env['PATH'].split(':')
H A Dterminal.py49 return shlex.split(self.command.format(**fmt))
304 ver_info = out.decode().rstrip().split('\n')
314 vernum = ver.split(' ')[-1]
316 vernum = ver.split(' ')[-1]
318 vernum = ver.split(' ')[-1]
320 vernum = ver.split()[-1]
322 vernum = ver.split()[-1][5:]
329 distro = out.split(':')[1].strip().lower()
/openbmc/linux/tools/hv/
H A Dvmbus_testing154 f_name = f_path.split("/")[-1]
169 .format(device.split("/")[5]))
172 .format(device.split("/")[5]))
209 .format(state_path.split("/")[5]))
213 .format(state_path.split("/")[5]))
238 interrupt.split("/")[5]))
241 message.split("/")[5]))
263 print("ALL testing now OFF for {}".format(device.split("/")[-1]))
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Ddump.py35 for cmd in cmds.split('\n'):
101 self._write_dump(cmd.split()[0], output)
128 cmd_name = cmd.split()[0]
130 if len(cmd.split()) > 1:
131 cmd_args = cmd.split()[1]
/openbmc/qemu/roms/
H A Dedk2-build.py28 (unused, gitdir) = f.read().split()
37 head = f.read().strip().split('/')
151 names = copy.split()
165 args = pad.split()
193 for arch in b['arch'].split():
196 for name in b['opts'].split():
201 for name in b['pcds'].split():
206 tgts = b['tgts'].split()
243 for pdir in os.environ['PATH'].split(':'):
252 path = os.environ['PATH'].split(':')
[all …]
/openbmc/linux/security/apparmor/
H A Dpolicy_ns.c214 const char *split; in __aa_lookupn_ns() local
216 for (split = strnstr(hname, "//", n); split; in __aa_lookupn_ns()
217 split = strnstr(hname, "//", n)) { in __aa_lookupn_ns()
218 ns = __aa_findn_ns(&ns->sub_ns, hname, split - hname); in __aa_lookupn_ns()
222 n -= split + 2 - hname; in __aa_lookupn_ns()
223 hname = split + 2; in __aa_lookupn_ns()
/openbmc/qemu/scripts/performance/
H A Ddissect.py55 callgrind_data[i].split()[-1] == "[???]":
119 total_instructions = total_instructions_line_data.split()[0]
127 JIT_self_instructions = JIT_self_instructions_line_data.split()[0]
136 JIT_total_instructions = JIT_total_instructions_line_data.split()[0]
/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/
H A D__init__.py93 archs = [i for i in reversed(self.archs.split()) if i not in ["any", "all", "noarch"]]
168 remote_uris = self.construct_uris(feed_uris.split(), feed_base_paths.split())
170 repo_base = "oe-remote-repo" + "-".join(urlparse(uri).path.split("/"))
172 for arch in feed_archs.split():
179 repo_name = "OE Remote Repo:" + " ".join(urlparse(uri).path.split("/"))
200 …exclude_pkgs = (bad_recommendations.split() if bad_recommendations else []) + (package_exclude.spl…
215 failed_scriptlets_pkgnames[line.split()[-1]] = True
287 package_info = line.split(" ")[1:]
349 return fd.read().split()
356 numbers.add(int(f.split("-")[0]))
[all …]
/openbmc/openbmc/poky/scripts/lib/
H A Dbuildstats.py89 key, val = line.split(':', 1)
97 split = key.split()
98 bs_task['iostat'][split[1]] = int(val)
100 split = key.split()
101 ru_key = split[-1]
106 ru_type = 'rusage' if split[0] == 'rusage' else \
240 key, val = line.split(':', 1)
245 elapsed = float(val.split()[0])
/openbmc/openbmc/poky/meta/classes/
H A Dyocto-check-layer.bbclass16 packages = set((d.getVar('PACKAGES') or '').split())
18 skip = set((d.getVar('INSANE_SKIP') or "").split() +
19 (d.getVar('INSANE_SKIP:' + package) or "").split())
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_kernel.py57 kversion = int(line.split('=')[1].strip())
59 kpatchlevel = int(line.split('=')[1].strip())
61 ksublevel = int(line.split('=')[1].strip())
63 kextraversion = line.split('=')[1].strip()
/openbmc/linux/arch/x86/include/asm/
H A Dperf_event.h147 } split; member
160 } split; member
171 } split; member
195 } split; member
207 } split; member
219 } split; member
235 } split; member
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Doetest.py168 path = d.getVar("BBPATH").split(':')
176 self.imagefeatures = d.getVar("IMAGE_FEATURES").split()
177 self.distrofeatures = d.getVar("DISTRO_FEATURES").split()
245 test = '.'.join(t.split('.')[:3])
256 module_name = ".".join(test_id.split(".")[:3])
361 (pkg, arch, version) = line.strip().split()
372 manifests = (self.d.getVar("TEST_SUITES_MANIFEST") or '').split()
376 self.d.getVar("TOPDIR")).split())
379 testsuites = self.d.getVar("TEST_SUITES").split()
392 bbpaths = self.d.getVar("BBPATH").split(":")
[all …]

12345678910>>...63