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

1 23 4 5 6

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLRootView.java 360 // We put a black cover View in front of the SurfaceView and hide it
369 View cover = root.findViewById(R.id.gl_root_cover);
370 cover.setVisibility(GONE);
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
ext_test.go 233 var cover float64
235 cover -= coverage()
256 cover += coverage()
257 if cover > 0 {
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
ext_test.go 233 var cover float64
235 cover -= coverage()
256 cover += coverage()
257 if cover > 0 {
  /developers/samples/android/ui/transition/AdapterTransition/Application/src/main/java/com/example/android/adaptertransition/
AdapterTransitionFragment.java 113 mCover = (FrameLayout) view.findViewById(R.id.cover);
  /external/python/cpython2/Modules/zlib/
configure 71 cover=0
117 --cover) cover=1; shift ;;
525 if test $cover -eq 1; then
  /external/python/cpython3/Modules/zlib/
configure 83 cover=0
131 --cover) cover=1; shift ;;
611 if test $cover -eq 1; then
  /external/zlib/src/
configure 83 cover=0
131 --cover) cover=1; shift ;;
611 if test $cover -eq 1; then
  /prebuilts/go/darwin-x86/src/cmd/go/internal/test/
testflag.go 32 {Name: "cover", BoolVar: &testCover},
137 case "c", "i", "v", "cover", "json":
test.go 224 -cover
240 Sets -cover.
246 Sets -cover.
322 -coverprofile cover.out
324 Sets -cover.
478 testCover bool // -cover flag
685 // There is nothing to cover in package unsafe; it comes from the compiler.
703 // sync/atomic import is inserted by the cover tool. See #18486
814 // Yes, if -cover is on but -coverpkg has not specified
886 // afterward that gathers t.Cover information
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/test/
testflag.go 32 {Name: "cover", BoolVar: &testCover},
137 case "c", "i", "v", "cover", "json":
test.go 224 -cover
240 Sets -cover.
246 Sets -cover.
322 -coverprofile cover.out
324 Sets -cover.
478 testCover bool // -cover flag
685 // There is nothing to cover in package unsafe; it comes from the compiler.
703 // sync/atomic import is inserted by the cover tool. See #18486
814 // Yes, if -cover is on but -coverpkg has not specified
886 // afterward that gathers t.Cover information
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
ext_test.go 240 var cover float64
242 cover -= coverage()
262 cover += coverage()
263 if cover > 0 {
286 for _, counters := range cover.Counters {
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
ext_test.go 240 var cover float64
242 cover -= coverage()
262 cover += coverage()
263 if cover > 0 {
286 for _, counters := range cover.Counters {
  /compatibility/cdd/7_hardware-compatibility/
7_6_memory-and-storage.md 91 such as within the battery compartment or other protective cover,
  /platform_testing/docs/development/
test-config.md 69 necessary to cover more details on how the ?option? tag is used. As shown above,
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/gen/
arithBoundaryGen.go 68 // cover all cases.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/gen/
arithBoundaryGen.go 68 // cover all cases.
  /external/clang/tools/scan-build-py/libscanbuild/
report.py 65 """ Generates cover report and returns the number of bugs/crashes. """
80 # assemble the cover from multiple fragments
297 the final report (cover) only once. """
  /external/pdfium/core/fxge/agg/
fx_agg_driver.cpp 533 uint8_t cover = cover_scan[col]; local
534 dest_scan[3] = FXDIB_ALPHA_MERGE(dest_scan[3], src_alpha, cover);
535 *dest_scan = FXDIB_ALPHA_MERGE(*dest_scan, m_Blue, cover);
537 *dest_scan = FXDIB_ALPHA_MERGE(*dest_scan, m_Green, cover);
539 *dest_scan = FXDIB_ALPHA_MERGE(*dest_scan, m_Red, cover);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/work/
exec.go 211 fmt.Fprintf(h, "cover %q %q\n", p.Internal.CoverMode, b.toolID("cover"))
429 coverFile = strings.TrimSuffix(coverFile, ".go") + ".cover.go"
430 cover := a.Package.Internal.CoverVars[key]
431 if cover == nil || base.IsTestFile(file) {
435 if err := b.cover(a, coverFile, sourceFile, 0666, cover.Var); err != nil {
1295 func (b *Builder) cover(a *Action, dst, src string, perm os.FileMode, varName string) error { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/work/
exec.go 211 fmt.Fprintf(h, "cover %q %q\n", p.Internal.CoverMode, b.toolID("cover"))
429 coverFile = strings.TrimSuffix(coverFile, ".go") + ".cover.go"
430 cover := a.Package.Internal.CoverVars[key]
431 if cover == nil || base.IsTestFile(file) {
435 if err := b.cover(a, coverFile, sourceFile, 0666, cover.Var); err != nil {
1295 func (b *Builder) cover(a *Action, dst, src string, perm os.FileMode, varName string) error { func
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLScanner.java 280 * An input character of -2 is used to cover all other characters
288 * <p>Finally, add 2 to the input character to cover for the fact that
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
float_test.go 181 // make sure to cover int, uint cases (issue #16738)
  /prebuilts/go/darwin-x86/src/cmd/cover/
html.go 59 dir, err = ioutil.TempDir("", "cover")
  /prebuilts/go/darwin-x86/src/encoding/ascii85/
ascii85.go 224 // the extra byte provides enough bits to cover

Completed in 4044 milliseconds

1 23 4 5 6