Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTMap.h43 return PVRT_MAX(m_Keys.SetCapacity(uiSize),m_Data.SetCapacity(uiSize)); in Reserve()
DPVRTArray.h180 SetCapacity(m_uiSize+1); in Append()
200 EPVRTError err = SetCapacity(uiSize); in Resize()
213 EPVRTError SetCapacity(const unsigned int uiSize) in SetCapacity() function
/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/v8/src/heap/
Dlarge-spaces.h166 void SetCapacity(size_t capacity);
Dlarge-spaces.cc525 void NewLargeObjectSpace::SetCapacity(size_t capacity) { in SetCapacity() function in v8::internal::NewLargeObjectSpace
Dheap.cc1395 new_lo_space_->SetCapacity(new_space_->Capacity() * in CollectAllAvailableGarbage()
2228 new_lo_space()->SetCapacity(new_space()->Capacity()); in CheckNewSpaceExpansionCriteria()
3359 new_lo_space_->SetCapacity(new_space_->Capacity()); in ReduceNewSpaceSize()
/external/webrtc/webrtc/base/
Dstream_unittest.cc290 EXPECT_TRUE(buf.SetCapacity(kSize * 2)); in TEST()
300 EXPECT_TRUE(buf.SetCapacity(kSize)); in TEST()
Dstream.h508 bool SetCapacity(size_t length);
Dstream.cc712 bool FifoBuffer::SetCapacity(size_t size) { in SetCapacity() function in rtc::FifoBuffer
/external/v8/src/objects/
Dhash-table-inl.h216 void HashTable<Derived, Shape>::SetCapacity(int capacity) { in SetCapacity() function
Dhash-table.h251 inline void SetCapacity(int capacity); in EXPORT_TEMPLATE_DECLARE()
Dobjects.cc5596 table->SetCapacity(capacity); in NewInternal()
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tools.Tests.pas236 FIList.SetCapacity(Value);
/external/webrtc/webrtc/p2p/base/
Dpseudotcp.cc1251 m_sbuf.SetCapacity(new_size); in resizeSendBuffer()
1266 bool result = m_rbuf.SetCapacity(new_size); in resizeReceiveBuffer()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPFXParserAPI.cpp108 m_Textures.SetCapacity(uiNumTexturesForEffect); in Load()