HomeSort by relevance Sort by last modified time
    Searched refs:dry_run (Results 151 - 175 of 197) sorted by null

1 2 3 4 5 67 8

  /external/tlsdate/src/
tlsdated.c 139 opts->dry_run = DEFAULT_DRY_RUN;
166 opts->dry_run = 1;
373 opts->dry_run = e->value ? !strcmp (e->value, "yes") : 1;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 162 # now for a dry_run
167 make_tarball(base_name, 'dist', compress=None, dry_run=True)
191 # same test with dry_run
199 dry_run=True)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 162 # now for a dry_run
167 make_tarball(base_name, 'dist', compress=None, dry_run=True)
191 # same test with dry_run
199 dry_run=True)
  /external/v8/tools/release/
auto_roll.py 157 if not self._options.dry_run:
  /external/autotest/utils/
test_importer.py 47 DRY_RUN = False
199 def update_tests_in_db(tests, dry_run=False, add_experimental=False,
208 @param dry_run: not used at this time.
400 Log a message if dry_run is enabled, or execute the given function.
402 Relies on the DRY_RUN global variable.
405 @param func: function to execute if dry_run is not enabled.
411 if DRY_RUN:
470 global DRY_RUN
481 dest='dry_run', action='store_true', default=False,
522 DRY_RUN = options.dry_ru
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
msvccompiler.py 234 def __init__ (self, verbose=0, dry_run=0, force=0):
235 CCompiler.__init__ (self, verbose, dry_run, force)
msvc9compiler.py 339 def __init__(self, verbose=0, dry_run=0, force=0):
340 CCompiler.__init__ (self, verbose, dry_run, force)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
msvccompiler.py 234 def __init__ (self, verbose=0, dry_run=0, force=0):
235 CCompiler.__init__ (self, verbose, dry_run, force)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 234 def __init__ (self, verbose=0, dry_run=0, force=0):
235 CCompiler.__init__ (self, verbose, dry_run, force)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 234 def __init__ (self, verbose=0, dry_run=0, force=0):
235 CCompiler.__init__ (self, verbose, dry_run, force)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
register.py 52 if self.dry_run:
bdist_rpm.py 381 if not self.dry_run:
bdist_msi.py 269 remove_tree(self.bdist_dir, dry_run=self.dry_run)
    [all...]
build_ext.py 310 dry_run=self.dry_run,
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
register.py 52 if self.dry_run:
bdist_rpm.py 381 if not self.dry_run:
bdist_msi.py 269 remove_tree(self.bdist_dir, dry_run=self.dry_run)
    [all...]
build_ext.py 310 dry_run=self.dry_run,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
register.py 52 if self.dry_run:
bdist_rpm.py 381 if not self.dry_run:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
register.py 52 if self.dry_run:
bdist_rpm.py 381 if not self.dry_run:
  /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...]
  /external/chromium-trace/catapult/third_party/typ/typ/
runner.py 739 self.dry_run = parent.args.dry_run
843 if child.dry_run:
    [all...]
  /external/v8/build/android/pylib/perf/
test_runner.py 367 if self._options.dry_run:

Completed in 297 milliseconds

1 2 3 4 5 67 8