/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
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/darwin-x86/2.7.5/lib/python2.7/distutils/ |
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/ |
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 | 76 dry_run='-dry-run' 79 dry_run='-n' 97 eval $tool $dry_run $set_compiler $@ 2>/dev/null |
|
/external/toolchain-utils/automation/server/ |
server.py | 22 def __init__(self, machines_file=None, dry_run=False): 27 dry_run: If True, the server only simulates command execution. 29 CommandExecuter.Configure(dry_run) 39 def ExecuteJobGroup(self, job_group, dry_run=False): 41 self._logger.info('Received ExecuteJobGroup(%r, dry_run=%s) request.', 42 job_group, dry_run) 45 job.dry_run = dry_run 90 dest='dry_run', 102 server = Server(options.machines_file, options.dry_run) [all...] |
/external/webrtc/tools/autoroller/ |
roll_chromium_revision.py | 312 def _EnsureUpdatedMasterBranch(dry_run): 317 if not dry_run: 324 def _CreateRollBranch(dry_run): 326 if not dry_run: 330 def _RemovePreviousRollBranch(dry_run): 336 if not dry_run: 341 def _LocalCommit(commit_msg, dry_run): 343 if not dry_run: 348 def _UploadCL(dry_run, rietveld_email=None): 350 if not dry_run [all...] |
/external/autotest/site_utils/ |
balance_pools.py | 97 def _log_info(dry_run, message, *args): 112 if dry_run: 277 def _exchange_labels(dry_run, hosts, target_pool, spare_pool): 283 If `dry_run` is true, perform no changes, but log the `atest` 286 @param dry_run Whether the logging is for a dry run or 297 _log_info(dry_run, 'Transferring %d DUTs from %s to %s.', 302 if not dry_run: 317 @param dry_run Whether the logging is for a dry run or 352 dry_run = arguments.dry_run [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
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)
|
/external/python/cpython2/Lib/distutils/command/ |
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/gdb/darwin-x86/lib/python2.7/distutils/command/ |
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/gdb/linux-x86/lib/python2.7/distutils/command/ |
install_egg_info.py | 35 dir_util.remove_tree(target, dry_run=self.dry_run) 42 if not self.dry_run:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
install_egg_info.py | 35 dir_util.remove_tree(target, dry_run=self.dry_run) 42 if not self.dry_run:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
install_egg_info.py | 35 dir_util.remove_tree(target, dry_run=self.dry_run) 42 if not self.dry_run:
|
/frameworks/native/cmds/dumpstate/ |
DumpstateInternal.h | 59 bool dry_run = false);
|
/external/autotest/client/site_tests/hardware_RamFio/ |
hardware_RamFio.py | 34 def run_once(self, size=_DEFAULT_SIZE, requirements=None, dry_run=False): 53 if dry_run:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
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/python/cpython2/Lib/distutils/ |
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/gdb/darwin-x86/lib/python2.7/distutils/ |
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/libyuv/files/tools_libyuv/autoroller/ |
roll_deps.py | 359 def _EnsureUpdatedMasterBranch(dry_run): 364 if not dry_run: 371 def _CreateRollBranch(dry_run): 373 if not dry_run: 377 def _RemovePreviousRollBranch(dry_run): 383 if not dry_run: 388 def _LocalCommit(commit_msg, dry_run): 390 if not dry_run: 395 def _UploadCL(dry_run, rietveld_email=None): 397 if not dry_run [all...] |