Home
last modified time | relevance | path

Searched defs:image_id (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
Dasadmin110 def create_lc(autoscale, name, image_id, instance_type, key_name, argument
139 def update_image(autoscale, name, lc_name, image_id, is_migrate_instances=False): argument
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Dconnection.py249 def get_image(self, image_id, dry_run=False): argument
364 def deregister_image(self, image_id, delete_snapshot=False, dry_run=False): argument
448 def get_image_attribute(self, image_id, attribute='launchPermission', argument
477 def modify_image_attribute(self, image_id, attribute='launchPermission', argument
521 def reset_image_attribute(self, image_id, attribute='launchPermission', argument
738 def run_instances(self, image_id, min_count=1, max_count=1, argument
1422 def request_spot_instances(self, price, image_id, count=1, type='one-time', argument
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/
Dlaunchconfig.py99 def __init__(self, connection=None, name=None, image_id=None, argument
/external/opencv3/3rdparty/libwebp/mux/
Dmuxedit.c323 const uint32_t image_id = (image->header_ != NULL) ? in WebPMuxPushFrame() local