HomeSort by relevance Sort by last modified time
    Searched refs:input_ (Results 51 - 70 of 70) sorted by null

1 23

  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer.h 238 ZeroCopyInputStream* input_; member in class:google::protobuf::io::Tokenizer
242 const char* buffer_; // Current buffer returned from input_.
coded_stream.cc 73 if (input_ != NULL) {
89 input_->BackUp(backup_bytes);
206 input_->Skip(bytes_until_limit);
212 return input_->Skip(count);
519 if (NextNonEmpty(input_, &void_buffer, &buffer_size)) {
530 // we discarded, though, so that we can call input_->BackUp() to back
coded_stream.h 458 ZeroCopyInputStream* input_; member in class:google::protobuf::io::CodedInputStream
461 int total_bytes_read_; // total bytes read from input_, including
516 // Back up input_ to the current buffer position.
    [all...]
  /external/chromium_org/third_party/webrtc/test/
frame_generator_capturer.cc 120 input_->SwapFrame(frame);
  /external/chromium_org/third_party/webrtc/video/
full_stack.cc 70 : input_(input),
142 input_->SwapFrame(video_frame);
198 VideoSendStreamInput* input_; member in class:webrtc::VideoAnalyzer
408 analyzer.input_ = send_stream_->Input();
  /external/protobuf/src/google/protobuf/io/
coded_stream.h 436 ZeroCopyInputStream* input_; member in class:google::protobuf::io::CodedInputStream
439 int total_bytes_read_; // total bytes read from input_, including
489 // Back up input_ to the current buffer position.
    [all...]
coded_stream.cc 67 input_->BackUp(backup_bytes);
182 input_->Skip(bytes_until_limit);
188 return input_->Skip(count);
492 if (input_->Next(&void_buffer, &buffer_size)) {
503 // we discarded, though, so that we can call input_->BackUp() to back
  /external/chromium_org/ui/file_manager/video_player/js/
media_controls.js 568 this.input_ = document.createElement('input');
569 this.input_.type = 'range';
570 this.input_.min = 0;
571 this.input_.max = range;
572 this.input_.value = value * range;
573 this.container_.appendChild(this.input_);
575 this.input_.addEventListener(
577 this.input_.addEventListener(
579 this.input_.addEventListener(
614 return this.input_;
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser.h 291 io::Tokenizer* input_; member in class:google::protobuf::compiler::Parser
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
convolve_test.cc 296 // Force input_ to be unaligned, output to be 16 byte aligned.
297 input_ = reinterpret_cast<uint8_t*>(
311 vpx_free(input_ - 1);
312 input_ = NULL;
365 input_[i] = 255;
370 input_[i] = prng.Rand8Extremes();
379 memset(input_, value, kInputBufferSize);
395 return input_ + BorderTop() * kOuterBlockSize + BorderLeft();
401 return input_ + BorderTop() * kOuterBlockSize + BorderLeft();
494 static uint8_t* input_; member in class:__anon17601::ConvolveTest
503 uint8_t* ConvolveTest::input_ = NULL; member in class:__anon17601::ConvolveTest
    [all...]
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.h 559 // |input_| to differ from the one currently stored in AutocompleteController.
560 AutocompleteInput input_; member in class:OmniboxEditModel
omnibox_view_browsertest.cc     [all...]
  /external/chromium_org/components/omnibox/
search_provider.h 358 AutocompleteInput input_; member in class:SearchProvider
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.h 420 io::Tokenizer* input_; member in class:google::protobuf::compiler::Parser
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_provider_unittest.cc 392 controller_->input_ = AutocompleteInput(
723 controller_->input_.current_page_classification_ =
  /external/chromium_org/chrome/browser/profile_resetter/
jtl_interpreter.cc 701 input_(input),
719 &hasher, sentence.get(), input_, working_memory_.get());
  /external/chromium_org/chrome/browser/extensions/api/gcd_private/
gcd_private_api.cc 211 scoped_ptr<base::DictionaryValue> input_; member in class:extensions::GcdPrivateRequest
494 input_(input.DeepCopy()),
507 return *input_;
  /external/chromium_org/third_party/brotli/src/brotli/dec/
decode.c 614 if (BrotliRead(br->input_, &ringbuffer[rb_pos], (size_t)nbytes) < nbytes ||
624 if (BrotliRead(br->input_, &ringbuffer[rb_pos], (size_t)len) < len) {
629 BrotliInitBitReader(br, br->input_);
    [all...]
  /external/chromium_org/v8/src/
deoptimizer.h 235 static int input_offset() { return OFFSET_OF(Deoptimizer, input_); }
415 FrameDescription* input_; member in class:v8::internal::Deoptimizer
liveedit.cc 42 : input_(input), len1_(input->GetLength1()), len2_(input->GetLength2()) {
104 Comparator::Input* input_; member in class:v8::internal::Differencer
127 if (input_->Equals(pos1, pos2)) {
    [all...]

Completed in 912 milliseconds

1 23