HomeSort by relevance Sort by last modified time
    Searched refs:dry_run (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
clean.py 55 remove_tree(self.build_temp, dry_run=self.dry_run)
66 remove_tree(directory, dry_run=self.dry_run)
73 if not self.dry_run:
install_egg_info.py 35 dir_util.remove_tree(target, dry_run=self.dry_run)
42 if not self.dry_run:
install_lib.py 138 dry_run=self.dry_run)
142 verbose=self.verbose, dry_run=self.dry_run)
bdist_dumb.py 133 remove_tree(self.bdist_dir, dry_run=self.dry_run)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
clean.py 55 remove_tree(self.build_temp, dry_run=self.dry_run)
66 remove_tree(directory, dry_run=self.dry_run)
73 if not self.dry_run:
install_egg_info.py 35 dir_util.remove_tree(target, dry_run=self.dry_run)
42 if not self.dry_run:
install_lib.py 138 dry_run=self.dry_run)
142 verbose=self.verbose, dry_run=self.dry_run)
bdist_dumb.py 133 remove_tree(self.bdist_dir, dry_run=self.dry_run)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dir_util.py 19 def mkpath(name, mode=0777, verbose=1, dry_run=0):
70 if not dry_run:
82 def create_tree(base_dir, files, mode=0777, verbose=1, dry_run=0):
90 'dry_run' flags are as for 'mkpath()'.
101 mkpath(dir, mode, verbose=verbose, dry_run=dry_run)
104 preserve_symlinks=0, update=0, verbose=1, dry_run=0):
113 return value is unaffected by 'update' or 'dry_run': it is simply
126 if not dry_run and not os.path.isdir(src):
132 if dry_run
    [all...]
archive_util.py 51 def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0,
81 mkpath(os.path.dirname(archive_name), dry_run=dry_run)
100 if not dry_run:
116 spawn(cmd, dry_run=dry_run)
121 def make_zipfile(base_name, base_dir, verbose=0, dry_run=0):
136 mkpath(os.path.dirname(zip_filename), dry_run=dry_run)
148 dry_run=dry_run
    [all...]
spawn.py 17 def spawn(cmd, search_path=1, verbose=0, dry_run=0):
27 must be the exact path to the executable. If 'dry_run' is true,
34 _spawn_posix(cmd, search_path, dry_run=dry_run)
36 _spawn_nt(cmd, search_path, dry_run=dry_run)
38 _spawn_os2(cmd, search_path, dry_run=dry_run)
59 def _spawn_nt(cmd, search_path=1, verbose=0, dry_run=0):
66 if not dry_run
    [all...]
cmd.py 96 # XXX A more explicit way to customize dry_run would be better.
98 if attr == 'dry_run':
349 util.execute(func, args, msg, dry_run=self.dry_run)
352 dir_util.mkpath(name, mode, dry_run=self.dry_run)
365 dry_run=self.dry_run)
377 dry_run=self.dry_run)
    [all...]
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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dir_util.py 19 def mkpath(name, mode=0777, verbose=1, dry_run=0):
70 if not dry_run:
82 def create_tree(base_dir, files, mode=0777, verbose=1, dry_run=0):
90 'dry_run' flags are as for 'mkpath()'.
101 mkpath(dir, mode, verbose=verbose, dry_run=dry_run)
104 preserve_symlinks=0, update=0, verbose=1, dry_run=0):
113 return value is unaffected by 'update' or 'dry_run': it is simply
126 if not dry_run and not os.path.isdir(src):
132 if dry_run
    [all...]
archive_util.py 51 def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0,
81 mkpath(os.path.dirname(archive_name), dry_run=dry_run)
100 if not dry_run:
116 spawn(cmd, dry_run=dry_run)
121 def make_zipfile(base_name, base_dir, verbose=0, dry_run=0):
136 mkpath(os.path.dirname(zip_filename), dry_run=dry_run)
148 dry_run=dry_run
    [all...]
spawn.py 17 def spawn(cmd, search_path=1, verbose=0, dry_run=0):
27 must be the exact path to the executable. If 'dry_run' is true,
34 _spawn_posix(cmd, search_path, dry_run=dry_run)
36 _spawn_nt(cmd, search_path, dry_run=dry_run)
38 _spawn_os2(cmd, search_path, dry_run=dry_run)
59 def _spawn_nt(cmd, search_path=1, verbose=0, dry_run=0):
66 if not dry_run
    [all...]
cmd.py 96 # XXX A more explicit way to customize dry_run would be better.
98 if attr == 'dry_run':
349 util.execute(func, args, msg, dry_run=self.dry_run)
352 dir_util.mkpath(name, mode, dry_run=self.dry_run)
365 dry_run=self.dry_run)
377 dry_run=self.dry_run)
    [all...]
  /external/clang/tools/diag-build/
diag-build.sh 67 dry_run='-dry-run'
70 dry_run='-n'
88 eval $tool $dry_run $set_compiler $@ 2>/dev/null |
  /external/chromium_org/tools/coverity/
coverity.py 89 def _RunCommand(cmd, dry_run, shell=False, echo_cmd=True):
90 """Runs the command if dry_run is false, otherwise just prints the command."""
93 if not dry_run:
133 gclient_exit = _RunCommand(cmd, options.dry_run, shell=True)
154 if options.dry_run:
162 if options.dry_run:
175 _RunCommand('pwd', options.dry_run, shell=True)
187 _RunCommand('pwd', options.dry_run, shell=True)
194 _RunCommand(cmd, options.dry_run, shell=use_shell_during_make)
201 _RunCommand(cmd, options.dry_run, shell=use_shell_during_make
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.h 39 void vp9_tokenize_sb(struct VP9_COMP *cpi, TOKENEXTRA **t, int dry_run,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
setuptools_build_ext.py 69 dry_run=self.dry_run
128 compiler=self.compiler, dry_run=self.dry_run, force=self.force
213 if not self.dry_run:
240 force=True, dry_run=self.dry_run)
244 force=True, dry_run=self.dry_run)
245 if os.path.exists(stub_file) and not self.dry_run
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
setuptools_build_ext.py 69 dry_run=self.dry_run
128 compiler=self.compiler, dry_run=self.dry_run, force=self.force
213 if not self.dry_run:
240 force=True, dry_run=self.dry_run)
244 force=True, dry_run=self.dry_run)
245 if os.path.exists(stub_file) and not self.dry_run
    [all...]
  /prebuilts/python/darwin-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/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...]
  /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

Completed in 586 milliseconds

1 2 3 4