Home
last modified time | relevance | path

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

/build/soong/rust/
Dcoverage.go70 …cov.Properties = cc.SetCoverageProperties(ctx, cov.Properties, ctx.RustModule().nativeCoverage(), …
Dtest.go55 func (test *testDecorator) nativeCoverage() bool { func
Dprebuilt.go113 func (prebuilt *prebuiltLibraryDecorator) nativeCoverage() bool { func
Dbinary.go102 func (binary *binaryDecorator) nativeCoverage() bool { func
Drust.go287 nativeCoverage() bool methodSpec
508 if !mod.compiler.nativeCoverage() {
629 func (mod *Module) nativeCoverage() bool { func
630 return mod.compiler != nil && mod.compiler.nativeCoverage()
Dcompiler.go233 func (compiler *baseCompiler) nativeCoverage() bool { func
Dlibrary.go110 func (library *libraryDecorator) nativeCoverage() bool { func
/build/soong/cc/
Dtoolchain_library.go108 func (library *toolchainLibraryDecorator) nativeCoverage() bool { func
Dobject.go154 func (object *objectLinker) nativeCoverage() bool { func
Dcoverage.go157 …cov.Properties = SetCoverageProperties(ctx, cov.Properties, ctx.nativeCoverage(), ctx.useSdk(), ct…
Dvndk_prebuilt.go185 func (p *vndkPrebuiltLibraryDecorator) nativeCoverage() bool { func
Dllndk_library.go173 func (stub *llndkStubDecorator) nativeCoverage() bool { func
Dprebuilt.go194 func (p *prebuiltLibraryLinker) nativeCoverage() bool { func
Dndk_library.go357 func (stub *stubDecorator) nativeCoverage() bool { func
Dvendor_snapshot.go192 func (p *vendorSnapshotLibraryDecorator) nativeCoverage() bool { func
442 func (p *vendorSnapshotObjectLinker) nativeCoverage() bool { func
Dcc.go353 nativeCoverage() bool methodSpec
400 nativeCoverage() bool methodSpec
1009 func (c *Module) nativeCoverage() bool { func
1014 return c.linker != nil && c.linker.nativeCoverage()
1288 func (ctx *moduleContextImpl) nativeCoverage() bool { func
1289 return ctx.mod.nativeCoverage()
Dbinary.go442 func (binary *binaryDecorator) nativeCoverage() bool { func
Dlibrary.go1044 func (library *libraryDecorator) nativeCoverage() bool { func