Searched defs:testDecorator (Results 1 – 3 of 3) sorted by relevance
49 type testDecorator struct { struct50 *binaryDecorator51 Properties TestProperties52 testConfig android.Path55 func (test *testDecorator) nativeCoverage() bool {80 func (test *testDecorator) compilerProps() []interface{} {84 func (test *testDecorator) install(ctx ModuleContext, file android.Path) {102 func (test *testDecorator) compilerFlags(ctx ModuleContext, flags Flags) Flags {108 func (test *testDecorator) autoDep() autoDep {
39 type testDecorator struct { struct40 *binaryDecorator42 testProperties TestProperties44 testConfig android.Path47 func (test *testDecorator) bootstrapperProps() []interface{} {51 func (test *testDecorator) install(ctx android.ModuleContext, file android.Path) {
227 type testDecorator struct { struct228 Properties TestProperties229 linker *baseLinker232 func (test *testDecorator) gtest() bool {236 func (test *testDecorator) testFor() []string {240 func (test *testDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags {264 func (test *testDecorator) linkerDeps(ctx BaseModuleContext, deps Deps) Deps {283 func (test *testDecorator) linkerInit(ctx BaseModuleContext, linker *baseLinker) {300 func (test *testDecorator) linkerProps() []interface{} {309 testDecorator anonMember[all …]