/scripts/tests/twister/ |
A D | test_log_helper.py | 28 def test_log_command(caplog, system, expected_log): argument 35 with mock.patch('platform.system', return_value=system):
|
/scripts/west_commands/tests/ |
A D | test_nxp_s32dbg.py | 172 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 D | test_stm32cubeprogrammer.py | 467 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 D | test_dediprog.py | 15 DPCMD_EXE = 'dpcmd.exe' if platform.system() == 'Windows' else 'dpcmd'
|
A D | test_gd32isp.py | 14 if platform.system() != 'Linux':
|
A D | test_stm32flash.py | 18 if platform.system() == 'Darwin':
|
/scripts/west_commands/runners/ |
A D | bossac.py | 18 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 D | stm32cubeprogrammer.py | 85 if platform.system() == "Linux": 92 if platform.system() == "Linux": 106 if platform.system() == "Windows": 124 if platform.system() == "Darwin":
|
A D | nxp_s32dbg.py | 133 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 D | rfp.py | 15 if platform.system() == 'Darwin' or 'Windows': 113 if platform.system() == 'Windows':
|
A D | trace32.py | 88 if platform.system() == 'Windows': 91 elif platform.system() == 'Linux':
|
A D | dediprog.py | 13 DPCMD_EXE = 'dpcmd.exe' if platform.system() == 'Windows' else 'dpcmd'
|
A D | core.py | 119 handler = handlers[platform.system()] 910 system = platform.system() 912 if system == 'Windows': 916 elif system in {'Linux', 'Darwin'}:
|
A D | stm32flash.py | 13 if platform.system() == 'Darwin':
|
A D | stlink_gdbserver.py | 53 cur_platform = platform.system()
|
/scripts/pylib/pytest-twister-harness/ |
A D | pyproject.toml | 1 [build-system]
|
/scripts/west_commands/ |
A D | sdk.py | 188 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 D | list_hardware.py | 313 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 D | twister | 222 os.system("stty sane <&1")
|
/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
A D | utils.py | 17 _WINDOWS = platform.system() == 'Windows'
|
/scripts/schemas/ |
A D | arch-schema.yml | 9 # and their location which is used by the build system.
|
A D | shield-schema.yml | 15 desc: Name of the shield (used in Kconfig and build system)
|
/scripts/pylib/twister/twisterlib/ |
A D | log_helper.py | 13 _WINDOWS = platform.system() == 'Windows'
|
/scripts/west_commands/completion/ |
A D | west-completion.zsh | 215 '--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 D | symbols.txt | 217 system
|