HomeSort by relevance Sort by last modified time
    Searched defs:input_ (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/webui/omnibox/
omnibox_ui_handler.h 67 AutocompleteInput input_; member in class:OmniboxUIHandler
  /external/chromium_org/third_party/webrtc/test/
video_capturer.h 37 VideoSendStreamInput* input_; member in class:webrtc::test::VideoCapturer
  /external/chromium_org/chrome/browser/android/omnibox/
autocomplete_controller_android.h 140 AutocompleteInput input_; member in class:AutocompleteControllerAndroid
  /external/chromium_org/chrome/browser/profile_resetter/
jtl_interpreter.h 53 const base::DictionaryValue* input_; member in class:JtlInterpreter
  /external/chromium_org/tools/gn/
tokenizer.h 59 bool CanIncrement() const { return cur_ < input_.size(); }
71 bool at_end() const { return cur_ == input_.size(); }
72 char cur_char() const { return input_[cur_]; }
79 const base::StringPiece input_; member in class:Tokenizer
  /external/chromium_org/base/test/expectations/
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/protobuf/src/google/protobuf/compiler/
parser.h 291 io::Tokenizer* input_; member in class:google::protobuf::compiler::Parser
parser_unittest.cc 104 input_.reset(new io::Tokenizer(raw_input_.get(), &error_collector_));
117 parser_->Parse(input_.get(), &actual);
118 EXPECT_EQ(io::Tokenizer::TYPE_END, input_->current().type);
135 EXPECT_EQ(io::Tokenizer::TYPE_END, input_->current().type);
143 parser_->Parse(input_.get(), &file);
157 parser_->Parse(input_.get(), &file);
158 EXPECT_EQ(io::Tokenizer::TYPE_END, input_->current().type);
172 scoped_ptr<io::Tokenizer> input_; member in class:google::protobuf::compiler::__anon32679::ParserTest
185 EXPECT_TRUE(parser_->Parse(input_.get(), NULL));
195 EXPECT_TRUE(parser_->Parse(input_.get(), NULL))
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_controller.h 125 const AutocompleteInput& input() const { return input_; }
202 AutocompleteInput input_; member in class:AutocompleteController
search_provider.h 288 AutocompleteInput input_; member in class:SearchProvider
  /external/chromium_org/third_party/brotli/src/brotli/dec/
bit_reader.h 46 BrotliInput input_; /* input callback */ member in struct:__anon15490
104 int bytes_read = BrotliRead(br->input_, dst, BROTLI_READ_SIZE);
  /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/third_party/webrtc/examples/android/opensl_loopback/jni/
opensl_runner.cc 33 input_(0, &output_) {
41 input_.AttachAudioBuffer(&audio_buffer_);
42 if (input_.Init() != 0) {
45 if (input_.InitRecording() != 0) {
54 input_.StartRecording();
61 input_.StopRecording();
68 InputType input_; member in class:webrtc::OpenSlRunnerTemplate
  /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
tokenizer.h 238 ZeroCopyInputStream* input_; member in class:google::protobuf::io::Tokenizer
242 const char* buffer_; // Current buffer returned from input_.
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/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_.
  /external/chromium_org/mojo/public/cpp/bindings/tests/
validation_test_input_parser.cc 108 const std::string& input_; member in class:mojo::test::__anon12840::ValidationTestInputParser
150 : input_(input),
176 // We have parsed all the contents in |input_| successfully, but there are
199 input_cursor_ = input_.find_first_not_of(kWhitespaceChars, input_cursor_);
201 if (input_cursor_ >= input_.size())
204 if (StartsWith(Range(&input_[0] + input_cursor_,
205 &input_[0] + input_.size()),
208 input_cursor_ = input_.find_first_of(kEndOfLineChars, input_cursor_);
210 range->first = &input_[0] + input_cursor_
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_external_decoder_unittest.cc 57 input_ = new int16_t[frame_size_samples_];
67 delete [] input_;
91 if (!input_file_->Read(frame_size_samples_, input_)) {
94 payload_size_bytes_ = WebRtcPcm16b_Encode(input_, frame_size_samples_,
195 int16_t* input_; member in class:webrtc::NetEqExternalDecoderTest
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
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.h 560 // |input_| to differ from the one currently stored in AutocompleteController.
561 AutocompleteInput input_; member in class:OmniboxEditModel
  /external/chromium_org/third_party/libvpx/source/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:__anon16623::ConvolveTest
251 uint8_t* ConvolveTest::input_ = NULL; member in class:__anon16623::ConvolveTest
  /external/chromium_org/third_party/webrtc/video/
full_stack.cc 79 : input_(input),
151 input_->SwapFrame(video_frame);
205 VideoSendStreamInput* input_; member in class:webrtc::VideoAnalyzer
414 analyzer.input_ = send_stream->Input();
  /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:__anon28576::ConvolveTest
251 uint8_t* ConvolveTest::input_ = NULL; member in class:__anon28576::ConvolveTest

Completed in 1712 milliseconds

1 2