Home
last modified time | relevance | path

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

/build/soong/rust/
Dtest.go49 type testDecorator struct { struct
50 *binaryDecorator
51 Properties TestProperties
52 testConfig android.Path
55 func (test *testDecorator) nativeCoverage() bool {
80 func (test *testDecorator) compilerProps() []interface{} {
84 func (test *testDecorator) install(ctx ModuleContext, file android.Path) {
102 func (test *testDecorator) compilerFlags(ctx ModuleContext, flags Flags) Flags {
108 func (test *testDecorator) autoDep() autoDep {
/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.go227 type testDecorator struct { struct
228 Properties TestProperties
229 linker *baseLinker
232 func (test *testDecorator) gtest() bool {
236 func (test *testDecorator) testFor() []string {
240 func (test *testDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags {
264 func (test *testDecorator) linkerDeps(ctx BaseModuleContext, deps Deps) Deps {
283 func (test *testDecorator) linkerInit(ctx BaseModuleContext, linker *baseLinker) {
300 func (test *testDecorator) linkerProps() []interface{} {
309 testDecorator anonMember
[all …]