Home
last modified time | relevance | path

Searched refs:dry_run (Results 1 – 10 of 10) sorted by relevance

/Zephyr-Core-3.5.0/scripts/utils/
Dtwister_to_list.py48 def twister_to_list(project, dry_run): argument
69 if not dry_run:
82 twister_to_list(args.project, args.dry_run)
Dmigrate_includes.py29 def update_includes(project, dry_run): argument
72 if not dry_run:
85 update_includes(args.project, args.dry_run)
Dmigrate_sys_init.py22 def update_sys_init(project, dry_run): argument
77 if not dry_run:
90 update_sys_init(args.project, args.dry_run)
/Zephyr-Core-3.5.0/scripts/west_commands/
Dzcmake.py29 def run_cmake(args, cwd=None, capture_output=False, dry_run=False): argument
43 if cmake is None and not dry_run:
45 _ensure_min_version(cmake, dry_run)
57 if dry_run:
270 def _ensure_min_version(cmake, dry_run): argument
272 if dry_run:
Dbuild.py580 run_cmake(final_cmake_args, dry_run=self.args.dry_run)
596 run_cmake(cmake_args, cwd=self.build_dir, dry_run=self.args.dry_run)
626 dry_run=self.args.dry_run)
/Zephyr-Core-3.5.0/scripts/footprint/
Dupload_data.py98 def process_files(data_dir, zephyr_base, dry_run): argument
102 if not dry_run:
133 if not dry_run:
/Zephyr-Core-3.5.0/scripts/
Dset_assignees.py155 if not args.dry_run:
190 if not args.dry_run:
209 if not args.dry_run:
264 if not args.dry_run:
316 if not args.dry_run:
322 if not args.dry_run:
/Zephyr-Core-3.5.0/scripts/ci/
Dupload_test_results_es.py57 if args.dry_run:
/Zephyr-Core-3.5.0/scripts/pylib/twister/twisterlib/
Dtwister_main.py176 if options.dry_run:
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dsdp.c1195 bool dry_run = false; in sdp_svc_search_att_req() local
1276 if (state.pkt_full && !dry_run) { in sdp_svc_search_att_req()
1278 dry_run = true; in sdp_svc_search_att_req()
1298 if (!dry_run) { in sdp_svc_search_att_req()