Searched defs:TestingModule (Results 1 – 4 of 4) sorted by relevance
671 func dependsOn(ctx *TestContext, module TestingModule, possibleDependency TestingModule) bool {682 func numDeps(ctx *TestContext, module TestingModule) int {
836 type TestingModule struct { struct837 baseTestingComponent838 module Module
606 …PredefinedLocationForArt(t *testing.T, config android.Config, module android.TestingModule, module…
3746 func checkHasMemtagNote(t *testing.T, m android.TestingModule, expected MemtagNoteType) {