| /Zephyr-latest/scripts/west_commands/runners/ | 
| D | native.py | 55     def do_run(self, command: str, **kwargs): 65     def do_flash(self, **kwargs): 69     def do_debug(self, **kwargs): 78     def do_debugserver(self, **kwargs):
  | 
| D | nsim.py | 61     def do_run(self, command, **kwargs): 73     def do_flash(self, **kwargs): 79     def do_debug(self, **kwargs): 95     def debugserver(self, **kwargs):
  | 
| D | nios2.py | 52     def do_run(self, command, **kwargs): 58     def flash(self, **kwargs): 75     def debug_debugserver(self, command, **kwargs):
  | 
| D | trace32.py | 83     def do_run(self, command, **kwargs) -> None: 115     def flash(self, **kwargs) -> None: 131     def debug(self, **kwargs) -> None:
  | 
| D | blackmagicprobe.py | 156     def bmp_flash(self, command, **kwargs): 190     def bmp_attach(self, command, **kwargs): 208     def bmp_debug(self, command, **kwargs): 221     def do_run(self, command, **kwargs):
  | 
| D | openocd.py | 246     def do_run(self, command, **kwargs): 269     def do_flash(self, **kwargs): 328     def do_flash_elf(self, **kwargs): 370     def do_attach_debug_rtt(self, command, **kwargs): 457     def do_debugserver(self, **kwargs):
  | 
| D | renode-robot.py | 48     def do_run(self, command, **kwargs): 51     def run_test(self, **kwargs):
  | 
| D | renode.py | 49     def do_run(self, command, **kwargs): 52     def run_test(self, **kwargs):
  | 
| D | linkserver.py | 119     def do_run(self, command, **kwargs): 166     def do_erase(self, **kwargs): 183     def flash(self, **kwargs):
  | 
| D | pyocd.py | 141     def do_run(self, command, **kwargs): 150     def flash(self, **kwargs): 186     def debug_debugserver(self, command, **kwargs):
  | 
| D | probe_rs.py | 67     def do_run(self, command, **kwargs): 72     def do_flash(self, **kwargs):
  | 
| D | intel_cyclonev.py | 210     def do_run(self, command, **kwargs): 224     def do_flash_elf(self, **kwargs): 280     def do_attach_debug(self, command, **kwargs):
  | 
| D | core.py | 391 def depr_action(*args, cls=None, replacement=None, **kwargs): 721     def run(self, command: str, **kwargs): 731     def do_run(self, command: str, **kwargs): 818     def run_server_and_client(self, server, client, **kwargs): 838     def run_client(self, client, **kwargs): 853     def call(self, cmd: list[str], **kwargs) -> int: 865     def check_call(self, cmd: list[str], **kwargs): 877     def check_output(self, cmd: list[str], **kwargs) -> bytes: 889     def popen_ignore_int(self, cmd: list[str], **kwargs) -> subprocess.Popen:
  | 
| D | intel_adsp.py | 81     def do_run(self, command, **kwargs): 91     def flash(self, **kwargs):
  | 
| D | nxp_s32dbg.py | 256     def do_run(self, command: str, **kwargs) -> None: 283     def do_attach_debug(self, command: str, **kwargs) -> None: 328     def do_debugserver(self, **kwargs) -> None:
  | 
| D | stm32cubeprogrammer.py | 243     def do_run(self, command: str, **kwargs): 247     def flash(self, **kwargs) -> None:
  | 
| D | qemu.py | 30     def do_run(self, command, **kwargs):
  | 
| /Zephyr-latest/doc/_extensions/zephyr/ | 
| D | application.py | 186     def _generate_west(self, **kwargs): 284     def _cmake_args(**kwargs): 294     def _cd_into(self, mkdir, **kwargs): 331     def _generate_cmake(self, **kwargs):
  | 
| /Zephyr-latest/scripts/tests/twister/ | 
| D | test_scl.py | 141     def mock_load(*args, **kwargs): 192     def mock_load(file_name, *args, **kwargs): 198     def mock_validate(data, schema, *args, **kwargs): 229     def mock_validate(raise_exception, *args, **kwargs): 235     def mock_core(source_data, schema_data, *args, **kwargs):
  | 
| D | test_testsuite.py | 257     def assert_mmap(*args, **kwargs): 261     def raise_exception(*args, **kwargs): 461     def mock_chdir(path, *args, **kwargs): 491     def mock_glob(fmt, *args, **kwargs): 632     def mock_fsdp(path, *args, **kwargs): 635     def mock_find(path, *args, **kwargs): 643     def mock_sf(filename, *args, **kwargs): 649     def mock_stat(filename, *args, **kwargs): 698     def mock_isdir(path, *args, **kwargs):
  | 
| D | test_environment.py | 202     def mock_calc(*args, **kwargs): 430     def mock_run(command, *args, **kwargs): 517     def mock_which(name, *args, **kwargs): 520     def mock_popen(command, *args, **kwargs):
  | 
| D | test_handlers.py | 387         def wait(self, *args, **kwargs): 576     def mock_popen(command, *args, **kwargs,): 582     def mock_thread(target, *args, **kwargs): 982     def assert_popen(command, *args, **kwargs): 1268     def mock_serial(*args, **kwargs): 1327     def mock_popen(command, *args, **kwargs): 1401     def mock_create_serial(*args, **kwargs): 1406     def mock_thread(*args, **kwargs): 1411     def mock_terminate(proc, *args, **kwargs): 1414     def mock_communicate(*args, **kwargs): [all …] 
 | 
| D | test_runner.py | 304     def mock_popen(*args, **kwargs): 438     def mock_popen(*args, **kwargs): 679     def mock_domains_from_file(*args, **kwargs): 685     def mock_cmakecache_from_file(*args, **kwargs): 694     def mock_open(filepath, *args, **kwargs): 787     def mock_open(filename, *args, **kwargs): 792     def mock_realpath(filename, *args, **kwargs): 795     def mock_abspath(filename, *args, **kwargs): 842     def mock_exists(filename, *args, **kwargs): 851     def mock_getsize(filename, *args, **kwargs): [all …] 
 | 
| /Zephyr-latest/scripts/west_commands/ | 
| D | build_helpers.py | 39 def _resolve_build_dir(fmt, guess, cwd, **kwargs): 84 def find_build_dir(dir, guess=False, **kwargs):
  | 
| /Zephyr-latest/scripts/tests/build_helpers/ | 
| D | test_domains.py | 40     def mock_open(*args, **kwargs): 112     def mock_domain(name, build_dir, *args, **kwargs):
  |