Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DSourceCoverageViewText.cpp105 Optional<raw_ostream::Colors> Highlight; in renderLine() local
111 Highlight = raw_ostream::RED; in renderLine()
117 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR, in renderLine()
118 getOptions().Colors && Highlight, /*Bold=*/false, in renderLine()
121 if (getOptions().Debug && Highlight) in renderLine()
124 if ((!S->IsGapRegion || (Highlight && *Highlight == raw_ostream::RED)) && in renderLine()
126 Highlight = raw_ostream::RED; in renderLine()
128 Highlight = raw_ostream::CYAN; in renderLine()
130 Highlight = None; in renderLine()
134 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR, in renderLine()
[all …]
DSourceCoverageViewHTML.cpp534 auto Highlight = [&](const std::string &Snippet, unsigned LC, unsigned RC) { in renderLine() local
548 Snippets[0] = Highlight(Snippets[0], 1, 1 + Snippets[0].size()); in renderLine()
561 Snippets[I + 1] = Highlight(Snippets[I + 1], CurSeg->Col, in renderLine()
566 Snippets.back() = Highlight(Snippets.back(), 1, 1 + Snippets.back().size()); in renderLine()
/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()
/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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/PRE/
Dload-pre-licm.ll115 ; Highlight that we can PRE into a latch block when there are multiple
144 ; Highlight the fact that we can PRE into a single clobbering latch block
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc98 const char *Highlight() const { return Green(); } in Highlight() function in __anon95a638660111::Decorator
279 Buffer.append(Decor.Highlight()); in PrintMemorySnippet()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/vim/
Dvimrc19 " Highlight trailing whitespace and lines longer than 80 columns.
56 " Highlight syntax in programming languages
/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.cc100 bool Highlight(const HloInstruction* instr) const { in Highlight() function in xla::__anon7102e5d00111::NodeFilter
623 bool highlight = filter_.Highlight(parent_instr); in DumpSubcomputation()
794 if (filter_.Highlight(instr)) { in DumpInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dcall-guard.ll96 ; Highlight the limit of the window in a case which would otherwise be mergable
/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
/external/python/cpython2/Lib/idlelib/
DREADME.txt197 Highlight tab # configSectionNameDialog, config-highlight.def
Dhelp.txt51 Show Parens -- Highlight the surrounding parenthesis
/external/python/cpython3/Lib/idlelib/
DREADME.txt196 Highlight tab # query, config-highlight.def
/external/python/cpython2/Misc/NEWS.d/
D2.7.6rc1.rst1028 Highlight source line while debugging on Windows.
/external/python/cpython2/Doc/library/
Didle.rst152 Highlight the surrounding parenthesis.

12