Lines Matching refs:Name
85 return android.InList(m.Name(), *unstableModules(mctx.Config()))
87 if mctx.ModuleName() == m.Name() {
96 …mctx.ModuleErrorf(m.Name() + " is disallowed in release version because it is unstable, and its \"…
144 ifaceName := i.ModuleBase.Name()
219 if android.InList(child.Name(), violators) {
483 …%q(%q), which doesn't exist. The version must be one of %q", i.ModuleBase.Name(), anImport, versio…
632 if hasVersionSuffix(i.ModuleBase.Name()) {
706 apiDirRoot := filepath.Join(aidlApiDir, i.ModuleBase.Name())
724 Name: proptools.StringPtr(i.ModuleBase.Name()),
768 func (i *aidlInterface) Name() string { func
769 return i.ModuleBase.Name() + aidlInterfaceSuffix
835 if i.ModuleBase.Name() == name {