Home
last modified time | relevance | path

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

/build/soong/rust/
Dtest.go67 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 …]
Dtest_test.go39 dataPaths := testingModule.Module().(*Module).compiler.(*testDecorator).dataPaths()
Dproject_json.go210 case *testDecorator:
Dandroidmk.go97 func (test *testDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries) {
/build/soong/cc/
Dtest.go244 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/
Dtest.go59 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}
Dandroidmk.go58 func (p *testDecorator) AndroidMk(base *Module, entries *android.AndroidMkEntries) {