Lines Matching defs:testDecorator
84 type testDecorator struct { struct
85 *binaryDecorator
86 Properties TestProperties
87 testConfig android.Path
89 data []android.DataPath
92 func (test *testDecorator) dataPaths() []android.DataPath {
96 func (test *testDecorator) nativeCoverage() bool {
100 func (test *testDecorator) testHarness() bool {
124 func (test *testDecorator) compilerProps() []interface{} {
128 func (test *testDecorator) install(ctx ModuleContext) {
235 func (test *testDecorator) compilerFlags(ctx ModuleContext, flags Flags) Flags {
252 func (test *testDecorator) autoDep(ctx android.BottomUpMutatorContext) autoDep {
280 func (test *testDecorator) stdLinkage(device bool) RustLinkage {
284 func (test *testDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
295 func (test *testDecorator) testBinary() bool {
299 …c (test *testDecorator) moduleInfoJSON(ctx ModuleContext, moduleInfoJSON *android.ModuleInfoJSON) {