HomeSort by relevance Sort by last modified time
    Searched refs:SetCapacity (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
bwe_simulations.cc 90 filter.SetCapacity(1000);
93 filter.SetCapacity(500);
95 filter.SetCapacity(1000);
105 filter.SetCapacity(1000);
108 filter.SetCapacity(500);
110 filter.SetCapacity(1000);
120 filter.SetCapacity(200);
123 filter.SetCapacity(30);
125 filter.SetCapacity(200);
134 filter.SetCapacity(200)
    [all...]
remote_bitrate_estimators_test.cc 191 choke.SetCapacity(140);
198 choke.SetCapacity(i);
207 choke.SetCapacity(i);
216 choke.SetCapacity(1000);
231 choke.SetCapacity(2000);
285 filter.SetCapacity(kHighCapacityKbps);
288 filter.SetCapacity(kLowCapacityKbps);
290 filter.SetCapacity(kHighCapacityKbps);
302 filter.SetCapacity(kHighCapacityKbps);
305 filter.SetCapacity(kLowCapacityKbps)
    [all...]
  /external/lzma/CPP/Common/
DynamicBuffer.h 23 SetCapacity(newCap);
34 SetCapacity(buffer._capacity);
Buffer.h 22 CBuffer(size_t size): _items(0), _capacity(0) { SetCapacity(size); }
27 void SetCapacity(size_t newCapacity)
49 SetCapacity(buffer._capacity);
MyString.h 162 void SetCapacity(int newCapacity)
198 SetCapacity(_capacity + delta);
208 CStringBase(): _chars(0), _length(0), _capacity(0) { SetCapacity(3); }
211 SetCapacity(1);
219 SetCapacity(length);
225 SetCapacity(s._length);
240 SetCapacity(minBufLength);
257 SetCapacity(1);
267 SetCapacity(length);
277 SetCapacity(s._length);
    [all...]
  /external/chromium_org/net/server/
http_connection.cc 16 SetCapacity(kInitialBufSize);
27 void HttpConnection::ReadIOBuffer::SetCapacity(int capacity) {
29 base_->SetCapacity(capacity);
44 SetCapacity(new_capacity);
83 // realloc() within GrowableIOBuffer::SetCapacity() could move data even
87 base_->SetCapacity(0);
88 SetCapacity(new_capacity);
http_connection.h 39 void SetCapacity(int capacity);
  /external/chromium_org/net/quic/
quic_spdy_server_stream.cc 28 read_buf_->SetCapacity(kHeaderBufInitialSize);
43 read_buf_->SetCapacity(read_buf_->capacity() * 2);
  /external/chromium_org/third_party/webrtc/base/
buffer.h 69 SetCapacity(length);
72 void SetCapacity(size_t capacity) {
buffer_unittest.cc 107 buf.SetCapacity(sizeof(kTestData) / 2); // should be ignored
115 buf.SetCapacity(sizeof(kTestData) * 2);
123 buf.SetCapacity(sizeof(kTestData) * 4);
  /external/chromium_org/net/base/
io_buffer.h 179 // buf->SetCapacity(1024); // Initial capacity.
184 // buf->SetCapacity(buf->capacity() * 2);
194 void SetCapacity(int capacity);
io_buffer.cc 100 void GrowableIOBuffer::SetCapacity(int capacity) {
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
jitter_estimate_test.h 82 void SetCapacity(unsigned int c);
  /external/chromium_org/net/tools/quic/
quic_spdy_client_stream.cc 54 read_buf_->SetCapacity(read_buf_->capacity() + kHeaderBufInitialSize);
quic_spdy_server_stream.cc 38 read_buf_->SetCapacity(read_buf_->capacity() + kHeaderBufInitialSize);
  /external/chromium_org/net/http/
http_stream_parser.cc 552 read_buf_->SetCapacity(read_buf_->capacity() + kHeaderBufInitialSize);
623 read_buf_->SetCapacity(0);
628 read_buf_->SetCapacity(0);
718 read_buf_->SetCapacity(save_amount + additional_save_amount);
826 read_buf_->SetCapacity(extra_bytes);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework_unittest.cc 638 filter.SetCapacity(10);
645 filter.SetCapacity(10);
658 filter.SetCapacity(10);
666 filter.SetCapacity(100);
673 filter.SetCapacity(10);
680 filter.SetCapacity(10);
699 filter.SetCapacity(10);
  /external/chromium_org/chrome/browser/devtools/device/adb/
mock_adb_server.cc 231 input_buffer_->SetCapacity(kBufferSize);
249 output_buffer_->SetCapacity(new_size);
269 input_buffer_->SetCapacity(input_buffer_->capacity() * 2);
  /external/chromium_org/extensions/browser/api/cast_channel/
cast_framer_unittest.cc 30 buffer_->SetCapacity(MessageFramer::MessageHeader::max_message_size());
  /external/chromium_org/content/browser/appcache/
appcache_url_request_job.cc 189 handler_source_buffer_->SetCapacity(kLimit);
207 handler_source_buffer_->SetCapacity(result); // Free up some memory.
  /external/chromium_org/content/browser/devtools/
tethering_handler.cc 62 wire_buffer_->SetCapacity(kBufferSize);
79 wire_buffer_->SetCapacity(wire_buffer_->capacity() * 2);
  /external/chromium_org/third_party/leveldatabase/src/util/
cache.cc 141 void SetCapacity(size_t capacity) { capacity_ = capacity; }
289 shard_[s].SetCapacity(per_shard);
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.cpp 149 byteBuffer.SetCapacity(kBufferSize);
159 hashBuffer.SetCapacity(kNumVals);
217 byteBuffer.SetCapacity(kBufferSize);
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 132 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);
571 procedure TDictionary<TKey,TValue>.SetCapacity(ACapacity: Integer);
715 SetCapacity(ACapacity);
828 SetCapacity(0);
833 SetCapacity(FCount);
  /external/chromium_org/jingle/glue/
pseudotcp_adapter_unittest.cc 217 input_buffer_->SetCapacity(kMessageSize);
278 input_buffer_->SetCapacity(input_buffer_->capacity() + result);

Completed in 673 milliseconds

1 2 3