/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_marshal.py | 284 @test_support.precisionbigmemtest(size=LARGE_SIZE, memuse=1, dry_run=False) 289 memuse=character_size, dry_run=False) 294 memuse=pointer_size, dry_run=False) 299 memuse=pointer_size, dry_run=False) 305 dry_run=False) 311 dry_run=False) 315 @test_support.precisionbigmemtest(size=LARGE_SIZE, memuse=1, dry_run=False)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_marshal.py | 284 @test_support.precisionbigmemtest(size=LARGE_SIZE, memuse=1, dry_run=False) 289 memuse=character_size, dry_run=False) 294 memuse=pointer_size, dry_run=False) 299 memuse=pointer_size, dry_run=False) 305 dry_run=False) 311 dry_run=False) 315 @test_support.precisionbigmemtest(size=LARGE_SIZE, memuse=1, dry_run=False)
|
/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/ |
setup.py | 124 if not self.dry_run:
|
/external/webrtc/ |
setup_links.py | 271 def __init__(self, links_db, force=False, dry_run=False, prompt=False): 273 self._dry_run = dry_run 476 if options.dry_run or options.force or options.clean_only: 505 options.dry_run, options.prompt)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_tokenize.c | 308 void vp9_tokenize_sb(VP9_COMP *cpi, TOKENEXTRA **t, int dry_run, 319 if (!dry_run) 322 if (dry_run) 327 if (!dry_run) {
|
/prebuilts/gdb/darwin-x86/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)
|
build_scripts.py | 78 if not self.dry_run: 95 if not self.dry_run: 119 if 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,
|
upload.py | 78 dry_run=self.dry_run)
|
/prebuilts/gdb/linux-x86/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)
|
build_scripts.py | 78 if not self.dry_run: 95 if not self.dry_run: 119 if 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,
|
upload.py | 78 dry_run=self.dry_run)
|
/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)
|
build_scripts.py | 78 if not self.dry_run: 95 if not self.dry_run: 119 if 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/ |
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)
|
build_scripts.py | 78 if not self.dry_run: 95 if not self.dry_run: 119 if 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/mmc-utils/ |
mmc_cmds.c | 526 int set_partitioning_setting_completed(int dry_run, const char * const device, 531 if (dry_run) { 671 int dry_run = 1; local 680 dry_run = 0; 783 if (!set_partitioning_setting_completed(dry_run, device, fd)) 795 int dry_run = 1; local 803 dry_run = 0; 925 if (!set_partitioning_setting_completed(dry_run, device, fd)) 937 int dry_run = 1; local 945 dry_run = 0 [all...] |
/external/v8/tools/release/ |
create_release.py | 223 if self._options.dry_run: 233 if self._options.dry_run:
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
emxccompiler.py | 44 dry_run=0, 47 UnixCCompiler.__init__ (self, verbose, dry_run, force)
|