/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/chromium_org/ui/views/controls/ |
styled_label.h | 120 // has to work with. If |dry_run| is true, the view hierarchy is not touched. 122 gfx::Size CalculateAndDoLayout(int width, bool dry_run);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
upload.py | 78 dry_run=self.dry_run)
|
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
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
upload.py | 78 dry_run=self.dry_run)
|
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
|
/external/bison/build-aux/ |
gnupload | 30 dry_run=false 168 dry_run=: 200 if $dry_run; then 254 if $dry_run || grep -q "^use-agent" $GNUPGHOME/gpg.conf; then :; else 288 if $dry_run; then
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
ccompiler.py | 93 def __init__ (self, verbose=0, dry_run=0, force=0): 94 self.dry_run = dry_run 468 if self.dry_run: [all...] |
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/ |
ccompiler.py | 93 def __init__ (self, verbose=0, dry_run=0, force=0): 94 self.dry_run = dry_run 468 if self.dry_run: [all...] |
emxccompiler.py | 44 dry_run=0, 47 UnixCCompiler.__init__ (self, verbose, dry_run, force)
|
/frameworks/base/tests/backup/ |
test_restore.sh | 18 #export DRY_RUN="echo"
|
/external/chromium_org/tools/cr/cr/base/ |
client.py | 143 if cr.context.dry_run: 186 if cr.context.dry_run:
|
context.py | 211 return self.Find('CR_VERBOSE') or self.dry_run 214 def dry_run(self): member in class:Context
|
host.py | 86 if ignore_dry_run or not cr.context.dry_run:
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/ |
test_importer.py | 211 if not self.options.dry_run and self.import_in_place: 224 if not self.options.dry_run and self.import_in_place: 357 if not self.import_in_place and not self.options.dry_run: 376 if not self.import_in_place and not self.options.dry_run: 384 if not self.options.dry_run: 389 if not self.import_in_place and not self.options.dry_run:
|
/external/chromium_org/tools/ |
run-bisect-perf-regression.py | 367 config, working_directory, path_to_goma, path_to_extra_src, dry_run): 376 dry_run: Do a dry run, skipping sync, build, and performance testing steps. 455 if dry_run: 505 parser.add_option('--dry_run', 540 opts.dry_run)
|
/external/chromium_org/v8/tools/push-to-trunk/ |
auto_roll.py | 100 if self._options.dry_run:
|
chromium_roll.py | 82 if not self._options.dry_run:
|