HomeSort by relevance Sort by last modified time
    Searched full:dry_run (Results 26 - 50 of 97) sorted by null

12 3 4

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shutil.py 337 def _make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0,
367 if not dry_run:
389 if not dry_run:
398 def _call_external_zip(base_dir, zip_filename, verbose=False, dry_run=False):
407 spawn(["zip", zipoptions, zip_filename, base_dir], dry_run=dry_run)
416 def _make_zipfile(base_name, base_dir, verbose=0, dry_run=0, logger=None):
431 if not dry_run:
442 _call_external_zip(base_dir, zip_filename, verbose, dry_run)
448 if not dry_run
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_dumb.py 133 remove_tree(self.bdist_dir, dry_run=self.dry_run)
install_lib.py 138 dry_run=self.dry_run)
142 verbose=self.verbose, dry_run=self.dry_run)
install_scripts.py 51 if self.dry_run:
upload.py 78 dry_run=self.dry_run)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_dumb.py 133 remove_tree(self.bdist_dir, dry_run=self.dry_run)
install_lib.py 138 dry_run=self.dry_run)
142 verbose=self.verbose, dry_run=self.dry_run)
install_scripts.py 51 if self.dry_run:
upload.py 78 dry_run=self.dry_run)
  /external/clang/tools/diag-build/
diag-build.sh 76 dry_run='-dry-run'
79 dry_run='-n'
97 eval $tool $dry_run $set_compiler $@ 2>/dev/null |
  /external/v8/tools/push-to-trunk/
auto_tag.py 154 if not self._options.dry_run:
168 parser.add_argument("--dry_run", help="Don't tag the new version.",
172 if not options.dry_run and not options.author:
bump_up_version.py 168 if self._options.dry_run: # pragma: no cover
213 parser.add_argument("--dry_run", help="Don't commit the new version.",
217 if not options.dry_run and not options.author:
  /prebuilts/python/darwin-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...]
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/
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...]
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/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/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 301 void vp9_tokenize_sb(VP9_COMP *cpi, TOKENEXTRA **t, int dry_run,
312 if (!dry_run)
315 if (dry_run)
320 if (!dry_run) {
  /frameworks/base/tests/backup/
test_backup.sh 18 #export DRY_RUN="echo"
  /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/python/darwin-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)
  /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/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
  /external/openssh/contrib/
ssh-copy-id 158 DRY_RUN=1
258 [ "$DRY_RUN" ] || printf 'set ssh pka-dsa key %s\nsave\nexit\n' "$KEY" | ssh -T "$@" >/dev/null 2>&1
272 [ "$DRY_RUN" ] || printf '%s\n' "$NEW_IDS" | ssh "$@" "
281 if [ "$DRY_RUN" ] ; then

Completed in 1089 milliseconds

12 3 4