Searched refs:testDecorator (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/build/soong/cc/ |
H A D | test.go | 190 type testDecorator struct { struct 197 func (test *testDecorator) gtest() bool { argument 201 func (test *testDecorator) isolated(ctx android.EarlyModuleContext) bool { argument 206 func (test *testDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags { argument 230 func (test *testDecorator) linkerDeps(ctx BaseModuleContext, deps Deps) Deps { argument 249 func (test *testDecorator) linkerProps() []interface{} { argument 253 func (test *testDecorator) installerProps() []interface{} { argument 257 func (test *testDecorator) moduleInfoJSON(ctx android.ModuleContext, moduleInfoJSON *android.Module… argument 269 *testDecorator anonMember 279 props := append(test.testDecorator.linkerProps(), test.binaryDecorator.linkerProps()...) [all …]
|
H A D | androidmk.go | 329 func (test *testDecorator) prepareAndroidMKProviderInfo(config android.Config, ctx AndroidMkContext… 374 ctx.subAndroidMk(config, entries, test.testDecorator) 407 ctx.subAndroidMk(config, entries, test.testDecorator)
|
H A D | cmake_snapshot.go | 545 if decorator.testDecorator.gtest() {
|
/aosp_15_r20/build/soong/rust/ |
H A D | test.go | 77 type testDecorator struct { struct 85 func (test *testDecorator) dataPaths() []android.DataPath { argument 89 func (test *testDecorator) nativeCoverage() bool { argument 93 func (test *testDecorator) testHarness() bool { argument 97 func NewRustTest(hod android.HostOrDeviceSupported) (*Module, *testDecorator) { 107 test := &testDecorator{ 117 func (test *testDecorator) compilerProps() []interface{} { argument 121 func (test *testDecorator) install(ctx ModuleContext) { argument 201 func (test *testDecorator) compilerFlags(ctx ModuleContext, flags Flags) Flags { argument 213 func (test *testDecorator) autoDep(ctx android.BottomUpMutatorContext) autoDep { argument [all …]
|
H A D | test_test.go | 39 dataPaths := testingModule.Module().(*Module).compiler.(*testDecorator).dataPaths() 110 testBinary := testingModule.Module().(*Module).compiler.(*testDecorator) 170 testBinary := module.(*Module).compiler.(*testDecorator)
|
H A D | androidmk.go | 101 func (test *testDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries) {
|
/aosp_15_r20/external/autotest/client/common_lib/ |
H A D | decorators_unittest.py | 32 def testDecorator(self): member in InContextTest
|
/aosp_15_r20/external/yapf/yapftests/ |
H A D | pytree_unwrapper_test.py | 330 def testDecorator(self): member in MatchBracketsTest
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | auto_control_deps_test.py | 816 def testDecorator(self): member in AutomaticControlDependenciesTest
|