Home
last modified time | relevance | path

Searched refs:split (Results 101 – 125 of 1566) sorted by relevance

12345678910>>...63

/openbmc/u-boot/scripts/
H A Dmailmapper77 commits, name = line.split(None, 1)
92 tmp, mail = line.split('<')
95 _, name = tmp.rstrip().split(None, 1)
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dmultilib_script.bbclass15 MULTILIB_SUFFIX = "${@d.getVar('base_libdir',1).split('/')[-1]}"
31 for entry in (d.getVar("MULTILIB_SCRIPTS", False) or "").split():
32 pkg, script = entry.split(":")
H A Duboot-extlinux-config.bbclass102 if len(labels.split()) > 1 and menu_title:
109 if len(labels.split()) > 1:
115 label_overrides = labels.split()
116 default_overrides = localdata.getVar('OVERRIDES').split(':')
121 for label in labels.split():
162 …(v, l) for v in d.getVar('UBOOT_EXTLINUX_VARS').split() for l in d.getVar('UBOOT_EXTLINUX_LABELS')…
H A Dfeatures_check.bbclass33 features = set((d.getVar(kind + '_FEATURES') or '').split())
35 any_of_features = set((d.getVar('ANY_OF_' + kind + '_FEATURES') or '').split())
41 required_features = set((d.getVar('REQUIRED_' + kind + '_FEATURES') or '').split())
48 conflict_features = set((d.getVar('CONFLICT_' + kind + '_FEATURES') or '').split())
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dbuildoptions.py79 for l in res.output.split('\n'):
164 split = [s.strip() for s in line.split('=', 1)]
165 if len(split) > 1:
166 d[split[0]] = split[1]
/openbmc/openbmc/poky/meta/classes/
H A Dmultilib_global.bbclass16 for ext in multilibs.split():
17 eext = ext.split(':')
149 mp = (d.getVar("BB_MULTI_PROVIDER_ALLOWED") or "").split()
158 abisafe = (d.getVar("SIGGEN_EXCLUDERECIPES_ABISAFE") or "").split()
165 siggen_exclude = (d.getVar("SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS") or "").split()
169 a1, a2 = a.split("->")
175 for v in e.data.getVar("MULTILIB_VARIANTS").split():
188 non_ml_recipes = d.getVar('NON_MULTILIB_RECIPES').split()
200 variants = (e.data.getVar("MULTILIB_VARIANTS") or "").split()
221 for pkg in (e.data.getVar("PACKAGES") or "").split():
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate.py274 namepart = srcfile.split('.tar.')[0]
282 splitval = namepart.split('-')
368 checkuri = uri.split(';', 1)[0]
376 if len(host.split(':')) > 1:
377 splitslash = host.split(':')
400 checkurl = url.split(';', 1)[0]
587 srcrev = check_tag.split()[0]
636 splitline = line.split()
678 fnsplit = recipefn.split('_')
860 splitval = line.split('"')
[all …]
/openbmc/linux/fs/jfs/
H A Djfs_dtree.c863 split.mp = mp; in dtInsert()
865 split.nslot = n; in dtInsert()
950 smp = split->mp; in dtSplitUp()
1350 smp = split->mp; in dtSplitPage()
1455 dtInsertEntry(rp, 0, split->key, split->data, &rdtlck); in dtSplitPage()
1593 dtInsertEntry(sp, skip, split->key, split->data, &sdtlck); in dtSplitPage()
1613 dtInsertEntry(rp, skip, split->key, split->data, &rdtlck); in dtSplitPage()
1661 smp = split->mp; in dtExtendPage()
1814 dtInsertEntry(sp, split->index, split->key, split->data, &dtlck); in dtExtendPage()
1892 smp = split->mp; in dtSplitRoot()
[all …]
/openbmc/qemu/scripts/performance/
H A DtopN_callgrind.py94 total_number_of_instructions = total_instructions_line_data.split(' ')[0]
125 function_data = function.split()
131 function_source_file, function_name = function_data[1].split(':')
/openbmc/openbmc-build-scripts/scripts/
H A Dget_unit_test_report.py196 repo_name = url.strip().split("/")[-1].split(";")[0].split(".")[0]
221 num_of_pages = int(resp.links["last"]["url"].split("page=")[-1])
268 url.strip().split("/")[-1].split(";")[0].split(".")[0]
/openbmc/openbmc/meta-phosphor/classes/
H A Dobmc-phosphor-discovery-service.bbclass30 svc_name, svc_type, svc_port, svc_txt_data = service.split(':')
39 svc_name, svc_type, svc_port, svc_txt_data = service.split(':')
67 service_txt_data = service_txt_data.split('|')
82 key, value = txt_record.split('=')
99 svc_info = service.split(":")
/openbmc/openbmc/poky/meta/lib/oeqa/controllers/
H A Dcontrollerimage.py36 self.ip = addr.split(":")[0]
38 self.port = addr.split(":")[1]
45 …lf.server_ip = subprocess.check_output(['ip', 'route', 'get', self.ip ]).split("\n")[0].split()[-1]
136 self.deploy_cmds = self.user_cmds.split("\n")
/openbmc/linux/arch/x86/kvm/vmx/
H A Dpmu_intel.c513 pmu->version = eax.split.version_id; in intel_pmu_refresh()
517 pmu->nr_arch_gp_counters = min_t(int, eax.split.num_counters, in intel_pmu_refresh()
519 eax.split.bit_width = min_t(int, eax.split.bit_width, in intel_pmu_refresh()
521 pmu->counter_bitmask[KVM_PMC_GP] = ((u64)1 << eax.split.bit_width) - 1; in intel_pmu_refresh()
522 eax.split.mask_length = min_t(int, eax.split.mask_length, in intel_pmu_refresh()
525 ((1ull << eax.split.mask_length) - 1); in intel_pmu_refresh()
530 pmu->nr_arch_fixed_counters = min_t(int, edx.split.num_counters_fixed, in intel_pmu_refresh()
532 edx.split.bit_width_fixed = min_t(int, edx.split.bit_width_fixed, in intel_pmu_refresh()
535 ((u64)1 << edx.split.bit_width_fixed) - 1; in intel_pmu_refresh()
/openbmc/openbmc/poky/documentation/tools/
H A Dupdate-documentation-conf59 infoline = ' '.join(info.text.split())
60 infolinesplit = infoline.split('=', 1)
80 return key.split('[')[0].replace('_', '-')
93 linesplit = line.split('=', 1)
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dbuild_image.py27 if 'class-target' in data.getVar('OVERRIDES').split(':'):
28 if recipe in data.getVar('PACKAGES').split():
41 sdk_targets = config.get('SDK', 'sdk_targets', '').split()
50 add_packages = args.add_packages.split(',')
/openbmc/qemu/scripts/
H A Dqemu-trace-stap30 dirname, filename = os.path.split(binary)
35 for path in os.environ["PATH"].split(os.pathsep):
44 dirname, filename = os.path.split(binary)
53 basedir = os.path.split(thisfile)[0]
/openbmc/phosphor-logging/tools/phosphor-logging/templates/
H A Delog-gen-template.mako.hpp19 names = name.split(".")
21 names = ["sdbusplus", "error" ] + name.split(".")
35 names = name.split(".")
121 using ${b.split("::")[-1]} =
/openbmc/linux/Documentation/sphinx/
H A Dmaintainers_include.py122 field, details = line.split(':', 1)
148 for separated in output.split('\n'):
163 for separated in field_content.split('\n'):
183 (path, tail) = os.path.split(path)
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcookerdata.py56 self.options.pkgs_to_build.extend(bbpkgs.split())
190 for i in bbpath.split(":"):
195 path, _ = os.path.split(path)
285 multiconfig = (self.data.getVar("BBMULTICONFIG") or "").split()
364 layers = (data.getVar('BBLAYERS') or "").split()
405 collections = (data.getVar('BBFILE_COLLECTIONS') or "").split()
409 compat_entries[c] = set(compat_entry.split())
421 bbfiles_dynamic = (data.getVar('BBFILES_DYNAMIC') or "").split()
422 collections = (data.getVar('BBFILE_COLLECTIONS') or "").split()
425 parts = entry.split(":", 1)
[all …]
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dreport.py47 _, suite, test = k.split(".", 2)
54 _, suite, suite1, test = k.split(".", 3)
92 _, suite, test = k.split(".", 2)
98 _, suite, suite1, test = k.split(".", 3)
122 _, suite, test = k.split(".", 2)
128 _, suite, suite1, test = k.split(".", 3)
274 testtype = str(key).split('.')[0]
277 …print("Already have test results for %s on %s, skipping %s" %(str(key).split('.')[0], machine, res…
/openbmc/linux/tools/hv/
H A Dlsvmbus72 chn_vp_mapping, key=lambda c: int(c.split(':')[0]))
76 (c.split(':')[0], c.split(':')[1]) for c in chn_vp_mapping
/openbmc/openbmc-test-automation/lib/external_intf/
H A Dmanagement_console_utils.py121 for line in bmc_inv_record.split("\n"):
128 bmc_inv[line.split("=")[0].strip()] = str(
129 line.split("=")[-1].strip()
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Dbootimg-efi.py44 initrds = initrd.split(';')
106 initrds = initrd.split(';')
191 initrds = initrd.split(';')
250 dst_entry = tuple(src_entry.split(';'))
328 initrds = initrd.split(';')
354 offset = int(output.split()[2], 16) + int(output.split()[3], 16)
468 blocks = int(out.split()[0])
504 bootimg_size = out.split()[0]
/openbmc/openbmc-test-automation/lib/
H A Dpel_utils.py157 event_ids = (event_record["EventId"]).split(" ")
159 event_time_format = (event_record["Created"]).split("T")
160 event_date = (event_time_format[0]).split("-")
165 event_sub_time_format = (event_time_format[1]).split("+")
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-core-sdk.bb51 # pkgs = d.getVar('PACKAGES').split()
52 # for pkg in poky_pkgs.split():
67 # split_depend = depend.split(' (')
75 # split_depend = depend.split(' (')

12345678910>>...63