Home
last modified time | relevance | path

Searched refs:split (Results 176 – 200 of 1566) sorted by relevance

12345678910>>...63

/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel-module-split.bbclass76 l = f.read().split("\000")
96 autoloadlist = (d.getVar("KERNEL_MODULE_AUTOLOAD") or "").split()
108 for m in autoload.split():
122 modconflist = (d.getVar("KERNEL_MODULE_PROBECONF") or "").split()
144 for dep in vals["depends"].split(","):
159 postfix = format.split('%s')[1]
188 …@" ".join(map(lambda s: "module_conf_" + s, (d.getVar("KERNEL_MODULE_PROBECONF") or "").split()))}'
H A Dcpan-base.bbclass27 for x in (d.getVar('SRC_URI') or '').split(' '):
29 _pattern = x.split('/')[-1].replace(d.getVar('PV'), r'(?P<pver>\d+.\d+)')
/openbmc/openbmc/poky/scripts/lib/build_perf/
H A Dscrape-html-report.js12 var chart_id = msg.split(" ")[2];
44 var fname = args[1].replace(/\/+$/, "").split("/").pop()
/openbmc/phosphor-webui/app/common/directives/
H A Dapp-navigation.js39 var urlRoot = $location.path().split('/')[1];
48 var urlRoot = $location.path().split('/')[1];
/openbmc/openbmc/poky/meta-yocto-bsp/lib/oeqa/selftest/cases/
H A Dsystemd_boot.py71 self.assertEqual(result.output.split()[0], result.output.split()[2],
/openbmc/openbmc/poky/meta/recipes-core/images/
H A Dcore-image-ptest-all.bb15 …ends] = "${@' '.join(['core-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS').split()])}"
17 …[depends] = "${@' '.join(['core-image-ptest-'+x+':do_build' for x in d.getVar('PTESTS').split()])}"
/openbmc/openbmc/meta-facebook/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-ipmb_%.bbappend9 ipmb_channel = d.getVar('IPMB_CHANNELS').split()
10 ipmb_remote_addr = d.getVar('IPMB_REMOTE_ADDR').split()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpatch.py129 filepth = patchline.split()[1]
132 filesplit = filepth.split(os.sep)
201 patch['file'] = p.split(",")[0]
202 patch['strippath'] = p.split(",")[1]
311 output = runcmd(cmd.split(), self.dir).strip()
320 runcmd("git init".split(), self.dir)
321 runcmd("git add .".split(), self.dir)
364 subject = line.split(':', 1)[1]
525 for srcfile in out.split():
547 sha1 = patchlines[0].split()[1]
[all …]
H A Dmanifest.py118 for pkg in pkg_list[pkg_type].split():
153 for line in manifest.read().split('\n'):
187 for pkg in manifest.read().split('\n'):
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dqemutinyrunner.py146 processes = ps.decode("utf-8").split('\n')
147 nfields = len(processes[0].split()) - 1
151 data = row.split(None, nfields)
179 basecmd = commands[p].split()[0]
/openbmc/qemu/tests/tcg/i386/
H A Dtest-mmx.py125 r, m = arg.split('/')
135 r, m = arg.split('/')
216 return s.split(',')
228 insn = row[0].replace(',', '').split()
H A Dtest-avx.py186 r, m = arg.split('/')
194 r, m = arg.split('/')
206 r, m = arg.split('/')
349 return s.split(',')
360 insn = row[0].replace(',', '').split()
/openbmc/smbios-mdr/tools/
H A Dsst-compare-redfish-os.py54 for line in process.stdout.split("\n"):
133 map(int, exp_bf_props["high-priority-cpu-list"].split(",")),
223 ].split("/")[-1]
248 [linux_cpu_map[int(x)] for x in exp_hscores.split(",")]
/openbmc/qemu/scripts/
H A Dblock-coroutine-wrapper.py71 self.args = [ParamDecl(arg.strip()) for arg in args.split(',')]
81 subsystem, subname = self.name.split('_', 1)
85 subsystem, co_infix, subname = self.name.split('_', 2)
149 words = func_name.split('_')
/openbmc/qemu/.gitlab-ci.d/
H A Dcheck-dco.py47 commits = [[c[0:40], c[41:]] for c in log.strip().split("\n")]
53 lines = msg.strip().split("\n")
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/glib-2.0/
H A Dglibmm_2.66.2.bb13 SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
/openbmc/openbmc/poky/scripts/
H A Dpatchtest-get-branch28 branches = [b.split('/')[-1] for b in gitbranches]
60 found_branch = token.split(' ')[0].strip('[]')
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/images/
H A Dmeta-multimedia-image-ptest-all.bb15 …-multimedia-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_MULTIMEDIA').split()])}"
17 …meta-multimedia-image-ptest-'+x+':do_build' for x in d.getVar('PTESTS_META_MULTIMEDIA').split()])}"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-core/images/
H A Dmeta-networking-image-ptest-all.bb15 …-networking-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_NETWORKING').split()])}"
17 …meta-networking-image-ptest-'+x+':do_build' for x in d.getVar('PTESTS_META_NETWORKING').split()])}"
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/images/
H A Dmeta-filesystems-image-ptest-all.bb15 …ilesystems-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_FILESYSTEMS').split()])}"
17 …ta-filesystems-image-ptest-'+x+':do_build' for x in d.getVar('PTESTS_META_FILESYSTEMS').split()])}"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/images/
H A Dmeta-oe-image-ptest-all.bb15 …@' '.join(['meta-oe-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_OE').split()])}"
17 … "${@' '.join(['meta-oe-image-ptest-'+x+':do_build' for x in d.getVar('PTESTS_META_OE').split()])}"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-core/images/
H A Dmeta-python-image-ptest-all.bb15 …n(['meta-python-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_PYTHON').split()])}"
17 ….join(['meta-python-image-ptest-'+x+':do_build' for x in d.getVar('PTESTS_META_PYTHON').split()])}"
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-core/images/
H A Dmeta-perl-image-ptest-all.bb15 ….join(['meta-perl-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_PERL').split()])}"
17 …@' '.join(['meta-perl-image-ptest-'+x+':do_build' for x in d.getVar('PTESTS_META_PERL').split()])}"
/openbmc/linux/tools/perf/scripts/python/
H A Dnet_dropmonitor.py28 loc = int(line.split()[0], 16)
29 name = line.split()[2]
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A Dcreate_manifest3.py124 for coredep in output.split():
175 for pymodule_dep in output.split():
257 path,mod = os.path.split(filedep)
273 path, pymodule = os.path.split(filedep)
301 for pymodule_dep in output.split():

12345678910>>...63