Lines Matching refs:testDecorator
77 type testDecorator struct { struct
85 func (test *testDecorator) dataPaths() []android.DataPath { argument
89 func (test *testDecorator) nativeCoverage() bool { argument
93 func (test *testDecorator) testHarness() bool { argument
97 func NewRustTest(hod android.HostOrDeviceSupported) (*Module, *testDecorator) {
107 test := &testDecorator{
117 func (test *testDecorator) compilerProps() []interface{} { argument
121 func (test *testDecorator) install(ctx ModuleContext) { argument
201 func (test *testDecorator) compilerFlags(ctx ModuleContext, flags Flags) Flags { argument
213 func (test *testDecorator) autoDep(ctx android.BottomUpMutatorContext) autoDep { argument
241 func (test *testDecorator) stdLinkage(ctx *depsContext) RustLinkage { argument
245 func (test *testDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { argument
256 func (test *testDecorator) testBinary() bool { argument