Searched refs:testDecorator (Results 1 – 8 of 8) sorted by relevance
/build/soong/rust/ |
D | test.go | 78 type testDecorator struct { struct 86 func (test *testDecorator) dataPaths() []android.DataPath { argument 90 func (test *testDecorator) nativeCoverage() bool { argument 94 func (test *testDecorator) testHarness() bool { argument 98 func NewRustTest(hod android.HostOrDeviceSupported) (*Module, *testDecorator) { 108 test := &testDecorator{ 118 func (test *testDecorator) compilerProps() []interface{} { argument 122 func (test *testDecorator) install(ctx ModuleContext) { argument 190 func (test *testDecorator) compilerFlags(ctx ModuleContext, flags Flags) Flags { argument 201 func (test *testDecorator) autoDep(ctx android.BottomUpMutatorContext) autoDep { argument [all …]
|
D | test_test.go | 39 dataPaths := testingModule.Module().(*Module).compiler.(*testDecorator).dataPaths() 110 testBinary := module.(*Module).compiler.(*testDecorator) 172 testBinary := module.(*Module).compiler.(*testDecorator)
|
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 | 248 type testDecorator struct { struct 255 func (test *testDecorator) gtest() bool { argument 259 func (test *testDecorator) testBinary() bool { argument 263 func (test *testDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags { argument 287 func (test *testDecorator) linkerDeps(ctx BaseModuleContext, deps Deps) Deps { argument 306 func (test *testDecorator) linkerInit(ctx BaseModuleContext, linker *baseLinker) { argument 323 func (test *testDecorator) linkerProps() []interface{} { argument 327 func (test *testDecorator) installerProps() []interface{} { argument 336 *testDecorator anonMember 346 props := append(test.testDecorator.linkerProps(), test.binaryDecorator.linkerProps()...) [all …]
|
D | androidmk.go | 334 func (test *testDecorator) AndroidMkEntries(ctx AndroidMkContext, entries *android.AndroidMkEntries… 390 ctx.subAndroidMk(entries, test.testDecorator) 455 ctx.subAndroidMk(entries, test.testDecorator)
|
/build/soong/python/ |
D | test.go | 61 type testDecorator struct { struct 71 func (test *testDecorator) bootstrapperProps() []interface{} { argument 75 func (test *testDecorator) install(ctx android.ModuleContext, file android.Path) { argument 106 test := &testDecorator{binaryDecorator: binary}
|
D | androidmk.go | 58 func (p *testDecorator) AndroidMk(base *Module, entries *android.AndroidMkEntries) {
|