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

  /external/jdiff/src/jdiff/
APIComparator.java 463 MethodAPI oldMethod = (MethodAPI)(iter.next());
469 if (oldMethod.compareTo(newMethod) == 0) {
479 // int idx = Collections.binarySearch(newClass.methods_, oldMethod);
487 int startOld = oldClass.methods_.indexOf(oldMethod);
488 int endOld = oldClass.methods_.lastIndexOf(oldMethod);
489 int startNew = newClass.methods_.indexOf(oldMethod);
490 int endNew = newClass.methods_.lastIndexOf(oldMethod);
498 if (oldMethod.inheritedFrom_ == null ||
502 compareMethods(oldMethod, newMethod, classDiff);
505 } else if (oldMethod.inheritedFrom_ == null)
    [all...]
MergeChanges.java 263 MethodAPI oldMethod,
266 if (oldMethod.isAbstract_ != newMethod.isAbstract_) {
268 if (oldMethod.isAbstract_)
276 oldMethod.isNative_ != newMethod.isNative_) {
278 if (oldMethod.isNative_)
286 oldMethod.isSynchronized_ != newMethod.isSynchronized_) {
288 if (oldMethod.isSynchronized_)
  /external/guava/guava/lib/
jdiff.jar 
  /external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 114 milliseconds