/external/toolchain-utils/ |
D | auto_delete_nightly_test_data.py | 21 def CleanNumberedDir(s, dry_run=False): argument 30 if misc.DeleteChromeOsTree(cd, dry_run=dry_run): 51 if dry_run: 62 def CleanDatedDir(dated_dir, dry_run=False): argument 70 if not CleanNumberedDir(s, dry_run): 98 def CleanChromeOsTmpFiles(chroot_tmp, days_to_preserve, dry_run): argument 110 if dry_run: 125 dry_run): argument 140 if dry_run: 161 if dry_run: [all …]
|
D | repo_to_repo.py | 72 def PushSources(self, commit_message=None, dry_run=False, message_file=None): argument 262 def PushSources(self, commit_message=None, dry_run=False, message_file=None): argument 267 if dry_run: 405 dry_run=options.dry_run, 410 if not options.dry_run:
|
/external/webrtc/tools/autoroller/ |
D | roll_chromium_revision.py | 312 def _EnsureUpdatedMasterBranch(dry_run): argument 317 if not dry_run: 324 def _CreateRollBranch(dry_run): argument 326 if not dry_run: 330 def _RemovePreviousRollBranch(dry_run): argument 336 if not dry_run: 341 def _LocalCommit(commit_msg, dry_run): argument 343 if not dry_run: 348 def _UploadCL(dry_run, rietveld_email=None): argument 350 if not dry_run: [all …]
|
/external/autotest/site_utils/ |
D | balance_pools.py | 97 def _log_info(dry_run, message, *args): argument 112 if dry_run: 277 def _exchange_labels(dry_run, hosts, target_pool, spare_pool): argument 297 _log_info(dry_run, 'Transferring %d DUTs from %s to %s.', 302 if not dry_run: 352 dry_run = arguments.dry_run 355 _log_info(dry_run, 'Balancing %s %s pool:', board, main_pool.pool) 356 _log_info(dry_run, 367 _log_info(dry_run, 'Target is %d working DUTs; %s.', 370 _log_info(dry_run, [all …]
|
/external/libyuv/files/tools_libyuv/autoroller/ |
D | roll_deps.py | 359 def _EnsureUpdatedMasterBranch(dry_run): argument 364 if not dry_run: 371 def _CreateRollBranch(dry_run): argument 373 if not dry_run: 377 def _RemovePreviousRollBranch(dry_run): argument 383 if not dry_run: 388 def _LocalCommit(commit_msg, dry_run): argument 390 if not dry_run: 395 def _UploadCL(dry_run, rietveld_email=None): argument 397 if not dry_run: [all …]
|
/external/toolchain-utils/automation/server/ |
D | server.py | 22 def __init__(self, machines_file=None, dry_run=False): argument 29 CommandExecuter.Configure(dry_run) 39 def ExecuteJobGroup(self, job_group, dry_run=False): argument 42 job_group, dry_run) 45 job.dry_run = dry_run 102 server = Server(options.machines_file, options.dry_run)
|
/external/jsoncpp/devtools/ |
D | licenseupdater.py | 16 def update_license( path, dry_run, show_diff ): argument 35 if not dry_run: 46 def update_license_in_source_directories( source_dirs, dry_run, show_diff ): argument 63 update_license( source, dry_run, show_diff ) 86 update_license_in_source_directories( args, options.dry_run, options.show_diff )
|
/external/libyuv/files/ |
D | cleanup_links.py | 36 def __init__(self, links_db, dry_run=False): argument 37 self._dry_run = dry_run 84 if options.dry_run: 97 symlink_creator = WebRTCLinkSetup(links_database, options.dry_run)
|
D | setup_links.py | 250 def __init__(self, links_db, force=False, dry_run=False, prompt=False): argument 252 self._dry_run = dry_run 455 if options.dry_run or options.force or options.clean_only: 484 options.dry_run, options.prompt)
|
/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/toolchain-utils/automation/common/ |
D | command_executer.py | 24 def __init__(self, dry_run=False): argument 26 self._dry_run = dry_run or self.DRY_RUN 29 def Configure(cls, dry_run): argument 30 cls.DRY_RUN = dry_run
|
/external/clang/ |
D | build.py | 48 dry_run = False variable in Config 89 if not Config.dry_run: 97 if not Config.dry_run: 105 if not Config.dry_run: 113 if not Config.dry_run: 120 if not Config.dry_run: 127 if not Config.dry_run: 134 if not Config.dry_run: 675 Config.dry_run = args.dry_run
|
/external/autotest/client/site_tests/hardware_RamFio/ |
D | hardware_RamFio.py | 34 def run_once(self, size=_DEFAULT_SIZE, requirements=None, dry_run=False): argument 53 if dry_run:
|
/external/autotest/tko/ |
D | parse.py | 246 dry_run = parse_options.dry_run 306 if not dry_run: 329 if not dry_run: 350 if not dry_run: 409 if not dry_run: 578 options.dry_run, options.suite_report,
|
/external/toolchain-utils/cros_utils/ |
D | file_utils.py | 18 def Configure(cls, dry_run): argument 19 cls.DRY_RUN = dry_run
|
/external/kmod/tools/ |
D | modprobe.c | 48 static int dry_run = 0; variable 273 if (dry_run) in command_do() 298 if (dry_run) in rmmod_do_remove_module() 507 if (dry_run) in insmod() 777 dry_run = 1; in do_modprobe() 787 dry_run = 1; in do_modprobe()
|
/external/toolchain-utils/crosperf/ |
D | crosperf.py | 105 if options.dry_run: 121 if options.dry_run:
|
/external/autotest/site_utils/autoupdate/ |
D | full_release_test.py | 359 def run_test_afe(test, env, control_code, afe, dry_run): argument 381 if not dry_run: 460 opts.dry_run = True 515 afe, args.dry_run)
|
/external/mmc-utils/ |
D | mmc_cmds.c | 526 int set_partitioning_setting_completed(int dry_run, const char * const device, in set_partitioning_setting_completed() argument 531 if (dry_run) { in set_partitioning_setting_completed() 671 int dry_run = 1; in do_create_gp_partition() local 680 dry_run = 0; in do_create_gp_partition() 783 if (!set_partitioning_setting_completed(dry_run, device, fd)) in do_create_gp_partition() 795 int dry_run = 1; in do_enh_area_set() local 803 dry_run = 0; in do_enh_area_set() 925 if (!set_partitioning_setting_completed(dry_run, device, fd)) in do_enh_area_set() 937 int dry_run = 1; in do_write_reliability_set() local 945 dry_run = 0; in do_write_reliability_set() [all …]
|
/external/webrtc/ |
D | setup_links.py | 271 def __init__(self, links_db, force=False, dry_run=False, prompt=False): argument 273 self._dry_run = dry_run 476 if options.dry_run or options.force or options.clean_only: 505 options.dry_run, options.prompt)
|
/external/e2fsprogs/misc/ |
D | e2undo.c | 291 int c, force = 0, dry_run = 0, verbose = 0, dump = 0; in main() local 328 dry_run = 1; in main() 445 IO_FLAG_EXCLUSIVE | (dry_run ? 0 : IO_FLAG_RW), in main() 603 if (dry_run) in main() 627 if (!dry_run && (force || csum_error || io_error)) { in main()
|
/external/v8/tools/release/ |
D | auto_tag.py | 153 if not self._options.dry_run: 174 if not options.dry_run and not options.author:
|
/external/vixl/tools/ |
D | test.py | 445 if not args.nolint and not (args.fast or args.dry_run): 449 if not args.noclang_format and not (args.fast or args.dry_run): 487 if (args.dry_run): 527 if not args.dry_run:
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_tokenize.c | 466 void vp9_tokenize_sb(VP9_COMP *cpi, ThreadData *td, TOKENEXTRA **t, int dry_run, in vp9_tokenize_sb() argument 479 if (!dry_run && !seg_skip) ++td->counts->skip[ctx][1]; in vp9_tokenize_sb() 484 if (!dry_run) { in vp9_tokenize_sb()
|