/external/guava/src/com/google/common/collect/ |
D | Iterators.java | 56 public boolean hasNext() { 78 /*@Override*/ public boolean hasNext() { 108 public boolean hasNext() { in unmodifiableIterator() 109 return iterator.hasNext(); in unmodifiableIterator() 124 while (iterator.hasNext()) { 137 while (iterator.hasNext()) { 143 while (iterator.hasNext()) { 165 while (removeFrom.hasNext()) { 189 while (removeFrom.hasNext()) { 211 while (removeFrom.hasNext()) { [all …]
|
D | LinkedListMultimap.java | 259 for (Iterator<V> i = new ValueForKeyIterator(key); i.hasNext();) { in removeAllNodes() 277 public boolean hasNext() { in hasNext() method in LinkedListMultimap.NodeIterator 299 public boolean hasNext() { in hasNext() method in LinkedListMultimap.DistinctKeyIterator 360 public boolean hasNext() { in hasNext() method in LinkedListMultimap.ValueForKeyIterator 432 for (Iterator<Node<K, V>> i = new NodeIterator(); i.hasNext();) { in containsValue() 441 for (Iterator<V> i = new ValueForKeyIterator(key); i.hasNext();) { in containsEntry() 465 while (values.hasNext()) { in remove() 508 while (keyValues.hasNext() && newValues.hasNext()) { in replaceValues() 514 while (keyValues.hasNext()) { in replaceValues() 520 while (newValues.hasNext()) { in replaceValues() [all …]
|
D | AbstractMultiset.java | 90 public boolean hasNext() { in hasNext() method in AbstractMultiset.MultisetIterator 91 return laterCount > 0 || entryIterator.hasNext(); in hasNext() 95 if (!hasNext()) { in next() 190 while (entries.hasNext()) { in retainAll() 228 public boolean hasNext() { in iterator() 229 return entryIterator.hasNext(); in iterator()
|
D | AbstractMultimap.java | 232 if (!values.iterator().hasNext()) { in putAll() 269 if (!iterator.hasNext()) { in replaceValues() 280 while (iterator.hasNext()) { in replaceValues() 509 public boolean hasNext() { in hasNext() method in AbstractMultimap.WrappedCollection.WrappedIterator 511 return delegateIterator.hasNext(); in hasNext() 858 public boolean hasNext() { in iterator() method 859 return entryIterator.hasNext(); in iterator() 1076 public boolean hasNext() { in hasNext() method in MultisetEntryIterator 1077 return asMapIterator.hasNext(); in hasNext() 1105 public boolean hasNext() { in hasNext() method in MultisetKeyIterator [all …]
|
D | AbstractIterator.java | 122 public final boolean hasNext() { in hasNext() method in AbstractIterator 145 if (!hasNext()) { in next() 160 if (!hasNext()) { in peek()
|
D | AbstractMapBasedMultiset.java | 103 public boolean hasNext() { in iterator() method 104 return backingEntries.hasNext(); in iterator() 197 public boolean hasNext() { 198 return occurrencesLeft > 0 || entryIterator.hasNext(); 359 public boolean hasNext() { 360 return entries.hasNext(); 395 while (i.hasNext()) {
|
D | LexicographicalOrdering.java | 42 while (left.hasNext()) { in compare() 43 if (!right.hasNext()) { in compare() 51 if (right.hasNext()) { in compare()
|
D | Ordering.java | 420 if (it.hasNext()) { in isOrdered() 422 while (it.hasNext()) { in isOrdered() 441 if (it.hasNext()) { in isStrictlyOrdered() 443 while (it.hasNext()) { in isStrictlyOrdered() 469 while (iterator.hasNext()) { in max() 529 while (iterator.hasNext()) { in min()
|
/external/chromium/third_party/icu/source/common/ |
D | unorm_it.c | 58 UBool hasPrevious, hasNext, isStackAllocated; member 75 uni->hasNext=iter->hasNext(iter); in initIndexes() 76 } else if(!iter->hasNext(iter)) { in initIndexes() 79 uni->hasNext=FALSE; in initIndexes() 84 uni->hasPrevious=uni->hasNext=TRUE; in initIndexes() 213 uni->hasNext=FALSE; in readNext() 229 uni->hasNext=FALSE; in readNext() 241 uni->hasNext=FALSE; in readNext() 252 uni->hasNext=iter->hasNext(iter); in readNext() 274 uni->hasNext=TRUE; in readPrevious() [all …]
|
/external/icu4c/common/ |
D | unorm_it.c | 58 UBool hasPrevious, hasNext, isStackAllocated; member 75 uni->hasNext=iter->hasNext(iter); in initIndexes() 76 } else if(!iter->hasNext(iter)) { in initIndexes() 79 uni->hasNext=FALSE; in initIndexes() 84 uni->hasPrevious=uni->hasNext=TRUE; in initIndexes() 213 uni->hasNext=FALSE; in readNext() 229 uni->hasNext=FALSE; in readNext() 241 uni->hasNext=FALSE; in readNext() 252 uni->hasNext=iter->hasNext(iter); in readNext() 274 uni->hasNext=TRUE; in readPrevious() [all …]
|
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
D | PKIXNameConstraintValidator.java | 97 while (it.hasNext()) in checkPermittedDN() 121 while (it.hasNext()) in checkExcludedDN() 136 for (Iterator it = dns.iterator(); it.hasNext();) in intersectDN() 150 while (_iter.hasNext()) in intersectDN() 185 while (it.hasNext()) in unionDN() 211 for (Iterator it = emails.iterator(); it.hasNext();) in intersectEmail() 226 while (it2.hasNext()) in intersectEmail() 253 while (it.hasNext()) in unionEmail() 277 for (Iterator it = ips.iterator(); it.hasNext();) in intersectIP() 291 while (it2.hasNext()) in intersectIP() [all …]
|
D | CertStoreCollectionSpi.java | 43 while (iter.hasNext()) in engineGetCertificates() 55 while (iter.hasNext()) in engineGetCertificates() 79 while (iter.hasNext()) in engineGetCRLs() 91 while (iter.hasNext()) in engineGetCRLs()
|
/external/jdiff/src/jdiff/ |
D | HTMLIndexes.java | 140 while (iter.hasNext()) { in generateLetterIndex() 257 while ((indexType == 3 || indexType == 0) && iter.hasNext()) { in emitPackagesIndex() 262 while ((indexType == 3 || indexType == 1) && iter.hasNext()) { in emitPackagesIndex() 267 while ((indexType == 3 || indexType == 2) && iter.hasNext()) { in emitPackagesIndex() 284 while (iter.hasNext()) { in emitPackagesIndex() 323 while (iter.hasNext()) { in emitIndexEntries() 380 while (iter.hasNext()) { in emitMissingSinces() 451 while (iter.hasNext()) { in emitClassesIndex() 462 while ((indexType == 3 || indexType == 0) && iterClass.hasNext()) { in emitClassesIndex() 467 while ((indexType == 3 || indexType == 1) && iterClass.hasNext()) { in emitClassesIndex() [all …]
|
D | XMLToAPI.java | 100 while (iter.hasNext()) { in addInheritedElements() 103 while (iter2.hasNext()) { in addInheritedElements() 113 while (iter3.hasNext()) { in addInheritedElements() 140 while (iter.hasNext()) { in addInheritedElements() 145 while (iter2.hasNext()) { in addInheritedElements() 162 while (iter.hasNext()) { in addInheritedElements() 183 while (iter3.hasNext()) { in addInheritedElements()
|
D | API.java | 75 while (iter.hasNext()) { in dump() 90 while (iter.hasNext()) { in dumpPackage() 120 while (iter.hasNext()) { in dumpClass() 133 while (iter.hasNext()) { in dumpClass() 138 while (iter.hasNext()) { in dumpClass() 143 while (iter.hasNext()) { in dumpClass() 222 while (iter.hasNext()) { in dumpMethod()
|
/external/nist-sip/java/gov/nist/core/ |
D | GenericObjectList.java | 129 for (ListIterator<GenericObject> iter = retval.listIterator(); iter.hasNext();) { in clone() 332 while (it1.hasNext()) { in mergeObjects() 334 while (it2.hasNext()) { in mergeObjects() 352 if (iterator.hasNext()) { in encode() 361 if (iterator.hasNext()) in encode() 408 while (myIterator.hasNext()) { in equals() 422 while (hisIterator.hasNext()) { in equals() 452 outer: while (hisIterator.hasNext()) { in match() 456 while (myIterator.hasNext()) { in match()
|
D | DuplicateNameValueList.java | 76 if (iterator.hasNext()) { in encode() 85 if (iterator.hasNext()) in encode() 136 while (li.hasNext()) { in equals() 192 while (it.hasNext()) { in clone()
|
/external/guava/src/com/google/common/base/ |
D | Joiner.java | 87 if (iterator.hasNext()) { in appendTo() 89 while (iterator.hasNext()) { in appendTo() 209 while (iterator.hasNext()) { 216 while (iterator.hasNext()) { 267 if (iterator.hasNext()) { 272 while (iterator.hasNext()) {
|
/external/bouncycastle/src/main/java/org/bouncycastle/x509/ |
D | ExtendedPKIXParameters.java | 207 while (it.hasNext()) in setCertStores() 233 for (Iterator i = stores.iterator(); i.hasNext();) in setStores() 505 for (Iterator it = trustedACIssuers.iterator(); it.hasNext();) in setTrustedACIssuers() 551 for (Iterator it = necessaryACAttributes.iterator(); it.hasNext();) in setNecessaryACAttributes() 596 for (Iterator it = prohibitedACAttributes.iterator(); it.hasNext();) in setProhibitedACAttributes() 639 for (Iterator it = attrCertCheckers.iterator(); it.hasNext();) in setAttrCertCheckers()
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | SIPHeaderList.java | 169 while (li.hasNext()) { in encode() 196 while (li.hasNext()) { in getHeadersAsEncodedStrings() 334 for (Iterator<HDR> it = hlist.iterator(); it.hasNext();) { in debugDump() 426 for (Iterator<SIPHeader> it = that.hlist.iterator(); it.hasNext();) { in match() 430 for (Iterator<HDR> it1 = this.hlist.iterator(); it1.hasNext() in match() 464 for (Iterator<HDR> it = (Iterator<HDR>) hlistToClone.iterator(); it.hasNext();) { in clonehlist() 506 if (iterator.hasNext()) { in encodeBody()
|
/external/icu4c/test/intltest/ |
D | citrtest.cpp | 62 virtual UBool hasNext() { return TRUE;}; in hasNext() function in SCharacterIterator 481 } while (iter.hasNext()); in TestIteration() 599 else if(iter.hasNext() == FALSE && i != text.length()) in TestIterationUChar32() 613 if(iter.hasNext() == TRUE) in TestIterationUChar32() 619 if(iter.getIndex() != text.length() || iter.hasNext() != FALSE) in TestIterationUChar32() 688 } while (iter.hasNext()); in TestIterationUChar32() 712 else if(iter.hasNext() == FALSE) in TestIterationUChar32() 774 h=iter->hasNext(iter); in TestUCharIterator() 775 h2=ci.hasNext(); in TestUCharIterator() 780 h=iter->hasNext(iter); in TestUCharIterator() [all …]
|
/external/chromium/third_party/icu/source/test/intltest/ |
D | citrtest.cpp | 62 virtual UBool hasNext() { return TRUE;}; in hasNext() function in SCharacterIterator 481 } while (iter.hasNext()); in TestIteration() 599 else if(iter.hasNext() == FALSE && i != text.length()) in TestIterationUChar32() 613 if(iter.hasNext() == TRUE) in TestIterationUChar32() 619 if(iter.getIndex() != text.length() || iter.hasNext() != FALSE) in TestIterationUChar32() 688 } while (iter.hasNext()); in TestIterationUChar32() 712 else if(iter.hasNext() == FALSE) in TestIterationUChar32() 774 h=iter->hasNext(iter); in TestUCharIterator() 775 h2=ci.hasNext(); in TestUCharIterator() 780 h=iter->hasNext(iter); in TestUCharIterator() [all …]
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
D | SIPMessage.java | 219 while (li.hasNext()) { in getMessageAsEncodedStrings() 241 while (it.hasNext()) { in encodeSIPHeaders() 278 while (li.hasNext()) { in match() 289 while (outerIterator.hasNext()) { in match() 295 while (innerIterator.hasNext()) { in match() 309 while (innerIterator.hasNext()) { in match() 343 while (it.hasNext()) { in merge() 364 while (it.hasNext()) { in encode() 425 while (it.hasNext()) { in encodeAsBytes() 483 for (Iterator<SIPHeader> iter = headers.iterator(); iter.hasNext();) { in clone() [all …]
|
/external/apache-http/src/org/apache/http/impl/ |
D | DefaultConnectionReuseStrategy.java | 115 if (!hit.hasNext()) in keepAlive() 141 if (hit.hasNext()) { in keepAlive() 145 while (ti.hasNext()) { in keepAlive()
|
/external/apache-http/src/org/apache/http/message/ |
D | BasicHeaderElementIterator.java | 85 while (this.headerIt.hasNext()) { in bufferHeaderValue() 106 while (this.headerIt.hasNext() || this.cursor != null) { in parseNextElement() 132 public boolean hasNext() { in hasNext() method in BasicHeaderElementIterator
|