Home
last modified time | relevance | path

Searched refs:system (Results 1 – 25 of 36) sorted by relevance

12

/scripts/tests/twister/
A Dtest_log_helper.py28 def test_log_command(caplog, system, expected_log): argument
35 with mock.patch('platform.system', return_value=system):
/scripts/west_commands/tests/
A Dtest_nxp_s32dbg.py172 def test_debugserver(require, check_call, system, argument
174 system.return_value = osname
196 def test_debug(require, check_call, popen_ignore_int, get_script, temporary_dir, system, argument
205 system.return_value = osname
230 def test_attach(require, check_call, popen_ignore_int, get_script, temporary_dir, system, argument
239 system.return_value = osname
A Dtest_stm32cubeprogrammer.py467 check_call, require, path_exists, path_home, system, tc, runner_config argument
473 system.return_value = tc["system"]
508 check_call, require, path_exists, path_home, system, tc, runner_config argument
514 system.return_value = tc["system"]
A Dtest_dediprog.py15 DPCMD_EXE = 'dpcmd.exe' if platform.system() == 'Windows' else 'dpcmd'
A Dtest_gd32isp.py14 if platform.system() != 'Linux':
A Dtest_stm32flash.py18 if platform.system() == 'Darwin':
/scripts/west_commands/runners/
A Dbossac.py18 if platform.system() == 'Darwin':
156 if platform.system() == 'Linux' or platform.system() == 'Darwin':
271 if platform.system() == 'Linux':
277 elif platform.system() == 'Darwin' and self.port is None:
A Dstm32cubeprogrammer.py85 if platform.system() == "Linux":
92 if platform.system() == "Linux":
106 if platform.system() == "Windows":
124 if platform.system() == "Darwin":
A Dnxp_s32dbg.py133 if platform.system() == 'Windows':
193 if platform.system() == 'Windows':
265 if platform.system() not in ('Windows', 'Linux'):
271 app_name = 's32ds' if platform.system() == 'Windows' else 's32ds.sh'
A Drfp.py15 if platform.system() == 'Darwin' or 'Windows':
113 if platform.system() == 'Windows':
A Dtrace32.py88 if platform.system() == 'Windows':
91 elif platform.system() == 'Linux':
A Ddediprog.py13 DPCMD_EXE = 'dpcmd.exe' if platform.system() == 'Windows' else 'dpcmd'
A Dcore.py119 handler = handlers[platform.system()]
910 system = platform.system()
912 if system == 'Windows':
916 elif system in {'Linux', 'Darwin'}:
A Dstm32flash.py13 if platform.system() == 'Darwin':
A Dstlink_gdbserver.py53 cur_platform = platform.system()
/scripts/pylib/pytest-twister-harness/
A Dpyproject.toml1 [build-system]
/scripts/west_commands/
A Dsdk.py188 system = platform.system()
191 if system == "Linux":
193 elif system == "Darwin":
195 elif system == "Windows":
392 if "Windows" == platform.system():
558 if "Windows" == platform.system():
/scripts/
A Dlist_hardware.py313 def dump_v2_system(args, type, system): argument
317 NAME='NAME;' + system.name,
318 DIR='DIR;' + ';'.join([Path(x).as_posix() for x in system.folder]),
324 name=system.name,
325 dir=system.folder,
A Dtwister222 os.system("stty sane <&1")
/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
A Dutils.py17 _WINDOWS = platform.system() == 'Windows'
/scripts/schemas/
A Darch-schema.yml9 # and their location which is used by the build system.
A Dshield-schema.yml15 desc: Name of the shield (used in Kconfig and build system)
/scripts/pylib/twister/twisterlib/
A Dlog_helper.py13 _WINDOWS = platform.system() == 'Windows'
/scripts/west_commands/completion/
A Dwest-completion.zsh215 '--system[system-wide file]'
259 '--sysbuild[create multi-domain build system]'
260 '--no-sysbuild[do not create multi-domain build system]'
264 '(-t --target)'{-t,--target}'[run build system target]:target:'
/scripts/coccinelle/
A Dsymbols.txt217 system

Completed in 24 milliseconds

12