/third_party/protobuf/conformance/ |
D | conformance_test.cc | 180 StringAppendF(&output_, in ReportSuccess() 199 StringAppendF(&output_, "WARNING, test=%s: ", test_name.c_str()); in ReportFailure() 201 StringAppendF(&output_, "ERROR, test=%s: ", test_name.c_str()); in ReportFailure() 206 StringAppendV(&output_, fmt, args); in ReportFailure() 208 StringAppendF(&output_, " request=%s, response=%s\n", in ReportFailure() 217 StringAppendF(&output_, "SKIPPED, test=%s request=%s, response=%s\n", in ReportSkip() 329 StringAppendF(&output_, in RunTest() 344 StringAppendF(&output_, "\n"); in CheckSetEmpty() 345 StringAppendF(&output_, "%s\n\n", msg.c_str()); in CheckSetEmpty() 348 StringAppendF(&output_, " %s\n", iter->c_str()); in CheckSetEmpty() [all …]
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | idec_dec.c | 73 WebPDecBuffer output_; // output buffer (when no external one is supplied, member 262 WebPFreeDecBuffer(&idec->output_); in FinishDecoding() 617 WebPInitDecBuffer(&idec->output_); in NewDecoder() 622 idec->params_.output = &idec->output_; in NewDecoder() 685 WebPFreeDecBuffer(&idec->output_); in WebPIDelete() 708 idec->output_.colorspace = csp; in WebPINewRGB() 709 idec->output_.is_external_memory = is_external_memory; in WebPINewRGB() 710 idec->output_.u.RGBA.rgba = output_buffer; in WebPINewRGB() 711 idec->output_.u.RGBA.stride = output_stride; in WebPINewRGB() 712 idec->output_.u.RGBA.size = output_buffer_size; in WebPINewRGB() [all …]
|
D | alphai_dec.h | 38 uint8_t* output_; member
|
D | vp8l_dec.c | 601 const WEBP_CSP_MODE colorspace = dec->output_->colorspace; in EmitRescaledRowsRGBA() 676 ConvertToYUVA(src, dst_width, y_pos, dec->output_); in ExportYUVA() 707 ConvertToYUVA((const uint32_t*)in, mb_w, y_pos, dec->output_); in EmitRowsYUVA() 804 const WebPDecBuffer* const output = dec->output_; in ProcessRows() 878 uint8_t* out = alph_dec->output_ + width * first_row; in ExtractPalettedAlphaRows() 1402 dec->output_ = NULL; // leave no trace behind in VP8LClear() 1559 uint8_t* const output = alph_dec->output_; in ExtractAlphaRows() 1691 dec->output_ = params->output; in VP8LDecodeImage() 1692 assert(dec->output_ != NULL); in VP8LDecodeImage() 1709 if (io->use_scaling || WebPIsPremultipliedMode(dec->output_->colorspace)) { in VP8LDecodeImage() [all …]
|
D | vp8li_dec.h | 63 const WebPDecBuffer* output_; // shortcut to io->opaque->output member
|
/third_party/node/deps/v8/src/deoptimizer/ |
D | deoptimizer.cc | 483 output_(nullptr), in Deoptimizer() 565 DCHECK(input_ == nullptr && output_ == nullptr); in ~Deoptimizer() 573 if (output_[i] != input_) delete output_[i]; in DeleteFrameDescriptions() 575 delete[] output_; in DeleteFrameDescriptions() 577 output_ = nullptr; in DeleteFrameDescriptions() 856 DCHECK_NULL(output_); in DoComputeOutputFrames() 857 output_ = new FrameDescription*[count]; in DoComputeOutputFrames() 859 output_[i] = nullptr; in DoComputeOutputFrames() 901 total_output_frame_size += output_[frame_index]->GetFrameSize(); in DoComputeOutputFrames() 904 FrameDescription* topmost = output_[count - 1]; in DoComputeOutputFrames() [all …]
|
D | deoptimizer.h | 107 static int output_offset() { return offsetof(Deoptimizer, output_); } in output_offset() 207 FrameDescription** output_; variable
|
/third_party/gn/src/gn/ |
D | command_format.cc | 126 std::string String() const { return output_; } in String() 228 std::string output_; // Output buffer. member in commands::__anon06473ddd0111::Printer 267 output_.reserve(100 << 10); in Printer() 288 output_.append(str); in Print() 292 output_ += std::string(margin(), ' '); in PrintMargin() 382 size_t n = output_.size(); in Trim() 383 while (n > 0 && output_[n - 1] == ' ') in Trim() 385 output_.resize(n); in Trim() 389 size_t n = output_.size(); in HaveBlankLine() 390 while (n > 0 && output_[n - 1] == ' ') in HaveBlankLine() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
D | output.cc | 48 if (size_t result = std::fwrite(v.data(), 1, v.size(), output_)) { in Write() 57 } else if (std::ferror(output_)) { in Write()
|
D | output.h | 56 explicit FILERawSink(std::FILE* output) : output_(output) {} in FILERawSink() 64 std::FILE* output_;
|
/third_party/protobuf/src/google/protobuf/io/ |
D | printer.cc | 49 output_(output), in Printer() 60 output_(output), in Printer() 71 output_->BackUp(buffer_size_); in ~Printer() 235 if (!output_->Next(&void_buffer, &buffer_size_)) { in Next() 258 failed_ = !output_->Next(&void_buffer, &buffer_size_); in CopyToBuffer()
|
D | zero_copy_stream_impl.cc | 300 : output_(output) {} in CopyingOstreamOutputStream() 307 output_->write(reinterpret_cast<const char*>(buffer), size); in Write() 308 return output_->good(); in Write()
|
/third_party/cef/libcef/browser/net/ |
D | chrome_scheme_handler.cc | 456 output_ = new base::RefCountedString(); in CefURLDataSource() 460 handled = OnExtensionsSupportUI(&mime_type_, &output_->data()); in CefURLDataSource() 463 handled = OnLicenseUI(&mime_type_, &output_->data()); in CefURLDataSource() 466 handled = OnVersionUI(profile_, &mime_type_, &output_->data()); in CefURLDataSource() 469 handled = OnWebUIHostsUI(&mime_type_, &output_->data()); in CefURLDataSource() 489 std::move(callback).Run(output_); in StartDataRequest() 504 scoped_refptr<base::RefCountedString> output_; member in scheme::__anon7b4fc5200111::CefURLDataSource
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
D | json_objectwriter_test.cc | 48 : str_stream_(new StringOutputStream(&output_)), in JsonObjectWriterTest() 57 return output_; in CloseStreamAndGetString() 60 std::string output_; member in google::protobuf::util::converter::JsonObjectWriterTest
|
D | proto_writer.cc | 75 output_(output), in ProtoWriter() 96 output_(output), in ProtoWriter() 803 output_->Append(static_cast<const char*>(data), num_bytes); in WriteRootMessage() 817 output_->Append(reinterpret_cast<const char*>(insert_buffer), in WriteRootMessage() 822 output_->Flush(); in WriteRootMessage()
|
/third_party/skia/third_party/externals/libwebp/examples/ |
D | webpmux.c | 119 const char* output_; member 708 config->output_ = wargv[i + 1]; in ParseCommandLine() 820 if (config->output_ == NULL && config->action_type_ != ACTION_INFO) { in ValidateConfig() 903 ok = WriteWebP(mux_single, config->output_); in GetFrame() 935 ok = WriteData(config->output_, &chunk); in Process() 1061 ok = WriteWebP(mux, config->output_); in Process() 1076 ok = WriteWebP(mux, config->output_); in Process() 1136 ok = WriteWebP(new_mux, config->output_); in Process() 1161 ok = WriteWebP(mux, config->output_); in Process()
|
/third_party/skia/third_party/externals/zlib/google/ |
D | zip_reader.cc | 54 std::string* output_; member in zip::__anon436036bd0111::StringWriterDelegate 62 output_(output) { in StringWriterDelegate() 73 if (output_->size() + num_bytes > max_read_bytes_) in WriteBytes() 75 output_->append(data, num_bytes); in WriteBytes()
|
/third_party/node/deps/v8/src/ast/ |
D | prettyprinter.cc | 633 return output_; in Print() 638 DCHECK_NULL(output_); in Init() 640 output_ = NewArray<char>(initial_size); in Init() 643 output_[0] = '\0'; in Init() 651 int n = base::VSNPrintF(base::Vector<char>(output_, size_) + pos_, format, in Print() 664 MemCopy(new_output, output_, pos_); in Print() 665 DeleteArray(output_); in Print() 666 output_ = new_output; in Print() 758 : output_(nullptr), size_(0), pos_(0), indent_(0) { in AstPrinter() 764 DeleteArray(output_); in ~AstPrinter() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
D | container_test.cc | 442 std::vector<int> output_; member in __anon25865ee40111::NumericMutatingTest 496 auto last = absl::c_adjacent_difference(list_, std::back_inserter(output_)); in TEST_F() 499 EXPECT_EQ(output_, expected); in TEST_F() 503 auto last = absl::c_adjacent_difference(list_, std::back_inserter(output_), in TEST_F() 507 EXPECT_EQ(output_, expected); in TEST_F() 511 auto last = absl::c_partial_sum(list_, std::back_inserter(output_)); in TEST_F() 514 EXPECT_EQ(output_, expected); in TEST_F() 518 auto last = absl::c_partial_sum(list_, std::back_inserter(output_), in TEST_F() 522 EXPECT_EQ(output_, expected); in TEST_F()
|
/third_party/node/deps/v8/src/debug/ |
D | liveedit.cc | 369 : output_(output), offset1_(offset1), offset2_(offset2) {} in TokensCompareOutput() 372 output_->emplace_back( in AddChunk() 378 std::vector<SourceChangeRange>* output_; member in v8::internal::__anona58e59670111::TokensCompareOutput 480 output_(output) {} in TokenizingLineArrayCompareOutput() 498 TokensCompareOutput tokens_output(char_pos1, char_pos2, output_); in AddChunk() 502 output_->emplace_back(SourceChangeRange{ in AddChunk() 523 std::vector<SourceChangeRange>* output_; member in v8::internal::__anona58e59670111::TokenizingLineArrayCompareOutput
|
/third_party/skia/third_party/externals/tint/fuzzers/ |
D | tint_common_fuzzer.cc | 110 : input_(input), output_(output) {} in CommonFuzzer() 205 switch (output_) { in Run()
|
D | tint_common_fuzzer.h | 88 OutputFormat output_; variable
|
/third_party/node/deps/v8/third_party/zlib/google/ |
D | zip_reader.cc | 85 explicit StringWriterDelegate(std::string* output) : output_(output) {} in StringWriterDelegate() 89 output_->append(data, num_bytes); in WriteBytes() 94 std::string* const output_; member in zip::__anon9c42100e0111::StringWriterDelegate
|
/third_party/node/deps/zlib/google/ |
D | zip_reader.cc | 85 explicit StringWriterDelegate(std::string* output) : output_(output) {} in StringWriterDelegate() 89 output_->append(data, num_bytes); in WriteBytes() 94 std::string* const output_; member in zip::__anon9c45c4380111::StringWriterDelegate
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest-internal-inl.h | 169 output_ = GTEST_FLAG(output); in GTestFlagSaver() 191 GTEST_FLAG(output) = output_; in ~GTestFlagSaver() 213 std::string output_; variable
|