Searched refs:dry_run (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Tools/CygwinDownloader/
H A Dcygwin-downloader.py9 dry_run = len(sys.argv) > 1 and "--dry-run" in set(sys.argv[1:]) variable
25 if not dry_run:
83 if not dry_run:
104 if not dry_run:
109 if not dry_run:
156 if not dry_run:
/external/clang/tools/diag-build/
H A Ddiag-build.sh67 dry_run='-dry-run'
70 dry_run='-n'
88 eval $tool $dry_run $set_compiler $@ 2>/dev/null |
/external/webkit/Tools/Scripts/webkitpy/tool/
H A Dmain.py54 make_option("--dry-run", action="store_true", dest="dry_run", default=False, help="do not touch remote servers"),
81 if options.dry_run:
/external/valgrind/tsan/
H A Dthread_sanitizer.h98 intptr_t dry_run; member in struct:FLAGS
H A Dts_valgrind.cc432 if (DEBUG_MODE && G_flags->dry_run >= 1) return;
1265 if (G_flags->dry_run >= 2) return bbIn;
H A Dts_pin.cc514 if (G_flags->dry_run) {
3591 if (G_flags->dry_run >= 2) {
H A Dthread_sanitizer.cc8127 FindIntFlag("dry_run", 0, args, &G_flags->dry_run);
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dtest_runner2.py133 if self._options.dry_run:
H A Dtest_runner.py691 if (self._options.record_results and not self._options.dry_run and
701 if not self._options.dry_run:
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Drebaselineserver.py405 if options.dry_run:
/external/iptables/libiptc/
H A Dlibiptc.c1958 /* find the first rule in `chain' which matches `fw' and remove it unless dry_run is set */
1961 bool dry_run)
2006 if (dry_run)
1959 delete_entry(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, unsigned char *matchmask, struct xtc_handle *handle, bool dry_run) argument

Completed in 365 milliseconds