Searched refs:Highlight (Results 1 - 9 of 9) sorted by relevance

/external/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp97 Optional<raw_ostream::Colors> Highlight; local
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
[all...]
H A DSourceCoverageViewHTML.cpp328 auto Highlight = [&](const std::string &Snippet) { local
339 Snippets[0] = Highlight(Snippets[0]);
340 Snippets[1] = Highlight(Snippets[1]);
353 Snippets[I + 1] = Highlight(Snippets[I + 1]);
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_button.cpp20 {XFA_Attribute::Highlight, XFA_AttributeType::Enum,
H A Dcxfa_node_statics.cpp840 {0xd4cc53f8 /* highlight */, XFA_Attribute::Highlight},
2239 case XFA_Attribute::Highlight:
H A Dxfa_basic_data_element_script.cpp1216 XFA_Attribute::Highlight, XFA_ScriptType::Basic},
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc98 const char *Highlight() const { return Green(); } function in class:__anon3854::Decorator
279 Buffer.append(Decor.Highlight());
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_graph_dumper.cc115 bool Highlight(const HloInstruction* instr) const { function in class:xla::hlo_graph_dumper::__anon25629::NodeFilter
609 bool highlight = filter_.Highlight(parent_instr);
760 if (filter_.Highlight(instr)) {
1313 // Highlight the root node.
/external/pdfium/xfa/fxfa/
H A Dfxfa_basic.h570 Highlight, member in class:XFA_Attribute
H A Dcxfa_widgetacc.cpp1550 return pUIChild->JSObject()->GetEnum(XFA_Attribute::Highlight);

Completed in 270 milliseconds