Home
last modified time | relevance | path

Searched refs:split (Results 51 – 75 of 224) sorted by relevance

123456789

/Zephyr-latest/scripts/west_commands/runners/
Dlinkserver.py55 for opts in [shlex.split(opt) for opt in tool_opt]:
115 self.linkserver_version = str(ls_output.split()[1].decode()).lower()
Dezflashcli.py26 for opts in [shlex.split(opt) for opt in tool_opt]:
Dspi_burn.py134 gdb_ex = re.split("(-ex) ", self.gdb_ex)[1::]
Dnxp_s32dbg.py60 self.tool_opt.extend(shlex.split(opt))
143 outb = subprocess.check_output(shlex.split(cmd), stderr=subprocess.DEVNULL)
Ddfu.py129 if self.dfuse and 'leave' in dcfg.options.split(':'):
Dsilabs_commander.py36 for opts in [shlex.split(opt) for opt in tool_opt]:
/Zephyr-latest/scripts/ci/
Dguideline_check.py29 for line in contents.split("\n"):
Dtwister_report_analyzer.py179 error_key = ts_reason.split(reason, 1)[-1].lstrip(' -')
187 error_key = ts_reason.split(reason, 1)[-1].lstrip(' -')
238 return "ld.bfd:" + lines[i - 1].split("ld.bfd:", 1)[-1]
Dcheck_compliance.py70 f'--max-count={-1 if "." in refspec else 1}', refspec).split()
273 _, vnd = line.strip().split(":", 2)
288 vendor, _ = line.split("\t", 2)
454 lines = content.strip().split('\n')
458 _, root_path = line.split(":", 1)
725 path, lineno, line = grep_line.split("\0")
742 path, lineno, line = grep_line.split("\0")
955 path, lineno, line = grep_line.split("\0")
1450 ).split('\n', 2)
1494 added, deleted, fname = stat.split("\t")
/Zephyr-latest/scripts/coccinelle/
Dsame_identifier.cocci75 if v == t.split(" ")[-1]:
/Zephyr-latest/dts/riscv/starfive/
Dstarfive_jh7100_beagle_v.dtsi40 tlb-split;
69 tlb-split;
/Zephyr-latest/doc/_extensions/zephyr/
Ddoxybridge.py109 split = found_id.split("_")
Dgh_utils.py216 date, sha1 = date_and_sha1.split(" ", 1)
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/
Dmcumgr.py51 return check_output(shlex.split(command), text=True)
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/
Dtwister_harness_config.py62 … west_flash_extra_args = [w.strip() for w in config.option.west_flash_extra_args.split(',')]
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dcmakecache.py92 value = value.split(';')
/Zephyr-latest/scripts/west_commands/zspdx/
Dscanner.py99 e4 = e3.split(" ")
/Zephyr-latest/scripts/west_commands/
Dsdk.py275 tuples = [(re.split(r"\s+", t)) for t in sha256_list.splitlines()]
526 for ent in line.split(","):
527 kv = ent.split("=")
/Zephyr-latest/scripts/tests/twister/
Dtest_environment.py188 assert expected_error in ' '.join(caplog.text.split())
225 ' pytest-twister-harness plugin.' in ' '.join(caplog.text.split())
/Zephyr-latest/scripts/build/
Dgen_device_deps.py124 edtser = os.path.join(os.path.split(args.kernel)[0], "edt.pickle")
Dparse_syscalls.py74 for one_file in contents.split(";"):
/Zephyr-latest/scripts/footprint/
Dupload_data.py110 file_data = file.split("/")
/Zephyr-latest/scripts/release/
Dbug_bash.py138 prid = int(ipr.html_url.split('/')[-1])
/Zephyr-latest/scripts/kconfig/
Dkconfigfunctions.py944 return "y" if shield in list.split(";") else "n"
988 intarray = map(int, args if len(args) > 1 else args[0].split(","))
1014 intarray = map(int, args if len(args) > 1 else args[0].split(","))
/Zephyr-latest/soc/nuvoton/npcx/common/ecst/
Decst_args.py203 args = parser.parse_known_args(arg_list.split())

123456789