/external/libcxx/utils/ |
gen_link_script.py | 19 print_and_exit("Usage: ./gen_link_script.py [--help] [--dryrun] <path/to/libcxx.so> <public_libs>...") 25 gen_link_script.py [--help] [--dryrun] <path/to/libcxx.so> <public_libs>... 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:
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/utils/gen_link_script/ |
gen_link_script.py | 19 print_and_exit("Usage: ./gen_link_script.py [--help] [--dryrun] <path/to/libcxx.so> <abi_libname>") 25 gen_link_script.py [--help] [--dryrun] <path/to/libcxx.so> <abi_libname> 50 dryrun = '--dryrun' == args[0] 51 if dryrun: 57 return dryrun, symlink_file, abi_libname 60 dryrun, symlink_file, abi_libname = parse_args() 81 if not dryrun:
|
/external/llvm/utils/release/ |
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/RELEASE_$tag_release 63 ${dryrun} svn copy -m "Creating release candidate $rc from release_$tag_release branch" \ 92 dryrun="echo"
|
/external/autotest/site_utils/ |
deploy_server_local.py | 201 def update_command(cmd_tag, dryrun=False, use_chromite_master=False): 208 @param dryrun: If true print the command that would have been run. 231 if dryrun: 243 def restart_service(service_name, dryrun=False): 249 @param dryrun: Don't really run anything, just print out the command. 255 if dryrun: 277 def restart_services(service_names, dryrun=False, skip_service_status=False): 285 @param dryrun: Don't really restart the service, just print out the command. 294 if dryrun: 296 restart_service(name, dryrun=True [all...] |
deploy_server.py | 108 ' deploy_server.py -- --dryrun\n' 111 ' deploy_server.py --dryrun <server_a> <server_b> --' 124 parser.add_argument('--dryrun', action='store_true', 140 # server_a, server_b -- --dryrun --skip-report 144 # args.args['--dryrun', '--skip-report'] 190 if not options.dryrun: 246 if options.dryrun:
|
/external/syslinux/com32/modules/ |
ifcpu.c | 99 bool dryrun = false; local 147 dryrun = true; 164 if (!dryrun) 168 if (!dryrun)
|
/external/eigen/test/ |
fastmath.cpp | 30 void check_inf_nan(bool dryrun) { 35 if(dryrun) 54 if(dryrun) 72 if(dryrun)
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
kvm.sh | 38 dryrun="" 64 echo " --dryrun sched|script" 114 --dryrun) 115 checkarg --dryrun "sched|script" $# "$2" 'sched\|script' '^--' 116 dryrun=$2 431 if test "$dryrun" = script 435 elif test "$dryrun" = sched 443 # Not a dryrun, so run the script.
|
/external/e2fsprogs/misc/ |
e2fuzz.c | 29 static int dryrun = 0; variable 188 /* If mounted rw, force dryrun mode */ 196 if (!dryrun && (flags & EXT2_MF_MOUNTED) && 200 dryrun = 1; 218 if (!dryrun && (fs->super->s_state & EXT2_VALID_FS) == 0) { 221 dryrun = 1; 282 if (dryrun) 357 dryrun = 1;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
cleanfuture.py | 46 dryrun = 0
variable 59 global verbose, recurse, dryrun
67 dryrun += 1
107 if dryrun:
118 if not dryrun:
|
reindent.py | 7 -d (--dryrun) Dry run. Analyze, but don't make any changes to, files.
50 dryrun = 0
variable 67 global verbose, recurse, dryrun, makebackup
70 ["dryrun", "recurse", "nobackup", "verbose", "help"])
75 if o in ('-d', '--dryrun'):
76 dryrun += 1
121 if dryrun:
123 if not dryrun:
|
/external/autotest/utils/ |
reindent.py | 7 -d (--dryrun) Dry run. Analyze, but don't make any changes to, files. 50 dryrun = 0 variable 67 global verbose, recurse, dryrun, makebackup 70 ["dryrun", "recurse", "nobackup", "verbose", "help"]) 75 if o in ('-d', '--dryrun'): 76 dryrun += 1 120 if dryrun: 122 if not dryrun:
|
/external/dnsmasq/src/ |
rfc1035.c | 1140 int dryrun = 0, sec_reqd = 0; local 1170 dryrun = 1; 1209 if (!dryrun) 1248 if (!dryrun) 1260 if (!dryrun) 1285 if (!dryrun) [all...] |
/external/zopfli/src/zopflipng/ |
zopflipng_bin.cc | 147 bool dryrun = false; // never save anything local 163 dryrun = true; 363 if (!yes && !dryrun && already_exists) { 374 if (!dryrun) { 404 if (dryrun) printf("No files were written because dry run was specified\n");
|
/external/v8/tools/mb/ |
mb.py | 101 subp.add_argument('-n', '--dryrun', action='store_true', 726 if self.args.dryrun: [all...] |
mb_unittest.py | 60 if self.args.dryrun or self.args.verbose or force_verbose:
|
/bootable/recovery/updater/ |
blockimg.cpp | [all...] |
/external/ppp/pppd/ |
pppd.h | 325 extern bool dryrun; /* check everything, print options, exit */ [all...] |
main.c | 455 if (dump_options || dryrun) { 461 if (dryrun) [all...] |
options.c | 120 bool dryrun; /* print out option values and exit */ variable 288 { "dryrun", o_bool, &dryrun, [all...] |
/external/ImageMagick/config/ |
ltmain.sh | [all...] |
/external/c-ares/ |
ltmain.sh | 1072 --dry-run|--dryrun|-n) [all...] |
/external/libcap-ng/libcap-ng-0.7/ |
ltmain.sh | 1069 --dry-run|--dryrun|-n) [all...] |
/external/libedit/ |
ltmain.sh | 1069 --dry-run|--dryrun|-n) [all...] |
/external/libevent/ |
ltmain.sh | 1069 --dry-run|--dryrun|-n) [all...] |