Home
last modified time | relevance | path

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

/build/soong/rust/
Dtest.go78 type testDecorator struct { struct
79 *binaryDecorator
80 Properties TestProperties
81 testConfig android.Path
83 data []android.DataPath
86 func (test *testDecorator) dataPaths() []android.DataPath {
90 func (test *testDecorator) nativeCoverage() bool {
94 func (test *testDecorator) testHarness() bool {
118 func (test *testDecorator) compilerProps() []interface{} {
122 func (test *testDecorator) install(ctx ModuleContext) {
[all …]
/build/soong/python/
Dtest.go61 type testDecorator struct { struct
62 *binaryDecorator
64 testProperties TestProperties
66 testConfig android.Path
68 data []android.DataPath
71 func (test *testDecorator) bootstrapperProps() []interface{} {
75 func (test *testDecorator) install(ctx android.ModuleContext, file android.Path) {
/build/soong/cc/
Dtest.go248 type testDecorator struct { struct
249 LinkerProperties TestLinkerProperties
250 InstallerProperties TestInstallerProperties
251 installer *baseInstaller
252 linker *baseLinker
255 func (test *testDecorator) gtest() bool {
259 func (test *testDecorator) testBinary() bool {
263 func (test *testDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags {
287 func (test *testDecorator) linkerDeps(ctx BaseModuleContext, deps Deps) Deps {
306 func (test *testDecorator) linkerInit(ctx BaseModuleContext, linker *baseLinker) {
[all …]