Home
last modified time | relevance | path

Searched refs:testModule (Results 1 – 6 of 6) sorted by relevance

/build/soong/android/
Dnamespace_test.go691 testModule, ok := candidate.(*testModule)
693 if testModule.properties.Id == id {
694 module = newTestingModule(result.fixture.t, result.config, testModule)
702 type testModule struct { struct
711 func (m *testModule) DepsMutator(ctx BottomUpMutatorContext) { argument
717 func (m *testModule) GenerateAndroidBuildActions(ModuleContext) { argument
721 if m, ok := ctx.Module().(*testModule); ok {
729 m := &testModule{}
/build/soong/rust/
Dtest.go270 module.testModule = true
276 module.testModule = true
Drust.go213 testModule bool member
/build/soong/cc/
Dtest.go176 module.testModule = true
538 module.testModule = true
Dfuzz.go137 module.testModule = true
Dcc.go1041 testModule bool member
2125 testOnly := c.testModule || c.testLibrary()
2132 TopLevelTarget: c.testModule,