/external/autotest/site_utils/ |
D | deploy_server_local.py | 197 def update_command(cmd_tag, dryrun=False, use_chromite_master=False): argument 227 if dryrun: 239 def restart_service(service_name, dryrun=False): argument 251 if dryrun: 273 def restart_services(service_names, dryrun=False, skip_service_status=False): argument 290 if dryrun: 292 restart_service(name, dryrun=True) 318 def run_deploy_actions(cmds_skip=set(), dryrun=False, argument 338 update_command(cmd, dryrun=dryrun, 344 restart_services(services, dryrun=dryrun, [all …]
|
D | deploy_server.py | 191 if not options.dryrun: 247 if options.dryrun:
|
/external/autotest/server/site_tests/provision_CheetsUpdate/ |
D | push_to_device.py | 84 def __init__(self, remote, dryrun): argument 86 self._dryrun = dryrun 93 lib.util.check_call(dryrun=self._dryrun, *command) 99 return lib.util.check_output(dryrun=self._dryrun, *command) 105 lib.util.check_call(dryrun=self._dryrun, *command) 117 lib.util.check_call(dryrun=self._dryrun, *command) 129 return lib.util.check_call(dryrun=self._dryrun, *command) 180 def __init__(self, simg2img_path, dryrun): argument 182 self._dryrun = dryrun 189 lib.util.check_call(self._path, src, dest, dryrun=self._dryrun) [all …]
|
/external/llvm/utils/release/ |
D | tag.sh | 21 dryrun="" 45 ${dryrun} svn remove -m "Removing old release_$branch_release branch for rebranching." \ 48 ${dryrun} svn copy -m "Creating release_$branch_release branch off revision ${revision}" \ 60 …${dryrun} svn mkdir -m "Creating release directory for release_$tag_release." $base_url/$proj/tags… 63 … ${dryrun} svn copy -m "Creating release candidate $rc from release_$tag_release branch" \ 92 dryrun="echo"
|
/external/libcxx/utils/ |
D | gen_link_script.py | 49 dryrun = '--dryrun' == args[0] 50 if dryrun: 56 return dryrun, symlink_file, public_libs 59 dryrun, symlink_file, public_libs = parse_args() 77 if not dryrun:
|
/external/autotest/server/site_tests/provision_CheetsUpdate/lib/ |
D | util.py | 33 def check_call(*subprocess_args, dryrun=False, **kwargs): argument 37 if dryrun: 47 def check_output(*subprocess_args, dryrun=False, **kwargs): argument 51 if dryrun:
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
D | kvm.sh | 38 dryrun="" 114 --dryrun) 115 checkarg --dryrun "sched|script" $# "$2" 'sched\|script' '^--' 116 dryrun=$2 436 if test "$dryrun" = script 440 elif test "$dryrun" = sched
|
/external/e2fsprogs/misc/ |
D | e2fuzz.c | 29 static int dryrun = 0; variable 196 if (!dryrun && (flags & EXT2_MF_MOUNTED) && in process_fs() 200 dryrun = 1; in process_fs() 218 if (!dryrun && (fs->super->s_state & EXT2_VALID_FS) == 0) { in process_fs() 221 dryrun = 1; in process_fs() 282 if (dryrun) in process_fs() 357 dryrun = 1; in main()
|
/external/syslinux/com32/modules/ |
D | ifcpu.c | 99 bool dryrun = false; in main() local 147 dryrun = true; in main() 164 if (!dryrun) in main() 168 if (!dryrun) in main()
|
/external/autotest/utils/ |
D | reindent.py | 50 dryrun = 0 variable 67 global verbose, recurse, dryrun, makebackup 76 dryrun += 1 120 if dryrun: 122 if not dryrun:
|
/external/python/cpython2/Tools/scripts/ |
D | cleanfuture.py | 46 dryrun = 0 variable 59 global verbose, recurse, dryrun 67 dryrun += 1 107 if dryrun: 118 if not dryrun:
|
D | reindent.py | 51 dryrun = 0 variable 68 global verbose, recurse, dryrun, makebackup 77 dryrun += 1 128 if dryrun: 130 if not dryrun:
|
/external/dnsmasq/src/ |
D | rfc1035.c | 1140 int dryrun = 0, sec_reqd = 0; in answer_request() local 1173 dryrun = 1; in answer_request() 1212 if (!dryrun) in answer_request() 1251 if (!dryrun) in answer_request() 1263 if (!dryrun) in answer_request() 1288 if (!dryrun) in answer_request() 1296 if (!dryrun) in answer_request() 1315 if (!dryrun) in answer_request() 1339 if (!dryrun) in answer_request() 1361 if (!dryrun) in answer_request() [all …]
|
/external/eigen/test/ |
D | fastmath.cpp | 30 void check_inf_nan(bool dryrun) { in check_inf_nan() argument 35 if(dryrun) in check_inf_nan() 54 if(dryrun) in check_inf_nan() 72 if(dryrun) in check_inf_nan()
|
/external/zopfli/src/zopflipng/ |
D | zopflipng_bin.cc | 147 bool dryrun = false; // never save anything in main() local 163 dryrun = true; in main() 363 if (!yes && !dryrun && already_exists) { in main() 374 if (!dryrun) { in main() 404 if (dryrun) printf("No files were written because dry run was specified\n"); in main()
|
/external/v8/tools/mb/ |
D | mb.py | 726 if self.args.dryrun: 1375 if self.args.dryrun or self.args.verbose or force_verbose: 1377 if self.args.dryrun: 1465 if self.args.dryrun or self.args.verbose or force_verbose:
|
D | mb_unittest.py | 60 if self.args.dryrun or self.args.verbose or force_verbose:
|
/external/ppp/pppd/ |
D | options.c | 120 bool dryrun; /* print out option values and exit */ variable 288 { "dryrun", o_bool, &dryrun,
|
D | main.c | 455 if (dump_options || dryrun) { 461 if (dryrun)
|
D | pppd.h | 325 extern bool dryrun; /* check everything, print options, exit */
|
/external/dnsmasq/contrib/dns-loc/ |
D | dnsmasq2-loc-rfc1876.patch | 124 + if (!dryrun)
|
/external/v8/tools/mb/docs/ |
D | user_guide.md | 127 You can pass the `-n/--dryrun` flag to mb gen to see what will happen without
|
/external/libnetfilter_conntrack/build-aux/ |
D | ltmain.sh | 1069 --dry-run|--dryrun|-n)
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/build-aux/ |
D | ltmain.sh | 1069 --dry-run|--dryrun|-n)
|
/external/libcap-ng/libcap-ng-0.7/ |
D | ltmain.sh | 1069 --dry-run|--dryrun|-n)
|