Home
last modified time | relevance | path

Searched refs:Highlight (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm/tools/llvm-cov/
DSourceCoverageViewText.cpp97 Optional<raw_ostream::Colors> Highlight; in renderLine() local
102 Highlight = raw_ostream::RED; in renderLine()
108 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR, in renderLine()
109 getOptions().Colors && Highlight, /*Bold=*/false, in renderLine()
112 if (getOptions().Debug && Highlight) in renderLine()
116 Highlight = raw_ostream::CYAN; in renderLine()
118 Highlight = raw_ostream::RED; in renderLine()
120 Highlight = None; in renderLine()
124 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR, in renderLine()
125 getOptions().Colors && Highlight, /*Bold=*/false, /*BG=*/true) in renderLine()
[all …]
DSourceCoverageViewHTML.cpp328 auto Highlight = [&](const std::string &Snippet) { in renderLine() local
339 Snippets[0] = Highlight(Snippets[0]); in renderLine()
340 Snippets[1] = Highlight(Snippets[1]); in renderLine()
353 Snippets[I + 1] = Highlight(Snippets[I + 1]); in renderLine()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_button.cpp20 {XFA_Attribute::Highlight, XFA_AttributeType::Enum,
Dcxfa_node_statics.cpp840 {0xd4cc53f8 /* highlight */, XFA_Attribute::Highlight},
2239 case XFA_Attribute::Highlight: in AttributeToName()
Dxfa_basic_data_element_script.cpp1216 XFA_Attribute::Highlight, XFA_ScriptType::Basic},
/external/pdfium/testing/resources/
Dannotation_highlight_rollover_ap.in30 /Subtype /Highlight
/external/pdfium/testing/resources/pixel/
Dbug_492.in49 /Subtype /Highlight
Dbug_585.in35 /Subtype /Highlight
/external/pdfium/testing/resources/javascript/
Dbug_492_1.in65 /Subtype /Highlight
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc98 const char *Highlight() const { return Green(); } in Highlight() function in __anon1b8a079d0111::Decorator
279 Buffer.append(Decor.Highlight()); in PrintMemorySnippet()
/external/swiftshader/third_party/LLVM/utils/vim/
Dvimrc19 " Highlight trailing whitespace and lines longer than 80 columns.
56 " Highlight syntax in programming languages
/external/llvm/utils/vim/
Dvimrc19 " Highlight trailing whitespace and lines longer than 80 columns.
56 " Highlight syntax in programming languages
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc115 bool Highlight(const HloInstruction* instr) const { in Highlight() function in xla::hlo_graph_dumper::__anon7c0932a70111::NodeFilter
609 bool highlight = filter_.Highlight(parent_instr); in DumpSubcomputation()
760 if (filter_.Highlight(instr)) { in DumpInstruction()
/external/pdfium/testing/tools/coverage/
Dlcovrc48 # Highlight lines with converted-only data if non-zero (same as --highlight
/external/autotest/client/profilers/powertop/src/
DChangelog96 * Highlight the worst offenders in bold (Vince Pinter)
/external/pdfium/xfa/fxfa/
Dfxfa_basic.h570 Highlight, enumerator
Dcxfa_widgetacc.cpp1550 return pUIChild->JSObject()->GetEnum(XFA_Attribute::Highlight); in GetButtonHighlight()
/external/python/cpython2/Lib/idlelib/
DREADME.txt197 Highlight tab # configSectionNameDialog, config-highlight.def
Dhelp.txt51 Show Parens -- Highlight the surrounding parenthesis
DNEWS.txt340 - Issue #14146: Highlight source line while debugging on Windows.
/external/python/cpython3/Lib/idlelib/
DREADME.txt196 Highlight tab # query, config-highlight.def
/external/python/cpython2/Doc/library/
Didle.rst152 Highlight the surrounding parenthesis.
/external/python/cpython3/Doc/library/
Didle.rst156 Highlight the surrounding parenthesis.
/external/tensorflow/tensorflow/docs_src/programmers_guide/
Ddebugger.md159 | | `-r <range>` | Highlight elements falling into specified numerical range. Multiple ranges can b…
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/
Dwikipedia.css2326 /* Highlight data points in the info action if specified in the URL */
2364 /* Highlight clicked reference in blue to help navigation */

12