Home
last modified time | relevance | path

Searched refs:otherSet (Results 1 – 4 of 4) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
DAnnotationSetItem.java97 AnnotationSetItem otherSet = (AnnotationSetItem) other; in compareTo0() local
99 return annotations.compareTo(otherSet.annotations); in compareTo0()
/dalvik/dx/src/com/android/dx/dex/file/
DAnnotationSetItem.java98 AnnotationSetItem otherSet = (AnnotationSetItem) other; in compareTo0() local
100 return annotations.compareTo(otherSet.annotations); in compareTo0()
/dalvik/dexgen/src/com/android/dexgen/rop/code/
DRegisterSpecSet.java61 RegisterSpecSet otherSet = (RegisterSpecSet) other; in equals() local
62 RegisterSpec[] otherSpecs = otherSet.specs; in equals()
65 if ((len != otherSpecs.length) || (size() != otherSet.size())) { in equals()
/dalvik/dx/src/com/android/dx/rop/code/
DRegisterSpecSet.java60 RegisterSpecSet otherSet = (RegisterSpecSet) other; in equals() local
61 RegisterSpec[] otherSpecs = otherSet.specs; in equals()
64 if ((len != otherSpecs.length) || (size() != otherSet.size())) { in equals()