Searched defs:testDecorator (Results 1 – 5 of 5) sorted by relevance
77 type testDecorator struct { struct78 *binaryDecorator79 Properties TestProperties80 testConfig android.Path82 data []android.DataPath85 func (test *testDecorator) dataPaths() []android.DataPath {89 func (test *testDecorator) nativeCoverage() bool {93 func (test *testDecorator) testHarness() bool {117 func (test *testDecorator) compilerProps() []interface{} {121 func (test *testDecorator) install(ctx ModuleContext) {[all …]
190 type testDecorator struct { struct191 LinkerProperties TestLinkerProperties192 InstallerProperties TestInstallerProperties193 installer *baseInstaller194 linker *baseLinker197 func (test *testDecorator) gtest() bool {201 func (test *testDecorator) isolated(ctx android.EarlyModuleContext) bool {206 func (test *testDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags {230 func (test *testDecorator) linkerDeps(ctx BaseModuleContext, deps Deps) Deps {249 func (test *testDecorator) linkerProps() []interface{} {[all …]
32 def testDecorator(self): member in InContextTest
330 def testDecorator(self): member in MatchBracketsTest
816 def testDecorator(self): member in AutomaticControlDependenciesTest