Lines Matching refs:testDecorator
67 type testDecorator struct { struct
75 func (test *testDecorator) dataPaths() []android.DataPath { argument
79 func (test *testDecorator) nativeCoverage() bool { argument
83 func (test *testDecorator) testHarness() bool { argument
87 func NewRustTest(hod android.HostOrDeviceSupported) (*Module, *testDecorator) {
97 test := &testDecorator{
107 func (test *testDecorator) compilerProps() []interface{} { argument
111 func (test *testDecorator) install(ctx ModuleContext) { argument
138 func (test *testDecorator) compilerFlags(ctx ModuleContext, flags Flags) Flags { argument
149 func (test *testDecorator) autoDep(ctx android.BottomUpMutatorContext) autoDep { argument
169 func (test *testDecorator) stdLinkage(ctx *depsContext) RustLinkage { argument
173 func (test *testDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { argument