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

  /frameworks/base/tools/layoutlib/bridge/tests/com/android/layoutlib/bridge/
TestClassReplacement.java 61 if (compareMethods(newClass, newMethod, oldClass, oldMethod)) {
77 private boolean compareMethods(Class<?> newClass, Method newMethod,
  /external/jdiff/src/jdiff/
APIComparator.java 502 compareMethods(oldMethod, newMethod, classDiff);
563 public boolean compareMethods(MethodAPI oldMethod, MethodAPI newMethod, ClassDiff classDiff) {
674 } // compareMethods()
    [all...]
  /cts/tools/signature-tools/src/signature/compare/
ApiComparator.java 240 Set<IMethodDelta> methodDeltas = compareMethods(from, to);
460 private Set<IMethodDelta> compareMethods(IClassDefinition from,
    [all...]
  /dalvik/tools/dmtracedump/
TraceDump.c 994 static int compareMethods(const void* meth1, const void* meth2)
1010 compareMethods);
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 217 milliseconds