Searched refs:Namespace (Results 1 – 8 of 8) sorted by relevance
/build/soong/android/ |
D | namespace.go | 36 items []*Namespace 40 func (s *sortedNamespaces) add(namespace *Namespace) { 49 func (s *sortedNamespaces) sortedItems() []*Namespace { 62 func (s *sortedNamespaces) index(namespace *Namespace) int { 75 rootNamespace *Namespace 87 namespaceExportFilter func(*Namespace) bool 90 func NewNameResolver(namespaceExportFilter func(*Namespace) bool) *NameResolver { 96 r.rootNamespace.visibleNamespaces = []*Namespace{r.rootNamespace} 102 func (r *NameResolver) newNamespace(path string) *Namespace { 124 func (r *NameResolver) addNamespace(namespace *Namespace) (err error) { [all …]
|
D | testing.go | 29 namespaceExportFilter := func(namespace *Namespace) bool {
|
D | module.go | 222 Namespace() blueprint.Namespace methodSpec 1174 namespacePrefix := ctx.Namespace().(*Namespace).id
|
/build/blueprint/ |
D | name_interface.go | 42 type Namespace interface { interface 43 namespace(Namespace) argument 48 func (m *NamespaceMarker) namespace(Namespace) { 55 …NewModule(ctx NamespaceContext, group ModuleGroup, module Module) (namespace Namespace, err []erro… 58 ModuleFromName(moduleName string, namespace Namespace) (group ModuleGroup, found bool) argument 62 MissingDependencyError(depender string, dependerNamespace Namespace, depName string) (err error) argument 65 Rename(oldName string, newName string, namespace Namespace) []error argument 71 GetNamespace(ctx NamespaceContext) (namespace Namespace) 106 …Module(ctx NamespaceContext, group ModuleGroup, module Module) (namespace Namespace, err []error) { 121 func (s *SimpleNameInterface) ModuleFromName(moduleName string, namespace Namespace) (group ModuleG… [all …]
|
D | module_ctx.go | 187 Namespace() Namespace methodSpec 442 func (d *baseModuleContext) Namespace() Namespace { func
|
D | context.go | 175 namespace Namespace 245 func (module *moduleInfo) namespace() Namespace { 2747 func (c *Context) moduleGroupFromName(name string, namespace Namespace) *moduleGroup {
|
/build/soong/cmd/soong_build/ |
D | main.go | 45 exportFilter := func(namespace *android.Namespace) bool {
|
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
D | android_3p-bundle.js | 2323 …ib|Like|Long|Loop|Me|Mod|Module|MustInherit|MustOverride|MyBase|MyClass|Namespace|New|Next|Not|Not…
|