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

12

/external/jsoncpp/devtools/
H A Dlicenseupdater.py15 def update_license( path, dry_run, show_diff ):
19 dry_run: if True, just print the path of the file that would be updated,
34 if not dry_run:
45 def update_license_in_source_directories( source_dirs, dry_run, show_diff ):
50 dry_run: if True, just print the path of the file that would be updated,
62 update_license( source, dry_run, show_diff )
79 parser.add_option('-n', '--dry-run', dest="dry_run", action='store_true', default=False,
85 update_license_in_source_directories( args, options.dry_run, options.show_diff )
/external/clang/tools/diag-build/
H A Ddiag-build.sh76 dry_run='-dry-run'
79 dry_run='-n'
97 eval $tool $dry_run $set_compiler $@ 2>/dev/null |
/external/chromium_org/tools/coverity/
H A Dcoverity.py89 def _RunCommand(cmd, dry_run, shell=False, echo_cmd=True):
90 """Runs the command if dry_run is false, otherwise just prints the command."""
93 if not dry_run:
133 gclient_exit = _RunCommand(cmd, options.dry_run, shell=True)
154 if options.dry_run:
162 if options.dry_run:
175 _RunCommand('pwd', options.dry_run, shell=True)
187 _RunCommand('pwd', options.dry_run, shell=True)
194 _RunCommand(cmd, options.dry_run, shell=use_shell_during_make)
201 _RunCommand(cmd, options.dry_run, shel
[all...]
/external/chromium_org/tools/
H A Dsafely-roll-deps.py101 if options.force and not options.dry_run:
113 if not options.dry_run:
120 if not options.dry_run:
130 options.dry_run)
138 if options.dry_run:
154 if not options.dry_run:
H A Drun-bisect-perf-regression.py367 config, working_directory, path_to_goma, path_to_extra_src, dry_run):
376 dry_run: Do a dry run, skipping sync, build, and performance testing steps.
455 if dry_run:
505 parser.add_option('--dry_run',
540 opts.dry_run)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_tokenize.h47 void vp9_tokenize_sb(struct VP9_COMP *cpi, TOKENEXTRA **t, int dry_run,
H A Dvp9_tokenize.c406 void vp9_tokenize_sb(VP9_COMP *cpi, TOKENEXTRA **t, int dry_run, argument
417 if (!dry_run)
420 if (dry_run)
425 if (!dry_run) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_tokenize.h47 void vp9_tokenize_sb(struct VP9_COMP *cpi, TOKENEXTRA **t, int dry_run,
H A Dvp9_tokenize.c308 void vp9_tokenize_sb(VP9_COMP *cpi, TOKENEXTRA **t, int dry_run, argument
319 if (!dry_run)
322 if (dry_run)
327 if (!dry_run) {
/external/chromium_org/build/
H A Dget_syzygy_binaries.py82 def _SaveState(output_dir, state, dry_run=False):
86 if dry_run:
204 def _CleanState(output_dir, state, dry_run=False):
238 if not dry_run:
247 if not dry_run:
275 if not options.dry_run:
292 if options.dry_run and relpath in deleted:
299 if not options.dry_run:
391 if not options.dry_run:
398 if options.dry_run
[all...]
/external/bison/build-aux/
H A Dgnupload30 dry_run=false
168 dry_run=:
200 if $dry_run; then
254 if $dry_run || grep -q "^use-agent" $GNUPGHOME/gpg.conf; then :; else
288 if $dry_run; then
/external/chromium_org/third_party/skia/tools/
H A Droll_deps.py174 def submit_tries(bots_to_run, dry_run=False):
179 dry_run: (bool) whether to actually submit the try request.
185 if dry_run:
238 submit_tries(config.cl_bot_list, dry_run=config.skip_cl_upload)
262 submit_tries(config.cl_bot_list, dry_run=config.skip_cl_upload)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
H A Dtest_importer.py211 if not self.options.dry_run and self.import_in_place:
224 if not self.options.dry_run and self.import_in_place:
357 if not self.import_in_place and not self.options.dry_run:
376 if not self.import_in_place and not self.options.dry_run:
384 if not self.options.dry_run:
389 if not self.import_in_place and not self.options.dry_run:
/external/chromium_org/tools/cr/cr/base/
H A Dclient.py143 if cr.context.dry_run:
186 if cr.context.dry_run:
H A Dcontext.py211 return self.Find('CR_VERBOSE') or self.dry_run
214 def dry_run(self): member in class:Context
H A Dhost.py86 if ignore_dry_run or not cr.context.dry_run:
/external/chromium_org/v8/tools/push-to-trunk/
H A Dauto_tag.py154 if not self._options.dry_run:
168 parser.add_argument("--dry_run", help="Don't tag the new version.",
172 if not options.dry_run and not options.author:
H A Dbump_up_version.py168 if self._options.dry_run: # pragma: no cover
213 parser.add_argument("--dry_run", help="Don't commit the new version.",
217 if not options.dry_run and not options.author:
H A Dauto_roll.py100 if self._options.dry_run:
H A Dchromium_roll.py82 if not self._options.dry_run:
/external/chromium_org/ui/views/controls/
H A Dstyled_label.cc169 // doesn't actually make any changes to member variables when |dry_run| is
192 gfx::Size StyledLabel::CalculateAndDoLayout(int width, bool dry_run) { argument
193 if (!dry_run) {
284 if (style_info.is_link && !dry_run)
305 if (!dry_run) {
H A Dstyled_label.h120 // has to work with. If |dry_run| is true, the view hierarchy is not touched.
122 gfx::Size CalculateAndDoLayout(int width, bool dry_run);
/external/chromium_org/chrome/service/cloud_print/
H A Dprint_system_cups.cc107 bool* dry_run);
385 bool dry_run = false; variable
388 printer_name, job_title, tags, &dry_run);
391 base::Bind(&JobSpoolerCUPS::NotifyDelegate, delegate, job_id, dry_run));
396 int job_id, bool dry_run) {
397 if (dry_run || job_id)
776 bool* dry_run) {
797 *dry_run = IsDryRunJob(tags);
798 if (*dry_run) {
395 NotifyDelegate(JobSpooler::Delegate* delegate, int job_id, bool dry_run) argument
769 SpoolPrintJob( const std::string& print_ticket, const base::FilePath& print_data_file_path, const std::string& print_data_mime_type, const std::string& printer_name, const std::string& job_title, const std::vector<std::string>& tags, bool* dry_run) argument
/external/chromium_org/build/android/pylib/perf/
H A Dtest_runner.py229 if self._options.dry_run:
/external/chromium_org/build/android/
H A Dtest_runner.py542 options.dry_run, single_step)

Completed in 3087 milliseconds

12