HomeSort by relevance Sort by last modified time
    Searched refs:highlight (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/libnl/doc/stylesheets/
pygments.css 4 .highlight .hll { background-color: #ffffcc }
5 .highlight { background: #f4f4f4; }
6 .highlight .c { color: #008800; font-style: italic } /* Comment */
7 .highlight .err { border: 1px solid #FF0000 } /* Error */
8 .highlight .k { color: #AA22FF; font-weight: bold } /* Keyword */
9 .highlight .o { color: #666666 } /* Operator */
10 .highlight .cm { color: #008800; font-style: italic } /* Comment.Multiline */
11 .highlight .cp { color: #008800 } /* Comment.Preproc */
12 .highlight .c1 { color: #008800; font-style: italic } /* Comment.Single */
13 .highlight .cs { color: #008800; font-weight: bold } /* Comment.Special *
    [all...]
  /external/pdfium/fxjs/xfa/
cjx_button.h 19 JS_PROP(highlight);
cjx_button.cpp 27 void CJX_Button::highlight(CFXJSE_Value* pValue, function in class:CJX_Button
  /external/python/httplib2/doc/html/_static/
doctools.js 62 * highlight a given string on a jquery object by wrapping it in
66 function highlight(node) { function in function:jQuery.fn.highlightText
82 highlight(this)
87 highlight(this);
161 * highlight the search words provided in the url in the text
165 var terms = (params.highlight) ? params.highlight[0].split(/\s+/) : [];
170 body.highlightText(this.toLowerCase(), 'highlight');
173 $('<li class="highlight-link"><a href="javascript:Documentation.' +
201 $('.sidebar .this-page-menu li.highlight-link').fadeOut(300)
    [all...]
  /external/skia/gm/
shapes_as_paths.cpp 42 SkBitmap highlight; local
43 highlight.allocN32Pixels(w, h);
44 highlight.eraseColor(SK_ColorTRANSPARENT);
61 *highlight.getAddr32(x, y) = SkPackARGB32(0xA0, 0xA0, 0x00, 0x00);
73 *highlight.getAddr32(maxDiffX, maxDiffY) = yellow;
74 *highlight.getAddr32(SkTMax(maxDiffX - 1, 0), maxDiffY) = yellow;
75 *highlight.getAddr32(maxDiffX, SkTMax(maxDiffY - 1, 0)) = yellow;
76 *highlight.getAddr32(SkTMin(maxDiffX + 1, w - 1), maxDiffY) = yellow;
77 *highlight.getAddr32(maxDiffX, SkTMin(maxDiffY + 1, h - 1)) = yellow;
80 canvas->drawBitmap(highlight, 0, 0)
    [all...]
  /external/skqp/gm/
shapes_as_paths.cpp 41 SkBitmap highlight; local
42 highlight.allocN32Pixels(w, h);
43 highlight.eraseColor(SK_ColorTRANSPARENT);
60 *highlight.getAddr32(x, y) = SkPackARGB32(0xA0, 0xA0, 0x00, 0x00);
72 *highlight.getAddr32(maxDiffX, maxDiffY) = yellow;
73 *highlight.getAddr32(SkTMax(maxDiffX - 1, 0), maxDiffY) = yellow;
74 *highlight.getAddr32(maxDiffX, SkTMax(maxDiffY - 1, 0)) = yellow;
75 *highlight.getAddr32(SkTMin(maxDiffX + 1, w - 1), maxDiffY) = yellow;
76 *highlight.getAddr32(maxDiffX, SkTMin(maxDiffY + 1, h - 1)) = yellow;
79 canvas->drawBitmap(highlight, 0, 0)
    [all...]
  /external/libnl/doc/
configure.ac 57 AC_CHECK_PROG(HAVE_SOURCE_HIGHLIGHT, [source-highlight], yes, no)
60 AC_MSG_ERROR([*** source-highlight required to generate documentation])
62 AC_MSG_WARN([*** source-highlight not found, disabling building of guides])
  /development/tools/winscope/src/
transform.js 17 function transform({obj, kind, name, children, timestamp, rect, bounds, highlight, rects_transform, chips, visible, flattened, stableId}) {
72 highlight: call(highlight, obj),
153 // Returns a UI element used highlight a visible entry.
transform_wm.js 50 highlight: rect,
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
SourceHighlighter.java 83 highlight(pre, line, lineNr).text(linesrc);
87 HTMLElement highlight(final HTMLElement pre, final ILine line, method in class:SourceHighlighter
  /external/ImageMagick/MagickCore/
decorate.c 193 highlight,
262 highlight=matte;
263 highlight.red=(double) (QuantumScale*((QuantumRange-
265 highlight.green=(double) (QuantumScale*((QuantumRange-
267 highlight.blue=(double) (QuantumScale*((QuantumRange-
269 highlight.black=(double) (QuantumScale*((QuantumRange-
271 highlight.alpha=matte.alpha;
313 SetPixelViaPixelInfo(frame_image,&highlight,q);
328 SetPixelViaPixelInfo(frame_image,&highlight,q);
347 SetPixelViaPixelInfo(frame_image,&highlight,q)
189 highlight, local
    [all...]
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/
SourceHighlighterTest.java 111 sourceHighlighter.highlight(parent, source.getLine(1), 1);
121 sourceHighlighter.highlight(parent.pre(null), source.getLine(1), 1);
133 sourceHighlighter.highlight(parent.pre(null), source.getLine(1), 1);
145 sourceHighlighter.highlight(parent.pre(null), source.getLine(1), 1);
  /external/toybox/toys/other/
hexedit.c 99 static void highlight(int xx, int yy, int side) function
182 highlight(x, y, ro ? 3 : side);
189 highlight(x, y, 2);
209 highlight(x, y, side);
  /external/markdown/markdown/extensions/
codehilite.py 78 from pygments import highlight
101 return highlight(self.src, lexer, formatter)
  /external/tensorflow/tensorflow/python/debug/cli/
cli_config.py 130 def summarize(self, highlight=None):
134 highlight: A property name to highlight in the output.
141 highlight_attr = "bold" if name == highlight else None
base_ui.py 212 return self._config.summarize(highlight=parsed.property_name)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cgitb.py 132 highlight = {} variable
134 highlight[lnum[0]] = 1
145 if i in highlight:
216 highlight = {} variable
218 highlight[lnum[0]] = 1
  /external/python/cpython2/Lib/
cgitb.py 132 highlight = {} variable
134 highlight[lnum[0]] = 1
145 if i in highlight:
216 highlight = {} variable
218 highlight[lnum[0]] = 1
  /external/python/cpython3/Lib/
cgitb.py 131 highlight = {} variable
133 highlight[lnum[0]] = 1
144 if i in highlight:
214 highlight = {} variable
216 highlight[lnum[0]] = 1
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/apidoc/
epydoc.js 140 function highlight(id) { function in function:function
142 if (elt) elt.className = "py-highlight-hdr";
144 if (elt) elt.className = "py-highlight";
146 if (elt) elt.className = "py-highlight";
185 highlight(id);
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/apidoc/
epydoc.js 140 function highlight(id) { function in function:function
142 if (elt) elt.className = "py-highlight-hdr";
144 if (elt) elt.className = "py-highlight";
146 if (elt) elt.className = "py-highlight";
185 highlight(id);
  /external/python/google-api-python-client/docs/epy/
epydoc.js 140 function highlight(id) { function in function:function
142 if (elt) elt.className = "py-highlight-hdr";
144 if (elt) elt.className = "py-highlight";
146 if (elt) elt.className = "py-highlight";
185 highlight(id);
  /external/python/cpython2/Lib/idlelib/
configHandler.py 156 self.config_types = ('main', 'extensions', 'highlight', 'keys')
283 """Return individual theme element highlight color(s).
291 if self.defaultCfg['highlight'].has_section(theme):
300 highlight = {"foreground": fore, "background": back}
302 return highlight
305 return highlight["foreground"]
307 return highlight["background"]
320 cfgParser = self.userCfg['highlight']
322 cfgParser = self.defaultCfg['highlight']
398 if source['highlight'].has_section(theme)
    [all...]
  /external/python/cpython3/Lib/idlelib/idle_test/
test_colorizer.py 17 'highlight': config.IdleUserConfParser(''),
182 highlight = partial(config.idleConf.GetHighlight, theme='IDLE Classic')
188 self.assertEqual(colors, highlight(element=tag.lower()))
192 highlight = partial(config.idleConf.GetHighlight, theme='IDLE Classic')
200 highlight(element=tag.lower())[plane])
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/opt-viewer/
opt-viewer.py 16 from pygments import highlight
77 html_highlighted = highlight(
83 # Python 3, pygments.highlight() returns a bytes object, so we
91 html_highlighted = html_highlighted.replace('<div class="highlight"><pre>', '')
100 <td><div class="highlight"><pre>{html_line}</pre></div></td>
305 '--no-highlight',

Completed in 3444 milliseconds

1 2 3