Lines Matching refs:Name
158 if android.InList(child.Name(), violators) {
186 gen.properties.BaseName + "-" + gen.properties.Lang: gen.Name(),
656 anImport := other.ModuleBase.Name()
667 …s on %q but does not specify a version (must be one of %q)", i.ModuleBase.Name(), anImport, candid…
671 …%q(%q), which doesn't exist. The version must be one of %q", i.ModuleBase.Name(), anImport, versio…
697 i.ModuleBase.Name(), anImport, i.ModuleBase.Name(), anImport+"-V*", candidateVersions)
702 i.ModuleBase.Name(), anImport, other.Owner())
889 if hasVersionSuffix(i.ModuleBase.Name()) {
982 apiDirRoot := filepath.Join(aidlApiDir, i.ModuleBase.Name())
994 Name: proptools.StringPtr(i.ModuleBase.Name()),
1015 func (i *aidlInterface) Name() string { func
1016 return i.ModuleBase.Name() + aidlInterfaceSuffix
1314 interfaceName := strings.TrimSuffix(i.Name(), "_interface")
1321 android.CommonAttributes{Name: interfaceName},