HomeSort by relevance Sort by last modified time
    Searched full:dry_run (Results 26 - 50 of 203) sorted by null

12 3 4 5 6 7 8 9

  /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...]
  /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...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
image.py 149 def update(self, validate=False, dry_run=False):
161 rs = self.connection.get_all_images([self.id], dry_run=dry_run)
181 instance_profile_arn=None, tenancy=None, dry_run=False):
329 tenancy=tenancy, dry_run=dry_run)
331 def deregister(self, delete_snapshot=False, dry_run=False):
335 dry_run=dry_run
338 def get_launch_permissions(self, dry_run=False)
    [all...]
volume.py 105 def update(self, validate=False, dry_run=False):
119 dry_run=dry_run
128 def delete(self, dry_run=False):
135 return self.connection.delete_volume(self.id, dry_run=dry_run)
137 def attach(self, instance_id, device, dry_run=False):
156 dry_run=dry_run
159 def detach(self, force=False, dry_run=False)
    [all...]
ec2object.py 66 def add_tag(self, key, value='', dry_run=False):
80 self.add_tags({key: value}, dry_run)
82 def add_tags(self, tags, dry_run=False):
97 dry_run=dry_run
103 def remove_tag(self, key, value=None, dry_run=False):
120 self.remove_tags({key: value}, dry_run)
122 def remove_tags(self, tags, dry_run=False):
139 dry_run=dry_run
    [all...]
placementgroup.py 49 def delete(self, dry_run=False):
52 dry_run=dry_run
spotdatafeedsubscription.py 62 def delete(self, dry_run=False):
64 dry_run=dry_run
keypair.py 52 def delete(self, dry_run=False):
59 return self.connection.delete_key_pair(self.name, dry_run=dry_run)
92 def copy_to_region(self, region, dry_run=False):
110 kp = rconn.create_key_pair(self.name, dry_run=dry_run)
networkinterface.py 172 def update(self, validate=False, dry_run=False):
185 dry_run=dry_run
193 def attach(self, instance_id, device_index, dry_run=False):
211 dry_run=dry_run
214 def detach(self, force=False, dry_run=False):
230 dry_run=dry_run
233 def delete(self, dry_run=False)
    [all...]
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
fixjsstyle.py 34 flags.DEFINE_boolean('dry_run', False, 'Do not modify the file, only print it.')
53 if FLAGS.dry_run:
61 if FLAGS.dry_run:
  /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/client/site_tests/hardware_RamFio/
hardware_RamFio.py 18 def run_once(self, size=DEFAULT_SIZE, requirements=None, dry_run=False):
38 if dry_run:
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vpc/
vpngateway.py 81 def attach(self, vpc_id, dry_run=False):
85 dry_run=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:
build_scripts.py 78 if not self.dry_run:
95 if not self.dry_run:
119 if 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:
build_scripts.py 78 if not self.dry_run:
95 if not self.dry_run:
119 if 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:
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/
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/skia/tools/skp/
recreate_skps.py 39 def main(chrome_src_path, browser_executable, dry_run):
41 dry_run = (dry_run == 'True')
65 if not 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/autotest/site_utils/
balance_pools.py 99 def _log_info(dry_run, message, *args):
114 if dry_run:
350 def _exchange_labels(dry_run, hosts, target_pool, spare_pool):
356 If `dry_run` is true, perform no changes, but log the `atest`
359 @param dry_run Whether the logging is for a dry run or
370 _log_info(dry_run, 'Transferring %d DUTs from %s to %s.',
378 if not dry_run:
393 @param dry_run Whether the logging is for a dry run or
427 dry_run = arguments.dry_run
    [all...]

Completed in 257 milliseconds

12 3 4 5 6 7 8 9