Lines Matching defs:testDecorator
203 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{} {
266 func (test *testDecorator) installerProps() []interface{} {
270 …*testDecorator) moduleInfoJSON(ctx android.ModuleContext, moduleInfoJSON *android.ModuleInfoJSON) {
277 func (test *testDecorator) testSuiteInfo(ctx ModuleContext) {
288 *testDecorator anonMember
556 *testDecorator anonMember