/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/ |
H A D | 0001-skip-the-test-when-gcc-not-deployed.patch | 15 tests/run-strip-g.sh | 2 ++ 16 tests/run-strip-nothing.sh | 2 ++ 45 diff --git a/tests/run-strip-g.sh b/tests/run-strip-g.sh 47 --- a/tests/run-strip-g.sh 48 +++ b/tests/run-strip-g.sh 51 tempfiles a.out strip.out debug.out readelf.out 58 diff --git a/tests/run-strip-nothing.sh b/tests/run-strip-nothing.sh 60 --- a/tests/run-strip-nothing.sh 61 +++ b/tests/run-strip-nothing.sh 64 tempfiles a.out strip.out debug.out
|
/openbmc/openbmc/poky/meta/lib/patchtest/tests/ |
H A D | test_python_pylint.py | 43 if line.strip(): 44 … self.pylint_pretest[line.strip().split(' ',1)[0]] = line.strip().split(' ',1)[1] 59 if line.strip(): 60 … self.pylint_test[line.strip().split(' ',1)[0]] = line.strip().split(' ',1)[1]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | fitimage.py | 157 line = line.strip() 161 itspath.append(line[:-1].strip()) 214 signed_sections[in_signed][key.strip()] = value.strip() 229 tempdir = result.output.split('=', 1)[1].strip().strip('') 486 line = line.strip() 490 itspath.append(line[:-1].strip()) 535 signed_sections[in_signed][key.strip()] = value.strip() 546 tempdir = result.output.split('=', 1)[1].strip().strip('') 641 line = line.strip() 690 signed_sections[in_signed][key.strip()] = value.strip() [all …]
|
H A D | recipeutils.py | 60 self.assertEqual(''.join(patchlines).strip(), expected_patch.strip()) 87 self.assertEqual(''.join(patchlines).strip(), expected_patch.strip()) 112 self.assertEqual(''.join(patchlines).strip(), expected_patch.strip())
|
/openbmc/linux/drivers/comedi/drivers/ni_routing/tools/ |
H A D | csv_collection.py | 20 strip = lambda s:s.strip() function 22 strip = lambda s:s 32 r[key]:{f:strip(c) for f,c in r.items() 34 strip(c)[:1] not in ['', C]}
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | buildcfg.py | 22 return rev.strip() 29 return rev.strip() 36 return toplevel.strip() 51 return uri.strip() 58 return describe.strip() 78 …revisions.append((i, os.path.basename(i), get_metadata_git_branch(i).strip(), get_metadata_git_rev…
|
H A D | sdk.py | 18 self.sdk_native_path = self.d.getVar('SDKPATHNATIVE').strip('/') 19 self.target_path = self.d.getVar('SDKTARGETSYSROOT').strip('/') 20 self.sysconfdir = self.d.getVar('sysconfdir').strip('/') 46 self.d.getVar('libdir_nativesdk').strip('/'), 51 self.d.getVar('libdir_nativesdk').strip('/'), 116 target_path = d.getVar('SDKTARGETSYSROOT').strip('/')
|
H A D | lsb.py | 19 data[key.strip()] = val.strip('"') 71 data[key] = value.strip() 75 distro = f.readline().strip()
|
/openbmc/openbmc/poky/meta/recipes-multimedia/libtiff/ |
H A D | tiff_4.6.0.bb | 34 strip-chopping extrasample-as-alpha check-ycbcr-subsampling" 45 # Convert single-strip uncompressed images to multiple strips of specified 47 PACKAGECONFIG[strip-chopping] = "--enable-strip-chopping,--disable-strip-chopping,," 56 # Support a mechanism allowing reading large strips (usually one strip files) 58 PACKAGECONFIG[chunky-strip-read] = "--enable-chunky-strip-read,--disable-chunky-strip-read,,"
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_shell_basics.py | 14 assert response.strip() == 'hello' 31 assert response.strip() == '123' 40 assert response.strip() == '1' 42 assert response.strip() == '2'
|
H A D | test_bind.py | 9 lines = [x.strip() for x in response.splitlines()] 101 treelines = [x.strip() for x in tree.splitlines() if x.strip()] 120 child2_line = [x.strip() for x in tree.splitlines() if '-- bind-test-child2' in x] 152 treelines = [x.strip() for x in tree.splitlines() if x.strip()]
|
/openbmc/openbmc/poky/meta/recipes-bsp/libacpi/files/ |
H A D | use_correct_strip_in_cross_environment.patch | 3 Used the cross strip instead of host strip to avoid this build error: 5 | strip: Unable to recognise the format of the input file `test-libacpi' 19 - @strip $@
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/ |
H A D | 0003-Remove-strip-step-in-Makefile.patch | 4 Subject: [PATCH] Remove strip step in Makefile 6 Build system will strip binaries so remove strip step in Makefile. 26 - $(HOST)-strip ffmpeg_compiled/usr/lib/*.so
|
/openbmc/openbmc-tools/ipkdbg/ |
H A D | Makefile | 16 powerpc64le-linux-gnu-strip --strip-all -o $@ $< 20 x86_64-linux-gnu-strip --strip-all -o $@ $<
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_kernel.py | 44 return stdout.strip(), op, 0, True 57 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/openbmc/poky/meta/lib/patchtest/selftest/ |
H A D | selftest | 72 print("XFAIL: %s (file: %s)" % (testid.strip("."), os.path.basename(patch))) 75 print("XPASS: %s (file: %s)" % (testid.strip("."), os.path.basename(patch))) 78 print("XSKIP: %s (file: %s)" % (testid.strip("."), os.path.basename(patch))) 80 … print("%s: %s (%s)" % (result.upper(), testid.strip("."), os.path.basename(patch))) 88 … print("Bad result on test %s against %s" % (testid.strip("."), os.path.basename(patch)))
|
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/ |
H A D | 0001-tests-do-not-strip-a-helper-library.patch | 4 Subject: [PATCH] tests: do not strip a helper library 17 libfoo.strip: libfoo.la 18 $(OBJCOPY) --strip-all .libs/libfoo.so 20 -all-local: libfoo.strip
|
/openbmc/openbmc-test-automation/lib/ |
H A D | var_funcs.py | 200 def parse_key_value(string, delim=":", strip=" ", to_lower=1, underscores=1): argument 240 key = pair[0].strip(strip) 244 value = delim.join(pair[1:]).strip(strip) 375 result_dict[parent_key] = list(map(str.strip, sub_list)) 390 result_dict[parent_key] = list(map(str.strip, sub_list)) 660 map(str.strip, re.findall(field_desc_regex, header_line)[0]) 671 map(str.strip, re.findall(field_desc_regex, report_line)[0])
|
/openbmc/openbmc/poky/meta/lib/patchtest/ |
H A D | utils.py | 27 def exec_cmd(cmd, cwd, ignore_error=False, input=None, strip=True, updateenv={}): argument 61 'strip':strip, 90 _stdout, _stderr = map(str.strip, [_stdout, _stderr]) 160 prefix = fullprefix.strip('[]') 161 branches = [ b.strip() for b in prefix.split(',')]
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | logparser.py | 81 self.results[current_section['name']][result.group(1).strip()] = t 83 … bb.warn("Result with no section: %s - %s" % (t, result.group(1).strip())) 136 values = dict(s.split("=") for s in line.strip().split()) 172 name = line.split()[1].strip() 182 … self.section['log'] = self.section['log'] + ("%s: %s\n" % (result.strip()[:-2], test.strip()))
|
/openbmc/linux/arch/loongarch/boot/ |
H A D | Makefile | 8 strip-flags := $(addprefix --remove-section=,$(drop-sections)) -S 9 OBJCOPYFLAGS_vmlinux.efi := -O binary $(strip-flags) 16 $(call if_changed,strip)
|
/openbmc/linux/tools/hv/ |
H A D | lsvmbus | 64 vmbus_id = get_vmbus_dev_attr(f, 'id')[0].strip() 65 class_id = get_vmbus_dev_attr(f, 'class_id')[0].strip() 66 device_id = get_vmbus_dev_attr(f, 'device_id')[0].strip() 70 chn_vp_mapping = [c.strip() for c in chn_vp_mapping]
|
/openbmc/openbmc-test-automation/lib/external_intf/ |
H A D | management_console_utils.py | 35 if bmc_ip.strip() == temp_ip.strip(): 128 bmc_inv[line.split("=")[0].strip()] = str( 129 line.split("=")[-1].strip()
|
/openbmc/sdbusplus/tools/sdbusplus/templates/ |
H A D | method.client.hpp.mako | 2 * ${ method.description.strip() } 6 * @param[in] ${p.camelCase} - ${p.description.strip()} 13 - ${r.description.strip()}
|
/openbmc/linux/scripts/ |
H A D | spdxcheck.py | 65 lid = l.split(':')[1].strip().upper() 163 tok.value = tok.value.strip() 210 expr = line.split(':')[1].strip() 212 if line.strip().endswith('*/'): 213 expr = expr.rstrip('*/').strip() 215 if line.strip().endswith('-->'): 216 expr = expr.rstrip('-->').strip() 219 expr = expr.rstrip('\"').strip() 304 for p in path.strip('/').split('/'): 306 scan_git_tree(tree, path.strip('/'), dirdepth) [all …]
|