HomeSort by relevance Sort by last modified time
    Searched defs:Highlight (Results 1 - 7 of 7) sorted by null

  /external/llvm/tools/llvm-cov/
SourceCoverageViewText.cpp 97 Optional<raw_ostream::Colors> Highlight;
102 Highlight = raw_ostream::RED;
108 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR,
109 getOptions().Colors && Highlight, /*Bold=*/false,
112 if (getOptions().Debug && Highlight)
116 Highlight = raw_ostream::CYAN;
118 Highlight = raw_ostream::RED;
120 Highlight = None;
124 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR
    [all...]
SourceCoverageViewHTML.cpp 323 // 3. Use \p WrappedSegment to set the highlight for snippets 0 and 1. Use
324 // segment 1 to set the highlight for snippet 2, segment 2 to set the
325 // highlight for snippet 3, and so on.
328 auto Highlight = [&](const std::string &Snippet) {
339 Snippets[0] = Highlight(Snippets[0]);
340 Snippets[1] = Highlight(Snippets[1]);
353 Snippets[I + 1] = Highlight(Snippets[I + 1]);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
SourceCoverageViewText.cpp 105 Optional<raw_ostream::Colors> Highlight;
111 Highlight = raw_ostream::RED;
117 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR,
118 getOptions().Colors && Highlight, /*Bold=*/false,
121 if (getOptions().Debug && Highlight)
124 if ((!S->IsGapRegion || (Highlight && *Highlight == raw_ostream::RED)) &&
126 Highlight = raw_ostream::RED;
128 Highlight = raw_ostream::CYAN
    [all...]
SourceCoverageViewHTML.cpp 528 // 3. Use \p WrappedSegment to set the highlight for snippet 0. Use segment
529 // 1 to set the highlight for snippet 2, segment 2 to set the highlight for
534 auto Highlight = [&](const std::string &Snippet, unsigned LC, unsigned RC) {
548 Snippets[0] = Highlight(Snippets[0], 1, 1 + Snippets[0].size());
561 Snippets[I + 1] = Highlight(Snippets[I + 1], CurSeg->Col,
566 Snippets.back() = Highlight(Snippets.back(), 1, 1 + Snippets.back().size());
  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 98 const char *Highlight() const { return Green(); }
279 Buffer.append(Decor.Highlight());
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_graph_dumper.cc 100 bool Highlight(const HloInstruction* instr) const {
530 // If this edge crosses a fusion cluster boundary, highlight it when the
623 bool highlight = filter_.Highlight(parent_instr); local
626 if (debug_options_.xla_hlo_graph_sharding_color() && !highlight) {
635 fillcolor = highlight ? "#ffcdd2" : "#f5f5f5";
636 strokecolor = highlight ? "#b71c1c" : "#c2c2c2";
794 if (filter_.Highlight(instr)) {
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 570 Highlight,

Completed in 140 milliseconds