Home
last modified time | relevance | path

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

/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
DAnnotations.java114 Annotation thisOne = thisIter.next(); in compareTo() local
117 int result = thisOne.compareTo(otherOne); in compareTo()
DAnnotation.java116 NameValuePair thisOne = thisIter.next(); in compareTo() local
119 result = thisOne.compareTo(otherOne); in compareTo()
/dalvik/dx/src/com/android/dx/rop/annotation/
DAnnotations.java114 Annotation thisOne = thisIter.next(); in compareTo() local
117 int result = thisOne.compareTo(otherOne); in compareTo()
DAnnotation.java109 NameValuePair thisOne = thisIter.next(); in compareTo() local
112 result = thisOne.compareTo(otherOne); in compareTo()