Searched refs:testDecorator (Results 1 – 7 of 7) sorted by relevance
/build/soong/rust/ |
D | test.go | 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 [all …]
|
D | test_test.go | 39 dataPaths := testingModule.Module().(*Module).compiler.(*testDecorator).dataPaths()
|
D | project_json.go | 210 case *testDecorator:
|
D | androidmk.go | 97 func (test *testDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries) {
|
/build/soong/cc/ |
D | test.go | 244 type testDecorator struct { struct 249 func (test *testDecorator) gtest() bool { argument 253 func (test *testDecorator) testBinary() bool { argument 257 func (test *testDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags { argument 281 func (test *testDecorator) linkerDeps(ctx BaseModuleContext, deps Deps) Deps { argument 300 func (test *testDecorator) linkerInit(ctx BaseModuleContext, linker *baseLinker) { argument 317 func (test *testDecorator) linkerProps() []interface{} { argument 326 testDecorator anonMember 336 props := append(test.testDecorator.linkerProps(), test.binaryDecorator.linkerProps()...) 342 test.testDecorator.linkerInit(ctx, test.binaryDecorator.baseLinker) [all …]
|
/build/soong/python/ |
D | test.go | 59 type testDecorator struct { struct 69 func (test *testDecorator) bootstrapperProps() []interface{} { argument 73 func (test *testDecorator) install(ctx android.ModuleContext, file android.Path) { argument 104 test := &testDecorator{binaryDecorator: binary}
|
D | androidmk.go | 58 func (p *testDecorator) AndroidMk(base *Module, entries *android.AndroidMkEntries) {
|