HomeSort by relevance Sort by last modified time
    Searched defs:input_ (Results 26 - 44 of 44) sorted by null

12

  /prebuilts/tools/linux-x86_64/protoc/include/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.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/
coded_stream.h 473 ZeroCopyInputStream* input_; member in class:google::protobuf::io::CodedInputStream
476 int total_bytes_read_; // total bytes read from input_, including
531 // Back up input_ to the current buffer position.
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_stereo_unittest.cc 67 input_ = new int16_t[frame_size_samples_];
78 delete [] input_;
139 if (!input_file_->Read(frame_size_samples_, input_)) {
142 payload_size_bytes_ = WebRtcPcm16b_Encode(input_, frame_size_samples_,
150 test::InputAudioFile::DuplicateInterleaved(input_, frame_size_samples_,
252 int16_t* input_; member in class:webrtc::NetEqStereoTest
  /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:__anon30530::ConvolveTest
251 uint8_t* ConvolveTest::input_ = NULL; member in class:__anon30530::ConvolveTest
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
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...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
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...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
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...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 514 ZeroCopyInputStream* input_; member in class:google::protobuf::io::CodedInputStream
515 int total_bytes_read_; // total bytes read from input_, including
571 // Back up input_ to the current buffer position.
    [all...]
  /system/core/adb/
shell_service.cpp 197 std::unique_ptr<ShellProtocol> input_, output_; member in class:__anon73082::Subprocess
375 input_.reset(new ShellProtocol(protocol_sfd_.fd()));
377 if (!input_ || !output_) {
572 if (!input_->Read()) {
582 switch (input_->id()) {
585 if (sscanf(input_->data(), "%dx%d,%dx%d",
596 input_bytes_left_ = input_->data_length();
621 int index = input_->data_length() - input_bytes_left_;
622 int bytes = adb_write(stdinout_sfd_.fd(), input_->data() + index,
  /external/libvpx/libvpx/test/
convolve_test.cc 316 // Force input_ to be unaligned, output to be 16 byte aligned.
317 input_ = reinterpret_cast<uint8_t*>(
337 vpx_free(input_ - 1);
338 input_ = NULL;
395 input_[i] = 255;
400 input_[i] = prng.Rand8Extremes();
409 memset(input_, value, kInputBufferSize);
432 return input_ + BorderTop() * kOuterBlockSize + BorderLeft();
438 return input_ + BorderTop() * kOuterBlockSize + BorderLeft();
544 static uint8_t* input_; member in class:__anon17032::ConvolveTest
555 uint8_t* ConvolveTest::input_ = NULL; member in class:__anon17032::ConvolveTest
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 108 input_.reset(new io::Tokenizer(raw_input_.get(), &error_collector_));
121 parser_->Parse(input_.get(), &actual);
122 EXPECT_EQ(io::Tokenizer::TYPE_END, input_->current().type);
142 EXPECT_EQ(io::Tokenizer::TYPE_END, input_->current().type);
150 parser_->Parse(input_.get(), &file);
164 parser_->Parse(input_.get(), &file);
165 EXPECT_EQ(io::Tokenizer::TYPE_END, input_->current().type);
179 scoped_ptr<io::Tokenizer> input_; member in class:google::protobuf::compiler::__anon22441::ParserTest
192 EXPECT_TRUE(parser_->Parse(input_.get(), NULL));
202 EXPECT_TRUE(parser_->Parse(input_.get(), NULL))
    [all...]
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc 212 : OutOfLineCode(gen), result_(result), input_(input) {}
216 __ movsd(MemOperand(esp, 0), input_); variable
223 XMMRegister const input_; member in class:v8::internal::compiler::__anon24183::final
    [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc 180 : OutOfLineCode(gen), result_(result), input_(input) {}
184 __ Movsd(MemOperand(rsp, 0), input_); variable
191 XMMRegister const input_; member in class:v8::internal::compiler::__anon24229::final
    [all...]
  /external/v8/src/compiler/x87/
code-generator-x87.cc 217 : OutOfLineCode(gen), result_(result), input_(input) {}
222 USE(input_); variable
227 X87Register const input_; member in class:v8::internal::compiler::__anon24235::final
    [all...]
  /external/webrtc/webrtc/video/
video_quality_test.cc 58 : input_(nullptr),
147 input_->IncomingCapturedFrame(video_frame);
261 VideoCaptureInput* input_; member in class:webrtc::VideoAnalyzer
    [all...]
  /external/v8/src/
deoptimizer.h 532 static int input_offset() { return OFFSET_OF(Deoptimizer, input_); }
671 FrameDescription* input_; member in class:v8::internal::Deoptimizer
    [all...]
  /external/v8/src/debug/
liveedit.cc 43 : input_(input), len1_(input->GetLength1()), len2_(input->GetLength2()) {
105 Comparator::Input* input_; member in class:v8::internal::Differencer
128 if (input_->Equals(pos1, pos2)) {
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 1545 milliseconds

12