HomeSort by relevance Sort by last modified time
    Searched refs:reservation (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
test_instance.py 194 reservation = ec2.run_instances(image_id='ami-12345')
195 self.assertEqual(len(reservation.instances), 1)
196 instance = reservation.instances[0]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/vpc/
test_connection.py 106 reservation = self.api.run_instances(image_id='ami-a0cd60c9', instance_type='m1.small',
110 instance = reservation.instances[0]
143 reservation = self.api.run_instances(
148 instance = reservation.instances[0]
183 reservation = self.api.run_instances(
188 instance = reservation.instances[0]
  /external/v8/src/snapshot/
snapshot-common.cc 92 Vector<const SerializedData::Reservation> reservations) {
95 for (const auto& reservation : reservations) {
96 current_requirement += reservation.chunk_size();
97 if (reservation.is_last()) {
112 for (const auto& reservation : startup_snapshot->Reservations()) {
113 startup_total += reservation.chunk_size();
118 for (const auto& reservation : context_snapshots->at(i)->Reservations()) {
119 context_total += reservation.chunk_size();
246 List<Reservation> reservations;
263 // Copy reservation chunk sizes
    [all...]
deserializer.cc 19 Vector<const SerializedData::Reservation> res) {
412 const Heap::Reservation& reservation = reservations_[space_index];
414 CHECK_LE(high_water_[space_index], reservation[chunk_index].end);
677 const Heap::Reservation& reservation = reservations_[space];
679 CHECK_EQ(reservation[chunk_index].end, high_water_[space]);
682 CHECK_LT(chunk_index, reservation.length());
683 high_water_[space] = reservation[chunk_index].start;
    [all...]
  /external/v8/src/base/platform/
platform-aix.cc 141 void* reservation = local
144 if (reservation == MAP_FAILED) return;
146 uint8_t* base = static_cast<uint8_t*>(reservation);
platform-freebsd.cc 139 void* reservation = mmap(OS::GetRandomMmapAddr(), local
145 if (reservation == MAP_FAILED) return;
147 uint8_t* base = static_cast<uint8_t*>(reservation);
platform-macos.cc 132 void* reservation = mmap(OS::GetRandomMmapAddr(), local
138 if (reservation == MAP_FAILED) return;
140 uint8_t* base = static_cast<uint8_t*>(reservation);
platform-openbsd.cc 170 void* reservation = mmap(OS::GetRandomMmapAddr(), local
176 if (reservation == MAP_FAILED) return;
178 uint8_t* base = static_cast<uint8_t*>(reservation);
platform-qnx.cc 196 void* reservation = mmap(OS::GetRandomMmapAddr(), local
202 if (reservation == MAP_FAILED) return;
204 uint8_t* base = static_cast<uint8_t*>(reservation);
platform-solaris.cc 92 void* reservation = mmap(OS::GetRandomMmapAddr(), local
98 if (reservation == MAP_FAILED) return;
100 uint8_t* base = static_cast<uint8_t*>(reservation);
platform-linux.cc 254 void* reservation = mmap(OS::GetRandomMmapAddr(), local
260 if (reservation == MAP_FAILED) return;
262 uint8_t* base = static_cast<uint8_t*>(reservation);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/
test_connection.py 127 reservation = image.run(security_groups=[group.name])
128 instance = reservation.instances[0]
  /external/v8/src/heap/
spaces.cc 416 void MemoryAllocator::FreeMemory(base::VirtualMemory* reservation,
421 !code_range()->contains(static_cast<Address>(reservation->address())));
423 reservation->size() <= Page::kPageSize);
425 reservation->Release();
446 base::VirtualMemory reservation(size, alignment);
448 if (!reservation.IsReserved()) return NULL;
449 size_.Increment(static_cast<intptr_t>(reservation.size()));
451 RoundUp(static_cast<Address>(reservation.address()), alignment);
452 controller->TakeControl(&reservation);
460 base::VirtualMemory reservation; local
624 base::VirtualMemory reservation; local
769 base::VirtualMemory* reservation = chunk->reserved_memory(); local
792 base::VirtualMemory* reservation = chunk->reserved_memory(); local
    [all...]
heap.cc 1137 Reservation* reservation = &reservations[space]; local
    [all...]
spaces.h 451 // give up the reservation as we still reuse the chunk at some point.
782 base::VirtualMemory* reservation);
796 // If the chunk needs to remember its memory reservation, it is stored here.
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mashups/
order.py 166 self.reservation = None
202 server.reservation = r
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
server.py 315 reservation = ami.run(min_count=1,
325 instances = reservation.instances
381 for reservation in rs:
382 for instance in reservation.instances:
392 s._reservation = reservation
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
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/iproute2/doc/
api-ip6-flowlabels.tex 424 Receiver makes reservation with command:
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/
layer1.py     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-nds32.c 13961 int reservation, times; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 

Completed in 1239 milliseconds

1 2