/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
mount_node_tty.h | 49 std::deque<char> input_buffer_; member in class:nacl_io::MountNodeTty
|
/art/runtime/jdwp/ |
jdwp_priv.h | 79 uint8_t input_buffer_[8192]; member in class:art::JDWP::JdwpNetStateBase
|
/external/chromium_org/media/base/ |
sinc_resampler.h | 129 scoped_ptr<float[], base::ScopedPtrAlignedFree> input_buffer_; member in class:media::SincResampler 131 // Pointers to the various regions inside |input_buffer_|. See the diagram at
|
/external/chromium_org/remoting/protocol/ |
connection_tester.h | 61 scoped_refptr<net::GrowableIOBuffer> input_buffer_; member in class:remoting::protocol::StreamConnectionTester
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
gzip_stream.h | 191 void* input_buffer_; member in class:google::protobuf::io::GzipOutputStream
|
/frameworks/ex/variablespeed/jni/ |
sola_time_scaler.h | 149 RingBuffer* input_buffer_; member in class:video_editing::SolaTimeScaler
|
/external/chromium_org/net/dns/ |
address_sorter_win.cc | 49 input_buffer_(reinterpret_cast<SOCKET_ADDRESS_LIST*>( 54 input_buffer_->iAddressCount = list.size(); 56 input_buffer_->Address + input_buffer_->iAddressCount); 70 input_buffer_->Address[i].lpSockaddr = addr; 71 input_buffer_->Address[i].iSockaddrLength = addr_len; 94 int result = WSAIoctl(sock, SIO_ADDRESS_LIST_SORT, input_buffer_.get(), 127 scoped_ptr_malloc<SOCKET_ADDRESS_LIST> input_buffer_; member in class:net::__anon9032::AddressSorterWin::Job
|
/external/protobuf/src/google/protobuf/io/ |
gzip_stream.h | 189 void* input_buffer_; member in class:google::protobuf::io::GzipOutputStream
|
/external/chromium/sdch/open-vcdiff/src/ |
vcdiff_main.cc | 115 // input_file_ will be valid and input_buffer_ will be allocated. 120 &input_buffer_); 137 // into input_buffer_. If successful, returns true and sets *bytes_read 138 // to the number of bytes read into input_buffer_. If an error occurs, 177 // input_buffer_ will be the value specified by the --buffersize option. 181 std::vector<char> input_buffer_; member in class:open_vcdiff::VCDiffFileBasedCoder 313 *bytes_read = fread(&input_buffer_[0], 1, input_buffer_.size(), input_file_); 418 if (!encoder.EncodeChunk(&input_buffer_[0], bytes_read, &output)) { 473 if (!decoder.DecodeChunk(&input_buffer_[0], bytes_read, &output)) [all...] |
/external/chromium_org/chrome/browser/devtools/ |
adb_client_socket_browsertest.cc | 83 scoped_refptr<net::GrowableIOBuffer> input_buffer_; member in class:SingleConnectionServer 94 input_buffer_ = new net::GrowableIOBuffer(); 95 input_buffer_->SetCapacity(buffer_size); 167 if (input_buffer_->RemainingCapacity() == 0) 168 input_buffer_->SetCapacity(input_buffer_->capacity() * 2); 171 input_buffer_.get(), 172 input_buffer_->RemainingCapacity(), 185 input_buffer_->set_offset(input_buffer_->offset() + count) [all...] |
/external/chromium_org/sdch/open-vcdiff/src/ |
vcdiff_main.cc | 116 // input_file_ will be valid and input_buffer_ will be allocated. 121 &input_buffer_); 138 // into input_buffer_. If successful, returns true and sets *bytes_read 139 // to the number of bytes read into input_buffer_. If an error occurs, 178 // input_buffer_ will be the value specified by the --buffersize option. 182 std::vector<char> input_buffer_; member in class:open_vcdiff::VCDiffFileBasedCoder 314 *bytes_read = fread(&input_buffer_[0], 1, input_buffer_.size(), input_file_); 422 if (!encoder.EncodeChunk(&input_buffer_[0], bytes_read, &output)) { 477 if (!decoder.DecodeChunk(&input_buffer_[0], bytes_read, &output)) [all...] |
/external/open-vcdiff/src/ |
vcdiff_main.cc | 116 // input_file_ will be valid and input_buffer_ will be allocated. 121 &input_buffer_); 138 // into input_buffer_. If successful, returns true and sets *bytes_read 139 // to the number of bytes read into input_buffer_. If an error occurs, 178 // input_buffer_ will be the value specified by the --buffersize option. 182 std::vector<char> input_buffer_; member in class:open_vcdiff::VCDiffFileBasedCoder 314 *bytes_read = fread(&input_buffer_[0], 1, input_buffer_.size(), input_file_); 422 if (!encoder.EncodeChunk(&input_buffer_[0], bytes_read, &output)) { 477 if (!decoder.DecodeChunk(&input_buffer_[0], bytes_read, &output)) [all...] |
/external/chromium_org/jingle/glue/ |
pseudotcp_adapter_unittest.cc | 187 ASSERT_EQ(kTestDataSize + kMessageSize, input_buffer_->capacity()); 193 input_buffer_->StartOfBuffer(), kTestDataSize)); 215 input_buffer_ = new net::GrowableIOBuffer(); 217 input_buffer_->SetCapacity(kMessageSize); 254 input_buffer_->set_offset(input_buffer_->capacity() - kMessageSize); 257 input_buffer_.get(), 278 input_buffer_->SetCapacity(input_buffer_->capacity() + result); 279 if (input_buffer_->capacity() == kTestDataSize + kMessageSize 293 scoped_refptr<net::GrowableIOBuffer> input_buffer_; member in class:jingle_glue::__anon8603::TCPChannelTester [all...] |