Home
last modified time | relevance | path

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

/build/soong/android/
Dnamespace_test.go670 func dependsOn(ctx *TestContext, module TestingModule, possibleDependency TestingModule) bool {
681 func numDeps(ctx *TestContext, module TestingModule) int {
Dtesting.go958 type TestingModule struct { struct
959 baseTestingComponent
960 module Module
971 func (m TestingModule) Module() Module {
977 func (m TestingModule) VariablesForTestsRelativeToTop() map[string]string {
984 func (m TestingModule) OutputFiles(t *testing.T, tag string) Paths {
/build/soong/rust/
Dsanitize_test.go32 func checkHasMemtagNote(t *testing.T, m android.TestingModule, expected MemtagNoteType) {
/build/soong/cc/
Dsanitize_test.go225 func checkHasMemtagNote(t *testing.T, m android.TestingModule, expected MemtagNoteType) {
/build/soong/apex/
Dbootclasspath_fragment_test.go780 …PredefinedLocationForArt(t *testing.T, config android.Config, module android.TestingModule, module…