Lines Matching refs:testDecorator
78 type testDecorator struct { struct
86 func (test *testDecorator) dataPaths() []android.DataPath { argument
90 func (test *testDecorator) nativeCoverage() bool { argument
94 func (test *testDecorator) testHarness() bool { argument
98 func NewRustTest(hod android.HostOrDeviceSupported) (*Module, *testDecorator) {
108 test := &testDecorator{
118 func (test *testDecorator) compilerProps() []interface{} { argument
122 func (test *testDecorator) install(ctx ModuleContext) { argument
190 func (test *testDecorator) compilerFlags(ctx ModuleContext, flags Flags) Flags { argument
201 func (test *testDecorator) autoDep(ctx android.BottomUpMutatorContext) autoDep { argument
227 func (test *testDecorator) stdLinkage(ctx *depsContext) RustLinkage { argument
231 func (test *testDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { argument
242 func (test *testDecorator) testBinary() bool { argument