Home | History | Annotate | Download | only in android

Lines Matching full:namespaces

29 // This file implements namespaces
78 // find a module from namespaces based on a query string.
86 // All namespaces, without duplicates.
138 // It would probably confuse readers if namespaces were declared anywhere but
139 // the top of the file, so we forbid declaring namespaces after anything else.
174 // if this module is a namespace, then save it to our list of namespaces
297 // determine which namespaces the module can be found in
306 // determine which namespaces are visible to dependerNamespace
313 text += fmt.Sprintf("\nModule %q is defined in namespace %q which can read these %v namespaces: %q", depender, dependerNs.Path, len(importedNames), importedNames)
314 text += fmt.Sprintf("\nModule %q can be found in these namespaces: %q", depName, foundInNamespaces)
342 // names of namespaces listed as imports by this namespace
344 // all namespaces that should be searched when a module in this namespace declares a dependency