/external/autotest/site_utils/autoupdate/ |
full_release_test.py | 359 def run_test_afe(test, env, control_code, afe, dry_run): 366 @param dry_run: If True, don't actually run the test against the afe. 368 @return The scheduled job ID or None if dry_run. 381 if not dry_run: 416 'without running them. Implies --dry_run') 431 parser.add_option('-n', '--dry_run', action='store_true', 460 opts.dry_run = True 515 afe, args.dry_run)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/ |
test_securitygroup.py | 193 # Regression: ``dry_run`` was being passed (but unhandled) before. 202 dry_run=False
|
/external/tlsdate/src/ |
tlsdate-setter.c | 81 if (state->opts.should_save_disk && !state->opts.dry_run) 151 if (!state->opts.dry_run)
|
/prebuilts/gdb/darwin-x86/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,
|
/prebuilts/gdb/linux-x86/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,
|
/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)
|
/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)
|
/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/gdb/darwin-x86/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...] |
/prebuilts/gdb/linux-x86/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...] |
/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...] |
/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...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/ |
reservedinstance.py | 92 def purchase(self, instance_count=1, dry_run=False): 96 dry_run=dry_run
|
/external/autotest/server/site_tests/hardware_MemoryIntegrity/ |
hardware_MemoryIntegrity.py | 25 self._client_at.run_test('hardware_RamFio', size=0, dry_run=True)
|
/frameworks/base/tests/backup/ |
test_restore.sh | 18 #export DRY_RUN="echo"
|