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

  /external/jdiff/src/jdiff/
HTMLReportGenerator.java 317 if (oldDocPrefix != null)
318 oldPkgRef = oldDocPrefix + oldPkgRef;
508 if (oldDocPrefix != null) {
514 oldClassRef = oldDocPrefix + oldClassRef + className;
516 oldClassRef = oldDocPrefix + oldClassRef;
519 if (oldDocPrefix != null)
    [all...]
Options.java 260 HTMLReportGenerator.oldDocPrefix = options[i][1];
APIComparator.java     [all...]

Completed in 1876 milliseconds