/aosp_15_r20/external/cronet/build/gn_ast/ |
H A D | gn_editor.py | 43 dryrun: bool = False variable in OperationResult 49 dryrun = '[DRYRUN] ' if self.dryrun else '' 67 path: str, dryrun: bool) -> Optional[OperationResult]: 68 with json_gn_editor.BuildFile(path, root, dryrun=dryrun) as build_file: 73 dryrun=dryrun) 79 dryrun: bool, targets: List[str], inline_mode: bool, 81 with json_gn_editor.BuildFile(path, root, dryrun=dryrun) as build_file: 87 dryrun=dryrun) 125 (args.existing, args.new, root, filepath, args.dryrun)) 252 dryrun=args.dryrun,
|
/aosp_15_r20/external/angle/build/gn_ast/ |
H A D | gn_editor.py | 43 dryrun: bool = False variable in OperationResult 49 dryrun = '[DRYRUN] ' if self.dryrun else '' 67 path: str, dryrun: bool) -> Optional[OperationResult]: 68 with json_gn_editor.BuildFile(path, root, dryrun=dryrun) as build_file: 73 dryrun=dryrun) 79 dryrun: bool, targets: List[str], inline_mode: bool, 81 with json_gn_editor.BuildFile(path, root, dryrun=dryrun) as build_file: 87 dryrun=dryrun) 125 (args.existing, args.new, root, filepath, args.dryrun)) 252 dryrun=args.dryrun,
|
/aosp_15_r20/external/llvm/utils/release/ |
H A 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"
|
/aosp_15_r20/external/autotest/cli/ |
H A D | server.py | 286 message, draft=self.draft, dryrun=self.dryrun, 313 if self.skylab and not self.dryrun and not self.submit: 335 message, draft=self.draft, dryrun=self.dryrun, 359 if self.skylab and not self.dryrun and not self.submit: 477 message, draft=self.draft, dryrun=self.dryrun, 504 if self.skylab and not self.dryrun and not self.submit:
|
H A D | skylab_utils.py | 139 def upload_change(self, commit_message, draft=False, dryrun=False, argument 154 remote, 'main', draft=draft, dryrun=dryrun) 156 if not dryrun:
|
H A D | topic_common.py | 541 self.dryrun = options.dryrun 542 if self.dryrun: 546 if self.submit and (self.dryrun or self.draft):
|
/aosp_15_r20/external/libcxx/utils/ |
H A 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:
|
/aosp_15_r20/external/dnsmasq/src/ |
H A 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 …]
|
/aosp_15_r20/external/e2fsprogs/misc/ |
H A D | e2fuzz.c | 29 static int dryrun = 0; variable 197 if (!dryrun && (flags & EXT2_MF_MOUNTED) && in process_fs() 201 dryrun = 1; in process_fs() 219 if (!dryrun && (fs->super->s_state & EXT2_VALID_FS) == 0) { in process_fs() 222 dryrun = 1; in process_fs() 283 if (dryrun) in process_fs() 358 dryrun = 1; in main()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm.sh | 27 dryrun="" 144 --dryrun) 145 checkarg --dryrun "batches|sched|script" $# "$2" 'batches\|scenarios\|sched\|script' '^--' 146 dryrun=$2 263 if test -n "$dryrun" || test -z "$TORTURE_INITRD" || tools/testing/selftests/rcutorture/bin/mkinitr… 619 if test "$dryrun" = script 623 elif test "$dryrun" = sched 635 elif test "$dryrun" = batches 639 elif test "$dryrun" = scenarios
|
H A D | kvm-again.sh | 54 dryrun= 75 --dryrun) 76 dryrun=1 178 if test -n "$dryrun"
|
/aosp_15_r20/external/autotest/contrib/ |
H A 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:
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/Compiler/ |
D | NAG-Fortran.cmake | 4 # Run with -dryrun to see sample "link" line. 6 COMMAND ${CMAKE_Fortran_COMPILER} dummy.o -dryrun 18 "Detecting NAG Fortran directory with -dryrun found\n" 26 "Detecting NAG Fortran directory with -dryrun failed:\n${_dryrun}\n\n")
|
/aosp_15_r20/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:
|
/aosp_15_r20/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:
|
/aosp_15_r20/external/autotest/utils/ |
H A D | reindent.py | 56 dryrun = 0 variable 73 global verbose, recurse, dryrun, makebackup 82 dryrun += 1 126 if dryrun: 128 if not dryrun:
|
/aosp_15_r20/external/skia/tools/gpu/gl/interface/ |
H A D | Makefile | 4 dryrun: target 5 go run *.go --in_table "./interface.json5" --out_dir "../../../../src/gpu/ganesh/gl" --dryrun 11 bazelisk run //tools/gpu/gl/interface:generate_gl_interfaces -- --dryrun
|
H A D | BUILD.bazel | 39 if "--dryrun" in sys.argv: 40 cmd.append("--dryrun")
|
/aosp_15_r20/external/autotest/client/common_lib/ |
H A 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:
|
/aosp_15_r20/external/zopfli/src/zopflipng/ |
H A D | zopflipng_bin.cc | 166 bool dryrun = false; // never save anything in main() local 181 dryrun = true; in main() 433 if (!yes && !dryrun && already_exists) { in main() 444 if (!dryrun) { in main() 477 if (dryrun) printf("No files were written because dry run was specified\n"); in main()
|
/aosp_15_r20/external/eigen/test/ |
H A 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()
|
/aosp_15_r20/external/autotest/site_utils/ |
H A D | sync_cloudsql_access.py | 73 dryrun=False): argument 117 if dryrun: 159 options.extra_servers, options.dryrun)
|
/aosp_15_r20/build/make/tools/finalization/ |
H A D | README.md | 24 [Full cleanup](./dryrun-cleanup.sh). Remove all local changes and switch each project into head-les… 25 [SDK](./dryrun-step-1.sh). Perform SDK finalization and upload the CLs to Gerrit. 26 [SDK and REL](./dryrun-step-1-and-2.sh). Perform SDK finalization, plus all necessary changes to sw…
|