Home
last modified time | relevance | path

Searched defs:Capacity (Results 1 – 25 of 107) sorted by relevance

12345

/external/scudo/standalone/
Dmem_map.h34 MemMapDefault(uptr Base, uptr Capacity) : Base(Base), Capacity(Capacity) {} in MemMapDefault()
52 uptr Capacity = 0; variable
72 uptr Capacity = 0; variable
Dmem_map_linux.h24 MemMapLinux(uptr Base, uptr Capacity) in MemMapLinux()
Dmem_map_fuchsia.h68 uptr Capacity = 0; variable
/external/pigweed/pw_string/
Ddesign.rst47 Capacity section in Design of pw::InlineString
57 Exceeding the capacity
/external/sdv/vsomeip/third_party/boost/container/test/
Dstatic_vector_options_test.cpp45 const std::size_t Capacity = 10u; in test_alignment() local
76 const std::size_t Capacity = 10u; in test_throw_on_overflow() local
Dsmall_vector_options_test.cpp15 const std::size_t Capacity = 10u; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DArrayRecycler.h73 explicit Capacity(uint8_t idx) : Index(idx) {} in Capacity() function
76 Capacity() : Index(0) {} in Capacity() function
/external/llvm/include/llvm/Support/
DArrayRecycler.h72 explicit Capacity(uint8_t idx) : Index(idx) {} in Capacity() function
75 Capacity() : Index(0) {} in Capacity() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DArrayRecycler.h73 explicit Capacity(uint8_t idx) : Index(idx) {} in Capacity() function
76 Capacity() : Index(0) {} in Capacity() function
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dlru_cache.h60 int Capacity() const { return capacity_; } in Capacity() function
93 int Capacity() const { return lru_list_->Capacity(); } in Capacity() function
/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/retry/conditions/
DTokenBucketRetryCondition.java239 public static final class Capacity { class in TokenBucketRetryCondition
243 private Capacity(Builder builder) { in Capacity() method in TokenBucketRetryCondition.Capacity
/external/webrtc/modules/audio_processing/agc2/
Dclipping_predictor_level_buffer.h49 int Capacity() const { return data_.size(); } in Capacity() function
Dsaturation_protector_buffer.cc38 int SaturationProtectorBuffer::Capacity() const { in Capacity() function in webrtc::SaturationProtectorBuffer
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Demangle/
DMicrosoftDemangle.h30 size_t Capacity = 0; member
34 void addNode(size_t Capacity) { in addNode()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangle.h32 size_t Capacity = 0; member
36 void addNode(size_t Capacity) { in addNode()
/external/protobuf/csharp/src/Google.Protobuf.Test/Buffers/
DArrayBufferWriter.cs103 public int Capacity => _buffer.Length; field in Google.Protobuf.Buffers.TestArrayBufferWriter
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf.Test/Buffers/
DArrayBufferWriter.cs103 public int Capacity => _buffer.Length; field in Google.Protobuf.Buffers.TestArrayBufferWriter
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf.Test/Buffers/
DArrayBufferWriter.cs103 public int Capacity => _buffer.Length; field in Google.Protobuf.Buffers.TestArrayBufferWriter
/external/compiler-rt/lib/esan/
Desan_circular_buffer.h91 uptr Capacity; variable
/external/cronet/tot/base/task/sequence_manager/
Dwork_queue.h109 size_t Capacity() const { return tasks_.capacity(); } in Capacity() function
/external/cronet/stable/base/task/sequence_manager/
Dwork_queue.h109 size_t Capacity() const { return tasks_.capacity(); } in Capacity() function
/external/cronet/stable/base/trace_event/
Dtrace_buffer.cc84 size_t Capacity() const override { in Capacity() function in base::trace_event::__anon25a0e8d00111::TraceBufferRingBuffer
202 size_t Capacity() const override { in Capacity() function in base::trace_event::__anon25a0e8d00111::TraceBufferVector
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/
DHashTable.h102 support::ulittle32_t Capacity; member
112 explicit HashTable(uint32_t Capacity) { in HashTable()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DHashTable.h106 support::ulittle32_t Capacity; member
116 explicit HashTable(uint32_t Capacity) { in HashTable()
/external/cronet/tot/base/trace_event/
Dtrace_buffer.cc84 size_t Capacity() const override { in Capacity() function in base::trace_event::__anon6d3e416c0111::TraceBufferRingBuffer
202 size_t Capacity() const override { in Capacity() function in base::trace_event::__anon6d3e416c0111::TraceBufferVector

12345