/external/chromium_org/tools/coverity/ |
D | coverity.py | 89 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/ |
D | licenseupdater.py | 15 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/ |
D | get_syzygy_binaries.py | 82 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/ |
D | safely-roll-deps.py | 101 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:
|
D | run-bisect-perf-regression.py | 367 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/ |
D | diag-build.sh | 76 dry_run='-dry-run' 79 dry_run='-n' 97 eval $tool $dry_run $set_compiler $@ 2>/dev/null |
|
/external/bison/build-aux/ |
D | gnupload | 30 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/ |
D | roll_deps.py | 174 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/ |
D | test_importer.py | 211 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/ |
D | print_system_cups.cc | 107 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/ |
D | styled_label.cc | 192 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()
|
D | styled_label.h | 122 gfx::Size CalculateAndDoLayout(int width, bool dry_run);
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_tokenize.c | 308 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()
|
D | vp9_tokenize.h | 47 void vp9_tokenize_sb(struct VP9_COMP *cpi, TOKENEXTRA **t, int dry_run,
|
/external/chromium_org/v8/tools/push-to-trunk/ |
D | auto_tag.py | 154 if not self._options.dry_run: 172 if not options.dry_run and not options.author:
|
D | bump_up_version.py | 168 if self._options.dry_run: # pragma: no cover 217 if not options.dry_run and not options.author:
|
D | auto_roll.py | 100 if self._options.dry_run:
|
D | chromium_roll.py | 82 if not self._options.dry_run:
|
/external/chromium_org/tools/cr/cr/base/ |
D | client.py | 143 if cr.context.dry_run: 186 if cr.context.dry_run:
|
D | context.py | 211 return self.Find('CR_VERBOSE') or self.dry_run 214 def dry_run(self): member in Context
|
D | host.py | 86 if ignore_dry_run or not cr.context.dry_run:
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
D | vp9_tokenize.c | 406 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()
|
D | vp9_tokenize.h | 47 void vp9_tokenize_sb(struct VP9_COMP *cpi, TOKENEXTRA **t, int dry_run,
|
/external/chromium_org/build/android/pylib/perf/ |
D | test_runner.py | 229 if self._options.dry_run:
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/ |
D | layout_test_runner.py | 111 if self._options.dry_run:
|