Searched refs:dry_run (Results 1 – 10 of 10) sorted by relevance
/Zephyr-Core-3.5.0/scripts/utils/ |
D | twister_to_list.py | 48 def twister_to_list(project, dry_run): argument 69 if not dry_run: 82 twister_to_list(args.project, args.dry_run)
|
D | migrate_includes.py | 29 def update_includes(project, dry_run): argument 72 if not dry_run: 85 update_includes(args.project, args.dry_run)
|
D | migrate_sys_init.py | 22 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/ |
D | zcmake.py | 29 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:
|
D | build.py | 580 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/ |
D | upload_data.py | 98 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/ |
D | set_assignees.py | 155 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/ |
D | upload_test_results_es.py | 57 if args.dry_run:
|
/Zephyr-Core-3.5.0/scripts/pylib/twister/twisterlib/ |
D | twister_main.py | 176 if options.dry_run:
|
/Zephyr-Core-3.5.0/subsys/bluetooth/host/ |
D | sdp.c | 1195 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()
|