Home
last modified time | relevance | path

Searched refs:get_only_instances (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/installers/ubuntu/
Debs.py125 instance = ec2.get_only_instances([self.instance_id])[0]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
Delbadmin126 for i in ec2.get_only_instances():
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
Dtest_connection.py1364 self.ec2.get_only_instances()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Dconnection.py587 def get_only_instances(self, instance_ids=None, filters=None, member in EC2Connection