Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/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/chromium/third_party/libjingle/source/talk/base/
Dbuffer.h86 SetCapacity(length); in SetLength()
89 void SetCapacity(size_t capacity) { in SetCapacity() function
Dstream.h562 bool SetCapacity(size_t length);
Dstream.cc735 bool FifoBuffer::SetCapacity(size_t size) { in SetCapacity() function in talk_base::FifoBuffer
/external/chromium/net/http/
Dhttp_stream_parser.cc348 read_buf_->SetCapacity(read_buf_->capacity() + kHeaderBufInitialSize); in DoReadHeaders()
448 read_buf_->SetCapacity(extra_bytes); in DoReadHeadersComplete()
471 read_buf_->SetCapacity(0); in DoReadBody()
476 read_buf_->SetCapacity(0); in DoReadBody()
535 read_buf_->SetCapacity(save_amount + additional_save_amount); in DoReadBodyComplete()
/external/chromium/net/base/
Dio_buffer.h105 void SetCapacity(int capacity);
Dio_buffer.cc86 void GrowableIOBuffer::SetCapacity(int capacity) { in SetCapacity() function in net::GrowableIOBuffer
/external/chromium/net/websockets/
Dwebsocket.cc152 current_read_buf_->SetCapacity(max_pending_send_allowed_); in OnConnected()
388 current_read_buf_->SetCapacity( in AddToReadBuffer()
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tools.Tests.pas236 FIList.SetCapacity(Value);
/external/webkit/Source/WebKit/wx/
DWebView.h71 void SetCapacity(int capacity) { m_capacity = capacity; } in SetCapacity() function
/external/v8/src/
Dobjects.h2829 void SetCapacity(int capacity) { in SetCapacity() function
Dobjects.cc10882 HashTable::cast(obj)->SetCapacity(capacity); in Allocate()