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

  /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/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...]
  /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)); \

Completed in 446 milliseconds