Home
last modified time | relevance | path

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

/build/soong/android/
Dnamespace_test.go698 testModule, ok := candidate.(*testModule)
700 if testModule.properties.Id == id {
701 module = TestingModule{testModule}
709 type testModule struct { struct
718 func (m *testModule) DepsMutator(ctx BottomUpMutatorContext) { argument
727 func (m *testModule) GenerateAndroidBuildActions(ModuleContext) { argument
731 if m, ok := ctx.Module().(*testModule); ok {
739 m := &testModule{}