/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/ |
D | SourceCoverageViewText.cpp | 105 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 …]
|
D | SourceCoverageViewHTML.cpp | 534 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/ |
D | SourceCoverageViewText.cpp | 97 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 …]
|
D | SourceCoverageViewHTML.cpp | 328 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/ |
D | cxfa_button.cpp | 20 {XFA_Attribute::Highlight, XFA_AttributeType::Enum,
|
D | cxfa_node_statics.cpp | 840 {0xd4cc53f8 /* highlight */, XFA_Attribute::Highlight}, 2239 case XFA_Attribute::Highlight: in AttributeToName()
|
/external/pdfium/testing/resources/ |
D | annotation_highlight_rollover_ap.in | 30 /Subtype /Highlight
|
/external/pdfium/testing/resources/pixel/ |
D | bug_492.in | 49 /Subtype /Highlight
|
D | bug_585.in | 35 /Subtype /Highlight
|
/external/pdfium/testing/resources/javascript/ |
D | bug_492_1.in | 65 /Subtype /Highlight
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/PRE/ |
D | load-pre-licm.ll | 115 ; 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/ |
D | ubsan_diag.cc | 98 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/ |
D | vimrc | 19 " Highlight trailing whitespace and lines longer than 80 columns. 56 " Highlight syntax in programming languages
|
/external/swiftshader/third_party/LLVM/utils/vim/ |
D | vimrc | 19 " Highlight trailing whitespace and lines longer than 80 columns. 56 " Highlight syntax in programming languages
|
/external/llvm/utils/vim/ |
D | vimrc | 19 " Highlight trailing whitespace and lines longer than 80 columns. 56 " Highlight syntax in programming languages
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_graph_dumper.cc | 100 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/ |
D | call-guard.ll | 96 ; Highlight the limit of the window in a case which would otherwise be mergable
|
/external/pdfium/testing/tools/coverage/ |
D | lcovrc | 48 # Highlight lines with converted-only data if non-zero (same as --highlight
|
/external/autotest/client/profilers/powertop/src/ |
D | Changelog | 96 * Highlight the worst offenders in bold (Vince Pinter)
|
/external/pdfium/xfa/fxfa/ |
D | fxfa_basic.h | 570 Highlight, enumerator
|
/external/python/cpython2/Lib/idlelib/ |
D | README.txt | 197 Highlight tab # configSectionNameDialog, config-highlight.def
|
D | help.txt | 51 Show Parens -- Highlight the surrounding parenthesis
|
/external/python/cpython3/Lib/idlelib/ |
D | README.txt | 196 Highlight tab # query, config-highlight.def
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.6rc1.rst | 1028 Highlight source line while debugging on Windows.
|
/external/python/cpython2/Doc/library/ |
D | idle.rst | 152 Highlight the surrounding parenthesis.
|