HomeSort by relevance Sort by last modified time
    Searched refs:DRY_RUN (Results 1 - 9 of 9) 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/autotest/contrib/
db_cleanup.py 63 DRY_RUN = False
214 if not DRY_RUN:
360 parser.add_argument('--dry_run', action='store_true',
374 verbose = args.verbose or args.dry_run
383 global STEP_SIZE, DRY_RUN, LOAD_RATIO
385 DRY_RUN = args.dry_run
  /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
  /external/autotest/utils/
test_importer.py 45 DRY_RUN = False
218 def update_tests_in_db(tests, dry_run=False, add_experimental=False,
227 @param dry_run: not used at this time.
415 Log a message if dry_run is enabled, or execute the given function.
417 Relies on the DRY_RUN global variable.
420 @param func: function to execute if dry_run is not enabled.
426 if DRY_RUN:
485 global DRY_RUN
496 dest='dry_run', action='store_true', default=False,
537 DRY_RUN = options.dry_ru
    [all...]
  /art/test/etc/
run-test-jar 65 DRY_RUN="n" # if y prepare to run the test but don't run it.
345 DRY_RUN="y"
890 if [ "$DRY_RUN" != "y" ]; then
990 if [ "$DRY_RUN" = "y" ]; the
    [all...]
  /bionic/libc/tools/
gensyscalls.py 33 DRY_RUN = False
660 if not DRY_RUN:
  /tools/external/gradle/
gradle-api-3.4.1.jar 
gradle-api-3.5-20170307000048+0000.jar 

Completed in 212 milliseconds