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