HomeSort by relevance Sort by last modified time
    Searched refs:dry_run (Results 76 - 100 of 197) sorted by null

1 2 34 5 6 7 8

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py 315 def execute (func, args, msg=None, verbose=0, dry_run=0):
318 are disabled by the 'dry_run' flag. This method takes care of all
330 if not dry_run:
353 verbose=1, dry_run=0,
372 If 'dry_run' is true, doesn't actually do anything that would
410 if not dry_run:
439 verbose=%r, dry_run=0,
450 spawn(cmd, dry_run=dry_run)
452 dry_run=dry_run variable
    [all...]
file_util.py 72 link=None, verbose=1, dry_run=0):
95 have been copied, if 'dry_run' true).
133 if dry_run:
162 def move_file (src, dst, verbose=1, dry_run=0):
178 if dry_run:
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...]
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)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/
test_connection.py 201 rs = c.get_all_images(dry_run=True)
210 dry_run=True
226 dry_run=True
235 dry_run=True
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
test_networkinterface.py 80 dry_run=False
89 dry_run=False
96 None, False, dry_run=False)
102 'eni-attach-1', True, dry_run=False)
test_securitygroup.py 193 # Regression: ``dry_run`` was being passed (but unhandled) before.
202 dry_run=False
  /external/shflags/bin/
gen_test_results.sh 38 DEFINE_boolean dry_run false "supress logging to a file" n
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
install_scripts.py 51 if self.dry_run:
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
file_util.py 72 link=None, verbose=1, dry_run=0):
95 have been copied, if 'dry_run' true).
133 if dry_run:
162 def move_file (src, dst, verbose=1, dry_run=0):
178 if dry_run:
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...]
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)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
install_scripts.py 51 if self.dry_run:
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
file_util.py 72 link=None, verbose=1, dry_run=0):
95 have been copied, if 'dry_run' true).
133 if dry_run:
162 def move_file (src, dst, verbose=1, dry_run=0):
178 if dry_run:
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...]
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)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_scripts.py 51 if self.dry_run:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
file_util.py 72 link=None, verbose=1, dry_run=0):
95 have been copied, if 'dry_run' true).
133 if dry_run:
162 def move_file (src, dst, verbose=1, dry_run=0):
178 if dry_run:
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...]
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)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_scripts.py 51 if self.dry_run:
  /external/v8/tools/release/
auto_tag.py 153 if not self._options.dry_run:
170 parser.add_argument("--dry_run", help="Don't tag the new version.",
174 if not options.dry_run and not options.author:
  /external/autotest/server/site_tests/hardware_MemoryIntegrity/
hardware_MemoryIntegrity.py 25 self._client_at.run_test('hardware_RamFio', size=0, dry_run=True)
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.h 55 TOKENEXTRA **t, int dry_run, BLOCK_SIZE bsize);
  /prebuilts/gdb/darwin-x86/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)

Completed in 606 milliseconds

1 2 34 5 6 7 8