Lines Matching defs:testDecorator
190 type testDecorator struct { struct
191 LinkerProperties TestLinkerProperties
192 InstallerProperties TestInstallerProperties
193 installer *baseInstaller
194 linker *baseLinker
197 func (test *testDecorator) gtest() bool {
201 func (test *testDecorator) isolated(ctx android.EarlyModuleContext) bool {
206 func (test *testDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags {
230 func (test *testDecorator) linkerDeps(ctx BaseModuleContext, deps Deps) Deps {
249 func (test *testDecorator) linkerProps() []interface{} {
253 func (test *testDecorator) installerProps() []interface{} {
257 …*testDecorator) moduleInfoJSON(ctx android.ModuleContext, moduleInfoJSON *android.ModuleInfoJSON) {
269 *testDecorator anonMember
484 *testDecorator anonMember