HomeSort by relevance Sort by last modified time
    Searched refs:dry_run (Results 176 - 200 of 257) sorted by null

1 2 3 4 5 6 78 91011

  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
config.py 102 dry_run=self.dry_run, force=1)
171 # consult 'dry_run', and assume a default (minimal) configuration if
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
bcppcompiler.py 55 dry_run=0,
58 CCompiler.__init__ (self, verbose, dry_run, force)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
bdist_wininst.py 201 remove_tree(self.bdist_dir, dry_run=self.dry_run)
config.py 102 dry_run=self.dry_run, force=1)
171 # consult 'dry_run', and assume a default (minimal) configuration if
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
bcppcompiler.py 55 dry_run=0,
58 CCompiler.__init__ (self, verbose, dry_run, force)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_wininst.py 201 remove_tree(self.bdist_dir, dry_run=self.dry_run)
config.py 102 dry_run=self.dry_run, force=1)
171 # consult 'dry_run', and assume a default (minimal) configuration if
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
bcppcompiler.py 55 dry_run=0,
58 CCompiler.__init__ (self, verbose, dry_run, force)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_wininst.py 201 remove_tree(self.bdist_dir, dry_run=self.dry_run)
config.py 102 dry_run=self.dry_run, force=1)
171 # consult 'dry_run', and assume a default (minimal) configuration if
  /art/test/testrunner/
testrunner.py 125 dry_run = False variable
526 elif not dry_run:
688 if dry_run:
834 target_options['dry_run'] = options['dry_run']
857 global dry_run
875 parser.add_argument('--dry-run', action='store_true', dest='dry_run')
    [all...]
  /external/lz4/tests/
test-lz4-speed.py 195 if not args.dry_run:
206 if not args.dry_run:
253 parser.add_argument('--dry-run', dest='dry_run', action='store_true', help='not build', default=False)
292 print("dry_run=%s" % args.dry_run)
  /external/python/cpython2/Lib/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/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/python/cpython2/Lib/test/
test_tcl.py 674 @test_support.precisionbigmemtest(size=INT_MAX + 1, memuse=5, dry_run=False)
684 dry_run=False)
692 @test_support.precisionbigmemtest(size=INT_MAX + 1, memuse=9, dry_run=False)
702 dry_run=False)
  /external/toolchain-utils/automation/common/
job.py 69 self.dry_run = None
  /external/toolchain-utils/automation/server/
job_executer.py 30 self._executer = LoggingCommandExecuter(self.job.dry_run)
  /external/v8/tools/release/
auto_roll.py 157 if not self._options.dry_run:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
build_ext.py 308 dry_run=self.dry_run,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
msvccompiler.py 234 def __init__ (self, verbose=0, dry_run=0, force=0):
235 CCompiler.__init__ (self, verbose, dry_run, force)
  /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...]
  /external/python/cpython2/Lib/distutils/command/
build_ext.py 308 dry_run=self.dry_run,
  /external/python/cpython2/Lib/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/
msvccompiler.py 234 def __init__ (self, verbose=0, dry_run=0, force=0):
235 CCompiler.__init__ (self, verbose, dry_run, force)

Completed in 419 milliseconds

1 2 3 4 5 6 78 91011