Searched refs:rstrip (Results 1 – 21 of 21) sorted by relevance
/Zephyr-latest/cmake/sca/polyspace/ |
D | polyspace-print-console.py | 32 consume_header(line.rstrip()) 34 onefind = consume_data(line.rstrip())
|
/Zephyr-latest/arch/xtensa/core/ |
D | gen_vectors.py | 67 m = re.match(r"^#define\s+XCHAL_([^ ]+)_VECOFS\s*(.*)", line.rstrip())
|
D | xtensa_intgen.py | 71 blob += l.rstrip() + " "
|
D | gen_zsr.py | 48 m = re.match(r"^#define\s+([^ ]+)\s*(.*)", line.rstrip())
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | size_calc.py | 365 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()
|
D | handlers.py | 228 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/ |
D | test_timer.py | 70 ', '.join(['"CONFIG_{}":{}'.format(k, str(config[k]).rstrip()) for k in [
|
/Zephyr-latest/scripts/ |
D | zephyr_module.py | 473 revision = stdout.rstrip() 495 remotes_name = stdout.rstrip().split('\n') 510 remote_url = stdout.rstrip() 527 tags = stdout.rstrip().splitlines()
|
D | get_maintainer.py | 151 sys.exit(parser.format_usage().rstrip()) 582 return stdout.decode("utf-8").rstrip()
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | scanner.py | 48 expression = expression.rstrip("/*")
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | doxybridge.py | 88 reftarget = node.get("reftarget").replace(".", "::").rstrip("()")
|
D | doxyrunner.py | 285 process_doxygen_output(line.rstrip(), silent)
|
D | application.py | 113 build_dir = ('build' + '/' + build_dir_append).rstrip('/')
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | device_adapter.py | 243 output = self._read_device_output().decode(errors='replace').rstrip("\r\n")
|
/Zephyr-latest/scripts/build/ |
D | gen_relocate_app.py | 519 mem_region = mem_region.rstrip()
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | cavstool.py | 223 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/ |
D | core.py | 196 value = match.group('value').rstrip()
|
/Zephyr-latest/scripts/ci/ |
D | check_compliance.py | 60 return cp.stdout.decode("utf-8").rstrip() 144 res.text = text.rstrip()
|
/Zephyr-latest/scripts/dts/ |
D | gen_defines.py | 1048 res.append(f" * {line}".rstrip())
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfiglib.py | 1273 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/ |
D | edtlib.py | 99 return base64.b64encode(hasher.digest(), altchars=b'__').decode().rstrip('=')
|