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

1 2 3

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
last.s 7 cover
10 cover
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/testdata/
Makefile 5 cd ..; go test -cover -run 'Objdump.*32' -v -timeout 10h -printtests 2>&1 | tee log
6 cd ..; go test -cover -run 'Objdump.*64' -v -timeout 10h -printtests 2>&1 | tee -a log
7 cd ..; go test -cover -run 'Xed.*32' -v -timeout 10h -printtests 2>&1 | tee -a log
8 cd ..; go test -cover -run 'Xed.*64' -v -timeout 10h -printtests 2>&1 | tee -a log
9 cd ..; go test -cover -run 'Plan9.*32' -v -timeout 10h -printtests 2>&1 | tee -a log
10 cd ..; go test -cover -run 'Plan9.*64' -v -timeout 10h -printtests 2>&1 | tee -a log
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/testdata/
Makefile 5 cd ..; go test -cover -run 'Objdump.*32' -v -timeout 10h -printtests 2>&1 | tee log
6 cd ..; go test -cover -run 'Objdump.*64' -v -timeout 10h -printtests 2>&1 | tee -a log
7 cd ..; go test -cover -run 'Xed.*32' -v -timeout 10h -printtests 2>&1 | tee -a log
8 cd ..; go test -cover -run 'Xed.*64' -v -timeout 10h -printtests 2>&1 | tee -a log
9 cd ..; go test -cover -run 'Plan9.*32' -v -timeout 10h -printtests 2>&1 | tee -a log
10 cd ..; go test -cover -run 'Plan9.*64' -v -timeout 10h -printtests 2>&1 | tee -a log
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/arm/armasm/testdata/
Makefile 2 cd ..; go test -cover -run 'ObjdumpARMCond' -v -timeout 10h -printtests -long 2>&1 | tee log
3 cd ..; go test -cover -run 'ObjdumpARMUncond' -v -timeout 10h -printtests -long 2>&1 | tee -a log
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/arm/armasm/testdata/
Makefile 2 cd ..; go test -cover -run 'ObjdumpARMCond' -v -timeout 10h -printtests -long 2>&1 | tee log
3 cd ..; go test -cover -run 'ObjdumpARMUncond' -v -timeout 10h -printtests -long 2>&1 | tee -a log
  /external/pdfium/third_party/agg23/
agg_rasterizer_scanline_aa.h 55 int cover; member in struct:agg::cell_aa
283 int cover = area >> (poly_base_shift * 2 + 1 - 8); local
284 if(cover < 0) {
285 cover = -cover;
288 cover &= aa_2mask;
289 if(cover > aa_num) {
290 cover = aa_2num - cover;
294 cover = cover > aa_mask / 2 ? aa_mask : 0
336 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);
agg_scanline_u.h 69 void add_cell(int x, unsigned cover)
72 m_covers[x] = (cover_type)cover;
97 void add_span(int x, unsigned len, unsigned cover)
100 FXSYS_memset(m_covers + x, cover, len);
agg_renderer_base.h 105 const color_type& c, cover_type cover)
130 m_ren->blend_hline(x1, y, x2 - x1 + 1, c, cover);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
regreg.s 5 ; are not included here in order to cover fixed-size instructions
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/smooth/
ftgrays.c 421 TCoord cover; /* same with gray_TWorker.cover */ member in struct:TCell_
446 TCoord cover; member in struct:gray_TWorker_
516 ras.cover = 0;
598 cell->cover = 0;
611 if ( ras.area | ras.cover )
617 cell->cover += ras.cover;
659 ras.cover = 0;
684 ras.cover = 0
1550 TCoord cover = 0; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ClusterAlbum.java 38 public void setCoverMediaItem(MediaItem cover) {
39 mCover = cover;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
rgn-at3.d 9 # to fill out the page, making its p_vaddr+p_memsz cover the sh_addr
rgn-over8-ok.d 9 # to fill out the page, making its p_vaddr+p_memsz cover the sh_addr
  /external/freetype/src/smooth/
ftgrays.c 400 TCoord cover; /* same with gray_TWorker.cover */ member in struct:TCell_
438 TCoord cover; member in struct:gray_TWorker_
495 cell->x, cell->cover, cell->area );
533 cell->cover = 0;
546 if ( ras.area | ras.cover )
552 cell->cover += ras.cover;
586 ras.cover = 0;
632 ras.cover += delta
1318 TCoord cover = 0; local
    [all...]
  /docs/source.android.com/src/compatibility/5.1/
android-cdd.css 22 * Cover Styles
26 #cover {
32 #cover-top {
40 #cover-image {
48 #cover-bottom {
56 #cover a:link,
57 #cover a:visited,
58 #cover a:hover {
103 .cover-text {
android-cdd-cover.css 22 * Cover Styles
64 .cover-text {
  /docs/source.android.com/src/compatibility/source/
android-cdd.css 22 * Cover Styles
26 #cover {
32 #cover-top {
40 #cover-image {
48 #cover-bottom {
56 #cover a:link,
57 #cover a:visited,
58 #cover a:hover {
103 .cover-text {
android-cdd-cover.css 22 * Cover Styles
64 .cover-text {
  /external/pdfium/third_party/freetype/src/smooth/
ftgrays.c 410 TCoord cover; /* same with gray_TWorker.cover */ member in struct:TCell_
435 TCoord cover; member in struct:gray_TWorker_
505 ras.cover = 0;
587 cell->cover = 0;
600 if ( ras.area | ras.cover )
606 cell->cover += ras.cover;
648 ras.cover = 0;
673 ras.cover = 0
1401 TCoord cover = 0; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSetSlidingWindow.java 248 MediaItem cover = mSource.getCoverItem(slotIndex); local
274 entry.coverItem = cover;
275 if (getDataVersion(cover) != entry.coverDataVersion) {
276 entry.coverDataVersion = getDataVersion(cover);
277 entry.rotation = (cover == null) ? 0 : cover.getRotation();
284 if (cover != null) {
285 entry.coverLoader = new AlbumCoverLoader(slotIndex, cover);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-js1.d 15 # .rela.plt. And, it'd cover 8 bytes in .got.plt, not 4 bytes.
  /development/ndk/platforms/android-3/arch-arm/include/asm/arch/
board.h 45 unsigned cover:1; member in struct:omap_mmc_conf
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm/arch/
board.h 45 unsigned cover:1; member in struct:omap_mmc_conf
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/asm/arch/
board.h 45 unsigned cover:1; member in struct:omap_mmc_conf

Completed in 465 milliseconds

1 2 3