HomeSort by relevance Sort by last modified time
    Searched refs:hasNext (Results 201 - 225 of 1463) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/objenesis/tck/src/org/objenesis/tck/
TextReporter.java 106 for(Iterator it = allInstantiators.iterator(); it.hasNext();) {
162 for(Iterator it = allInstantiators.iterator(); it.hasNext();) {
171 for(Iterator it = allCandidates.iterator(); it.hasNext();) {
175 for(Iterator itInst = allInstantiators.iterator(); itInst.hasNext();) {
197 for(Iterator it = exceptions.iterator(); it.hasNext();) {
234 for(Iterator it = descriptions.iterator(); it.hasNext();) {
  /frameworks/testing/support/src/android/support/test/internal/runner/lifecycle/
ActivityLifecycleMonitorImpl.java 67 while (refIter.hasNext()) {
87 while (refIter.hasNext()) {
103 while (statusIterator.hasNext()) {
122 while (statusIterator.hasNext()) {
146 while (statusIterator.hasNext()) {
163 while (refIter.hasNext()) {
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberMatcherTest.java 252 PhoneNumberMatch match = iterator.hasNext() ? iterator.next() : null;
255 match = iterator.hasNext() ? iterator.next() : null;
258 match = iterator.hasNext() ? iterator.next() : null;
261 match = iterator.hasNext() ? iterator.next() : null;
272 PhoneNumberMatch match = iterator.hasNext() ? iterator.next() : null;
275 match = iterator.hasNext() ? iterator.next() : null;
285 PhoneNumberMatch match = iterator.hasNext() ? iterator.next() : null;
293 PhoneNumberMatch matchWithSpaces = iterator.hasNext() ? iterator.next() : null;
603 PhoneNumberMatch match = iterator.hasNext() ? iterator.next() : null;
624 PhoneNumberMatch match = iterator.hasNext() ? iterator.next() : null
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXNameConstraintValidator.java 97 while (it.hasNext())
121 while (it.hasNext())
136 for (Iterator it = dns.iterator(); it.hasNext();)
150 while (_iter.hasNext())
185 while (it.hasNext())
211 for (Iterator it = emails.iterator(); it.hasNext();)
226 while (it2.hasNext())
253 while (it.hasNext())
277 for (Iterator it = ips.iterator(); it.hasNext();)
291 while (it2.hasNext())
    [all...]
  /external/guava/guava/src/com/google/common/collect/
LinkedListMultimap.java 265 for (Iterator<V> i = new ValueForKeyIterator(key); i.hasNext();) {
306 public boolean hasNext() {
370 public boolean hasNext() {
434 public boolean hasNext() {
518 for (Iterator<Node<K, V>> i = new NodeIterator(); i.hasNext();) {
528 for (Iterator<V> i = new ValueForKeyIterator(key); i.hasNext();) {
554 while (values.hasNext()) {
600 while (keyValues.hasNext() && newValues.hasNext()) {
606 while (keyValues.hasNext()) {
    [all...]
AbstractMapBasedMultiset.java 98 public boolean hasNext() {
99 return backingEntries.hasNext();
176 public boolean hasNext() {
177 return occurrencesLeft > 0 || entryIterator.hasNext();
347 public boolean hasNext() {
348 return entries.hasNext();
385 while (i.hasNext()) {
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
LinkedListMultimap.java 261 for (Iterator<V> i = new ValueForKeyIterator(key); i.hasNext();) {
302 public boolean hasNext() {
366 public boolean hasNext() {
430 public boolean hasNext() {
514 for (Iterator<Node<K, V>> i = new NodeIterator(); i.hasNext();) {
524 for (Iterator<V> i = new ValueForKeyIterator(key); i.hasNext();) {
550 while (values.hasNext()) {
596 while (keyValues.hasNext() && newValues.hasNext()) {
602 while (keyValues.hasNext()) {
    [all...]
AbstractMapBasedMultiset.java 95 public boolean hasNext() {
96 return backingEntries.hasNext();
173 public boolean hasNext() {
174 return occurrencesLeft > 0 || entryIterator.hasNext();
344 public boolean hasNext() {
345 return entries.hasNext();
382 while (i.hasNext()) {
LinkedHashMultimap.java 222 public boolean hasNext() {
223 return delegateIterator.hasNext();
265 while (iterator.hasNext()) {
292 public boolean hasNext() {
293 return delegateIterator.hasNext();
  /external/jdiff/src/jdiff/
XMLToAPI.java 100 while (iter.hasNext()) {
103 while (iter2.hasNext()) {
113 while (iter3.hasNext()) {
120 } //while (iter2.hasNext())
121 } //while (iter.hasNext())
140 while (iter.hasNext()) {
145 while (iter2.hasNext()) {
162 while (iter.hasNext()) {
183 while (iter3.hasNext()) {
HTMLIndexes.java 140 while (iter.hasNext()) {
257 while ((indexType == 3 || indexType == 0) && iter.hasNext()) {
262 while ((indexType == 3 || indexType == 1) && iter.hasNext()) {
267 while ((indexType == 3 || indexType == 2) && iter.hasNext()) {
284 while (iter.hasNext()) {
323 while (iter.hasNext()) {
380 while (iter.hasNext()) {
451 while (iter.hasNext()) {
462 while ((indexType == 3 || indexType == 0) && iterClass.hasNext()) {
467 while ((indexType == 3 || indexType == 1) && iterClass.hasNext()) {
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderList.java 169 while (li.hasNext()) {
196 while (li.hasNext()) {
334 for (Iterator<HDR> it = hlist.iterator(); it.hasNext();) {
426 for (Iterator<SIPHeader> it = that.hlist.iterator(); it.hasNext();) {
430 for (Iterator<HDR> it1 = this.hlist.iterator(); it1.hasNext()
464 for (Iterator<HDR> it = (Iterator<HDR>) hlistToClone.iterator(); it.hasNext();) {
506 if (iterator.hasNext()) {
  /external/owasp/sanitizer/src/tests/org/owasp/html/
CssFuzzerTest.java 123 for (CssTokens.TokenIterator it = tokens.iterator(); it.hasNext();
143 for (CssTokens.TokenIterator it = tokens.iterator(); it.hasNext();) {
257 for (CssTokens.TokenIterator it = tokens.iterator(); it.hasNext();) {
263 } while (it.hasNext() && it.type() == TokenType.NUMBER);
264 if (it.hasNext() && it.type() == TokenType.WHITESPACE) {
267 if (it.hasNext()) {
274 if (it.hasNext() && it.token().startsWith(".")) {
  /libcore/luni/src/main/java/java/util/
AbstractList.java 48 public boolean hasNext() {
191 public boolean hasNext() {
450 while (it.hasNext()) {
492 while (it1.hasNext()) {
526 while (it.hasNext()) {
545 while (it.hasNext()) {
551 while (it.hasNext()) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v2/
patricia_trie_policy.cpp 316 while (bigramsIt.hasNext()) {
335 while (bigramsIt.hasNext()) {
397 while (bigramsIt.hasNext()) {
419 bool hasNext = true;
420 while (hasNext) {
423 hasNext = ShortcutListReadingUtils::hasNext(shortcutFlags);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPUtilsImpl.java 126 for (Iterator it = arrayNode.iterateChildren(); it.hasNext();)
136 if (it.hasNext())
493 for (Iterator it = xmpImpl.getRoot().iterateChildren(); it.hasNext();)
524 for (Iterator it = src.getRoot().iterateChildren(); it.hasNext();)
541 for (Iterator ic = sourceSchema.iterateChildren(); ic.hasNext();)
574 for (Iterator it = schemaNode.iterateChildren(); it.hasNext();)
647 for (Iterator it = sourceNode.iterateChildren(); it.hasNext();)
663 for (Iterator it = sourceNode.iterateChildren(); it.hasNext();)
713 for (Iterator is = sourceNode.iterateChildren(); is.hasNext();)
718 for (Iterator id = destNode.iterateChildren(); id.hasNext();)
    [all...]
XMPNormalizer.java 134 for (Iterator it = xmp.getRoot().iterateChildren(); it.hasNext();)
254 for (Iterator it = arrayNode.iterateChildren(); it.hasNext();)
301 for (Iterator schemaIt = tree.getUnmodifiableChildren().iterator(); schemaIt.hasNext();)
309 for (Iterator propertyIt = currSchema.iterateChildren(); propertyIt.hasNext();)
500 for (Iterator it = tree.iterateChildren(); it.hasNext();)
543 an.hasNext() && bn.hasNext();)
553 an.hasNext() && bn.hasNext();)
  /libcore/luni/src/main/java/java/text/
AttributedString.java 164 while (it.hasNext()) {
193 while (it.hasNext()) {
208 while (it.hasNext()) {
236 while (it.hasNext()) {
287 while (it.hasNext()) {
304 while (it.hasNext()) {
335 while (it.hasNext()) {
407 while (it.hasNext()) {
444 while (it.hasNext()) {
554 while (it.hasNext()) {
    [all...]
  /external/smack/src/org/apache/harmony/javax/security/auth/
Subject.java 436 while (it.hasNext()) {
443 while (it.hasNext()) {
452 while (it.hasNext()) {
575 while (it.hasNext()) {
703 for (Iterator<SST> it = iterator(); it.hasNext();) {
731 while (it.hasNext()) {
740 for (Iterator<SST> it = iterator(); it.hasNext();) {
763 public boolean hasNext() {
764 return iterator.hasNext();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterGradRepresentation.java 463 while (sreader.hasNext()) {
470 sreader.hasNext();
472 sreader.hasNext();
474 sreader.hasNext();
476 sreader.hasNext();
478 sreader.hasNext();
480 sreader.hasNext();
482 sreader.hasNext();
484 sreader.hasNext();
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.cpp 147 while (bigramsIt.hasNext()) {
166 while (bigramsIt.hasNext()) {
456 bool hasNext = true;
458 while (hasNext) {
461 hasNext = bigramEntry.hasNext();
492 bool hasNext = true;
493 while (hasNext) {
497 &shortcutTargetLength, &shortcutProbability, &hasNext, &shortcutPos);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_patricia_trie_policy.cpp 137 while (bigramsIt.hasNext()) {
156 while (bigramsIt.hasNext()) {
468 bool hasNext = true;
470 while (hasNext) {
473 hasNext = bigramEntry.hasNext();
504 bool hasNext = true;
505 while (hasNext) {
509 &shortcutTargetLength, &shortcutProbability, &hasNext, &shortcutPos);
  /external/apache-harmony/support/src/test/java/tests/support/
Support_ListTest.java 117 for (int counter = 0; li.hasNext(); counter++) {
143 assertTrue("list iterator hasNext(): " + i, !li.hasNext());
145 assertTrue("list iterator hasNext(): " + i, li.hasNext());
177 assertTrue("list iterator hasNext()2: " + i, li.hasNext());
215 assertTrue("list iterator hasNext()3", li.hasNext());
  /external/javassist/src/main/javassist/bytecode/
AttributeInfo.java 204 while (iterator.hasNext()) {
218 while (iterator.hasNext()) {
263 while (iterator.hasNext()) {
271 while (iterator.hasNext()) {
281 while (iterator.hasNext()) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
LinkedHashMapTest.java 224 while (i.hasNext()) {
268 it.hasNext();
291 it2.hasNext();
527 for (i = 0; it1.hasNext(); i++) {
543 for (i = 0; i < sz && it3.hasNext(); i++) {
561 for (i = 1; i < sz && it2.hasNext(); i += 2) {
566 for (i = 0; i < sz && it2.hasNext(); i += 2) {
571 assertTrue("Entries left to iterate on", !it2.hasNext());
589 for (i = 0; it1.hasNext(); i++) {
603 for (i = 0; i < sz && it3.hasNext(); i++)
    [all...]

Completed in 885 milliseconds

1 2 3 4 5 6 7 891011>>