/external/llvm-project/llvm/tools/llvm-cov/ |
D | SourceCoverageViewText.cpp | 104 Optional<raw_ostream::Colors> Highlight; in renderLine() local 110 Highlight = raw_ostream::RED; in renderLine() 116 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR, in renderLine() 117 getOptions().Colors && Highlight, /*Bold=*/false, in renderLine() 120 if (getOptions().Debug && Highlight) in renderLine() 123 if ((!S->IsGapRegion || (Highlight && *Highlight == raw_ostream::RED)) && in renderLine() 125 Highlight = raw_ostream::RED; in renderLine() 127 Highlight = raw_ostream::CYAN; in renderLine() 129 Highlight = None; in renderLine() 133 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR, in renderLine() [all …]
|
D | SourceCoverageViewHTML.cpp | 532 auto Highlight = [&](const std::string &Snippet, unsigned LC, unsigned RC) { in renderLine() local 546 Snippets[0] = Highlight(Snippets[0], 1, 1 + Snippets[0].size()); in renderLine() 559 Snippets[I + 1] = Highlight(Snippets[I + 1], CurSeg->Col, in renderLine() 564 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/testing/resources/ |
D | link_annots.in | 57 (3. An example of Highlight with text notes) Tj 266 /Subtype /Highlight 270 /NM (Highlight-1) 280 /Subtype /Highlight 284 /NM (Highlight-2) 301 /Subtype /Highlight 306 /NM (Highlight-With-Popup-1)
|
D | links_highlights_annots.in | 127 /Subtype /Highlight 128 /NM (Highlight-1)
|
D | annotation_highlight_rollover_ap.in | 30 /Subtype /Highlight
|
D | annotation_markup_multiline_no_ap.in | 32 /Subtype /Highlight
|
/external/llvm-project/lldb/source/Core/ |
D | Highlighter.cpp | 28 void DefaultHighlighter::Highlight(const HighlightStyle &options, in Highlight() function in DefaultHighlighter 73 std::string Highlighter::Highlight(const HighlightStyle &options, in Highlight() function in Highlighter 78 Highlight(options, line, cursor_pos, previous_lines, s); in Highlight()
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | Highlighter.h | 114 virtual void Highlight(const HighlightStyle &options, llvm::StringRef line, 119 std::string Highlight(const HighlightStyle &options, llvm::StringRef line, 130 void Highlight(const HighlightStyle &options, llvm::StringRef line,
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_button.cpp | 22 {XFA_Attribute::Highlight, XFA_AttributeType::Enum, 45 return JSObject()->GetEnum(XFA_Attribute::Highlight); in GetHighlight()
|
/external/llvm-project/lldb/unittests/Language/Highlighting/ |
D | HighlighterTest.cpp | 81 std::string output = h.Highlight(style, code, llvm::Optional<size_t>()); in TEST_F() 90 return mgr.getDefaultHighlighter().Highlight(style, code, cursor); in highlightDefault() 121 return h.Highlight(style, code, cursor); in highlightC()
|
/external/llvm-project/lldb/source/Plugins/Language/ClangCommon/ |
D | ClangHighlighter.h | 26 void Highlight(const HighlightStyle &options, llvm::StringRef line,
|
/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 | annot_properties_expected.txt | 7 Alert: type: Highlight
|
D | bug_492_1.in | 66 /Subtype /Highlight
|
D | annot_properties.in | 81 /Subtype /Highlight
|
/external/webrtc/third_party/abseil-cpp/ |
D | ABSEIL_ISSUE_TEMPLATE.md | 21 snippets to illustrate before-after API usages**. List pros-n-cons. Highlight
|
/external/libtextclassifier/abseil-cpp/ |
D | ABSEIL_ISSUE_TEMPLATE.md | 21 snippets to illustrate before-after API usages**. List pros-n-cons. Highlight
|
/external/openscreen/third_party/abseil/src/ |
D | ABSEIL_ISSUE_TEMPLATE.md | 21 snippets to illustrate before-after API usages**. List pros-n-cons. Highlight
|
/external/abseil-cpp/ |
D | ABSEIL_ISSUE_TEMPLATE.md | 21 snippets to illustrate before-after API usages**. List pros-n-cons. Highlight
|
/external/angle/third_party/abseil-cpp/ |
D | ABSEIL_ISSUE_TEMPLATE.md | 21 snippets to illustrate before-after API usages**. List pros-n-cons. Highlight
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/ |
D | ABSEIL_ISSUE_TEMPLATE.md | 21 snippets to illustrate before-after API usages**. List pros-n-cons. Highlight
|
/external/llvm-project/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
|