/external/cronet/net/server/ |
D | http_connection.cc | 17 SetCapacity(kInitialBufSize); in ReadIOBuffer() 28 void HttpConnection::ReadIOBuffer::SetCapacity(int capacity) { in SetCapacity() function in net::HttpConnection::ReadIOBuffer 31 base_->SetCapacity(capacity); in SetCapacity() 46 SetCapacity(new_capacity); in IncreaseCapacity() 91 base_->SetCapacity(0); in DidConsume() 92 SetCapacity(new_capacity); in DidConsume()
|
D | http_connection.h | 41 void SetCapacity(int capacity);
|
D | http_connection_unittest.cc | 34 buffer->SetCapacity(kNewCapacity); in TEST() 64 buffer->SetCapacity(kNewCapacity); in TEST()
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | 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); procedure 571 procedure TDictionary<TKey,TValue>.SetCapacity(ACapacity: Integer); procedure 715 SetCapacity(ACapacity); 828 SetCapacity(0); 833 SetCapacity(FCount);
|
/external/cronet/base/task/sequence_manager/ |
D | lazily_deallocated_deque_unittest.cc | 266 d.SetCapacity(1001); in TEST_F() 287 d.SetCapacity(1001); in TEST_F() 308 d.SetCapacity(1001); in TEST_F() 332 d.SetCapacity(5001); in TEST_F()
|
D | lazily_deallocated_deque.h | 203 SetCapacity(new_capacity); in MaybeShrinkQueue() 207 void SetCapacity(size_t new_capacity) { in SetCapacity() function
|
/external/cronet/net/http/ |
D | http_stream_parser.cc | 580 read_buf_->SetCapacity(read_buf_->capacity() + kHeaderBufInitialSize); in DoReadHeaders() 657 read_buf_->SetCapacity(0); in DoReadBody() 662 read_buf_->SetCapacity(0); in DoReadBody() 752 read_buf_->SetCapacity(save_amount + additional_save_amount); in DoReadBodyComplete() 887 read_buf_->SetCapacity(extra_bytes); in HandleReadHeaderResult()
|
D | http_stream_parser_unittest.cc | 1247 read_buffer_->SetCapacity(offset + size); in AddInitialData()
|
/external/libchrome/base/task/sequence_manager/ |
D | lazily_deallocated_deque.h | 182 SetCapacity(new_capacity); in MaybeShrinkQueue() 187 void SetCapacity(size_t new_capacity) { in SetCapacity() function
|
D | lazily_deallocated_deque_unittest.cc | 262 TEST_F(LazilyDeallocatedDequeTest, SetCapacity) { in TEST_F() argument 271 d.SetCapacity(1001); in TEST_F()
|
/external/cronet/net/base/ |
D | io_buffer.h | 204 void SetCapacity(int capacity);
|
D | io_buffer.cc | 111 void GrowableIOBuffer::SetCapacity(int capacity) { in SetCapacity() function in net::GrowableIOBuffer
|
/external/cronet/net/socket/ |
D | read_buffering_stream_socket.cc | 24 read_buffer_->SetCapacity(size); in BufferNextRead()
|
/external/leveldb/util/ |
D | cache.cc | 157 void SetCapacity(size_t capacity) { capacity_ = capacity; } in SetCapacity() function in leveldb::__anone441f5b80111::LRUCache 355 shard_[s].SetCapacity(per_shard); in ShardedLRUCache()
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | cache.cc | 169 void SetCapacity(size_t capacity) { capacity_ = capacity; } in SetCapacity() function in tensorflow::table::__anon025143c70111::LRUCache 367 shard_[s].SetCapacity(per_shard); in ShardedLRUCache()
|
/external/webrtc/p2p/base/ |
D | pseudo_tcp.h | 206 bool SetCapacity(size_t size);
|
D | pseudo_tcp.cc | 1256 m_sbuf.SetCapacity(new_size); in resizeSendBuffer() 1271 bool result = m_rbuf.SetCapacity(new_size); in resizeReceiveBuffer() 1300 bool PseudoTcp::LockedFifoBuffer::SetCapacity(size_t size) { in SetCapacity() function in cricket::PseudoTcp::LockedFifoBuffer
|
/external/cronet/net/tools/cachetool/ |
D | cachetool.cc | 536 buffer->SetCapacity(kInitBufferSize); in GetStreamForKeyBuffer() 551 buffer->SetCapacity(buffer->offset() * 2); in GetStreamForKeyBuffer()
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
D | Antlr.Runtime.Tools.Tests.pas | 236 FIList.SetCapacity(Value);
|
/external/crosvm/devices/src/ |
D | bat.rs | 222 BatControlCommand::SetCapacity(capacity) => { in command_monitor()
|
/external/cronet/net/disk_cache/simple/ |
D | simple_entry_impl.cc | 1689 stream_0_data_->SetCapacity(buf_len); in SetStream0Data() 1695 stream_0_data_->SetCapacity(buffer_size); in SetStream0Data()
|
D | simple_synchronous_entry.cc | 1039 out->data->SetCapacity(read_size); in PreReadStreamPayload()
|
/external/crosvm/vm_control/src/ |
D | lib.rs | 990 SetCapacity(u32), enumerator 1005 BatProperty::Capacity => Ok(BatControlCommand::SetCapacity( in new()
|
/external/cronet/net/websockets/ |
D | websocket_basic_stream_test.cc | 163 http_read_buffer_->SetCapacity(size); in SetHttpReadBuffer()
|