Searched refs:testSingletonModule (Results 1 – 2 of 2) sorted by relevance
21 type testSingletonModule struct { struct26 func (tsm *testSingletonModule) GenerateAndroidBuildActions(ctx ModuleContext) { argument30 func (tsm *testSingletonModule) GenerateSingletonBuildActions(ctx SingletonContext) { argument34 func (tsm *testSingletonModule) MakeVars(ctx MakeVarsContext) { argument39 tsm := &testSingletonModule{}64 ops := result.ModuleForTests("test_singleton_module", "").Module().(*testSingletonModule).ops93 ops := sm.(*testSingletonModule).ops
37 fun testSingletonModule() { in <lambda>() method