Searched defs:testDecorator (Results 1 – 3 of 3) sorted by relevance
67 type testDecorator struct { struct68 *binaryDecorator69 Properties TestProperties70 testConfig android.Path72 data []android.DataPath75 func (test *testDecorator) dataPaths() []android.DataPath {79 func (test *testDecorator) nativeCoverage() bool {83 func (test *testDecorator) testHarness() bool {107 func (test *testDecorator) compilerProps() []interface{} {111 func (test *testDecorator) install(ctx ModuleContext) {[all …]
59 type testDecorator struct { struct60 *binaryDecorator62 testProperties TestProperties64 testConfig android.Path66 data []android.DataPath69 func (test *testDecorator) bootstrapperProps() []interface{} {73 func (test *testDecorator) install(ctx android.ModuleContext, file android.Path) {
244 type testDecorator struct { struct245 Properties TestProperties246 linker *baseLinker249 func (test *testDecorator) gtest() bool {253 func (test *testDecorator) testBinary() bool {257 func (test *testDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags {281 func (test *testDecorator) linkerDeps(ctx BaseModuleContext, deps Deps) Deps {300 func (test *testDecorator) linkerInit(ctx BaseModuleContext, linker *baseLinker) {317 func (test *testDecorator) linkerProps() []interface{} {326 testDecorator anonMember[all …]