HomeSort by relevance Sort by last modified time
    Searched refs:Capacity (Results 201 - 225 of 306) sorted by null

1 2 3 4 5 6 7 891011>>

  /art/runtime/gc/collector/
semi_space.cc 456 if (UNLIKELY(mark_stack_->Size() >= mark_stack_->Capacity())) {
457 ResizeMarkStack(mark_stack_->Capacity() * 2);
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 179 property Capacity: Integer read GetCapacity write SetCapacity;
470 Result := inherited Capacity;
493 Result.Capacity := Count;
519 inherited Capacity := Value;
  /external/protobuf/src/google/protobuf/
wire_format_lite_inl.h 239 int elements_already_reserved = values->Capacity() - values->size();
278 std::min(values->Capacity() - values->size(), size / per_value_size);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTString.cpp 357 @Function capacity
361 size_t CPVRTString::capacity() const function in class:CPVRTString
    [all...]
  /external/v8/src/heap/
incremental-marking.cc 423 int capacity = stubs->Capacity(); local
425 for (int i = 0; i < capacity; i++) {
    [all...]
heap.cc 186 size_t Heap::Capacity() {
189 return new_space_->Capacity() + OldGenerationCapacity();
195 return old_space_->Capacity() + code_space_->Capacity() +
196 map_space_->Capacity() + lo_space_->SizeOfObjects();
678 string_table()->Capacity());
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
std_vector.i 60 public int Capacity {
62 return (int)capacity();
66 throw new ArgumentOutOfRangeException("Capacity");
217 size_type capacity() const;
224 vector(int capacity) throw (std::out_of_range) {
226 if (capacity >= 0) {
228 pv->reserve(capacity);
230 throw std::out_of_range("capacity");
384 %csmethodmodifiers std::vector::capacity "private"
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 231 int elements_already_reserved = values->Capacity() - values->size();
269 int elements_available = min(values->Capacity() - values->size(),
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 231 int elements_already_reserved = values->Capacity() - values->size();
269 int elements_available = min(values->Capacity() - values->size(),
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 231 int elements_already_reserved = values->Capacity() - values->size();
269 int elements_available = min(values->Capacity() - values->size(),
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h 239 int elements_already_reserved = values->Capacity() - values->size();
278 std::min(values->Capacity() - values->size(), size / per_value_size);
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h 231 int elements_already_reserved = values->Capacity() - values->size();
269 int elements_available = min(values->Capacity() - values->size(),
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecConfigImpl.c     [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
DwMmcHci.c 467 OUT DW_MMC_HC_SLOT_CAP *Capacity
473 if (Capacity == NULL) {
484 Status = PlatformDwMmc->GetCapability (Controller, Slot, Capacity);
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVModule.cpp 228 SPIRVWord PacketSize, SPIRVWord PacketAlign, SPIRVWord Capacity);
445 SPIRVWord PacketSize, SPIRVWord PacketAlign, SPIRVWord Capacity) {
447 PacketSize, PacketAlign, Capacity));
    [all...]
  /art/runtime/gc/space/
region_space.cc 36 MemMap* RegionSpace::CreateMemMap(const std::string& name, size_t capacity,
38 CHECK_ALIGNED(capacity, kRegionSize);
40 // Ask for the capacity of an additional kRegionSize so that we can align the map by kRegionSize
46 capacity + kRegionSize,
59 << PrettySize(capacity) << " with message " << error_msg;
63 CHECK_EQ(mem_map->Size(), capacity + kRegionSize);
69 mem_map->SetSize(capacity);
76 CHECK_EQ(mem_map->Size(), capacity);
105 accounting::ContinuousSpaceBitmap::Create("region space live bitmap", Begin(), Capacity()));
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioBlkDxe/
VirtioBlk.c 645 Status = VIRTIO_CFG_READ (Dev, Capacity, &NumSectors);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 84 typedef ArrayRecycler<MachineOperand>::Capacity OperandCapacity;
85 OperandCapacity CapOperands; // Capacity of the Operands array.
    [all...]
  /external/tensorflow/tensorflow/cc/training/
queue_runner_test.cc 186 FIFOQueue::Capacity(3));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 656 typedef ArrayRecycler<MachineOperand>::Capacity OperandCapacity;
666 /// Cap must be the same capacity that was used to allocate the array.
    [all...]
MachineInstr.h 82 typedef ArrayRecycler<MachineOperand>::Capacity OperandCapacity;
83 OperandCapacity CapOperands; // Capacity of the Operands array.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 123 typedef RecyclerType::Capacity RecyclerCapacity;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineFunction.h 664 using OperandCapacity = ArrayRecycler<MachineOperand>::Capacity;
674 /// Cap must be the same capacity that was used to allocate the array.
    [all...]
MachineInstr.h 90 using OperandCapacity = ArrayRecycler<MachineOperand>::Capacity;
91 OperandCapacity CapOperands; // Capacity of the Operands array.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Scalar/
GVNExpression.h 135 typedef RecyclerType::Capacity RecyclerCapacity;

Completed in 1688 milliseconds

1 2 3 4 5 6 7 891011>>