Home
last modified time | relevance | path

Searched defs:TestingModule (Results 1 – 4 of 4) sorted by relevance

/aosp12/build/soong/android/
H A Dnamespace_test.go671 func dependsOn(ctx *TestContext, module TestingModule, possibleDependency TestingModule) bool {
682 func numDeps(ctx *TestContext, module TestingModule) int {
H A Dtesting.go836 type TestingModule struct { struct
837 baseTestingComponent
838 module Module
/aosp12/build/soong/apex/
H A Dbootclasspath_fragment_test.go606 …PredefinedLocationForArt(t *testing.T, config android.Config, module android.TestingModule, module…
/aosp12/build/soong/cc/
H A Dcc_test.go3746 func checkHasMemtagNote(t *testing.T, m android.TestingModule, expected MemtagNoteType) {