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

1 2 3 4 5

  /external/chromium_org/build/android/pylib/perf/
test_options.py 16 '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...]
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:
  /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/jsoncpp/devtools/
licenseupdater.py 15 def update_license( path, dry_run, show_diff ):
19 dry_run: if True, just print the path of the file that would be updated,
34 if not dry_run:
45 def update_license_in_source_directories( source_dirs, dry_run, show_diff ):
50 dry_run: if True, just print the path of the file that would be updated,
62 update_license( source, dry_run, show_diff )
79 parser.add_option('-n', '--dry-run', dest="dry_run", action='store_true', default=False,
85 update_license_in_source_directories( args, options.dry_run, options.show_diff )
  /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:
build_scripts.py 78 if not self.dry_run:
95 if not self.dry_run:
119 if 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:
build_scripts.py 78 if not self.dry_run:
95 if not self.dry_run:
119 if self.dry_run:
  /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/chromium_org/tools/
safely-roll-deps.py 101 if options.force and not options.dry_run:
113 if not options.dry_run:
120 if not options.dry_run:
130 options.dry_run)
138 if options.dry_run:
154 if not options.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...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_tokenize.h 47 void vp9_tokenize_sb(struct VP9_COMP *cpi, TOKENEXTRA **t, int dry_run,
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.h 47 void vp9_tokenize_sb(struct VP9_COMP *cpi, TOKENEXTRA **t, int dry_run,
  /frameworks/base/tests/backup/
test_backup_common.sh 20 function a { $DRY_RUN adb $ADB_OPTS "$@"; }
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_tokenize.h 47 void vp9_tokenize_sb(struct VP9_COMP *cpi, TOKENEXTRA **t, int dry_run,

Completed in 722 milliseconds

1 2 3 4 5