Lines Matching refs:testDecorator
190 type testDecorator struct { struct
197 func (test *testDecorator) gtest() bool { argument
201 func (test *testDecorator) isolated(ctx android.EarlyModuleContext) bool { argument
206 func (test *testDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags { argument
230 func (test *testDecorator) linkerDeps(ctx BaseModuleContext, deps Deps) Deps { argument
249 func (test *testDecorator) linkerProps() []interface{} { argument
253 func (test *testDecorator) installerProps() []interface{} { argument
257 func (test *testDecorator) moduleInfoJSON(ctx android.ModuleContext, moduleInfoJSON *android.Module… argument
269 *testDecorator anonMember
279 props := append(test.testDecorator.linkerProps(), test.binaryDecorator.linkerProps()...)
285 deps = test.testDecorator.linkerDeps(ctx, deps)
294 flags = test.testDecorator.linkerFlags(ctx, flags)
327 test.testDecorator.moduleInfoJSON(ctx, moduleInfoJSON)
333 return append(test.baseInstaller.installerProps(), test.testDecorator.installerProps()...)
376 TestSuites: test.testDecorator.InstallerProperties.Test_suites,
470 testDecorator: &testDecorator{
484 *testDecorator anonMember
494 props = append(props, test.testDecorator.linkerProps()...)
499 deps = test.testDecorator.linkerDeps(ctx, deps)
506 flags = test.testDecorator.linkerFlags(ctx, flags)
516 test.testDecorator.moduleInfoJSON(ctx, moduleInfoJSON)
520 return append(test.baseInstaller.installerProps(), test.testDecorator.installerProps()...)
527 testDecorator: &testDecorator{