Home
last modified time | relevance | path

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

/build/soong/bazel/
Dtesting.go47 type OtherModuleTestContext struct { struct
48 Modules []TestModuleInfo
49 errors []string
53 func (omc *OtherModuleTestContext) ModuleFromName(name string) (blueprint.Module, bool) {
63 func (omc *OtherModuleTestContext) testModuleInfo(m blueprint.Module) (TestModuleInfo, bool) {
77 func (omc *OtherModuleTestContext) OtherModuleType(m blueprint.Module) string {
85 func (omc *OtherModuleTestContext) OtherModuleName(m blueprint.Module) string {
93 func (omc *OtherModuleTestContext) OtherModuleDir(m blueprint.Module) string {
100 func (omc *OtherModuleTestContext) ModuleErrorf(format string, args ...interface{}) {