Searched refs:my_args (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/scripts/west_commands/ |
D | debug.py | 33 def do_run(self, my_args, runner_args): argument 34 do_run_common(self, my_args, runner_args) 57 def do_run(self, my_args, runner_args): argument 58 do_run_common(self, my_args, runner_args) 75 def do_run(self, my_args, runner_args): argument 76 do_run_common(self, my_args, runner_args) 93 def do_run(self, my_args, runner_args): argument 94 do_run_common(self, my_args, runner_args)
|
D | flash.py | 30 def do_run(self, my_args, runner_args): argument 31 build_dir = get_build_dir(my_args) 33 do_run_common(self, my_args, runner_args, domain_file=domains_file)
|
D | robot.py | 28 def do_run(self, my_args, runner_args): argument 29 do_run_common(self, my_args, runner_args)
|
D | simulate.py | 28 def do_run(self, my_args, runner_args): argument 29 do_run_common(self, my_args, runner_args)
|