Home
last modified time | relevance | path

Searched defs:TestCover (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/load/
Dtest.go39 type TestCover struct { struct
40 Mode string
41 Local bool
42 Pkgs []*Package
43 Paths []string
44 Vars []coverInfo
50 func TestPackagesFor(ctx context.Context, opts PackageOpts, p *Package, cover *TestCover) (pmain, p…
101 …ors(ctx context.Context, done func(), opts PackageOpts, p *Package, cover *TestCover) (pmain, ptes…
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cover/
Dcover_test.go139 func TestCover(t *testing.T) { func