/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_scripts.py | 51 if self.dry_run:
|
/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...] |
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:
|
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/command/ |
bdist_dumb.py | 133 remove_tree(self.bdist_dir, dry_run=self.dry_run)
|
install_scripts.py | 51 if self.dry_run:
|
/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...] |
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:
|
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...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
install_scripts.py | 51 if self.dry_run:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
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:
|
ccompiler.py | 143 def __init__ (self, verbose=0, dry_run=0, force=0):
144 self.dry_run = dry_run
518 if self.dry_run:
[all...] |
/external/python/cpython2/Lib/distutils/command/ |
install_scripts.py | 51 if self.dry_run:
|
/external/python/cpython2/Lib/distutils/ |
file_util.py | 72 link=None, verbose=1, dry_run=0): 96 have been copied, if 'dry_run' true). 134 if dry_run: 170 def move_file (src, dst, verbose=1, dry_run=0): 186 if dry_run:
|
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...] |
/external/shflags/bin/ |
gen_test_results.sh | 38 DEFINE_boolean dry_run false "supress logging to a file" n
|
/external/toolchain-utils/automation/common/ |
command_executer.py | 22 DRY_RUN = False 24 def __init__(self, dry_run=False): 26 self._dry_run = dry_run or self.DRY_RUN 29 def Configure(cls, dry_run): 30 cls.DRY_RUN = dry_run
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
install_scripts.py | 51 if self.dry_run:
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
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:
|
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/gdb/linux-x86/lib/python2.7/distutils/command/ |
install_scripts.py | 51 if self.dry_run:
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
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:
|
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...] |
/external/toolchain-utils/crosperf/ |
crosperf.py | 30 '--dry_run', 31 dest='dry_run', 105 if options.dry_run: 121 if options.dry_run:
|