HomeSort by relevance Sort by last modified time
    Searched full:cover (Results 1 - 25 of 1219) 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/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"
summary.py 36 header += "%*s" % (width100+4, "Cover")
66 except KeyboardInterrupt: # pragma: no cover
  /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 199 break # pragma: no cover
201 break # pragma: no cover
214 except (KeyboardInterrupt, SystemExit): # pragma: no cover
232 if self._options.max_releases == 0: # pragma: no cover
238 elif self._options.branch == 'all': # pragma: no cover
243 else: # pragma: no cover
270 if not self.GitIsWorkdirClean(): # pragma: no cover
273 if not os.path.exists(self.Config(DEPS_FILE)): # pragma: no cover
296 if not trunk_releases: # pragma: no cover
308 break # pragma: no cover
    [all...]
  /external/chromium_org/cc/layers/
content_layer_client.h 36 // 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/chrome/renderer/resources/
mobile_youtube_plugin.html 14 background-size: 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. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man7/
gfdl.7 216 The \*(L"Cover Texts\*(R" are certain short passages of text that are listed,
217 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
218 the Document is released under this License. A Front-Cover Text may
219 be at most 5 words, and a Back-Cover Text may be at most 25 words.
293 Document's license notice requires Cover Texts, you must enclose the
294 copies in covers that carry, clearly and legibly, all these Cover
295 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts o
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
libquadmath.info 9 Foundation; with no Invariant Sections, with the Front-Cover Texts
10 being "A GNU Manual," and with the Back-Cover Texts as in (a)
14 (a) The FSF's Back-Cover Text is: "You have the freedom to copy
32 Foundation; with no Invariant Sections, with the Front-Cover Texts
33 being "A GNU Manual," and with the Back-Cover Texts as in (a)
37 (a) The FSF's Back-Cover Text is: "You have the freedom to copy
490 The "Cover Texts" are certain short passages of text that are
491 listed, as Front-Cover Texts or Back-Cover Texts, in the notice
493 Front-Cover Text may be at most 5 words, and a Back-Cover Text ma
    [all...]
  /frameworks/base/docs/html/reference/com/google/android/gms/plus/model/people/
Person.Cover.html 95 <title>Person.Cover | Android Developers</title>
424 <li class="current">Person.Cover</li>
763 <h1 itemprop="name">Person.Cover</h1>
787 <td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.plus.model.people.Person.Cover</td>
803 <p itemprop="articleBody">The cover photo content.
846 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/plus/model/people/Person.Cover.CoverInfo.html">Person.Cover.CoverInfo</a></td>
847 <td class="jd-descrcol" width="100%">Extra information about the cover photo.&nbsp;</td>
858 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/plus/model/people/Person.Cover.CoverPhoto.html">Person.Cover.CoverPhoto</a></td
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
syscall_iterator_unittest.cc 36 // The iterator should cover the public syscall range
55 // The iterator should cover the ARM private syscall range
70 // The iterator should cover the ARM hidden syscall range

Completed in 2932 milliseconds

1 2 3 4 5 6 7 8 91011>>