HomeSort by relevance Sort by last modified time
    Searched refs:dry (Results 1 - 25 of 49) sorted by null

1 2

  /external/ltp/android/tools/
dump_make_dryrun.sh 28 echo "Dumping output to $OUTPUT from command 'make -C $LTP_ROOT/testcases --dry-run'"
29 make -C $LTP_ROOT/testcases --dry-run > $OUTPUT
32 echo "Dumping output to $OUTPUT from command 'make -C $LTP_ROOT/testcases install --dry-run'"
33 make -C $LTP_ROOT/testcases install --dry-run > $OUTPUT
  /external/autotest/client/site_tests/platform_TLSDate/src/
test.conf 7 dry-run yes
  /external/autotest/contrib/
run-stable-update 19 # for testing, and invoke a dry run instead.
33 OPTIONS=( --dry-run )
  /external/llvm/utils/release/
tag.sh 27 echo "usage: `basename $0` -release <num> [-rebranch] [-revision <num>] [-dry-run]"
28 echo "usage: `basename $0` -release <num> -rc <num> [-dry-run]"
35 echo " -dry-run Make no changes to the repository, just print the commands"
91 -dry-run | --dry-run )
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
dep_util.py 61 out-of-date (this is handy in "dry-run" mode: it'll make you pretend to
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
dep_util.py 62 out-of-date (this is handy in "dry-run" mode: it'll make you pretend to
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
dep_util.py 62 out-of-date (this is handy in "dry-run" mode: it'll make you pretend to
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dep_util.py 62 out-of-date (this is handy in "dry-run" mode: it'll make you pretend to
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dep_util.py 62 out-of-date (this is handy in "dry-run" mode: it'll make you pretend to
  /external/libvpx/libvpx/tools/
ftfy.sh 14 -n, --dry-run Shows a diff of the changes to be made.
143 -n|--dry-run) cat "${FINAL_DIFF}"; show_commit_msg_diff;;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
install_lib.py 184 were actually run. Not affected by the "dry-run" flag or whether
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
install_lib.py 184 were actually run. Not affected by the "dry-run" flag or whether
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
install_lib.py 184 were actually run. Not affected by the "dry-run" flag or whether
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_lib.py 184 were actually run. Not affected by the "dry-run" flag or whether
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_lib.py 184 were actually run. Not affected by the "dry-run" flag or whether
  /external/valgrind/auxprogs/
update-demangler 106 patch --dry -p1 < ../our-changes
  /external/bison/build-aux/
gnupload 59 --dry-run do nothing, show what would have been done
167 --dry-run|-n)
  /external/protobuf/objectivec/DevTools/
full_mac_build.sh 193 if ! objectivec/DevTools/pddm.py --dry-run objectivec/*.[hm] objectivec/Tests/*.[hm] ; then
  /external/autotest/site_utils/stable_images/
assign_stable_images.py 22 The command supports a `--dry-run` option that reports changes that
125 1. To distinguish "normal" vs. "dry-run" modes. Each mode has a
279 """Code for handling --dry-run execution."""
282 self.report('Dry run: no changes will be made.')
570 parser.add_argument('-n', '--dry-run', dest='updater_mode',
  /art/test/
run-test 910 "./${run}" $run_args --runtime-option '"$@"' --invoke-with exec --dry-run "$@" &> /dev/null
    [all...]
  /external/libyuv/files/
setup_links.py 282 logging.info('Not doing anything because dry-run was specified.')
435 parser.add_option('-d', '--dry-run', action='store_true', default=False,
  /external/webrtc/
setup_links.py 303 logging.info('Not doing anything because dry-run was specified.')
456 parser.add_option('-d', '--dry-run', action='store_true', default=False,
  /external/google-breakpad/autotools/
ltmain.sh 37 # -n, --dry-run display commands without modifying any files
359 # Return a directory name, but don't create it in dry-run mode
376 # If we're not in dry-run mode, bomb out on failure
743 --dry-run | -n) opt_dry_run=: ;;
1065 # but don't create it if we're doing a dry run.
    [all...]
  /external/google-tv-pairing-protocol/cpp/
libtool 442 # -n, --dry-run display commands without modifying any files
860 # Return a directory name, but don't create it in dry-run mode
877 # If we're not in dry-run mode, bomb out on failure
    [all...]
ltmain.sh 37 # -n, --dry-run display commands without modifying any files
359 # Return a directory name, but don't create it in dry-run mode
376 # If we're not in dry-run mode, bomb out on failure
743 --dry-run | -n) opt_dry_run=: ;;
1065 # but don't create it if we're doing a dry run.
    [all...]

Completed in 1130 milliseconds

1 2