Home
last modified time | relevance | path

Searched refs:highlight (Results 1 – 25 of 52) sorted by relevance

123

/external/v8/tools/sodium/
Dstyles.css30 .highlight-flash-blue {
40 .highlight-green {
48 .highlight-yellow {
56 .highlight-gray {
64 .highlight-red {
/external/pdfium/testing/resources/javascript/
Dconsts_expected.txt27 Alert: highlight.n is none
28 Alert: highlight.i is invert
29 Alert: highlight.p is push
30 Alert: highlight.o is outline
31 Alert: highlight.nonesuch is undefined
Dconsts.in52 doTest("highlight", ["n", "i", "p", "o", "nonesuch"]);
/external/toybox/toys/other/
Dhexedit.c141 static void highlight(int xx, int yy, int side) in highlight() function
209 highlight(x, y, ro ? 3 : side); in hexedit_main()
216 highlight(x, y, 2); in hexedit_main()
225 highlight(x, y, ++side); in hexedit_main()
/external/markdown/markdown/extensions/
Dcodehilite.py78 from pygments import highlight
101 return highlight(self.src, lexer, formatter)
/external/chromium-trace/trace-viewer/tracing/build/
Djs_checks.py159 highlight = self.error_highlight(
166 highlight)
/external/clang/www/
Dcontent.css30 span.template-highlight { color:cyan }
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
Dresults.properties14 -highlight 3.0.2_,2.1.3_,3.1M6_,3.1M7_ ,3.1RC1 \
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/docs/apidoc/
Depydoc.js140 function highlight(id) { function
185 highlight(id);
Depydoc.css237 * block's header is highlighted with 'py-highlight-hdr'; and
238 * the code block's body is highlighted with 'py-highlight'.
255 div.py-highlight-hdr { border-top: 2px solid #000000;
258 div.py-highlight { border-bottom: 2px solid #000000;
/external/lldb/www/python_reference/
Depydoc.js140 function highlight(id) { function
185 highlight(id);
Depydoc.css237 * block's header is highlighted with 'py-highlight-hdr'; and
238 * the code block's body is highlighted with 'py-highlight'.
255 div.py-highlight-hdr { border-top: 2px solid #000000;
258 div.py-highlight { border-bottom: 2px solid #000000;
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/docs/apidoc/
Depydoc.js140 function highlight(id) { function
185 highlight(id);
Depydoc.css237 * block's header is highlighted with 'py-highlight-hdr'; and
238 * the code block's body is highlighted with 'py-highlight'.
255 div.py-highlight-hdr { border-top: 2px solid #000000;
258 div.py-highlight { border-bottom: 2px solid #000000;
/external/llvm/docs/
DCoverageMappingFormat.rst109 highlight the regions of code that were never executed, and to obtain
113 …:raw-html:`<pre class='highlight' style='line-height:initial;'><span>int main(int argc, const char…
130 …:raw-html:`<pre class='highlight' style='line-height:initial;'><span>int main() </span><span style…
147 …:raw-html:`<pre class='highlight' style='line-height:initial;'><span>int func(int x) </span><span …
171 :raw-html:`<pre class='highlight' style='line-height:initial;'><span>void func(const char *str) </s…
198 :raw-html:`<pre class='highlight' style='line-height:initial;'><span>int main(int argc, const char …
213 :raw-html:`<pre class='highlight' style='line-height:initial;'><span>int main() </span><span style=…
220 counts for the unreachable lines and highlight the unreachable code.
/external/icu/icu4j/
Dstylesheet.css124 span.j-hl /* highlight */
/external/llvm/utils/vim/
Dvimrc20 highlight LongLine ctermbg=DarkYellow guibg=DarkYellow
21 highlight WhitespaceEOL ctermbg=DarkYellow guibg=DarkYellow
Dllvm.vim87 " Syntax-highlight dejagnu test commands.
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Water/
Dsimple_water.frag100 //calculate specular highlight
/external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/tasks/test/
Dcoverage.rake54 opts = [ '--no-highlight' ]
/external/pdfium/fpdfsdk/src/javascript/
DConsts.cpp67 IMPLEMENT_JS_CLASS_CONST(CJS_Highlight,highlight) in JS_STATIC_CONST_ENTRY_STRING()
/external/pdfium/fpdfsdk/include/javascript/
DField.h131 FX_BOOL highlight(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
303 JS_STATIC_PROP(highlight, Field);
/external/llvm/test/CodeGen/X86/
Dstatepoint-forward.ll66 ; highlight the fact that a gc pointer can be stored in part of the heap
/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java1465 private static String dataCellStyle (final int column, final boolean highlight) in dataCellStyle() argument
1468 return highlight ? CSS_DATA_HIGHLIGHT_FIRST : CSS_DATA_FIRST; in dataCellStyle()
1470 return highlight ? CSS_DATA_HIGHLIGHT : CSS_DATA; in dataCellStyle()
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/gettingstarted/
Dusingdatastore.rst25 offers. In the example code comments, we highlight some ways this might affect
44 results. In the example code comments, we highlight some ways this might affect

123