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

1 2 3 4 5 6 7 8

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
results.properties 14 -highlight 3.0.2_,2.1.3_,3.1M6_,3.1M7_ ,3.1RC1 \
  /prebuilts/tools/common/m2/repository/xslthl/xslthl/2.0.1/
xslthl-2.0.1.jar 
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/
search.py 82 facet=None, highlight=None, partial=None, options=None):
92 self.highlight = highlight or {}
130 if self.highlight:
131 for k, v in six.iteritems(self.highlight):
132 params['highlight.%s' % k] = v
183 if self.highlight:
184 highlight = {}
185 for k, v in six.iteritems(self.highlight):
186 highlight['highlight.%s' % k] =
    [all...]
domain.py 258 highlight=False, source_field=None,
296 :type highlight: bool
297 :param highlight: A boolean to indicate whether highlighting
411 'HighlightEnabled': highlight,
423 'HighlightEnabled': highlight
  /packages/apps/Settings/src/com/android/settings/
IconPreferenceScreen.java 79 public void setHighlighted(boolean highlight) {
80 mHighlight = highlight;
  /packages/apps/Gallery2/jni/
Android.mk 34 filters/highlight.c \
  /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/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);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluseffects.h 83 INT highlight; member in struct:LevelsParams
  /external/markdown/markdown/extensions/
codehilite.py 78 from pygments import highlight namespace
101 return highlight(self.src, lexer, formatter)
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsFastScrollHelper.java 222 boolean highlight = item.sectionName.equals(mCurrentFastScrollSection) &&
224 newState = highlight ?
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cgitb.py 132 highlight = {} variable
134 highlight[lnum[0]] = 1
145 if i in highlight:
216 highlight = {} variable
218 highlight[lnum[0]] = 1
  /prebuilts/gdb/linux-x86/lib/python2.7/
cgitb.py 132 highlight = {} variable
134 highlight[lnum[0]] = 1
145 if i in highlight:
216 highlight = {} variable
218 highlight[lnum[0]] = 1
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgitb.py 132 highlight = {} variable
134 highlight[lnum[0]] = 1
145 if i in highlight:
216 highlight = {} variable
218 highlight[lnum[0]] = 1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgitb.py 132 highlight = {} variable
134 highlight[lnum[0]] = 1
145 if i in highlight:
216 highlight = {} variable
218 highlight[lnum[0]] = 1
  /frameworks/base/core/java/android/text/
BoringLayout.java 402 public void draw(Canvas c, Path highlight, Paint highlightpaint,
404 if (mDirect != null && highlight == null) {
407 super.draw(c, highlight, highlightpaint, cursorOffset);
  /external/chromium-trace/catapult/catapult_build/
js_checks.py 158 highlight = _ErrorHighlight(
165 highlight)
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/docs/apidoc/
epydoc.js 140 function highlight(id) {
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/third_party/py_vulcanize/third_party/rjsmin/docs/apidoc/
epydoc.js 140 function highlight(id) {
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);
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configHandler.py 158 (idle install dir)/config-highlight.def
163 (user home dir)/.idlerc/config-highlight.cfg
185 configTypes=('main','extensions','highlight','keys')
235 configType must be one of ('main','extensions','highlight','keys')
285 configType must be one of ('main','extensions','highlight','keys')
287 if not (configType in ('main','extensions','highlight','keys')):
304 if self.defaultCfg['highlight'].has_section(theme):
313 highlight={"foreground": fore,"background": back}
315 return highlight
318 return highlight["foreground"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configHandler.py 158 (idle install dir)/config-highlight.def
163 (user home dir)/.idlerc/config-highlight.cfg
185 configTypes=('main','extensions','highlight','keys')
235 configType must be one of ('main','extensions','highlight','keys')
285 configType must be one of ('main','extensions','highlight','keys')
287 if not (configType in ('main','extensions','highlight','keys')):
304 if self.defaultCfg['highlight'].has_section(theme):
313 highlight={"foreground": fore,"background": back}
315 return highlight
318 return highlight["foreground"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 158 (idle install dir)/config-highlight.def
163 (user home dir)/.idlerc/config-highlight.cfg
185 configTypes=('main','extensions','highlight','keys')
235 configType must be one of ('main','extensions','highlight','keys')
285 configType must be one of ('main','extensions','highlight','keys')
287 if not (configType in ('main','extensions','highlight','keys')):
304 if self.defaultCfg['highlight'].has_section(theme):
313 highlight={"foreground": fore,"background": back}
315 return highlight
318 return highlight["foreground"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 158 (idle install dir)/config-highlight.def
163 (user home dir)/.idlerc/config-highlight.cfg
185 configTypes=('main','extensions','highlight','keys')
235 configType must be one of ('main','extensions','highlight','keys')
285 configType must be one of ('main','extensions','highlight','keys')
287 if not (configType in ('main','extensions','highlight','keys')):
304 if self.defaultCfg['highlight'].has_section(theme):
313 highlight={"foreground": fore,"background": back}
315 return highlight
318 return highlight["foreground"
    [all...]
  /external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/
coverage_html.js 243 // If we're directed to a particular line number, highlight the line.
246 $(frag).addClass('highlight');
486 // Highlight the lines in the chunk
487 c.code_container().find(".highlight").removeClass("highlight");
489 c.num_elt(probe).addClass("highlight");

Completed in 748 milliseconds

1 2 3 4 5 6 7 8