HomeSort by relevance Sort by last modified time
    Searched defs:dry_run (Results 1 - 7 of 7) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
util.py 315 def execute (func, args, msg=None, verbose=0, dry_run=0):
318 are disabled by the 'dry_run' flag. This method takes care of all
330 if not dry_run:
353 verbose=1, dry_run=0,
372 If 'dry_run' is true, doesn't actually do anything that would
410 if not dry_run:
439 verbose=%r, dry_run=0,
450 spawn(cmd, dry_run=dry_run)
452 dry_run=dry_run variable
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
util.py 315 def execute (func, args, msg=None, verbose=0, dry_run=0):
318 are disabled by the 'dry_run' flag. This method takes care of all
330 if not dry_run:
353 verbose=1, dry_run=0,
372 If 'dry_run' is true, doesn't actually do anything that would
410 if not dry_run:
439 verbose=%r, dry_run=0,
450 spawn(cmd, dry_run=dry_run)
452 dry_run=dry_run variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
util.py 315 def execute (func, args, msg=None, verbose=0, dry_run=0):
318 are disabled by the 'dry_run' flag. This method takes care of all
330 if not dry_run:
353 verbose=1, dry_run=0,
372 If 'dry_run' is true, doesn't actually do anything that would
410 if not dry_run:
439 verbose=%r, dry_run=0,
450 spawn(cmd, dry_run=dry_run)
452 dry_run=dry_run variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py 315 def execute (func, args, msg=None, verbose=0, dry_run=0):
318 are disabled by the 'dry_run' flag. This method takes care of all
330 if not dry_run:
353 verbose=1, dry_run=0,
372 If 'dry_run' is true, doesn't actually do anything that would
410 if not dry_run:
439 verbose=%r, dry_run=0,
450 spawn(cmd, dry_run=dry_run)
452 dry_run=dry_run variable
    [all...]
  /external/mmc-utils/
mmc_cmds.c 526 int set_partitioning_setting_completed(int dry_run, const char * const device,
531 if (dry_run) {
671 int dry_run = 1; local
680 dry_run = 0;
783 if (!set_partitioning_setting_completed(dry_run, device, fd))
795 int dry_run = 1; local
803 dry_run = 0;
925 if (!set_partitioning_setting_completed(dry_run, device, fd))
937 int dry_run = 1; local
945 dry_run = 0
    [all...]
  /external/tlsdate/src/
tlsdate.h 129 int dry_run; member in struct:opts
  /toolchain/binutils/binutils-2.25/binutils/
dllwrap.c 97 static int dry_run = 0; variable
358 if (verbose || dry_run)
390 if (dry_run)
725 dry_run = 1;
    [all...]

Completed in 1031 milliseconds