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

12 3

  /external/chromium_org/base/test/expectations/
parser.cc 13 input_(input),
24 pos_ = &input_[0];
25 end_ = pos_ + input_.length();
parser.h 117 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/
autocomplete_controller.cc 239 const base::string16 old_input_text(input_.text());
240 const bool old_want_asynchronous_matches = input_.want_asynchronous_matches();
241 input_ = input;
250 // NOTE: This comes after constructing |input_| above since that construction
252 const bool minimal_changes = (input_.text() == old_input_text) &&
253 (input_.want_asynchronous_matches() == old_want_asynchronous_matches);
271 (*i)->Start(input_, minimal_changes);
422 input_.current_page_classification());
465 result_.SortAndCull(input_, template_url_service_);
476 result_.CopyOldMatches(input_, last_result, template_url_service_)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_stereo_unittest.cc 67 input_ = new int16_t[frame_size_samples_];
78 delete [] input_;
140 if (!input_file_->Read(frame_size_samples_, input_)) {
143 payload_size_bytes_ = WebRtcPcm16b_Encode(input_, frame_size_samples_,
151 test::InputAudioFile::DuplicateInterleaved(input_, frame_size_samples_,
251 int16_t* input_; member in class:webrtc::NetEqStereoTest
audio_decoder_unittest.cc 39 input_(NULL),
56 input_ = new int16_t[data_length_];
63 // Read data to |input_|.
65 fread(input_, sizeof(int16_t), data_length_, input_fp_)) <<
81 delete [] input_;
82 input_ = NULL;
112 size_t enc_len = EncodeFrame(&input_[processed_samples], frame_size_,
142 ASSERT_NEAR(input_[n], decoded_[channels_ * n + delay], tolerance) <<
144 DataLog::InsertCell("CodecTest", "input", input_[n]);
167 squared_sum += (input_[n] - decoded_[channels_ * n + delay])
213 int16_t* input_; member in class:webrtc::AudioDecoderTest
    [all...]
neteq_external_decoder_unittest.cc 58 input_ = new int16_t[frame_size_samples_];
67 delete [] input_;
90 if (!input_file_->Read(frame_size_samples_, input_)) {
93 payload_size_bytes_ = WebRtcPcm16b_Encode(input_, frame_size_samples_,
212 int16_t* input_; member in class:webrtc::NetEqExternalDecoderTest
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.cc 251 focus_state_, focus_source_, input_);
268 input_ = state ? state->autocomplete_input : AutocompleteInput();
295 input_, match);
585 input_ = AutocompleteInput(
595 omnibox_controller_->StartAutocomplete(input_);
649 input_ = AutocompleteInput(
651 UserTextFromDisplayText(view_->GetText()) : input_.text(),
652 input_.cursor_position(), base::ASCIIToUTF16("com"), GURL(),
653 input_.current_page_classification(),
654 input_.prevent_inline_autocomplete(), input_.prefer_keyword()
    [all...]
  /external/pcre/dist/
pcre_scanner.h 151 StringPiece input_; // Unprocessed input member in class:pcrecpp::Scanner
  /external/chromium_org/v8/src/arm/
deoptimizer-arm.cc 88 input_->SetRegister(i, i * 4);
90 input_->SetRegister(sp.code(), reinterpret_cast<intptr_t>(frame->sp()));
91 input_->SetRegister(fp.code(), reinterpret_cast<intptr_t>(frame->fp()));
93 input_->SetDoubleRegister(i, 0.0);
97 for (unsigned i = 0; i < input_->GetFrameSize(); i += kPointerSize) {
98 input_->SetFrameSlot(i, Memory::uint32_at(tos + i));
116 double double_value = input_->GetDoubleRegister(i);
193 // frame descriptor pointer to r1 (deoptimizer->input_);
  /external/chromium_org/v8/src/arm64/
deoptimizer-arm64.cc 67 input_->SetRegister(i, 0);
71 input_->SetRegister(jssp.code(), reinterpret_cast<intptr_t>(frame->sp()));
72 input_->SetRegister(fp.code(), reinterpret_cast<intptr_t>(frame->fp()));
75 input_->SetDoubleRegister(i, 0.0);
79 for (unsigned i = 0; i < input_->GetFrameSize(); i += kPointerSize) {
80 input_->SetFrameSlot(i, Memory::uint64_at(tos + i));
104 double double_value = input_->GetDoubleRegister(i);
  /external/chromium_org/v8/src/mips/
deoptimizer-mips.cc 84 input_->SetRegister(i, i * 4);
86 input_->SetRegister(sp.code(), reinterpret_cast<intptr_t>(frame->sp()));
87 input_->SetRegister(fp.code(), reinterpret_cast<intptr_t>(frame->fp()));
89 input_->SetDoubleRegister(i, 0.0);
93 for (unsigned i = 0; i < input_->GetFrameSize(); i += kPointerSize) {
94 input_->SetFrameSlot(i, Memory::uint32_at(tos + i));
113 double double_value = input_->GetDoubleRegister(i);
192 // frame descriptor pointer to a1 (deoptimizer->input_);
  /external/chromium_org/v8/src/mips64/
deoptimizer-mips64.cc 83 input_->SetRegister(i, i * 4);
85 input_->SetRegister(sp.code(), reinterpret_cast<intptr_t>(frame->sp()));
86 input_->SetRegister(fp.code(), reinterpret_cast<intptr_t>(frame->fp()));
88 input_->SetDoubleRegister(i, 0.0);
92 for (unsigned i = 0; i < input_->GetFrameSize(); i += kPointerSize) {
93 input_->SetFrameSlot(i, Memory::uint64_at(tos + i));
112 double double_value = input_->GetDoubleRegister(i);
197 // frame descriptor pointer to a1 (deoptimizer->input_);
  /external/chromium_org/v8/src/x64/
deoptimizer-x64.cc 90 input_->SetRegister(i, i * 4);
92 input_->SetRegister(rsp.code(), reinterpret_cast<intptr_t>(frame->sp()));
93 input_->SetRegister(rbp.code(), reinterpret_cast<intptr_t>(frame->fp()));
95 input_->SetDoubleRegister(i, 0.0);
99 for (unsigned i = 0; i < input_->GetFrameSize(); i += kPointerSize) {
100 input_->SetFrameSlot(i, Memory::uintptr_at(tos + i));
117 double double_value = input_->GetDoubleRegister(i);
  /external/chromium_org/v8/src/x87/
deoptimizer-x87.cc 181 input_->SetRegister(i, i * 4);
183 input_->SetRegister(esp.code(), reinterpret_cast<intptr_t>(frame->sp()));
184 input_->SetRegister(ebp.code(), reinterpret_cast<intptr_t>(frame->fp()));
186 input_->SetDoubleRegister(i, 0.0);
190 for (unsigned i = 0; i < input_->GetFrameSize(); i += kPointerSize) {
191 input_->SetFrameSlot(i, Memory::uint32_at(tos + i));
208 double double_value = input_->GetDoubleRegister(i);
216 unsigned input_frame_size = input_->GetFrameSize();
223 int32_t alignment_state = input_->GetFrameSlot(alignment_state_offset);
  /external/chromium_org/third_party/brotli/src/brotli/dec/
bit_reader.h 46 BrotliInput input_; /* input callback */ member in struct:__anon16313
104 int bytes_read = BrotliRead(br->input_, dst, BROTLI_READ_SIZE);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.h 242 istream* input_; member in class:google::protobuf::io::IstreamInputStream::CopyingIstreamInputStream
345 ZeroCopyInputStream* input_; member in class:google::protobuf::io::LimitingInputStream
  /external/libvpx/libvpx/test/
convolve_test.cc 175 // 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:__anon8472::ConvolveTest
251 uint8_t* ConvolveTest::input_ = NULL; member in class:__anon8472::ConvolveTest
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.h 242 istream* input_; member in class:google::protobuf::io::IstreamInputStream::CopyingIstreamInputStream
345 ZeroCopyInputStream* input_; member in class:google::protobuf::io::LimitingInputStream
tokenizer.h 184 ZeroCopyInputStream* input_; member in class:google::protobuf::io::Tokenizer
188 const char* buffer_; // Current buffer returned from input_.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
convolve_test.cc 175 // 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:__anon19656::ConvolveTest
251 uint8_t* ConvolveTest::input_ = NULL; member in class:__anon19656::ConvolveTest
  /external/chromium_org/third_party/webrtc/test/
vcm_capturer.cc 92 input_->SwapFrame(&frame);
  /external/chromium_org/v8/src/
deoptimizer.cc 562 input_(NULL),
613 input_ = new(size) FrameDescription(size, function);
614 input_->SetFrameType(frame_type);
649 DCHECK(input_ == NULL && output_ == NULL);
656 delete input_;
658 if (output_[i] != input_) delete output_[i];
661 input_ = NULL;
805 input_->GetRegister(fp_reg.code()) +
899 unsigned input_frame_size = input_->GetFrameSize();
    [all...]
  /external/chromium_org/chrome/browser/android/omnibox/
autocomplete_controller_android.cc 148 input_ = AutocompleteInput(
152 autocomplete_controller_->Start(input_);
181 input_ = AutocompleteInput(
185 autocomplete_controller_->StartZeroSuggest(input_);
218 input_.text(),
220 input_.type(),
autocomplete_controller_android.h 141 AutocompleteInput input_; member in class:AutocompleteControllerAndroid
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 107 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::__anon19431::ParserTest
191 EXPECT_TRUE(parser_->Parse(input_.get(), NULL));
201 EXPECT_TRUE(parser_->Parse(input_.get(), NULL))
    [all...]

Completed in 1278 milliseconds

12 3