/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vpc/ |
vpc.py | 80 dry_run=False): 83 dry_run=dry_run 91 def update(self, validate=False, dry_run=False): 95 dry_run=dry_run 99 def update_classic_link_enabled(self, validate=False, dry_run=False): 109 dry_run=dry_run 113 def disable_classic_link(self, dry_run=False) [all...] |
__init__.py | 79 def get_all_vpcs(self, vpc_ids=None, filters=None, dry_run=False): 98 :type dry_run: bool 99 :param dry_run: Set to True if the operation should not actually run. 109 if dry_run: 113 def create_vpc(self, cidr_block, instance_tenancy=None, dry_run=False): 124 :type dry_run: bool 125 :param dry_run: Set to True if the operation should not actually run. 133 if dry_run: 137 def delete_vpc(self, vpc_id, dry_run=False): 144 :type dry_run: boo [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/ |
address.py | 75 def release(self, dry_run=False): 83 dry_run=dry_run) 87 dry_run=dry_run 92 def associate(self, instance_id=None, network_interface_id=None, private_ip_address=None, allow_reassociation=False, dry_run=False): 105 dry_run=dry_run 113 dry_run=dry_run [all...] |
snapshot.py | 78 def update(self, validate=False, dry_run=False): 89 rs = self.connection.get_all_snapshots([self.id], dry_run=dry_run) 96 def delete(self, dry_run=False): 97 return self.connection.delete_snapshot(self.id, dry_run=dry_run) 99 def get_permissions(self, dry_run=False): 103 dry_run=dry_run 107 def share(self, user_ids=None, groups=None, 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...] |
connection.py | 146 executable_by=None, filters=None, dry_run=False): 171 :type dry_run: bool 172 :param dry_run: Set to True if the operation should not actually run. 186 if dry_run: 191 def get_all_kernels(self, kernel_ids=None, owners=None, dry_run=False): 202 :type dry_run: bool 203 :param dry_run: Set to True if the operation should not actually run. 215 if dry_run: 220 def get_all_ramdisks(self, ramdisk_ids=None, owners=None, dry_run=False): 231 :type dry_run: boo [all...] |
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...] |
placementgroup.py | 49 def delete(self, dry_run=False): 52 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)
|
securitygroup.py | 85 def delete(self, dry_run=False): 89 dry_run=dry_run 94 dry_run=dry_run 99 src_group_group_id, dry_run=False): 115 dry_run=dry_run 120 src_group_group_id, dry_run=False): 147 cidr_ip=None, src_group=None, 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...] |
instance.py | 152 def stop_all(self, dry_run=False): 154 instance.stop(dry_run=dry_run) 401 def update(self, validate=False, dry_run=False): 413 rs = self.connection.get_all_reservations([self.id], dry_run=dry_run) 423 def terminate(self, dry_run=False): 427 rs = self.connection.terminate_instances([self.id], dry_run=dry_run) 431 def stop(self, force=False, dry_run=False) [all...] |
/prebuilts/gdb/darwin-x86/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:
|
/prebuilts/gdb/linux-x86/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:
|
/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:
|
/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:
|
/bionic/tools/bionicbb/ |
presubmit.py | 67 def clean_project(dry_run): 75 if not dry_run: 88 def build_project(gerrit_info, dry_run, lunch_target=None): 125 if not dry_run: 139 def handle_change(gerrit_info, _, dry_run): 142 return build_project(gerrit_info, dry_run) 145 def drop_rejection(gerrit_info, dry_run): 152 if not dry_run: 162 def handle_comment(gerrit_info, body, dry_run): 164 drop_rejection(gerrit_info, dry_run) [all...] |
tasks.py | 37 def process_message(msg, dry_run): 58 return handlers[message_type](gerrit_info, body, dry_run) 72 dry_run = False 82 process_changes(gmail_service, msg_service, dry_run) 92 def process_changes(gmail_service, msg_service, dry_run): 105 if process_message(msg, dry_run) and not dry_run:
|
/prebuilts/gdb/darwin-x86/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...] |
/prebuilts/gdb/linux-x86/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...] |
/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...] |
/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...] |
/external/jsoncpp/devtools/ |
licenseupdater.py | 16 def update_license( path, dry_run, show_diff ): 20 dry_run: if True, just print the path of the file that would be updated, 35 if not dry_run: 46 def update_license_in_source_directories( source_dirs, dry_run, show_diff ): 51 dry_run: if True, just print the path of the file that would be updated, 63 update_license( source, dry_run, show_diff ) 80 parser.add_option('-n', '--dry-run', dest="dry_run", action='store_true', default=False, 86 update_license_in_source_directories( args, options.dry_run, options.show_diff )
|