HomeSort by relevance Sort by last modified time
    Searched refs:DRY_RUN (Results 1 - 11 of 11) sorted by null

  /frameworks/base/tests/backup/
test_backup_common.sh 20 function a { $DRY_RUN adb $ADB_OPTS "$@"; }
  /external/toolchain-utils/cros_utils/
file_utils.py 15 DRY_RUN = False
18 def Configure(cls, dry_run):
19 cls.DRY_RUN = dry_run
23 if cls.DRY_RUN:
  /external/openssh/contrib/
ssh-copy-id 158 DRY_RUN=1
258 [ "$DRY_RUN" ] || printf 'set ssh pka-dsa key %s\nsave\nexit\n' "$KEY" | ssh -T "$@" >/dev/null 2>&1
272 [ "$DRY_RUN" ] || printf '%s\n' "$NEW_IDS" | ssh "$@" "
281 if [ "$DRY_RUN" ] ; then
  /external/toolchain-utils/automation/common/
command_executer.py 22 DRY_RUN = False
24 def __init__(self, dry_run=False):
26 self._dry_run = dry_run or self.DRY_RUN
29 def Configure(cls, dry_run):
30 cls.DRY_RUN = dry_run
  /art/test/etc/
run-test-jar 61 DRY_RUN="n" # if y prepare to run the test but don't run it.
267 DRY_RUN="y"
713 if [ "$DRY_RUN" != "y" ]; then
804 if [ "$DRY_RUN" = "y" ]; then
  /external/autotest/utils/
test_importer.py 47 DRY_RUN = False
220 def update_tests_in_db(tests, dry_run=False, add_experimental=False,
229 @param dry_run: not used at this time.
417 Log a message if dry_run is enabled, or execute the given function.
419 Relies on the DRY_RUN global variable.
422 @param func: function to execute if dry_run is not enabled.
428 if DRY_RUN:
487 global DRY_RUN
498 dest='dry_run', action='store_true', default=False,
539 DRY_RUN = options.dry_ru
    [all...]
  /bionic/libc/tools/
gensyscalls.py 33 DRY_RUN = False
660 if not DRY_RUN:
  /tools/external/gradle/
gradle-api-3.2.jar 
gradle-api-3.3.jar 
gradle-api-3.4.1.jar 
gradle-api-3.5-20170307000048+0000.jar 

Completed in 410 milliseconds