/external/vixl/test/ |
D | test-code-buffer.cc | 37 VIXL_CHECK(code_buffer.GetCapacity() == 2); in TEST() 41 VIXL_CHECK(code_buffer.GetCapacity() == 2); in TEST() 48 VIXL_CHECK(code_buffer.GetCapacity() > 2); in TEST() 54 VIXL_CHECK(buffer.GetCapacity() == CodeBuffer::kDefaultCapacity); in TestDefaultsHelper() 80 VIXL_ASSERT(buffer.GetCapacity() == CodeBuffer::kDefaultCapacity); in TEST() 92 VIXL_CHECK(buffer.GetCapacity() == initial_capacity); in TEST() 97 VIXL_CHECK(buffer.GetCapacity() > initial_capacity); in TEST()
|
/external/vixl/src/ |
D | code-buffer-vixl.h | 143 size_t GetCapacity() const { return capacity_; } in GetCapacity() function 145 return GetCapacity();
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | inlined_vector.h | 182 AllocatorTraits::deallocate(GetAllocator(), GetData(), GetCapacity()); in ~AllocationTransaction() 191 SizeType& GetCapacity() { return capacity_; } in GetCapacity() function 196 GetCapacity() = capacity; in Allocate() 202 GetCapacity() = 0; in Reset() 428 allocation_tx_ptr->GetCapacity()); in AcquireAllocatedData()
|
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | inlined_vector.h | 182 AllocatorTraits::deallocate(GetAllocator(), GetData(), GetCapacity()); in ~AllocationTransaction() 191 SizeType& GetCapacity() { return capacity_; } in GetCapacity() function 196 GetCapacity() = capacity; in Allocate() 202 GetCapacity() = 0; in Reset() 428 allocation_tx_ptr->GetCapacity()); in AcquireAllocatedData()
|
/external/abseil-cpp/absl/container/internal/ |
D | inlined_vector.h | 182 AllocatorTraits::deallocate(GetAllocator(), GetData(), GetCapacity()); in ~AllocationTransaction() 191 SizeType& GetCapacity() { return capacity_; } in GetCapacity() function 196 GetCapacity() = capacity; in Allocate() 202 GetCapacity() = 0; in Reset() 428 allocation_tx_ptr->GetCapacity()); in AcquireAllocatedData()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | inlined_vector.h | 182 AllocatorTraits::deallocate(GetAllocator(), GetData(), GetCapacity()); in ~AllocationTransaction() 191 SizeType& GetCapacity() { return capacity_; } in GetCapacity() function 196 GetCapacity() = capacity; in Allocate() 202 GetCapacity() = 0; in Reset() 428 allocation_tx_ptr->GetCapacity()); in AcquireAllocatedData()
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | inlined_vector.h | 182 AllocatorTraits::deallocate(GetAllocator(), GetData(), GetCapacity()); in ~AllocationTransaction() 191 SizeType& GetCapacity() { return capacity_; } in GetCapacity() function 196 GetCapacity() = capacity; in Allocate() 202 GetCapacity() = 0; in Reset() 428 allocation_tx_ptr->GetCapacity()); in AcquireAllocatedData()
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tools.pas | 131 function GetCapacity: Integer; in GetCapacity() function 179 property Capacity: Integer read GetCapacity write SetCapacity; 220 function GetCapacity: Integer; in GetCapacity() function 468 function TList<T>.GetCapacity: Integer; in TList() function
|
/external/lzma/CPP/7zip/Common/ |
D | StreamObjects.h | 72 size_t GetCapacity() const { return _capacity; } in GetCapacity() function
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
D | Antlr.Runtime.Tools.Tests.pas | 227 ReturnValue := FIList.GetCapacity;
|
/external/vixl/test/aarch32/ |
D | test-assembler-aarch32.cc | 3913 VIXL_CHECK(masm.GetBuffer()->GetCapacity() == kBaseBufferSize); in TEST_NOASM() 3926 VIXL_CHECK(masm.GetBuffer()->GetCapacity() == kBaseBufferSize); in TEST_NOASM() 3931 VIXL_CHECK(masm.GetBuffer()->GetCapacity() > kBaseBufferSize); in TEST_NOASM() 3943 VIXL_CHECK(masm.GetBuffer()->GetCapacity() == kBaseBufferSize); in TEST_NOASM() 3966 VIXL_CHECK(masm.GetBuffer()->GetCapacity() == kBaseBufferSize); in TEST_NOASM() 3988 VIXL_CHECK(masm.GetBuffer()->GetCapacity() == kBaseBufferSize); in TEST_NOASM()
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.h | 449 return static_cast<ptrdiff_t>(GetBuffer().GetCapacity()); 453 return GetBuffer().GetCapacity(); 477 (offset < static_cast<ptrdiff_t>(GetBuffer()->GetCapacity()))); in GetInstructionOffset() 6516 return GetBuffer().GetCapacity(); 6519 return GetBuffer().GetCapacity();
|
D | macro-assembler-aarch64.h | 6441 static_cast<ptrdiff_t>(GetBuffer().GetCapacity())); in GetNextCheckPoint()
|