Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/rust/
H A Dtest.go77 type testDecorator struct { struct
78 *binaryDecorator
79 Properties TestProperties
80 testConfig android.Path
82 data []android.DataPath
85 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 …]
/aosp_15_r20/build/soong/cc/
H A Dtest.go190 type testDecorator struct { struct
191 LinkerProperties TestLinkerProperties
192 InstallerProperties TestInstallerProperties
193 installer *baseInstaller
194 linker *baseLinker
197 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 …]
/aosp_15_r20/external/autotest/client/common_lib/
H A Ddecorators_unittest.py32 def testDecorator(self): member in InContextTest
/aosp_15_r20/external/yapf/yapftests/
H A Dpytree_unwrapper_test.py330 def testDecorator(self): member in MatchBracketsTest
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dauto_control_deps_test.py816 def testDecorator(self): member in AutomaticControlDependenciesTest