• Home
  • Raw
  • Download

Lines Matching refs:name_

142             char sw = entry.name_.charAt(0);  in generateLetterIndex()
259 packageNames.add(new Index(pkg.name_, 0)); in emitPackagesIndex()
264 packageNames.add(new Index(pkg.name_, 1)); in emitPackagesIndex()
269 packageNames.add(new Index(pkg.name_, 2)); in emitPackagesIndex()
297 char sw = pkg.name_.charAt(0); in emitPackageIndexEntry()
306 …mmary" + h_.reportFileExt + "#" + pkg.name_ + "\" class=\"hiddenlink\" target=\"rightframe\"><str… in emitPackageIndexEntry()
308 …summary" + h_.reportFileExt + "#" + pkg.name_ + "\" class=\"hiddenlink\" target=\"rightframe\"><b… in emitPackageIndexEntry()
310 …writeText("<A HREF=\"pkg_" + pkg.name_ + h_.reportFileExt + "\" class=\"hiddenlink\" target=\"righ… in emitPackageIndexEntry()
329 if (nextIndex.name_.compareTo(currIndex.name_) == 0) { in emitIndexEntries()
388 details = currIndex.pkgName_ + "." + currIndex.name_; in emitMissingSinces()
394 … details = currIndex.pkgName_ + "." + currIndex.name_ + " Constructor (" + currIndex.type_ + ")"; in emitMissingSinces()
396 …Index.pkgName_ + "." + currIndex.className_ + " " + "Method " + currIndex.name_ + "(" + currIndex.… in emitMissingSinces()
398 … details = currIndex.pkgName_ + "." + currIndex.className_ + " " + "Field " + currIndex.name_; in emitMissingSinces()
460 String pkgName = pkgDiff.name_; in emitClassesIndex()
464 classNames.add(new Index(cls.name_, 0, pkgName, cls.isInterface_)); in emitClassesIndex()
469 Index idx = new Index(cls.name_, 1, pkgName, cls.isInterface_); in emitClassesIndex()
476 classNames.add(new Index(cls.name_, 2, pkgName, cls.isInterface_)); in emitClassesIndex()
490 String className = cls.pkgName_ + "." + cls.name_; in emitClassIndexEntry()
491 String classRef = cls.pkgName_ + "." + cls.name_; in emitClassIndexEntry()
494 char sw = cls.name_.charAt(0); in emitClassIndexEntry()
507 h_.writeText("<i>" + cls.name_ + "</i><br>"); in emitClassIndexEntry()
515 …"#" + cls.name_ + "\" class=\"hiddenlink\" target=\"rightframe\"><strike>" + cls.name_ + "</strike… in emitClassIndexEntry()
517 String cn = cls.name_; in emitClassIndexEntry()
521 …h_.writeText("<A HREF=\"pkg_" + cls.pkgName_ + h_.reportFileExt + "#" + cls.name_ + "\" class=\"hi… in emitClassIndexEntry()
523 …h_.writeText("<A HREF=\"pkg_" + cls.pkgName_ + h_.reportFileExt + "#" + cls.name_ + "\" class=\"hi… in emitClassIndexEntry()
525 String cn = cls.name_; in emitClassIndexEntry()
549 String pkgName = pkgDiff.name_; in emitConstructorsIndex()
560 String className = classDiff.name_; in emitConstructorsIndex()
590 String className = ctor.pkgName_ + "." + ctor.name_; in emitCtorIndexEntry()
591 String memberRef = ctor.pkgName_ + "." + ctor.name_; in emitCtorIndexEntry()
597 char sw = ctor.name_.charAt(0); in emitCtorIndexEntry()
610 h_.writeText("<i>" + ctor.name_ + "</i><br>"); in emitCtorIndexEntry()
619 …+ commentID + "\" class=\"hiddenlink\" target=\"rightframe\"><strike>" + ctor.name_ + "</strike>"); in emitCtorIndexEntry()
624 …Ext + "#" + commentID + "\" class=\"hiddenlink\" target=\"rightframe\"><b>" + ctor.name_ + "</b>"); in emitCtorIndexEntry()
629 …_.reportFileExt + "#" + commentID + "\" class=\"hiddenlink\" target=\"rightframe\">" + ctor.name_); in emitCtorIndexEntry()
648 String pkgName = pkgDiff.name_; in emitMethodsIndex()
659 String className = classDiff.name_; in emitMethodsIndex()
663 … methNames.add(new Index(meth.name_, 0, pkgName, className, meth.getSignature())); in emitMethodsIndex()
668 Index idx = new Index(meth.name_, 1, pkgName, className, meth.getSignature()); in emitMethodsIndex()
675 methNames.add(new Index(meth.name_, 2, pkgName, className, meth.newSignature_)); in emitMethodsIndex()
697 char sw = meth.name_.charAt(0); in emitMethodIndexEntry()
710 h_.writeText("<i>" + meth.name_ + "</i><br>"); in emitMethodIndexEntry()
716 … String commentID = className + "." + meth.name_ + "_removed(" + type + ")"; in emitMethodIndexEntry()
718 …+ commentID + "\" class=\"hiddenlink\" target=\"rightframe\"><strike>" + meth.name_ + "</strike>"); in emitMethodIndexEntry()
727 … String commentID = className + "." + meth.name_ + "_added(" + type + ")"; in emitMethodIndexEntry()
729 …Ext + "#" + commentID + "\" class=\"hiddenlink\" target=\"rightframe\"><b>" + meth.name_ + "</b>"); in emitMethodIndexEntry()
738 … String commentID = className + "." + meth.name_ + "_changed(" + type + ")"; in emitMethodIndexEntry()
740 …_.reportFileExt + "#" + commentID + "\" class=\"hiddenlink\" target=\"rightframe\">" + meth.name_); in emitMethodIndexEntry()
764 String pkgName = pkgDiff.name_; in emitFieldsIndex()
775 String className = classDiff.name_; in emitFieldsIndex()
779 fieldNames.add(new Index(fld.name_, 0, pkgName, className, fld.type_, true)); in emitFieldsIndex()
784 Index idx = new Index(fld.name_, 1, pkgName, className, fld.type_, true); in emitFieldsIndex()
791 fieldNames.add(new Index(fld.name_, 2, pkgName, className, fld.newType_, true)); in emitFieldsIndex()
813 char sw = fld.name_.charAt(0); in emitFieldIndexEntry()
826 h_.writeText("<i>" + fld.name_ + "</i><br>"); in emitFieldIndexEntry()
834 String commentID = className + "." + fld.name_; in emitFieldIndexEntry()
836 …ommentID + "\" class=\"hiddenlink\" target=\"rightframe\"><strike>" + fld.name_ + "</strike></A>"); in emitFieldIndexEntry()
843 String commentID = className + "." + fld.name_; in emitFieldIndexEntry()
845 …FileExt + "#" + commentID + "\" class=\"hiddenlink\" target=\"rightframe\">" + fld.name_ + "</A>"); in emitFieldIndexEntry()
852 String commentID = className + "." + fld.name_; in emitFieldIndexEntry()
854 …FileExt + "#" + commentID + "\" class=\"hiddenlink\" target=\"rightframe\">" + fld.name_ + "</A>"); in emitFieldIndexEntry()
900 if (nextIndex.name_.compareTo(currIndex.name_) == 0) { in emitAllDiffsIndex()
932 h_.writeText("<!-- Package " + currIndex.name_ + " -->"); in emitIndexEntryForAny()
935 h_.writeText("<!-- Class " + currIndex.name_ + " -->"); in emitIndexEntryForAny()
938 h_.writeText("<!-- Constructor " + currIndex.name_ + " -->"); in emitIndexEntryForAny()
941 h_.writeText("<!-- Method " + currIndex.name_ + " -->"); in emitIndexEntryForAny()
944 h_.writeText("<!-- Field " + currIndex.name_ + " -->"); in emitIndexEntryForAny()
1014 public String name_ = null; field in Index
1041 name_ = name; in Index()
1048 name_ = name; in Index()
1057 name_ = name; in Index()
1067 name_ = name; in Index()
1083 name_ = name; in Index()
1093 return name_.compareToIgnoreCase(((Index)o).name_); in compareTo()