Home
last modified time | relevance | path

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

123

/external/llvm-project/llvm/tools/llvm-cov/
DSourceCoverageViewText.cpp104 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 …]
DSourceCoverageViewHTML.cpp532 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/
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/testing/resources/
Dlink_annots.in57 (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)
Dlinks_highlights_annots.in127 /Subtype /Highlight
128 /NM (Highlight-1)
Dannotation_highlight_rollover_ap.in30 /Subtype /Highlight
Dannotation_markup_multiline_no_ap.in32 /Subtype /Highlight
/external/llvm-project/lldb/source/Core/
DHighlighter.cpp28 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/
DHighlighter.h114 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/
Dcxfa_button.cpp22 {XFA_Attribute::Highlight, XFA_AttributeType::Enum,
45 return JSObject()->GetEnum(XFA_Attribute::Highlight); in GetHighlight()
/external/llvm-project/lldb/unittests/Language/Highlighting/
DHighlighterTest.cpp81 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/
DClangHighlighter.h26 void Highlight(const HighlightStyle &options, llvm::StringRef line,
/external/pdfium/testing/resources/pixel/
Dbug_492.in49 /Subtype /Highlight
Dbug_585.in35 /Subtype /Highlight
/external/pdfium/testing/resources/javascript/
Dannot_properties_expected.txt7 Alert: type: Highlight
Dbug_492_1.in66 /Subtype /Highlight
Dannot_properties.in81 /Subtype /Highlight
/external/webrtc/third_party/abseil-cpp/
DABSEIL_ISSUE_TEMPLATE.md21 snippets to illustrate before-after API usages**. List pros-n-cons. Highlight
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/
DABSEIL_ISSUE_TEMPLATE.md21 snippets to illustrate before-after API usages**. List pros-n-cons. Highlight
/external/openscreen/third_party/abseil/src/
DABSEIL_ISSUE_TEMPLATE.md21 snippets to illustrate before-after API usages**. List pros-n-cons. Highlight
/external/abseil-cpp/
DABSEIL_ISSUE_TEMPLATE.md21 snippets to illustrate before-after API usages**. List pros-n-cons. Highlight
/external/libtextclassifier/abseil-cpp/
DABSEIL_ISSUE_TEMPLATE.md21 snippets to illustrate before-after API usages**. List pros-n-cons. 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/llvm-project/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

123