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

  /external/jdiff/src/jdiff/
MergeChanges.java 107 ctorDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, removedCtor.doc_, addedCtor.doc_, id, title);
167 methodDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, removedMethod.doc_, addedMethod.doc_, id, title);
244 methodDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, removedMethod.doc_, addedMethod.doc_, id, title);
324 fieldDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, removedField.doc_, addedField.doc_, id, title);
APIComparator.java 218 pkgDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, null, oldPkg.doc_, newPkg.doc_, id, title);
283 classDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_,
398 memberDiff.documentationChange_ = Diff.saveDocDiffs(
645 methodDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, oldMethod.doc_, newMethod.doc_, id, title);
    [all...]
Diff.java 21 static String saveDocDiffs(String pkgName, String className,
    [all...]
  /external/guava/guava/lib/
jdiff.jar 

Completed in 180 milliseconds