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

12 3 4 5 6

  /compatibility/cdd/source/
android-cdd-cover.css 22 * Cover Styles
64 .cover-text {
  /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);
  /prebuilts/go/darwin-x86/src/
bootstrap.bash 98 rm -rf pkg/tool/*_*/{addr2line,api,cgo,cover,doc,fix,nm,objdump,pack,pprof,test2json,trace,vet}
  /prebuilts/go/linux-x86/src/
bootstrap.bash 98 rm -rf pkg/tool/*_*/{addr2line,api,cgo,cover,doc,fix,nm,objdump,pack,pprof,test2json,trace,vet}
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
tls-js1.d 15 # .rela.plt. And, it'd cover 8 bytes in .got.plt, not 4 bytes.
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaSet.java 80 MediaItem cover = getSubMediaSet(i).getCoverMediaItem(); local
81 if (cover != null) return cover;
  /prebuilts/go/darwin-x86/src/cmd/cover/
cover.go 26 `Usage of 'go tool cover':
31 go tool cover -html=c.out
34 go tool cover -html=c.out -o coverage.html
37 go tool cover -func=c.out
40 (what go test -cover does):
41 go tool cover -mode=set -var=CoverageVariableName program.go
82 fmt.Fprintln(os.Stderr, `For usage information, run "go tool cover -help"`)
100 fmt.Fprintf(os.Stderr, "cover: %v\n", err)
234 // we want to cover the "if y". To do this, we need a place to drop the counter,
296 log.Fatalf("cover: improperly quoted string %q\n", s
    [all...]
cover_test.go 125 // go tool cover -mode=atomic ./testdata/directives.go
126 cmd := exec.Command(testenv.GoToolPath(t), "tool", "cover", "-mode=atomic", testDirectives)
229 // Makes sure that `cover -func=profile.cov` reports accurate coverage.
232 // go tool cover -func ./testdata/profile.cov
233 cmd := exec.Command(testenv.GoToolPath(t), "tool", "cover", "-func", coverProfile)
profile.go 6 // generated by "go test -coverprofile=cover.out".
7 // It is a copy of golang.org/x/tools/cover/profile.go.
154 Count int // Event count from the cover profile.
  /prebuilts/go/linux-x86/src/cmd/cover/
cover.go 26 `Usage of 'go tool cover':
31 go tool cover -html=c.out
34 go tool cover -html=c.out -o coverage.html
37 go tool cover -func=c.out
40 (what go test -cover does):
41 go tool cover -mode=set -var=CoverageVariableName program.go
82 fmt.Fprintln(os.Stderr, `For usage information, run "go tool cover -help"`)
100 fmt.Fprintf(os.Stderr, "cover: %v\n", err)
234 // we want to cover the "if y". To do this, we need a place to drop the counter,
296 log.Fatalf("cover: improperly quoted string %q\n", s
    [all...]
cover_test.go 125 // go tool cover -mode=atomic ./testdata/directives.go
126 cmd := exec.Command(testenv.GoToolPath(t), "tool", "cover", "-mode=atomic", testDirectives)
229 // Makes sure that `cover -func=profile.cov` reports accurate coverage.
232 // go tool cover -func ./testdata/profile.cov
233 cmd := exec.Command(testenv.GoToolPath(t), "tool", "cover", "-func", coverProfile)
profile.go 6 // generated by "go test -coverprofile=cover.out".
7 // It is a copy of golang.org/x/tools/cover/profile.go.
154 Count int // Event count from the cover profile.
  /frameworks/support/leanback/src/main/java/androidx/leanback/media/
PlaybackBaseControlGlue.java 495 * Sets the drawable representing cover image. The drawable will be rendered by default
498 * @param cover The drawable representing cover image.
500 public void setArt(Drawable cover) {
501 if (mCover == cover) {
504 this.mCover = cover;
512 * @return The drawable representing cover image.
MediaPlayerGlue.java 87 * Sets the drawable representing cover image.
89 public void setCover(Drawable cover) {
90 this.mCover = cover;
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumSetDataLoader.java 240 public MediaItem cover; field in class:AlbumSetDataLoader.UpdateInfo
302 mCoverItem[pos] = info.cover;
373 info.cover = info.item.getCoverMediaItem();
  /external/pdfium/third_party/agg23/
agg_rasterizer_scanline_aa.cpp 56 cover = c;
61 cover += c;
73 cover = c;
133 if(m_cur_cell.area | m_cur_cell.cover) {
  /prebuilts/go/darwin-x86/src/cmd/go/internal/base/
path.go 50 // We don't cover tests, only the code they test.
  /prebuilts/go/linux-x86/src/cmd/go/internal/base/
path.go 50 // We don't cover tests, only the code they test.
  /prebuilts/go/darwin-x86/src/cmd/cover/testdata/
test.go 5 // This program is processed by the cover command, and then testAll is called.
287 // Needed for cover to add counter increment here.
  /prebuilts/go/linux-x86/src/cmd/cover/testdata/
test.go 5 // This program is processed by the cover command, and then testAll is called.
287 // Needed for cover to add counter increment here.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
stm32l4xx-fix-it-block.s 13 @ Mostly to cover the IT detection logic.
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
ext_test.go 235 var cover float64
237 cover -= coverage()
258 cover += coverage()
259 if cover > 0 {
282 for _, counters := range cover.Counters {
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
ext_test.go 235 var cover float64
237 cover -= coverage()
258 cover += coverage()
259 if cover > 0 {
282 for _, counters := range cover.Counters {
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 1350 float dx, dy, dist2, cover; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
configure 71 cover=0
117 --cover) cover=1; shift ;;
525 if test $cover -eq 1; then

Completed in 553 milliseconds

12 3 4 5 6