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

1 2 3 4 5 67 8 91011

  /external/python/cpython2/Lib/distutils/command/
upload.py 78 dry_run=self.dry_run)
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
  /external/python/cpython2/Lib/distutils/
emxccompiler.py 44 dry_run=0,
47 UnixCCompiler.__init__ (self, verbose, dry_run, force)
bcppcompiler.py 55 dry_run=0,
58 CCompiler.__init__ (self, verbose, dry_run, force)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
build_clib.py 102 dry_run=self.dry_run,
upload.py 78 dry_run=self.dry_run)
bdist_wininst.py 201 remove_tree(self.bdist_dir, dry_run=self.dry_run)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
emxccompiler.py 44 dry_run=0,
47 UnixCCompiler.__init__ (self, verbose, dry_run, force)
bcppcompiler.py 55 dry_run=0,
58 CCompiler.__init__ (self, verbose, dry_run, force)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
build_clib.py 102 dry_run=self.dry_run,
upload.py 78 dry_run=self.dry_run)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
emxccompiler.py 44 dry_run=0,
47 UnixCCompiler.__init__ (self, verbose, dry_run, force)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_clib.py 102 dry_run=self.dry_run,
upload.py 78 dry_run=self.dry_run)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
emxccompiler.py 44 dry_run=0,
47 UnixCCompiler.__init__ (self, verbose, dry_run, force)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_clib.py 102 dry_run=self.dry_run,
upload.py 78 dry_run=self.dry_run)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
emxccompiler.py 44 dry_run=0,
47 UnixCCompiler.__init__ (self, verbose, dry_run, force)
  /external/e2fsprogs/misc/
e2undo.c 291 int c, force = 0, dry_run = 0, verbose = 0, dump = 0; local
328 dry_run = 1;
445 IO_FLAG_EXCLUSIVE | (dry_run ? 0 : IO_FLAG_RW),
603 if (dry_run)
627 if (!dry_run && (force || csum_error || io_error)) {
  /external/python/cpython2/Lib/test/
test_hashlib.py 222 @precisionbigmemtest(size=_4G + 5, memuse=1, dry_run=False)
227 @precisionbigmemtest(size=_4G + 5, memuse=1, dry_run=False)
232 @precisionbigmemtest(size=_4G - 1, memuse=1, dry_run=False)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
bcppcompiler.py 55 dry_run=0,
58 CCompiler.__init__ (self, verbose, dry_run, force)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
bdist_wininst.py 197 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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_archive_util.py 145 # now for a dry_run
150 make_tarball(base_name, 'dist', compress=None, dry_run=True)
174 # same test with dry_run
182 dry_run=True)

Completed in 325 milliseconds

1 2 3 4 5 67 8 91011