Searched refs:testDecorator (Results 1 – 7 of 7) sorted by relevance
67 type testDecorator struct { struct75 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 {169 func (test *testDecorator) stdLinkage(ctx *depsContext) RustLinkage {[all …]
39 dataPaths := testingModule.Module().(*Module).compiler.(*testDecorator).dataPaths()
210 case *testDecorator:
97 func (test *testDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries) {
244 type testDecorator struct { struct249 func (test *testDecorator) gtest() bool {253 func (test *testDecorator) testBinary() bool {326 testDecorator anonMember347 deps = test.testDecorator.linkerDeps(ctx, deps)355 flags = test.testDecorator.linkerFlags(ctx, flags)405 if Bool(test.testDecorator.Properties.Isolated) {468 testDecorator: testDecorator{481 testDecorator anonMember495 deps = test.testDecorator.linkerDeps(ctx, deps)[all …]
59 type testDecorator struct { struct69 func (test *testDecorator) bootstrapperProps() []interface{} {73 func (test *testDecorator) install(ctx android.ModuleContext, file android.Path) {104 test := &testDecorator{binaryDecorator: binary}
58 func (p *testDecorator) AndroidMk(base *Module, entries *android.AndroidMkEntries) {