Home
last modified time | relevance | path

Searched refs:testDecorator (Results 1 – 8 of 8) sorted by relevance

/build/soong/rust/
Dtest.go78 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 …]
Dtest_test.go39 dataPaths := testingModule.Module().(*Module).compiler.(*testDecorator).dataPaths()
110 testBinary := module.(*Module).compiler.(*testDecorator)
172 testBinary := module.(*Module).compiler.(*testDecorator)
Dproject_json.go210 case *testDecorator:
Dandroidmk.go97 func (test *testDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries) {
/build/soong/cc/
Dtest.go248 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 …]
Dandroidmk.go334 func (test *testDecorator) AndroidMkEntries(ctx AndroidMkContext, entries *android.AndroidMkEntries…
390 ctx.subAndroidMk(entries, test.testDecorator)
455 ctx.subAndroidMk(entries, test.testDecorator)
/build/soong/python/
Dtest.go61 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}
Dandroidmk.go58 func (p *testDecorator) AndroidMk(base *Module, entries *android.AndroidMkEntries) {