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

  /dalvik/dexgen/src/com/android/dexgen/rop/annotation/
Annotations.java 111 Iterator<Annotation> otherIter = other.annotations.values().iterator();
113 while (thisIter.hasNext() && otherIter.hasNext()) {
115 Annotation otherOne = otherIter.next();
125 } else if (otherIter.hasNext()) {
Annotation.java 113 Iterator<NameValuePair> otherIter = other.elements.values().iterator();
115 while (thisIter.hasNext() && otherIter.hasNext()) {
117 NameValuePair otherOne = otherIter.next();
127 } else if (otherIter.hasNext()) {
  /dalvik/dx/src/com/android/dx/rop/annotation/
Annotations.java 110 Iterator<Annotation> otherIter = other.annotations.values().iterator();
112 while (thisIter.hasNext() && otherIter.hasNext()) {
114 Annotation otherOne = otherIter.next();
124 } else if (otherIter.hasNext()) {
Annotation.java 104 Iterator<NameValuePair> otherIter = other.elements.values().iterator();
106 while (thisIter.hasNext() && otherIter.hasNext()) {
108 NameValuePair otherOne = otherIter.next();
118 } else if (otherIter.hasNext()) {
  /external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
Annotations.java 111 Iterator<Annotation> otherIter = other.annotations.values().iterator();
113 while (thisIter.hasNext() && otherIter.hasNext()) {
115 Annotation otherOne = otherIter.next();
125 } else if (otherIter.hasNext()) {
Annotation.java 105 Iterator<NameValuePair> otherIter = other.elements.values().iterator();
107 while (thisIter.hasNext() && otherIter.hasNext()) {
109 NameValuePair otherOne = otherIter.next();
119 } else if (otherIter.hasNext()) {
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 212 milliseconds