Searched refs:ModuleFromName (Results 1 – 8 of 8) sorted by relevance
/build/blueprint/ |
D | name_interface.go | 62 ModuleFromName(moduleName string, namespace Namespace) (group ModuleGroup, found bool) methodSpec 146 func (s *SimpleNameInterface) ModuleFromName(moduleName string, namespace Namespace) (group ModuleG… func
|
D | module_ctx.go | 317 ModuleFromName(name string) (Module, bool) methodSpec 551 func (m *baseModuleContext) ModuleFromName(name string) (Module, bool) { func 552 moduleGroup, exists := m.context.nameInterface.ModuleFromName(name, m.module.namespace()) 569 _, exists := m.context.nameInterface.ModuleFromName(name, m.module.namespace())
|
D | singleton_ctx.go | 390 moduleGroup, exists := c.nameInterface.ModuleFromName(name, refererInfo.namespace())
|
D | context.go | 3560 group, exists := c.nameInterface.ModuleFromName(name, namespace)
|
/build/soong/bazel/ |
D | testing.go | 53 func (omc *OtherModuleTestContext) ModuleFromName(name string) (blueprint.Module, bool) { func
|
D | properties_test.go | 555 m, ok := omc.ModuleFromName(label.Label)
|
D | properties.go | 992 ModuleFromName(name string) (blueprint.Module, bool) methodSpec
|
/build/soong/android/ |
D | namespace.go | 277 func (r *NameResolver) ModuleFromName(name string, namespace blueprint.Namespace) (group blueprint.… func 286 return container.ModuleFromName(moduleName, nil) 289 group, found = candidate.moduleContainer.ModuleFromName(name, nil) 342 _, found := namespace.moduleContainer.ModuleFromName(depName, nil)
|