Home
last modified time | relevance | path

Searched refs:SetCapacity (Results 1 – 11 of 11) sorted by relevance

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas132 procedure SetCapacity(Value: Integer);
179 property Capacity: Integer read GetCapacity write SetCapacity;
221 procedure SetCapacity(Value: Integer);
253 procedure SetCapacity(ACapacity: Integer);
517 procedure TList<T>.SetCapacity(Value: Integer); procedure
571 procedure TDictionary<TKey,TValue>.SetCapacity(ACapacity: Integer); procedure
715 SetCapacity(ACapacity);
828 SetCapacity(0);
833 SetCapacity(FCount);
/external/libchrome/base/task/sequence_manager/
Dlazily_deallocated_deque.h182 SetCapacity(new_capacity); in MaybeShrinkQueue()
187 void SetCapacity(size_t new_capacity) { in SetCapacity() function
Dlazily_deallocated_deque_unittest.cc262 TEST_F(LazilyDeallocatedDequeTest, SetCapacity) { in TEST_F() argument
271 d.SetCapacity(1001); in TEST_F()
/external/webrtc/rtc_base/memory/
Dfifo_buffer.h33 bool SetCapacity(size_t length);
Dfifo_buffer_unittest.cc208 EXPECT_TRUE(buf.SetCapacity(kSize * 2)); in TEST()
218 EXPECT_TRUE(buf.SetCapacity(kSize)); in TEST()
Dfifo_buffer.cc47 bool FifoBuffer::SetCapacity(size_t size) { in SetCapacity() function in rtc::FifoBuffer
/external/tensorflow/tensorflow/core/lib/io/
Dcache.cc169 void SetCapacity(size_t capacity) { capacity_ = capacity; } in SetCapacity() function in tensorflow::table::__anon27b9c5620111::LRUCache
367 shard_[s].SetCapacity(per_shard); in ShardedLRUCache()
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tools.Tests.pas236 FIList.SetCapacity(Value);
/external/webrtc/p2p/base/
Dpseudo_tcp.cc1272 m_sbuf.SetCapacity(new_size); in resizeSendBuffer()
1287 bool result = m_rbuf.SetCapacity(new_size); in resizeReceiveBuffer()
/external/crosvm/vm_control/src/
Dlib.rs757 SetCapacity(u32), enumerator
772 BatProperty::Capacity => Ok(BatControlCommand::SetCapacity( in new()
/external/crosvm/devices/src/
Dbat.rs220 BatControlCommand::SetCapacity(capacity) => { in command_monitor()