Searched defs:TestingModule (Results 1 – 5 of 5) sorted by relevance
| /build/soong/android/ |
| D | namespace_test.go | 670 func dependsOn(ctx *TestContext, module TestingModule, possibleDependency TestingModule) bool { 681 func numDeps(ctx *TestContext, module TestingModule) int {
|
| D | testing.go | 958 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/ |
| D | sanitize_test.go | 32 func checkHasMemtagNote(t *testing.T, m android.TestingModule, expected MemtagNoteType) {
|
| /build/soong/cc/ |
| D | sanitize_test.go | 225 func checkHasMemtagNote(t *testing.T, m android.TestingModule, expected MemtagNoteType) {
|
| /build/soong/apex/ |
| D | bootclasspath_fragment_test.go | 780 …PredefinedLocationForArt(t *testing.T, config android.Config, module android.TestingModule, module…
|