Home
last modified time | relevance | path

Searched defs:testDecorator (Results 1 – 2 of 2) sorted by relevance

/build/soong/python/
Dtest.go39 type testDecorator struct { struct
40 *binaryDecorator
42 testProperties TestProperties
44 testConfig android.Path
47 func (test *testDecorator) bootstrapperProps() []interface{} {
51 func (test *testDecorator) install(ctx android.ModuleContext, file android.Path) {
/build/soong/cc/
Dtest.go170 type testDecorator struct { struct
171 Properties TestProperties
172 linker *baseLinker
175 func (test *testDecorator) gtest() bool {
179 func (test *testDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags {
203 func (test *testDecorator) linkerDeps(ctx BaseModuleContext, deps Deps) Deps {
217 func (test *testDecorator) linkerInit(ctx BaseModuleContext, linker *baseLinker) {
234 func (test *testDecorator) linkerProps() []interface{} {
243 testDecorator anonMember
320 testDecorator anonMember