Home
last modified time | relevance | path

Searched refs:newAPIName_ (Results 1 – 6 of 6) sorted by relevance

/external/jdiff/src/jdiff/
DAPIDiff.java26 public static String newAPIName_; field in APIDiff
34 newAPIName_ = null; in APIDiff()
DHTMLFiles.java38 if (apiDiff.newAPIName_ != null) in emitTopLevelFile()
39 newAPIName = apiDiff.newAPIName_; in emitTopLevelFile()
143 …tml\" target=\"_top\"><FONT CLASS=\"NavBarFont1\"><B><code>" + apiDiff.newAPIName_ + "</code></B><… in emitHelp()
DHTMLStatistics.java39 if (apiDiff.newAPIName_ != null) in emitStatistics()
40 newAPIName = apiDiff.newAPIName_; in emitStatistics()
DDiff.java339 …tml\" target=\"_top\"><FONT CLASS=\"NavBarFont1\"><B><code>" + APIDiff.newAPIName_ + "</code></B><… in emitDocDiffs()
471 …tml\" target=\"_top\"><FONT CLASS=\"NavBarFont1\"><B><code>" + APIDiff.newAPIName_ + "</code></B><… in emitDocDiffIndex()
DHTMLReportGenerator.java77 if (apiDiff.newAPIName_ != null) in generate()
78 newAPIName = apiDiff.newAPIName_; in generate()
875 if (apiDiff.newAPIName_ != null) in writeNavigationBar()
876 newAPIName = apiDiff.newAPIName_; in writeNavigationBar()
DAPIComparator.java48 apiDiff.newAPIName_ = newAPI.name_; in compareAPIs()