Home
last modified time | relevance | path

Searched refs:testDecorator (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/build/soong/cc/
H A Dtest.go190 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 Dandroidmk.go329 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 Dcmake_snapshot.go545 if decorator.testDecorator.gtest() {
/aosp_15_r20/build/soong/rust/
H A Dtest.go77 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 Dtest_test.go39 dataPaths := testingModule.Module().(*Module).compiler.(*testDecorator).dataPaths()
110 testBinary := testingModule.Module().(*Module).compiler.(*testDecorator)
170 testBinary := module.(*Module).compiler.(*testDecorator)
H A Dandroidmk.go101 func (test *testDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries) {
/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