/frameworks/base/tests/backup/ |
test_restore.sh | 18 #export DRY_RUN="echo"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
build_py.py | 390 force=self.force, prefix=prefix, dry_run=self.dry_run) 393 force=self.force, prefix=prefix, dry_run=self.dry_run)
|
sdist.py | 414 dir_util.create_tree(base_dir, files, dry_run=self.dry_run) 471 dir_util.remove_tree(base_dir, dry_run=self.dry_run)
|
build_clib.py | 102 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
|
bdist_wininst.py | 201 remove_tree(self.bdist_dir, dry_run=self.dry_run)
|
register.py | 52 if self.dry_run:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
build_py.py | 390 force=self.force, prefix=prefix, dry_run=self.dry_run) 393 force=self.force, prefix=prefix, dry_run=self.dry_run)
|
sdist.py | 414 dir_util.create_tree(base_dir, files, dry_run=self.dry_run) 471 dir_util.remove_tree(base_dir, dry_run=self.dry_run)
|
build_clib.py | 102 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
|
bdist_wininst.py | 201 remove_tree(self.bdist_dir, dry_run=self.dry_run)
|
register.py | 52 if 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)
|
cygwinccompiler.py | 109 def __init__ (self, verbose=0, dry_run=0, force=0): 111 UnixCCompiler.__init__ (self, verbose, dry_run, force) 335 dry_run=0, 338 CygwinCCompiler.__init__ (self, verbose, dry_run, force)
|
bcppcompiler.py | 55 dry_run=0, 58 CCompiler.__init__ (self, verbose, dry_run, force)
|
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/ |
emxccompiler.py | 44 dry_run=0, 47 UnixCCompiler.__init__ (self, verbose, dry_run, force)
|
cygwinccompiler.py | 109 def __init__ (self, verbose=0, dry_run=0, force=0): 111 UnixCCompiler.__init__ (self, verbose, dry_run, force) 335 dry_run=0, 338 CygwinCCompiler.__init__ (self, verbose, dry_run, force)
|
bcppcompiler.py | 55 dry_run=0, 58 CCompiler.__init__ (self, verbose, dry_run, force)
|
msvccompiler.py | 234 def __init__ (self, verbose=0, dry_run=0, force=0): 235 CCompiler.__init__ (self, verbose, dry_run, force)
|
/external/v8/tools/push-to-trunk/ |
auto_roll.py | 100 if self._options.dry_run:
|
chromium_roll.py | 82 if not self._options.dry_run:
|
/docs/source.android.com/src/devices/sensors/ |
versioning.jd | 179 not used anymore. <code>DRY_RUN</code> and <code>WAKE_UPON_FIFO_FULL</code> are
|
/bionic/libc/tools/ |
gensyscalls.py | 33 DRY_RUN = False 639 if not DRY_RUN:
|