HomeSort by relevance Sort by last modified time
    Searched refs:output_ (Results 1 - 23 of 23) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
vcdecoder5_test.cc 71 &output_));
72 EXPECT_EQ("", output_);
75 &output_));
76 EXPECT_EQ(0x4000000U, output_.size());
77 EXPECT_EQ(static_cast<char>(0xBE), output_[0]);
79 output_[output_.size() / 2]); // middle element
81 output_[output_.size() - 1]); // last element
82 output_.clear()
    [all...]
vcdecoder1_test.cc 29 &output_));
31 EXPECT_EQ("", output_);
38 &output_));
40 EXPECT_EQ(expected_target_, output_);
53 &output_));
54 EXPECT_EQ("", output_);
63 &output_));
66 EXPECT_GE(expected_target_.size(), output_.size());
74 &output_));
76 EXPECT_EQ("", output_);
    [all...]
vcdecoder3_test.cc 47 &output_));
49 EXPECT_EQ("", output_);
56 &output_));
58 EXPECT_EQ("", output_);
66 &output_));
67 EXPECT_EQ("", output_);
75 &output_));
76 EXPECT_EQ("", output_);
84 &output_));
85 EXPECT_EQ("", output_);
    [all...]
vcdecoder2_test.cc 34 EXPECT_TRUE(decoder_.DecodeChunk(&delta_file_header_[i], 1, &output_));
37 EXPECT_EQ("", output_);
43 EXPECT_TRUE(decoder_.DecodeChunk(&delta_file_[i], 1, &output_));
46 EXPECT_EQ(expected_target_, output_);
53 EXPECT_TRUE(decoder_.DecodeChunk(&delta_file_[i], 1, &output_));
56 EXPECT_EQ(expected_target_, output_);
65 EXPECT_TRUE(decoder_.DecodeChunk(&delta_file_[i], 1, &output_));
69 EXPECT_GE(expected_target_.size(), output_.size());
78 EXPECT_TRUE(decoder_.DecodeChunk(&delta_file_[i], 1, &output_));
81 EXPECT_EQ("", output_);
    [all...]
vcdecoder4_test.cc 41 &output_));
43 EXPECT_EQ(expected_target_, output_);
52 &output_));
54 EXPECT_EQ(expected_target_, output_);
63 EXPECT_TRUE(decoder_.DecodeChunk(&delta_file_[i], 1, &output_));
66 EXPECT_EQ(expected_target_, output_);
75 EXPECT_TRUE(decoder_.DecodeChunk(&delta_file_[i], 1, &output_));
78 EXPECT_EQ(expected_target_, output_);
95 &output_));
96 EXPECT_EQ("", output_);
    [all...]
vcdecoder_test.h 112 string output_; member in class:open_vcdiff::VCDiffDecoderTest
  /external/protobuf/src/google/protobuf/io/
printer.h 117 ZeroCopyOutputStream* const output_; member in class:google::protobuf::io::Printer
printer.cc 46 output_(output),
56 output_->BackUp(buffer_size_);
175 failed_ = !output_->Next(&void_buffer, &buffer_size_);
zero_copy_stream_impl.cc 336 : output_(output) {
344 output_->write(reinterpret_cast<const char*>(buffer), size);
345 return output_->good();
zero_copy_stream_impl.h 284 ostream* output_; member in class:google::protobuf::io::OstreamOutputStream::CopyingOstreamOutputStream
coded_stream.cc 527 : output_(output),
542 output_->BackUp(buffer_size_);
774 if (output_->Next(&void_buffer, &buffer_size_)) {
coded_stream.h 680 ZeroCopyOutputStream* output_; member in class:google::protobuf::io::CodedOutputStream
    [all...]
  /external/skia/src/images/
bmpdecoderhelper.cpp 172 output_ = callback->SetSize(width_, height_);
173 if (NULL == output_) {
273 output_[base] = colTab_[colBase];
274 output_[base + 1] = colTab_[colBase + 1];
275 output_[base + 2] = colTab_[colBase + 2];
286 uint8* line = output_ + (3 * width_ * realH);
bmpdecoderhelper.h 117 uint8* output_; member in class:image_codec::BmpDecoderHelper
  /external/v8/src/
prettyprinter.h 60 char* output_; // output string buffer member in class:v8::internal::PrettyPrinter
61 int size_; // output_ size
66 const char* Output() const { return output_; }
prettyprinter.cc 42 output_ = NULL;
49 DeleteArray(output_);
414 return output_;
423 return output_;
431 return output_;
443 ASSERT(output_ == NULL);
445 output_ = NewArray<char>(initial_size);
448 output_[0] = '\0';
457 int n = OS::VSNPrintF(Vector<char>(output_, size_) + pos_,
471 memcpy(new_output, output_, pos_)
    [all...]
  /external/chromium/net/tools/dump_cache/
upgrade.cc 130 IoBuffer* output_; member in class:__anon2651::BaseSM
139 output_ = reinterpret_cast<IoBuffer*>(out_buffer_.get());
159 output_->msg = msg;
161 if (!WriteFile(channel_, output_, sizeof(msg) + msg.buffer_bytes, &written,
700 memcpy(output_->buffer, key.c_str(), msg.buffer_bytes);
755 new net::WrappedIOBuffer(output_->buffer);
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 101 output_ = GTEST_FLAG(output);
114 GTEST_FLAG(output) = output_;
126 String output_; member in class:testing::internal::GTestFlagSaver
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 105 output_ = GTEST_FLAG(output);
122 GTEST_FLAG(output) = output_;
138 String output_; member in class:testing::internal::GTestFlagSaver
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 142 output_ = GTEST_FLAG(output);
161 GTEST_FLAG(output) = output_;
179 String output_; member in class:testing::internal::GTestFlagSaver
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
defaults.h 62 char *const output_ = (OUTPUT) = \
64 sprintf (output_, ASM_PN_FORMAT, name_, (unsigned long)(LABELNO)); \
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
defaults.h 62 char *const output_ = (OUTPUT) = \
64 sprintf (output_, ASM_PN_FORMAT, name_, (unsigned long)(LABELNO)); \
  /external/protobuf/src/google/protobuf/
text_format.cc 651 : output_(output),
665 output_->BackUp(buffer_size_);
745 failed_ = !output_->Next(&void_buffer, &buffer_size_);
756 io::ZeroCopyOutputStream* const output_; member in class:google::protobuf::TextFormat::Printer::TextGenerator::io
    [all...]

Completed in 1207 milliseconds