/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)
|
/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)
|
/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...] |
/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 )
|
/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/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/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,
|
/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,
|
/external/chromium_org/build/ |
get_syzygy_binaries.py | 82 def _SaveState(output_dir, state, dry_run=False): 86 if dry_run: 204 def _CleanState(output_dir, state, dry_run=False): 238 if not dry_run: 247 if not dry_run: 275 if not options.dry_run: 292 if options.dry_run and relpath in deleted: 299 if not options.dry_run: 369 if options.dry_run: 394 if not options.dry_run [all...] |
/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...] |