Searched refs:Highlight (Results 1 – 11 of 11) sorted by relevance
/external/llvm/tools/llvm-cov/ |
D | SourceCoverageView.cpp | 27 Optional<raw_ostream::Colors> Highlight; in renderLine() local 32 Highlight = raw_ostream::RED; in renderLine() 38 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR, in renderLine() 39 Options.Colors && Highlight, /*Bold=*/false, /*BG=*/true) in renderLine() 41 if (Options.Debug && Highlight) in renderLine() 45 Highlight = raw_ostream::CYAN; in renderLine() 47 Highlight = raw_ostream::RED; in renderLine() 49 Highlight = None; in renderLine() 53 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR, in renderLine() 54 Options.Colors && Highlight, /*Bold=*/false, /*BG=*/true) in renderLine() [all …]
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/ |
D | tab.py | 124 def Highlight(self, color): member in Tab 201 self.Highlight(highlight_bitmap)
|
D | tab_unittest.py | 127 self._tab.Highlight(rgba_color.WEB_PAGE_TEST_ORANGE)
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_diag.cc | 98 const char *Highlight() const { return Green(); } in Highlight() function in __anonf9216c9e0111::Decorator 288 Printf(Decor.Highlight()); in renderMemorySnippet()
|
/external/llvm/utils/vim/ |
D | vimrc | 19 " Highlight trailing whitespace and lines longer than 80 columns. 56 " Highlight syntax in programming languages
|
/external/autotest/client/profilers/powertop/src/ |
D | Changelog | 96 * Highlight the worst offenders in bold (Vince Pinter)
|
/external/dnsmasq/ |
D | FAQ | 126 DNS } > Properties > { Highlight TCP/IP } > Properties > Advanced >
|
/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/media/ |
D | MochiKit.packed.js | 6427 MochiKit.Visual.Highlight=function(_69e,_69f){ class 6434 MochiKit.Visual.Highlight.prototype=new MochiKit.Visual.Base(); 6435 MochiKit.Base.update(MochiKit.Visual.Highlight.prototype,{__class__:MochiKit.Visual.Highlight,__ini…
|
/external/chromium-trace/catapult/third_party/Paste/docs/ |
D | news.txt | 1038 - Highlight Python code.
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/bench/ |
D | wikipedia.css | 2326 /* Highlight data points in the info action if specified in the URL */ 2364 /* Highlight clicked reference in blue to help navigation */
|
/external/chromium-trace/catapult/third_party/flot/ |
D | API.md | 1092 Highlight a specific datapoint in the data series. You can either
|