Home
last modified time | relevance | path

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

/build/soong/rust/
Dtest.go84 type testDecorator struct { struct
85 *binaryDecorator
86 Properties TestProperties
87 testConfig android.Path
89 data []android.DataPath
92 func (test *testDecorator) dataPaths() []android.DataPath {
96 func (test *testDecorator) nativeCoverage() bool {
100 func (test *testDecorator) testHarness() bool {
124 func (test *testDecorator) compilerProps() []interface{} {
128 func (test *testDecorator) install(ctx ModuleContext) {
[all …]
/build/soong/cc/
Dtest.go203 type testDecorator struct { struct
204 LinkerProperties TestLinkerProperties
205 InstallerProperties TestInstallerProperties
206 installer *baseInstaller
207 linker *baseLinker
210 func (test *testDecorator) gtest() bool {
214 func (test *testDecorator) isolated(ctx android.BaseModuleContext) bool {
219 func (test *testDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags {
243 func (test *testDecorator) linkerDeps(ctx BaseModuleContext, deps Deps) Deps {
262 func (test *testDecorator) linkerProps() []interface{} {
[all …]