Home
last modified time | relevance | path

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

/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
DAnnotations.java111 Iterator<Annotation> otherIter = other.annotations.values().iterator(); in compareTo() local
113 while (thisIter.hasNext() && otherIter.hasNext()) { in compareTo()
115 Annotation otherOne = otherIter.next(); in compareTo()
125 } else if (otherIter.hasNext()) { in compareTo()
DAnnotation.java113 Iterator<NameValuePair> otherIter = other.elements.values().iterator(); in compareTo() local
115 while (thisIter.hasNext() && otherIter.hasNext()) { in compareTo()
117 NameValuePair otherOne = otherIter.next(); in compareTo()
127 } else if (otherIter.hasNext()) { in compareTo()
/dalvik/dx/src/com/android/dx/rop/annotation/
DAnnotations.java111 Iterator<Annotation> otherIter = other.annotations.values().iterator(); in compareTo() local
113 while (thisIter.hasNext() && otherIter.hasNext()) { in compareTo()
115 Annotation otherOne = otherIter.next(); in compareTo()
125 } else if (otherIter.hasNext()) { in compareTo()
DAnnotation.java106 Iterator<NameValuePair> otherIter = other.elements.values().iterator(); in compareTo() local
108 while (thisIter.hasNext() && otherIter.hasNext()) { in compareTo()
110 NameValuePair otherOne = otherIter.next(); in compareTo()
120 } else if (otherIter.hasNext()) { in compareTo()