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

1 2 3 4 5 6

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
last.s 7 cover
10 cover
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/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/vendor/golang.org/x/arch/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/vendor/golang.org/x/arch/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/vendor/golang.org/x/arch/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
  /compatibility/cdd/
cdd_gen.sh 60 wkhtmltopdf -s letter -B 0in -T 0in -L 0in -R 0in cover source/android-cdd-cover.html /tmp/$filename-cover.pdf
  /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 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);
  /prebuilts/go/darwin-x86/src/testing/
cover.go 26 var cover Cover var
28 // Cover records information about test coverage checking.
31 type Cover struct {
43 // It is not a replacement for the reports generated by 'go test -cover' and
44 // 'go tool cover'.
47 for _, counters := range cover.Counters {
64 func RegisterCover(c Cover) {
65 cover = c
83 fmt.Fprintf(f, "mode: %s\n", cover.Mode
    [all...]
  /prebuilts/go/linux-x86/src/testing/
cover.go 26 var cover Cover var
28 // Cover records information about test coverage checking.
31 type Cover struct {
43 // It is not a replacement for the reports generated by 'go test -cover' and
44 // 'go tool cover'.
47 for _, counters := range cover.Counters {
64 func RegisterCover(c Cover) {
65 cover = c
83 fmt.Fprintf(f, "mode: %s\n", cover.Mode
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cover/
doc.go 6 Cover is a program for analyzing the coverage profiles generated by
7 'go test -coverprofile=cover.out'.
9 Cover is also used by 'go test -cover' to rewrite the source code with
17 When computing coverage of a package that uses cgo, the cover tool
19 because cover deletes comments that are significant to cgo.
23 go tool cover -help
  /prebuilts/go/linux-x86/src/cmd/cover/
doc.go 6 Cover is a program for analyzing the coverage profiles generated by
7 'go test -coverprofile=cover.out'.
9 Cover is also used by 'go test -cover' to rewrite the source code with
17 When computing coverage of a package that uses cgo, the cover tool
19 because cover deletes comments that are significant to cgo.
23 go tool cover -help
  /external/skia/gm/
reveal.cpp 408 SkRect cover = drawObj->bounds(); variable
409 SkAssertResult(cover.intersect(clipObj->bounds()));
426 canvas->drawRect(cover, paint);
427 canvas->drawRect(cover, strokePaint);
431 cover.makeOutset(10.0f, 10.0f),
438 const SkRRect inner = SkRRect::MakeRectXY(cover.makeInset(10.0f, 10.0f),
441 cover.makeOutset(10.0f, 10.0f),
449 path.moveTo(cover.fLeft, cover.fTop);
450 path.lineTo(cover.centerX(), cover.centerY())
    [all...]
  /external/skqp/gm/
reveal.cpp 408 SkRect cover = drawObj->bounds(); variable
409 SkAssertResult(cover.intersect(clipObj->bounds()));
426 canvas->drawRect(cover, paint);
427 canvas->drawRect(cover, strokePaint);
431 cover.makeOutset(10.0f, 10.0f),
438 const SkRRect inner = SkRRect::MakeRectXY(cover.makeInset(10.0f, 10.0f),
441 cover.makeOutset(10.0f, 10.0f),
449 path.moveTo(cover.fLeft, cover.fTop);
450 path.lineTo(cover.centerX(), cover.centerY())
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
regreg.s 5 ; are not included here in order to cover fixed-size instructions
  /prebuilts/go/darwin-x86/src/cmd/cover/testdata/
directives.go 5 // This file is processed by the cover command, then a test verifies that
  /prebuilts/go/linux-x86/src/cmd/cover/testdata/
directives.go 5 // This file is processed by the cover command, then a test verifies that
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
mips16@relax-swap3.d 7 # This test used to cover the MIPS16 LA macro, but ceased to work when a
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ClusterAlbum.java 38 public void setCoverMediaItem(MediaItem cover) {
39 mCover = cover;
  /toolchain/binutils/binutils-2.27/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 417 TCoord cover; /* same with gray_TWorker.cover */ member in struct:TCell_
455 TCoord cover; member in struct:gray_TWorker_
511 cell->x, cell->cover, cell->area );
550 cell->cover = ras.cover;
560 cell->cover += ras.cover;
586 if ( !ras.invalid && ( ras.area || ras.cover ) )
590 ras.cover = 0
1307 TArea cover = 0; local
    [all...]
  /compatibility/cdd/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 {

Completed in 729 milliseconds

1 2 3 4 5 6