Searched defs:output_ (Results 1 - 20 of 20) sorted by relevance

/external/protobuf/src/google/protobuf/io/
H A Dprinter.h121 ZeroCopyOutputStream* const output_; member in class:google::protobuf::io::Printer
H A Dzero_copy_stream_impl.h284 ostream* output_; member in class:google::protobuf::io::OstreamOutputStream::CopyingOstreamOutputStream
H A Dcoded_stream.h754 ZeroCopyOutputStream* output_; member in class:google::protobuf::io::CodedOutputStream
/external/v8/src/
H A Dprettyprinter.h38 char* output_; // output string buffer member in class:v8::internal::PrettyPrinter
39 int size_; // output_ size
44 const char* Output() const { return output_; }
H A Dmksnapshot.cc240 BZip2Compressor() : output_(NULL) {}
242 delete output_;
245 delete output_;
246 output_ = new i::ScopedVector<char>((input.length() * 101) / 100 + 1000);
247 unsigned int output_length_ = output_->length();
248 int result = BZ2_bzBuffToBuffCompress(output_->start(), &output_length_,
252 output_->Truncate(output_length_);
259 virtual i::Vector<char>* output() { return output_; }
262 i::ScopedVector<char>* output_; member in class:BZip2Compressor
H A Ddeoptimizer.h239 static int output_offset() { return OFFSET_OF(Deoptimizer, output_); }
421 FrameDescription** output_; member in class:v8::internal::Deoptimizer
/external/google-breakpad/src/common/windows/
H A Dpdb_source_line_writer.h238 FILE *output_; member in class:google_breakpad::PDBSourceLineWriter
/external/skia/src/images/
H A Dbmpdecoderhelper.h110 uint8* output_; member in class:image_codec::BmpDecoderHelper
/external/webp/src/dec/
H A Dvp8li.h62 const WebPDecBuffer *output_; // shortcut to io->opaque->output member in struct:VP8LDecoder
H A Didec.c73 WebPDecBuffer output_; // output buffer (when no external one is supplied) member in struct:WebPIDecoder
593 WebPInitDecBuffer(&idec->output_);
598 : &idec->output_;
640 WebPFreeDecBuffer(&idec->output_);
663 idec->output_.colorspace = mode;
664 idec->output_.is_external_memory = is_external_memory;
665 idec->output_.u.RGBA.rgba = output_buffer;
666 idec->output_.u.RGBA.stride = output_stride;
667 idec->output_.u.RGBA.size = output_buffer_size;
697 idec->output_
[all...]
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-internal-inl.h169 output_ = GTEST_FLAG(output);
190 GTEST_FLAG(output) = output_;
211 String output_; member in class:testing::internal::GTestFlagSaver
/external/gtest/src/
H A Dgtest-internal-inl.h174 output_ = GTEST_FLAG(output);
195 GTEST_FLAG(output) = output_;
216 std::string output_; member in class:testing::internal::GTestFlagSaver
/external/libvpx/libvpx/test/
H A Dconvolve_test.cc319 output_ = reinterpret_cast<uint8_t*>(
339 vpx_free(output_);
340 output_ = NULL;
387 output_[i] = 255;
389 output_[i] = 0;
416 memcpy(output_ref_, output_, kOutputBufferSize);
425 EXPECT_EQ(255, output_[i]);
445 return output_ + BorderTop() * kOuterBlockSize + BorderLeft();
451 return output_ + BorderTop() * kOuterBlockSize + BorderLeft();
545 static uint8_t* output_; member in class:__anon9382::ConvolveTest
556 uint8_t* ConvolveTest::output_ = NULL; member in class:__anon9382::ConvolveTest
[all...]
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h163 output_ = GTEST_FLAG(output);
184 GTEST_FLAG(output) = output_;
204 String output_; member in class:testing::internal::GTestFlagSaver
/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h163 output_ = GTEST_FLAG(output);
184 GTEST_FLAG(output) = output_;
204 String output_; member in class:testing::internal::GTestFlagSaver
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h162 output_ = GTEST_FLAG(output);
182 GTEST_FLAG(output) = output_;
201 String output_; member in class:testing::internal::GTestFlagSaver
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc1022 : output_(output),
1036 output_->BackUp(buffer_size_);
1116 failed_ = !output_->Next(&void_buffer, &buffer_size_);
1127 io::ZeroCopyOutputStream* const output_; member in class:google::protobuf::TextFormat::Printer::TextGenerator::io
/external/gtest/test/
H A Dgtest_unittest.cc89 virtual void Send(const string& message) { output_ += message; }
91 string output_; member in class:testing::internal::StreamingListenerTest::FakeSocketWriter
100 string* output() { return &(fake_sock_writer_->output_); }
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc575 output_ = GTEST_FLAG(output);
596 GTEST_FLAG(output) = output_;
617 std::string output_; member in class:testing::internal::GTestFlagSaver
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc556 output_ = GTEST_FLAG(output);
576 GTEST_FLAG(output) = output_;
595 String output_; member in class:testing::internal::GTestFlagSaver

Completed in 1899 milliseconds