Home
last modified time | relevance | path

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

/build/soong/rust/
Dtest.go67 type testDecorator struct { struct
68 *binaryDecorator
69 Properties TestProperties
70 testConfig android.Path
72 data []android.DataPath
75 func (test *testDecorator) dataPaths() []android.DataPath {
79 func (test *testDecorator) nativeCoverage() bool {
83 func (test *testDecorator) testHarness() bool {
107 func (test *testDecorator) compilerProps() []interface{} {
111 func (test *testDecorator) install(ctx ModuleContext) {
[all …]
/build/soong/python/
Dtest.go59 type testDecorator struct { struct
60 *binaryDecorator
62 testProperties TestProperties
64 testConfig android.Path
66 data []android.DataPath
69 func (test *testDecorator) bootstrapperProps() []interface{} {
73 func (test *testDecorator) install(ctx android.ModuleContext, file android.Path) {
/build/soong/cc/
Dtest.go244 type testDecorator struct { struct
245 Properties TestProperties
246 linker *baseLinker
249 func (test *testDecorator) gtest() bool {
253 func (test *testDecorator) testBinary() bool {
257 func (test *testDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags {
281 func (test *testDecorator) linkerDeps(ctx BaseModuleContext, deps Deps) Deps {
300 func (test *testDecorator) linkerInit(ctx BaseModuleContext, linker *baseLinker) {
317 func (test *testDecorator) linkerProps() []interface{} {
326 testDecorator anonMember
[all …]