Searched refs:input_ (Results 26 - 50 of 59) sorted by relevance

123

/external/chromium_org/base/test/expectations/
H A Dparser.cc13 input_(input),
24 pos_ = &input_[0];
25 end_ = pos_ + input_.length();
H A Dparser.h117 std::string input_; member in class:test_expectations::Parser
119 // Current location in the |input_|.
122 // Pointer to the end of the |input_|.
128 // The character data extracted from |input_| as a result of the
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_controller.cc218 const string16 old_input_text(input_.text());
220 input_.matches_requested();
221 input_ = input;
230 // NOTE: This comes after constructing |input_| above since that construction
232 const bool minimal_changes = (input_.text() == old_input_text) &&
233 (input_.matches_requested() == old_matches_requested);
247 (*i)->Start(input_, minimal_changes);
348 result_.SortAndCull(input_, profile_);
407 result_.SortAndCull(input_, profile_);
418 result_.CopyOldMatches(input_, last_resul
[all...]
H A Dsearch_provider.h488 AutocompleteInput input_; member in class:SearchProvider
/external/chromium_org/v8/src/ia32/
H A Ddeoptimizer-ia32.cc320 unsigned input_frame_size = input_->GetFrameSize();
337 input_->GetRegister(ebp.code()),
338 input_->GetRegister(esp.code()));
371 uint32_t input_value = input_->GetFrameSlot(input_offset);
394 output_[0]->SetFrameSlot(output_offset, input_->GetFrameSlot(input_offset));
400 int frame_pointer = input_->GetRegister(ebp.code());
425 output_[0] = input_;
430 output_[0]->SetRegister(esi.code(), input_->GetRegister(esi.code()));
458 input_->SetRegister(i, i * 4);
460 input_
[all...]
/external/chromium_org/chrome/browser/resources/file_manager/js/media/
H A Dmedia_controls.js584 this.input_ = document.createElement('input');
585 this.input_.type = 'range';
586 this.input_.min = 0;
587 this.input_.max = range;
588 this.input_.value = value * range;
589 this.container_.appendChild(this.input_);
591 this.input_.addEventListener(
593 this.input_.addEventListener(
595 this.input_.addEventListener(
630 return this.input_;
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.h242 istream* input_; member in class:google::protobuf::io::IstreamInputStream::CopyingIstreamInputStream
345 ZeroCopyInputStream* input_; member in class:google::protobuf::io::LimitingInputStream
H A Dtokenizer.h238 ZeroCopyInputStream* input_; member in class:google::protobuf::io::Tokenizer
242 const char* buffer_; // Current buffer returned from input_.
H A Dcoded_stream.cc73 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
H A Dcoded_stream.h458 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.
1082 : input_(input),
1103 : input_(NULL),
1120 // code paths from trying to access input_ and segfaulting.
1124 return input_ == NULL;
/external/libvpx/libvpx/test/
H A Dconvolve_test.cc175 // Force input_ to be unaligned, output to be 16 byte aligned.
176 input_ = reinterpret_cast<uint8_t*>(
183 vpx_free(input_ - 1);
184 input_ = NULL;
225 input_[i] = prng.Rand8Extremes();
229 memset(input_, value, kInputBufferSize);
240 return input_ + BorderTop() * kOuterBlockSize + BorderLeft();
248 static uint8_t* input_; member in class:__anon20536::ConvolveTest
251 uint8_t* ConvolveTest::input_ = NULL; member in class:__anon20536::ConvolveTest
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.h242 istream* input_; member in class:google::protobuf::io::IstreamInputStream::CopyingIstreamInputStream
345 ZeroCopyInputStream* input_; member in class:google::protobuf::io::LimitingInputStream
H A Dtokenizer.h184 ZeroCopyInputStream* input_; member in class:google::protobuf::io::Tokenizer
188 const char* buffer_; // Current buffer returned from input_.
H A Dcoded_stream.cc67 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
H A Dcoded_stream.h436 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.
1039 : input_(input),
1060 : input_(NULL),
1077 // code paths from trying to access input_ and segfaulting.
1081 if (input_ != NULL) {
/external/chromium_org/chrome_frame/test/
H A Dhtml_util_unittests.cc322 std::string input_; member in struct:UserAgentTestCase
385 user_agent_test_cases[i].input_));
403 EXPECT_EQ(user_agent_test_cases[i].input_, new_ua);
408 std::string ua(user_agent_test_cases[i].input_);
410 EXPECT_EQ(user_agent_test_cases[i].input_, new_ua);
/external/chromium_org/v8/src/
H A Ddeoptimizer.cc597 input_(NULL),
639 input_ = new(size) FrameDescription(size, function);
640 input_->SetFrameType(frame_type);
684 ASSERT(input_ == NULL && output_ == NULL);
690 delete input_;
692 if (output_[i] != input_) delete output_[i];
695 input_ = NULL;
917 unsigned input_frame_size = input_->GetFrameSize();
944 top_address = input_->GetRegister(fp_reg.code()) - (2 * kPointerSize) -
973 value = input_
[all...]
/external/v8/src/
H A Ddeoptimizer.cc357 input_(NULL),
421 input_ = new(size) FrameDescription(size, function);
422 input_->SetFrameType(StackFrame::JAVA_SCRIPT);
427 ASSERT(input_ == NULL && output_ == NULL);
432 delete input_;
434 if (output_[i] != input_) delete output_[i];
437 input_ = NULL;
705 intptr_t input_value = input_->GetRegister(input_reg);
722 intptr_t value = input_->GetRegister(input_reg);
749 double value = input_
[all...]
H A Dunicode.h236 Input input_; member in class:unibrow::InputBuffer
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete.cc827 input_.Clear(); // Ensure we don't try to do a "minimal_changes" query on a
838 const string16 old_input_text(input_.text());
840 input_.matches_requested();
841 input_ = AutocompleteInput(text, desired_tld, prevent_inline_autocomplete,
851 // NOTE: This comes after constructing |input_| above since that construction
853 const bool minimal_changes = (input_.text() == old_input_text) &&
854 (input_.matches_requested() == old_matches_requested);
863 (*i)->Start(input_, minimal_changes);
935 result_.SortAndCull(input_);
946 result_.CopyOldMatches(input_, last_resul
[all...]
H A Dautocomplete.h676 const AutocompleteInput& input() const { return input_; }
707 AutocompleteInput input_; member in class:AutocompleteController
H A Dsearch_provider.h58 // from |input_.text()| if the input contained whitespace.
284 AutocompleteInput input_; member in class:SearchProvider
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc107 input_.reset(new io::Tokenizer(raw_input_.get(), &error_collector_));
120 parser_->Parse(input_.get(), &actual);
121 EXPECT_EQ(io::Tokenizer::TYPE_END, input_->current().type);
141 EXPECT_EQ(io::Tokenizer::TYPE_END, input_->current().type);
149 parser_->Parse(input_.get(), &file);
163 parser_->Parse(input_.get(), &file);
164 EXPECT_EQ(io::Tokenizer::TYPE_END, input_->current().type);
178 scoped_ptr<io::Tokenizer> input_; member in class:google::protobuf::compiler::__anon13378::ParserTest
191 EXPECT_TRUE(parser_->Parse(input_.get(), NULL));
201 EXPECT_TRUE(parser_->Parse(input_
[all...]
H A Dparser.h420 io::Tokenizer* input_; member in class:google::protobuf::compiler::Parser
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.h291 io::Tokenizer* input_; member in class:google::protobuf::compiler::Parser

Completed in 519 milliseconds

123