/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/llvm-project/llvm/utils/release/ |
D | merge-request.sh | 14 dryrun="" 70 dryrun="echo" 192 bug_id=`${dryrun} $BUGZILLA_CMD --ensure-logged-in new \ 202 if [ -n "$dryrun" ]; then
|
/external/autotest/cli/ |
D | skylab_utils.py | 139 def upload_change(self, commit_message, draft=False, dryrun=False, argument 154 remote, 'master', draft=draft, dryrun=dryrun) 156 if not dryrun:
|
D | server.py | 300 message, draft=self.draft, dryrun=self.dryrun, 347 if self.skylab and not self.dryrun and not self.submit: 369 message, draft=self.draft, dryrun=self.dryrun, 413 if self.skylab and not self.dryrun and not self.submit: 531 message, draft=self.draft, dryrun=self.dryrun, 579 if self.skylab and not self.dryrun and not self.submit:
|
D | topic_common.py | 541 self.dryrun = options.dryrun 542 if self.dryrun: 546 if self.submit and (self.dryrun or self.draft):
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
D | kvm.sh | 24 dryrun="" 108 --dryrun) 109 checkarg --dryrun "sched|script" $# "$2" 'sched\|script' '^--' 110 dryrun=$2 458 if test "$dryrun" = script 462 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/autotest/contrib/ |
D | backfill_tko_task_references.py | 46 if args.dryrun: 145 def _insert_task_references(conn, task_references, dryrun): argument 152 if dryrun: 208 _insert_task_references(conn, task_references, args.dryrun) 209 if not args.dryrun:
|
/external/skia/tools/gpu/gl/interface/ |
D | Makefile | 4 dryrun: target 5 go run *.go --in_table "./interface.json5" --out_dir "../../../../src/gpu/gl" --dryrun
|
/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/python/cpython3/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 | 53 dryrun = False variable 71 global verbose, recurse, dryrun, makebackup, spec_newline 80 dryrun = True 141 if dryrun: 143 if not dryrun:
|
/external/dnsmasq/src/ |
D | rfc1035.c | 968 int dryrun = 0, sec_reqd = 0; in answer_request() local 999 dryrun = 1; in answer_request() 1030 if (!dryrun) { in answer_request() 1062 if (!dryrun) { in answer_request() 1071 if (!dryrun) { in answer_request() 1089 if (!dryrun) log_query(crecp->flags & ~F_FORWARD, name, &addr, NULL); in answer_request() 1093 if (!dryrun) { in answer_request() 1109 if (!dryrun) in answer_request() 1130 if (!dryrun) { in answer_request() 1148 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/autotest/site_utils/ |
D | sync_cloudsql_access.py | 73 dryrun=False): argument 117 if dryrun: 159 options.extra_servers, options.dryrun)
|
/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/autotest/client/common_lib/ |
D | revision_control.py | 236 dryrun=False): argument 250 return self.push(remote, local_ref, remote_refspec, dryrun=dryrun) 253 def push(self, remote, local_refspec, remote_refspec, dryrun=False): argument 266 if dryrun:
|
/external/erofs-utils/lib/ |
D | cache.c | 80 bool dryrun) in __erofs_battach() argument 103 if (!dryrun) { in __erofs_battach()
|
/external/webrtc/tools_webrtc/mb/ |
D | mb.py | 1127 if self.args.dryrun or self.args.verbose or force_verbose: 1129 if self.args.dryrun: 1217 if self.args.dryrun or self.args.verbose or force_verbose:
|
D | mb_unittest.py | 67 if self.args.dryrun or self.args.verbose or force_verbose:
|
/external/ppp/pppd/ |
D | main.c | 432 if (dump_options || dryrun) { 438 if (dryrun)
|
D | pppd.h | 325 extern bool dryrun; /* check everything, print options, exit */
|