Home
last modified time | relevance | path

Searched refs:testSingletonModule (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/build/soong/android/
H A Dsingleton_module_test.go21 type testSingletonModule struct { struct
26 func (tsm *testSingletonModule) GenerateAndroidBuildActions(ctx ModuleContext) { argument
30 func (tsm *testSingletonModule) GenerateSingletonBuildActions(ctx SingletonContext) { argument
34 func (tsm *testSingletonModule) MakeVars(ctx MakeVarsContext) { argument
39 tsm := &testSingletonModule{}
64 ops := result.ModuleForTests("test_singleton_module", "").Module().(*testSingletonModule).ops
93 ops := sm.(*testSingletonModule).ops
/aosp_15_r20/external/kotlinx.serialization/core/commonTest/src/kotlinx/serialization/modules/
H A DModuleBuildersTest.kt37 fun testSingletonModule() { in <lambda>() method