HomeSort by relevance Sort by last modified time
    Searched refs:newAPIName_ (Results 1 - 7 of 7) sorted by null

  /external/jdiff/src/jdiff/
APIDiff.java 26 public static String newAPIName_;
34 newAPIName_ = null;
HTMLFiles.java 38 if (apiDiff.newAPIName_ != null)
39 newAPIName = apiDiff.newAPIName_;
143 h_.writeText(" <TD BGCOLOR=\"#EEEEFF\" CLASS=\"NavBarCell1\"> <A HREF=\"" + h_.newDocPrefix + "index.html\" target=\"_top\"><FONT CLASS=\"NavBarFont1\"><B><tt>" + apiDiff.newAPIName_ + "</tt></B></FONT></A>&nbsp;</TD>");
HTMLStatistics.java 39 if (apiDiff.newAPIName_ != null)
40 newAPIName = apiDiff.newAPIName_;
Diff.java 339 diffFile.println(" <TD BGCOLOR=\"#EEEEFF\" CLASS=\"NavBarCell1\"> <A HREF=\"" + pkgRef + ".html\" target=\"_top\"><FONT CLASS=\"NavBarFont1\"><B><tt>" + APIDiff.newAPIName_ + "</tt></B></FONT></A>&nbsp;</TD>");
471 diffFile.println(" <TD BGCOLOR=\"#EEEEFF\" CLASS=\"NavBarCell1\"> <A HREF=\"" + HTMLReportGenerator.newDocPrefix + "index.html\" target=\"_top\"><FONT CLASS=\"NavBarFont1\"><B><tt>" + APIDiff.newAPIName_ + "</tt></B></FONT></A>&nbsp;</TD>");
    [all...]
HTMLReportGenerator.java 77 if (apiDiff.newAPIName_ != null)
78 newAPIName = apiDiff.newAPIName_;
    [all...]
APIComparator.java 48 apiDiff.newAPIName_ = newAPI.name_;
    [all...]
  /external/guava/guava/lib/
jdiff.jar 

Completed in 69 milliseconds