Home
last modified time | relevance | path

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

/build/soong/android/
Dnamespace_test.go671 func dependsOn(ctx *TestContext, module TestingModule, possibleDependency TestingModule) bool {
682 func numDeps(ctx *TestContext, module TestingModule) int {
Dtesting.go836 type TestingModule struct { struct
837 baseTestingComponent
838 module Module
849 func (m TestingModule) Module() Module {
855 func (m TestingModule) VariablesForTestsRelativeToTop() map[string]string {
862 func (m TestingModule) OutputFiles(t *testing.T, tag string) Paths {
/build/soong/apex/
Dbootclasspath_fragment_test.go606 …PredefinedLocationForArt(t *testing.T, config android.Config, module android.TestingModule, module…
/build/soong/cc/
Dcc_test.go3746 func checkHasMemtagNote(t *testing.T, m android.TestingModule, expected MemtagNoteType) {