Lines Matching defs:testDecorator
77 type testDecorator struct { struct
78 *binaryDecorator
79 Properties TestProperties
80 testConfig android.Path
82 data []android.DataPath
85 func (test *testDecorator) dataPaths() []android.DataPath {
89 func (test *testDecorator) nativeCoverage() bool {
93 func (test *testDecorator) testHarness() bool {
117 func (test *testDecorator) compilerProps() []interface{} {
121 func (test *testDecorator) install(ctx ModuleContext) {
201 func (test *testDecorator) compilerFlags(ctx ModuleContext, flags Flags) Flags {
213 func (test *testDecorator) autoDep(ctx android.BottomUpMutatorContext) autoDep {
241 func (test *testDecorator) stdLinkage(ctx *depsContext) RustLinkage {
245 func (test *testDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
256 func (test *testDecorator) testBinary() bool {