Home
last modified time | relevance | path

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

/aosp12/build/soong/python/
H A Dtest.go59 type testDecorator struct { struct
60 *binaryDecorator
62 testProperties TestProperties
64 testConfig android.Path
66 data []android.DataPath
/aosp12/build/soong/rust/
H A Dtest.go67 type testDecorator struct { struct
68 *binaryDecorator
69 Properties TestProperties
70 testConfig android.Path
72 data []android.DataPath
/aosp12/build/soong/cc/
H A Dtest.go244 type testDecorator struct { struct
245 Properties TestProperties
246 linker *baseLinker
326 testDecorator anonMember
481 testDecorator anonMember