Home
last modified time | relevance | path

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

12

/external/chromium_org/tools/coverity/
Dcoverity.py89 def _RunCommand(cmd, dry_run, shell=False, echo_cmd=True): argument
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, shell=use_shell_during_make)
228 _RunCommand(cmd, options.dry_run, shell=use_shell_during_make, echo_cmd=False)
/external/jsoncpp/devtools/
Dlicenseupdater.py15 def update_license( path, dry_run, show_diff ): argument
34 if not dry_run:
45 def update_license_in_source_directories( source_dirs, dry_run, show_diff ): argument
62 update_license( source, dry_run, show_diff )
85 update_license_in_source_directories( args, options.dry_run, options.show_diff )
/external/chromium_org/build/
Dget_syzygy_binaries.py82 def _SaveState(output_dir, state, dry_run=False): argument
86 if dry_run:
204 def _CleanState(output_dir, state, dry_run=False): argument
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/chromium_org/tools/
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:
Drun-bisect-perf-regression.py367 config, working_directory, path_to_goma, path_to_extra_src, dry_run): argument
455 if dry_run:
540 opts.dry_run)
/external/clang/tools/diag-build/
Ddiag-build.sh76 dry_run='-dry-run'
79 dry_run='-n'
97 eval $tool $dry_run $set_compiler $@ 2>/dev/null |
/external/bison/build-aux/
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/
Droll_deps.py174 def submit_tries(bots_to_run, dry_run=False): argument
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/
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/chrome/service/cloud_print/
Dprint_system_cups.cc107 bool* dry_run);
385 bool dry_run = false; in Spool() local
388 printer_name, job_title, tags, &dry_run); in Spool()
391 base::Bind(&JobSpoolerCUPS::NotifyDelegate, delegate, job_id, dry_run)); in Spool()
396 int job_id, bool dry_run) { in NotifyDelegate() argument
397 if (dry_run || job_id) in NotifyDelegate()
776 bool* dry_run) { in SpoolPrintJob() argument
797 *dry_run = IsDryRunJob(tags); in SpoolPrintJob()
798 if (*dry_run) { in SpoolPrintJob()
/external/chromium_org/ui/views/controls/
Dstyled_label.cc192 gfx::Size StyledLabel::CalculateAndDoLayout(int width, bool dry_run) { in CalculateAndDoLayout() argument
193 if (!dry_run) { in CalculateAndDoLayout()
284 if (style_info.is_link && !dry_run) in CalculateAndDoLayout()
305 if (!dry_run) { in CalculateAndDoLayout()
Dstyled_label.h122 gfx::Size CalculateAndDoLayout(int width, bool dry_run);
/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.c308 void vp9_tokenize_sb(VP9_COMP *cpi, TOKENEXTRA **t, int dry_run, in vp9_tokenize_sb() argument
319 if (!dry_run) in vp9_tokenize_sb()
322 if (dry_run) in vp9_tokenize_sb()
327 if (!dry_run) { in vp9_tokenize_sb()
Dvp9_tokenize.h47 void vp9_tokenize_sb(struct VP9_COMP *cpi, TOKENEXTRA **t, int dry_run,
/external/chromium_org/v8/tools/push-to-trunk/
Dauto_tag.py154 if not self._options.dry_run:
172 if not options.dry_run and not options.author:
Dbump_up_version.py168 if self._options.dry_run: # pragma: no cover
217 if not options.dry_run and not options.author:
Dauto_roll.py100 if self._options.dry_run:
Dchromium_roll.py82 if not self._options.dry_run:
/external/chromium_org/tools/cr/cr/base/
Dclient.py143 if cr.context.dry_run:
186 if cr.context.dry_run:
Dcontext.py211 return self.Find('CR_VERBOSE') or self.dry_run
214 def dry_run(self): member in Context
Dhost.py86 if ignore_dry_run or not cr.context.dry_run:
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
Dvp9_tokenize.c406 void vp9_tokenize_sb(VP9_COMP *cpi, TOKENEXTRA **t, int dry_run, in vp9_tokenize_sb() argument
417 if (!dry_run) in vp9_tokenize_sb()
420 if (dry_run) in vp9_tokenize_sb()
425 if (!dry_run) { in vp9_tokenize_sb()
Dvp9_tokenize.h47 void vp9_tokenize_sb(struct VP9_COMP *cpi, TOKENEXTRA **t, int dry_run,
/external/chromium_org/build/android/pylib/perf/
Dtest_runner.py229 if self._options.dry_run:
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
Dlayout_test_runner.py111 if self._options.dry_run:

12