Home
last modified time | relevance | path

Searched refs:nativeCoverage (Results 1 – 16 of 16) sorted by relevance

/build/soong/rust/
Dcoverage.go77 …cov.Properties = cc.SetCoverageProperties(ctx, cov.Properties, ctx.RustModule().nativeCoverage(), …
Dprebuilt.go171 func (prebuilt *prebuiltLibraryDecorator) nativeCoverage() bool { func
228 func (prebuilt *prebuiltProcMacroDecorator) nativeCoverage() bool { func
Dbinary.go123 func (binary *binaryDecorator) nativeCoverage() bool { func
Dtest.go90 func (test *testDecorator) nativeCoverage() bool { func
Dcompiler.go453 func (compiler *baseCompiler) nativeCoverage() bool { func
Drust.go480 nativeCoverage() bool methodSpec
806 func (mod *Module) nativeCoverage() bool { func
811 return mod.compiler != nil && mod.compiler.nativeCoverage()
Dlibrary.go147 func (library *libraryDecorator) nativeCoverage() bool { func
/build/soong/cc/
Dvndk_prebuilt.go199 func (p *vndkPrebuiltLibraryDecorator) nativeCoverage() bool { func
Dsnapshot_prebuilt.go514 func (p *snapshotLibraryDecorator) nativeCoverage() bool { func
689 func (p *snapshotBinaryDecorator) nativeCoverage() bool { func
771 func (p *snapshotObjectLinker) nativeCoverage() bool { func
Dcoverage.go180 …cov.Properties = SetCoverageProperties(ctx, cov.Properties, ctx.nativeCoverage(), ctx.useSdk(), ct…
Dobject.go296 func (object *objectLinker) nativeCoverage() bool { func
Dcc.go517 nativeCoverage() bool methodSpec
578 nativeCoverage() bool methodSpec
1365 func (c *Module) nativeCoverage() bool { func
1370 return c.linker != nil && c.linker.nativeCoverage()
1621 func (ctx *moduleContextImpl) nativeCoverage() bool { func
1622 return ctx.mod.nativeCoverage()
Dndk_library.go514 func (stub *stubDecorator) nativeCoverage() bool { func
Dprebuilt.go240 func (p *prebuiltLibraryLinker) nativeCoverage() bool { func
Dbinary.go476 func (binary *binaryDecorator) nativeCoverage() bool { func
Dlibrary.go1578 func (library *libraryDecorator) nativeCoverage() bool { func