/external/pdfium/third_party/agg23/ |
D | agg_rasterizer_scanline_aa.h | 55 int cover; member 283 int cover = area >> (poly_base_shift * 2 + 1 - 8); in calculate_alpha() local 284 if(cover < 0) { in calculate_alpha() 285 cover = -cover; in calculate_alpha() 288 cover &= aa_2mask; in calculate_alpha() 289 if(cover > aa_num) { in calculate_alpha() 290 cover = aa_2num - cover; in calculate_alpha() 294 cover = cover > aa_mask / 2 ? aa_mask : 0; in calculate_alpha() 296 if(cover > aa_mask) { in calculate_alpha() 297 cover = aa_mask; in calculate_alpha() [all …]
|
D | agg_pixfmt_gray.h | 37 unsigned alpha, unsigned cover = 0) 59 unsigned cover) in copy_or_blend_pix() argument 62 calc_type alpha = (calc_type(c.a) * (cover + 1)) >> 8; in copy_or_blend_pix() 66 Blender::blend_pix(p, c.v, alpha, cover); in copy_or_blend_pix() 117 AGG_INLINE void blend_pixel(int x, int y, const color_type& c, int8u cover) in blend_pixel() argument 119 copy_or_blend_pix((value_type*)m_rbuf->row(y) + x * Step + Offset, c, cover); in blend_pixel() 134 int8u cover) in blend_hline() argument 138 calc_type alpha = (calc_type(c.a) * (cover + 1)) >> 8; in blend_hline() 146 Blender::blend_pix(p, c.v, alpha, cover); in blend_hline()
|
D | agg_scanline_u.h | 69 void add_cell(int x, unsigned cover) in add_cell() argument 72 m_covers[x] = (cover_type)cover; in add_cell() 97 void add_span(int x, unsigned len, unsigned cover) in add_span() argument 100 memset(m_covers + x, cover, len); in add_span()
|
D | agg_renderer_base.h | 105 const color_type& c, cover_type cover) in blend_hline() argument 130 m_ren->blend_hline(x1, y, x2 - x1 + 1, c, cover); in blend_hline()
|
D | agg_rasterizer_scanline_aa.cpp | 56 cover = c; in set_cover() 61 cover += c; in add_cover() 73 cover = c; in set() 133 if(m_cur_cell.area | m_cur_cell.cover) { in add_cur_cell()
|
/external/python/oauth2client/ |
D | tox.ini | 2 envlist = py26,py27,py33,py34,py35,pypy,gae,cover 28 --cover-package=oauth2client \ 29 --cover-package=tests \ 30 --cover-erase \ 31 --cover-tests \ 32 --cover-branches \ 37 --cover-package=oauth2client.contrib.appengine \ 38 --cover-package=oauth2client.contrib._appengine_ndb \ 39 --cover-package=tests.contrib.test_appengine \ 40 --cover-package=tests.contrib.test__appengine_ndb \ [all …]
|
/external/python/apitools/ |
D | tox.ini | 2 envlist = py26,py27,pypy,py34,py35,lint,cover,py27oldoauth2client 51 [testenv:cover] 55 …osetests --with-xunit --with-xcoverage --cover-package=apitools --nocapture --cover-erase --cover-… 66 basepython = {[testenv:cover]basepython} argument 68 {[testenv:cover]commands} 71 {[testenv:cover]deps}
|
/external/syzkaller/tools/kcovtrace/ |
D | kcovtrace.c | 29 unsigned long *cover, n, i; in main() local 38 cover = (unsigned long*)mmap(NULL, COVER_SIZE * sizeof(unsigned long), in main() 40 if ((void*)cover == MAP_FAILED) in main() 48 __atomic_store_n(&cover[0], 0, __ATOMIC_RELAXED); in main() 55 n = __atomic_load_n(&cover[0], __ATOMIC_RELAXED); in main() 57 printf("0x%lx\n", cover[i + 1]); in main() 58 if (munmap(cover, COVER_SIZE * sizeof(unsigned long))) in main()
|
/external/python/google-api-python-client/ |
D | tox.ini | 22 … nosetests --with-coverage --cover-package=googleapiclient --nocapture --cover-erase --cover-tests…
|
/external/syzkaller/docs/ |
D | setup.md | 17 2017/06/14 16:40:05 executed 293, cover 43260, crashes 0, repro 0 18 2017/06/14 16:40:15 executed 5992, cover 88463, crashes 0, repro 0 19 2017/06/14 16:40:25 executed 10959, cover 116991, crashes 0, repro 0 20 2017/06/14 16:40:35 executed 15504, cover 132403, crashes 0, repro 0 24 (unless you specified `"cover": false` in the config or coverage is not yet supported for the kerne… 25 The `cover` counter on the web page should be non zero.
|
D | freebsd.md | 83 executed 3622, cover 1219, crashes 0, repro 0 84 executed 7921, cover 1239, crashes 0, repro 0 85 executed 32807, cover 1244, crashes 0, repro 0 86 executed 35803, cover 1248, crashes 0, repro 0 94 …4` arch is supported. Supporting `386` would be useful, because it should cover compat paths. Also…
|
D | netbsd.md | 118 executed 3622, cover 1219, crashes 0, repro 0 119 executed 7921, cover 1239, crashes 0, repro 0 120 executed 32807, cover 1244, crashes 0, repro 0 121 executed 35803, cover 1248, crashes 0, repro 0 131 …4` arch is supported. Supporting `386` would be useful, because it should cover compat paths. Also…
|
/external/freetype/src/smooth/ |
D | ftgrays.c | 415 TCoord cover; /* same with gray_TWorker.cover */ member 453 TCoord cover; member 509 cell->x, cell->cover, cell->area ); in gray_dump_cells() 548 cell->cover = ras.cover; in gray_record_cell() 558 cell->cover += ras.cover; in gray_record_cell() 584 if ( !ras.invalid && ( ras.area || ras.cover ) ) in gray_set_cell() 588 ras.cover = 0; in gray_set_cell() 656 ras.cover += delta; in gray_render_scanline() 680 ras.cover += delta; in gray_render_scanline() 693 ras.cover += dy; in gray_render_scanline() [all …]
|
/external/skqp/src/compute/skc/platforms/cl_12/kernels/ |
D | render.cl | 195 union float cover[SKC_REGS_COVER_S][SKC_TILE_HEIGHT][SKC_TILE_WIDTH]; 624 union skc_tile_cover * SKC_RESTRICT const cover, 636 cover->aN.c[ii] = nonzero * (SKC_RENDER_TILE_COVER)(SKC_RENDER_FILL_MAX_AREA_RCP_F32); 643 union skc_tile_cover * SKC_RESTRICT const cover, 655 …cover->aN.c[ii] = SKC_CONVERT(SKC_RENDER_TILE_COVER)(SKC_RENDER_FILL_MAX_AREA - reflect) * (SKC_RE… 1023 // fralunco = cover.wip * acc.a 1054 // cover_min = min(cover.wip,a.acc) 1085 // r.acc = (cover.wip * r.wip) * r.acc 1086 // g.acc = (cover.wip * g.wip) * g.acc 1087 // b.acc = (cover.wip * b.wip) * b.acc [all …]
|
/external/skia/src/compute/skc/platforms/cl_12/kernels/ |
D | render.cl | 195 union float cover[SKC_REGS_COVER_S][SKC_TILE_HEIGHT][SKC_TILE_WIDTH]; 624 union skc_tile_cover * SKC_RESTRICT const cover, 636 cover->aN.c[ii] = nonzero * (SKC_RENDER_TILE_COVER)(SKC_RENDER_FILL_MAX_AREA_RCP_F32); 643 union skc_tile_cover * SKC_RESTRICT const cover, 655 …cover->aN.c[ii] = SKC_CONVERT(SKC_RENDER_TILE_COVER)(SKC_RENDER_FILL_MAX_AREA - reflect) * (SKC_RE… 1023 // fralunco = cover.wip * acc.a 1054 // cover_min = min(cover.wip,a.acc) 1085 // r.acc = (cover.wip * r.wip) * r.acc 1086 // g.acc = (cover.wip * g.wip) * g.acc 1087 // b.acc = (cover.wip * b.wip) * b.acc [all …]
|
/external/python/cpython2/Doc/howto/ |
D | index.rst | 5 Python HOWTOs are documents that cover a single, specific topic, 6 and attempt to cover it fairly completely. Modelled on the Linux
|
/external/python/cpython3/Doc/howto/ |
D | index.rst | 5 Python HOWTOs are documents that cover a single, specific topic, 6 and attempt to cover it fairly completely. Modelled on the Linux
|
/external/python/mock/ |
D | unittest.cfg | 51 cover-pylib = False 54 pragma: no cover
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/ |
D | README.txt | 43 nosetests --with-coverage --cover-html 45 Then open cover/index.html in your browser of choice to see the code coverage.
|
/external/llvm/bindings/python/ |
D | README.txt | 43 nosetests --with-coverage --cover-html 45 Then open cover/index.html in your browser of choice to see the code coverage.
|
/external/u-boot/tools/patman/ |
D | series.py | 36 self.cover = None 130 if self.cover: 131 print('Cover: %d lines' % len(self.cover))
|
D | README | 10 - Inserts a cover letter with change lists 40 series should be sent, cover letter, version, etc. Most of these are 195 Sets the cover letter contents for the series. The first line 196 will become the subject of the cover letter 199 Additional email addresses / aliases to send cover letter to (you 209 together and put after the cover letter. Can appear multiple 242 change list and also the whole thing is repeated in the cover 301 If you have a cover letter it will get sent to the union of the Patch-cc 307 These people will get the cover letter even if they are not on the To/Cc 388 the cover letter. Note that patman's tags are automatically removed so that [all …]
|
D | patchstream.py | 118 self.series.cover = self.section 188 self.series.cover = self.section 210 self.series.cover = self.section 506 text = series.cover
|
/external/syzkaller/vendor/github.com/googleapis/gax-go/ |
D | .gitignore | 1 *.cover
|
/external/syzkaller/pkg/runtest/ |
D | run.go | 120 cover := []bool{false} 122 cover = append(cover, true) 162 for _, cov := range cover {
|