Searched refs:dry_run (Results 1 – 13 of 13) sorted by relevance
9 dry_run = len(sys.argv) > 1 and "--dry-run" in set(sys.argv[1:]) variable25 if not dry_run:83 if not dry_run:104 if not dry_run:109 if not dry_run:156 if not dry_run:
67 dry_run='-dry-run'70 dry_run='-n'88 eval $tool $dry_run $set_compiler $@ 2>/dev/null |
81 if options.dry_run:
98 intptr_t dry_run; member
432 if (DEBUG_MODE && G_flags->dry_run >= 1) return; in Put()1265 if (G_flags->dry_run >= 2) return bbIn; in ts_instrument()
514 if (G_flags->dry_run) { in TLEBFlushLocked()3591 if (G_flags->dry_run >= 2) { in main()
8127 FindIntFlag("dry_run", 0, args, &G_flags->dry_run); in ThreadSanitizerParseFlags()
133 if self._options.dry_run:
691 if (self._options.record_results and not self._options.dry_run and701 if not self._options.dry_run:
405 if options.dry_run:
1961 bool dry_run) in delete_entry() argument2006 if (dry_run) in delete_entry()
29 define float @ff_rate_estimate_qscale(%struct.MpegEncContext* %s, i32 %dry_run) {
7903 No code currently uses the optional dry_run argument. So removing it.7905 Made the dcommit call actually get called when dry_run==true.29169 - Made dry_run commits return something that svn_revision_from_commit_text can parse.