Searched defs:testDecorator (Results 1 – 3 of 3) sorted by relevance
78 type testDecorator struct { struct79 *binaryDecorator80 Properties TestProperties81 testConfig android.Path83 data []android.DataPath86 func (test *testDecorator) dataPaths() []android.DataPath {90 func (test *testDecorator) nativeCoverage() bool {94 func (test *testDecorator) testHarness() bool {118 func (test *testDecorator) compilerProps() []interface{} {122 func (test *testDecorator) install(ctx ModuleContext) {[all …]
61 type testDecorator struct { struct62 *binaryDecorator64 testProperties TestProperties66 testConfig android.Path68 data []android.DataPath71 func (test *testDecorator) bootstrapperProps() []interface{} {75 func (test *testDecorator) install(ctx android.ModuleContext, file android.Path) {
248 type testDecorator struct { struct249 LinkerProperties TestLinkerProperties250 InstallerProperties TestInstallerProperties251 installer *baseInstaller252 linker *baseLinker255 func (test *testDecorator) gtest() bool {259 func (test *testDecorator) testBinary() bool {263 func (test *testDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags {287 func (test *testDecorator) linkerDeps(ctx BaseModuleContext, deps Deps) Deps {306 func (test *testDecorator) linkerInit(ctx BaseModuleContext, linker *baseLinker) {[all …]