Searched defs:input_buffer_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dmount_node_tty.h51 std::deque<char> input_buffer_; member in class:nacl_io::MountNodeTty
/external/chromium_org/media/base/
H A Dsinc_resampler.h128 scoped_ptr<float[], base::ScopedPtrAlignedFree> input_buffer_; member in class:media::SincResampler
130 // Pointers to the various regions inside |input_buffer_|. See the diagram at
/external/chromium_org/remoting/protocol/
H A Dconnection_tester.h61 scoped_refptr<net::GrowableIOBuffer> input_buffer_; member in class:remoting::protocol::StreamConnectionTester
/external/chromium_org/net/dns/
H A Daddress_sorter_win.cc49 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::__anon8668::AddressSorterWin::Job
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dgzip_stream.h191 void* input_buffer_; member in class:google::protobuf::io::GzipOutputStream
/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream.h189 void* input_buffer_; member in class:google::protobuf::io::GzipOutputStream
/external/chromium/sdch/open-vcdiff/src/
H A Dvcdiff_main.cc115 // 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_[
[all...]
/external/chromium_org/sdch/open-vcdiff/src/
H A Dvcdiff_main.cc116 // 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_[
[all...]
/external/open-vcdiff/src/
H A Dvcdiff_main.cc116 // 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_[
[all...]
/external/chromium_org/jingle/glue/
H A Dpseudotcp_adapter_unittest.cc192 ASSERT_EQ(kTestDataSize + kMessageSize, input_buffer_->capacity());
198 input_buffer_->StartOfBuffer(), kTestDataSize));
220 input_buffer_ = new net::GrowableIOBuffer();
222 input_buffer_->SetCapacity(kMessageSize);
259 input_buffer_->set_offset(input_buffer_->capacity() - kMessageSize);
262 input_buffer_.get(),
283 input_buffer_->SetCapacity(input_buffer_->capacity() + result);
284 if (input_buffer_
298 scoped_refptr<net::GrowableIOBuffer> input_buffer_; member in class:jingle_glue::__anon8347::TCPChannelTester
[all...]

Completed in 146 milliseconds