Searched refs:delete_snapshot (Results 1 - 5 of 5) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/ |
H A D | test_connection.py | 1002 # This prevents the ``delete_snapshot`` code below from being 1029 'delete_snapshot': self.ec2.delete_snapshot 1035 self.ec2.delete_snapshot = MagicMock() 1042 self.assertEqual(False, self.ec2.delete_snapshot.called) 1046 self.ec2.delete_snapshot = orig['delete_snapshot'] 1057 'delete_snapshot': self.ec2.delete_snapshot 1063 self.ec2.delete_snapshot [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/ |
H A D | snapshot.py | 97 return self.connection.delete_snapshot(self.id, dry_run=dry_run)
|
H A D | image.py | 331 def deregister(self, delete_snapshot=False, dry_run=False): 334 delete_snapshot,
|
H A D | connection.py | 364 def deregister_image(self, image_id, delete_snapshot=False, dry_run=False): 371 :type delete_snapshot: bool 372 :param delete_snapshot: Set to True if we should delete the 382 if delete_snapshot: 396 return result and self.delete_snapshot(snapshot_id) 2492 def delete_snapshot(self, snapshot_id, dry_run=False): member in class:EC2Connection 2677 self.delete_snapshot(snap.id)
|
/external/valgrind/massif/ |
H A D | ms_main.c | 1095 static void delete_snapshot(Snapshot* snapshot) function 1195 delete_snapshot(min_snapshot); 2338 delete_snapshot(&snapshot);
|
Completed in 5931 milliseconds