HomeSort by relevance Sort by last modified time
    Searched defs:input_buffer_ (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_node_tty.h 51 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 128 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/
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::__anon11074::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/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 192 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_->capacity() == kTestDataSize + kMessageSize
298 scoped_refptr<net::GrowableIOBuffer> input_buffer_; member in class:jingle_glue::__anon10753::TCPChannelTester
    [all...]

Completed in 948 milliseconds