Home
last modified time | relevance | path

Searched refs:rstrip (Results 1 – 21 of 21) sorted by relevance

/Zephyr-latest/cmake/sca/polyspace/
Dpolyspace-print-console.py32 consume_header(line.rstrip())
34 onefind = consume_data(line.rstrip())
/Zephyr-latest/arch/xtensa/core/
Dgen_vectors.py67 m = re.match(r"^#define\s+XCHAL_([^ ]+)_VECOFS\s*(.*)", line.rstrip())
Dxtensa_intgen.py71 blob += l.rstrip() + " "
Dgen_zsr.py48 m = re.match(r"^#define\s+([^ ]+)\s*(.*)", line.rstrip())
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dsize_calc.py365 return [line.strip("\n").rstrip("%") for line in text_lines] if text_lines else []
378 column.rstrip(":") for column in re.split(
421 converted_value = value.rstrip()
Dhandlers.py228 stripped_line = line_decoded.rstrip()
230 stripped_line = stripped_line[:-len(suffix)].rstrip()
1007 line = line.rstrip()
1351 line = line.rstrip()
/Zephyr-latest/tests/kernel/timer/timer_behavior/pytest/
Dtest_timer.py70 ', '.join(['"CONFIG_{}":{}'.format(k, str(config[k]).rstrip()) for k in [
/Zephyr-latest/scripts/
Dzephyr_module.py473 revision = stdout.rstrip()
495 remotes_name = stdout.rstrip().split('\n')
510 remote_url = stdout.rstrip()
527 tags = stdout.rstrip().splitlines()
Dget_maintainer.py151 sys.exit(parser.format_usage().rstrip())
582 return stdout.decode("utf-8").rstrip()
/Zephyr-latest/scripts/west_commands/zspdx/
Dscanner.py48 expression = expression.rstrip("/*")
/Zephyr-latest/doc/_extensions/zephyr/
Ddoxybridge.py88 reftarget = node.get("reftarget").replace(".", "::").rstrip("()")
Ddoxyrunner.py285 process_doxygen_output(line.rstrip(), silent)
Dapplication.py113 build_dir = ('build' + '/' + build_dir_append).rstrip('/')
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Ddevice_adapter.py243 output = self._read_device_output().decode(errors='replace').rstrip("\r\n")
/Zephyr-latest/scripts/build/
Dgen_relocate_app.py519 mem_region = mem_region.rstrip()
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool.py223 did = int(open(f"{pcidir}/device").read().rstrip(), 16)
394 return subprocess.check_output(cmd, shell=True).decode().rstrip()
/Zephyr-latest/scripts/west_commands/runners/
Dcore.py196 value = match.group('value').rstrip()
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py60 return cp.stdout.decode("utf-8").rstrip()
144 res.text = text.rstrip()
/Zephyr-latest/scripts/dts/
Dgen_defines.py1048 res.append(f" * {line}".rstrip())
/Zephyr-latest/scripts/kconfig/
Dkconfiglib.py1273 line = line.rstrip()
3377 node.help = "".join(lines).rstrip()
6856 return "\n".join(stdout.splitlines()).rstrip("\n").replace("\n", " ")
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py99 return base64.b64encode(hasher.digest(), altchars=b'__').decode().rstrip('=')