Home
last modified time | relevance | path

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

/build/soong/rust/
Dtest.go49 type testDecorator struct { struct
55 func (test *testDecorator) nativeCoverage() bool { argument
59 func NewRustTest(hod android.HostOrDeviceSupported) (*Module, *testDecorator) {
69 test := &testDecorator{
80 func (test *testDecorator) compilerProps() []interface{} { argument
84 func (test *testDecorator) install(ctx ModuleContext, file android.Path) { argument
102 func (test *testDecorator) compilerFlags(ctx ModuleContext, flags Flags) Flags { argument
108 func (test *testDecorator) autoDep() autoDep { argument
Dandroidmk.go105 func (test *testDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkData) {
/build/soong/cc/
Dtest.go227 type testDecorator struct { struct
232 func (test *testDecorator) gtest() bool { argument
236 func (test *testDecorator) testFor() []string { argument
240 func (test *testDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags { argument
264 func (test *testDecorator) linkerDeps(ctx BaseModuleContext, deps Deps) Deps { argument
283 func (test *testDecorator) linkerInit(ctx BaseModuleContext, linker *baseLinker) { argument
300 func (test *testDecorator) linkerProps() []interface{} { argument
309 testDecorator anonMember
318 props := append(test.testDecorator.linkerProps(), test.binaryDecorator.linkerProps()...)
324 test.testDecorator.linkerInit(ctx, test.binaryDecorator.baseLinker)
[all …]
/build/soong/python/
Dtest.go39 type testDecorator struct { struct
47 func (test *testDecorator) bootstrapperProps() []interface{} { argument
51 func (test *testDecorator) install(ctx android.ModuleContext, file android.Path) { argument
69 test := &testDecorator{binaryDecorator: binary}
Dandroidmk.go61 func (p *testDecorator) AndroidMk(base *Module, ret *android.AndroidMkData) {