Home
last modified time | relevance | path

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

123

/external/scudo/standalone/
Dmem_map.h31 MemMapDefault(uptr Base, uptr Capacity) : Base(Base), Capacity(Capacity) {} in MemMapDefault()
49 uptr Capacity = 0; variable
69 uptr Capacity = 0; variable
/external/pigweed/pw_string/
Ddesign.rst42 Capacity section in InlineString
52 Exceeding the capacity
/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/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/webrtc/modules/audio_processing/agc2/
Dsaturation_protector_buffer.cc38 int SaturationProtectorBuffer::Capacity() const { in Capacity() function in webrtc::SaturationProtectorBuffer
Dclipping_predictor_level_buffer.h49 int Capacity() const { return data_.size(); } in Capacity() function
/external/protobuf/csharp/src/Google.Protobuf.Test/Buffers/
DArrayBufferWriter.cs103 public int Capacity => _buffer.Length; field in Google.Protobuf.Buffers.TestArrayBufferWriter
/external/cronet/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/base/task/sequence_manager/
Dwork_queue.h108 size_t Capacity() const { return tasks_.capacity(); } in Capacity() function
/external/cronet/base/trace_event/
Dtrace_buffer.cc81 size_t Capacity() const override { in Capacity() function in base::trace_event::__anonef8b94750111::TraceBufferRingBuffer
199 size_t Capacity() const override { in Capacity() function in base::trace_event::__anonef8b94750111::TraceBufferVector
/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/libchrome/base/trace_event/
Dtrace_buffer.cc78 size_t Capacity() const override { in Capacity() function in base::trace_event::__anonbc08c9df0111::TraceBufferRingBuffer
195 size_t Capacity() const override { in Capacity() function in base::trace_event::__anonbc08c9df0111::TraceBufferVector
/external/llvm/unittests/Support/
DArrayRecyclerTest.cpp25 TEST(ArrayRecyclerTest, Capacity) { in TEST() argument
/external/antlr/runtime/ObjC/Framework/
DHashMap.h181 NSInteger Capacity; variable
/external/llvm/lib/Support/
DIntervalMap.cpp120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DIntervalMap.cpp119 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
/external/cronet/net/nqe/
Dobservation_buffer.cc167 size_t ObservationBuffer::Capacity() const { in Capacity() function in net::nqe::internal::ObservationBuffer
/external/clang/lib/Sema/
DTypeLocBuilder.h31 size_t Capacity; variable
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_flat.h125 size_t Capacity() const { return TagToLength(tag); } in Capacity() function
/external/brotli/csharp/org/brotli/dec/
DBitReader.cs15 private const int Capacity = 1024; field in Org.Brotli.Dec.BitReader
/external/swiftshader/third_party/subzero/src/
DIceAssembler.cpp33 static uintptr_t NewContents(Assembler &Assemblr, intptr_t Capacity) { in NewContents()
/external/webrtc/rtc_base/
Dbyte_buffer.h37 size_t Capacity() const { return buffer_.capacity(); } in Capacity() function

123