HomeSort by relevance Sort by last modified time
    Searched full:cover (Results 1 - 25 of 1277) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/401-optimizing-compiler/
info.txt 1 A set of tests for the optimizing compiler. They will incrementally cover what the
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/bin/
event_analyzing_sample-record 4 # event_analyzing_sample.py can cover all type of perf samples including
  /dalvik/dx/tests/096-dex-giant-catch/
info.txt 2 very long catch ranges (that cover >= 65536 code units) get emitted
  /frameworks/base/docs/html/training/
best-user-input.jd 8 <p>These classes cover various subjects of user input, such as
  /external/chromium_org/third_party/polymer/components/core-header-panel/
core-header-panel.css 58 mode: cover
60 :host([mode=cover]) #mainPanel {
64 :host([mode=cover]) #mainContainer {
72 :host([mode=cover]) #dropShadow {
  /external/chromium_org/third_party/polymer/components-chromium/core-header-panel/
core-header-panel.css 58 mode: cover
60 :host([mode=cover]) #mainPanel {
64 :host([mode=cover]) #mainContainer {
72 :host([mode=cover]) #dropShadow {
core-header-panel-extracted.js 17 * `waterfall-medium-tall`, `scroll` and `cover`.
35 * `cover`: The panel covers the whole `core-header-panel` including the
40 * core-header-panel[mode=cover]::shadow #mainContainer {
48 * <core-header-panel mode="cover">
106 var noShadow = {'seamed': 1, 'cover': 1, 'scroll': 1};
  /external/pdfium/core/src/fxge/agg/agg23/
agg_rasterizer_scanline_aa.h 52 int cover; member in struct:agg::cell_aa
280 int cover = area >> (poly_base_shift * 2 + 1 - 8); local
281 if(cover < 0) {
282 cover = -cover;
285 cover &= aa_2mask;
286 if(cover > aa_num) {
287 cover = aa_2num - cover;
291 cover = cover > aa_mask / 2 ? aa_mask : 0
333 int cover = 0; local
    [all...]
agg_pixfmt_gray.h 37 unsigned alpha, unsigned cover = 0)
59 unsigned cover)
62 calc_type alpha = (calc_type(c.a) * (cover + 1)) >> 8;
66 Blender::blend_pix(p, c.v, alpha, cover);
117 AGG_INLINE void blend_pixel(int x, int y, const color_type& c, int8u cover)
119 copy_or_blend_pix((value_type*)m_rbuf->row(y) + x * Step + Offset, c, cover);
134 int8u cover)
138 calc_type alpha = (calc_type(c.a) * (cover + 1)) >> 8;
146 Blender::blend_pix(p, c.v, alpha, cover);
  /external/chromium_org/third_party/icu/source/i18n/
ucol_wgt.h 38 * @param lowerLimit A collation element weight; the ranges will be filled to cover
40 * @param upperLimit A collation element weight; the ranges will be filled to cover
45 * @param ranges An array that is filled in with one or more ranges to cover
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
annotate.py 11 .py file is copied as a .py,cover file, with a left-hand margin annotating
15 - if 0: #pragma: no cover
57 dest_file += ".py,cover"
59 dest_file = filename + ",cover"
  /external/chromium_org/tools/gyp/test/ninja/empty-and-non-empty-duplicate-name/
gyptest-empty-and-non-empty-duplicate-name.py 18 # Check for both \r and \n to cover both windows and linux.
  /external/bison/doc/
fdl.texi 76 The ``Cover Texts'' are certain short passages of text that are listed,
77 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
78 the Document is released under this License. A Front-Cover Text may
79 be at most 5 words, and a Back-Cover Text may be at most 25 words.
153 Document's license notice requires Cover Texts, you must enclose the
154 copies in covers that carry, clearly and legibly, all these Cover
155 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts o
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
COPYING.DOC 70 The "Cover Texts" are certain short passages of text that are listed,
71 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
72 the Document is released under this License. A Front-Cover Text may
73 be at most 5 words, and a Back-Cover Text may be at most 25 words.
144 Document's license notice requires Cover Texts, you must enclose the
145 copies in covers that carry, clearly and legibly, all these Cover
146 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts o
    [all...]
  /external/valgrind/main/
COPYING.DOCS 70 The "Cover Texts" are certain short passages of text that are listed,
71 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
72 the Document is released under this License. A Front-Cover Text may
73 be at most 5 words, and a Back-Cover Text may be at most 25 words.
142 Document's license notice requires Cover Texts, you must enclose the
143 copies in covers that carry, clearly and legibly, all these Cover
144 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts o
    [all...]
  /ndk/sources/host-tools/make-3.81/doc/
fdl.texi 77 The ``Cover Texts'' are certain short passages of text that are listed,
78 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
79 the Document is released under this License. A Front-Cover Text may
80 be at most 5 words, and a Back-Cover Text may be at most 25 words.
151 Document's license notice requires Cover Texts, you must enclose the
152 copies in covers that carry, clearly and legibly, all these Cover
153 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts o
    [all...]
  /external/chromium_org/v8/tools/push-to-trunk/
releases.py 209 break # pragma: no cover
211 break # pragma: no cover
224 except (KeyboardInterrupt, SystemExit): # pragma: no cover
242 if self._options.max_releases == 0: # pragma: no cover
249 elif self._options.branch == 'all': # pragma: no cover
255 else: # pragma: no cover
271 if not self.GitIsWorkdirClean(cwd=cwd): # pragma: no cover
274 if not os.path.exists(os.path.join(cwd, "DEPS")): # pragma: no cover
303 if not releases: # pragma: no cover
319 break # pragma: no cover
    [all...]
  /external/chromium_org/third_party/polymer/components/core-scaffold/
demo.html 50 /* some default styles for mode="cover" on core-scaffold */
51 core-scaffold[mode=cover]::shadow core-header-panel::shadow #mainContainer {
55 core-scaffold[mode=cover] .content {
  /external/chromium_org/third_party/polymer/components-chromium/core-scaffold/
demo.html 50 /* some default styles for mode="cover" on core-scaffold */
51 core-scaffold[mode=cover]::shadow core-header-panel::shadow #mainContainer {
55 core-scaffold[mode=cover] .content {
  /external/chromium_org/cc/layers/
content_layer_client.h 35 // because it will cover any uncleared data with content.
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
tutorials.html 14 The remaining tutorials cover
  /external/chromium_org/third_party/skia/src/gpu/
GrStencilAndCoverPathRenderer.h 18 * Uses GrGpu::stencilPath followed by a cover rectangle. This subclass doesn't apply AA; it relies
  /external/skia/src/gpu/
GrStencilAndCoverPathRenderer.h 18 * Uses GrGpu::stencilPath followed by a cover rectangle. This subclass doesn't apply AA; it relies
  /external/llvm/bindings/python/
README.txt 43 nosetests --with-coverage --cover-html
45 Then open cover/index.html in your browser of choice to see the code coverage.
  /packages/apps/Settings/src/com/android/settings/widget/
ChartAxis.java 28 /** Set range of raw values this axis should cover. */
30 /** Set range of screen points this axis should cover. */

Completed in 3238 milliseconds

1 2 3 4 5 6 7 8 91011>>