HomeSort by relevance Sort by last modified time
    Searched defs:Reservation (Results 1 - 5 of 5) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
instance.py 113 class Reservation(EC2Object):
115 Represents a Reservation response object.
117 :ivar id: The unique ID of the Reservation.
118 :ivar owner_id: The unique ID of the owner of the Reservation.
122 Reservation.
125 super(Reservation, self).__init__(connection)
132 return 'Reservation:%s' % self.id
connection.py 38 from boto.ec2.instance import Reservation, Instance
577 :return: A list of :class:`boto.ec2.instance.Reservation`
623 retval.extend([instance for reservation in reservations for
624 instance in reservation.instances])
659 :return: A list of :class:`boto.ec2.instance.Reservation`
681 [('item', Reservation)], verb='POST')
776 available to the instance(s) in this reservation.
    [all...]
  /external/v8/src/snapshot/
serializer-common.h 82 // No reservation for large object space necessary.
221 class Reservation {
223 explicit Reservation(uint32_t size)
  /external/v8/src/heap/
heap.h 514 typedef List<Chunk> Reservation;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 

Completed in 135 milliseconds