HomeSort by relevance Sort by last modified time
    Searched defs:hasNext (Results 351 - 375 of 1386) sorted by null

<<11121314151617181920>>

  /prebuilts/sdk/current/androidx/m2repository/androidx/arch/core/core-common/2.0.0-alpha1/
core-common-2.0.0-alpha1.jar 
  /prebuilts/sdk/current/extras/app-toolkit/m2repository/android/arch/core/common/28.0.0/
common-28.0.0.jar 
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
EnumSetTest.java 146 assertTrue(iterator.hasNext());
148 assertTrue(iterator.hasNext());
151 assertTrue(iterator.hasNext());
153 assertFalse(iterator.hasNext());
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
JsonReaderTest.java 57 assertFalse(reader.hasNext());
79 assertFalse(reader.hasNext());
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py     [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
AbstractRealVector.java 99 while (it.hasNext() && (e = it.next()) != null) {
114 while (it.hasNext() && (e = it.next()) != null) {
126 while (it.hasNext() && (e = it.next()) != null) {
142 while (it.hasNext() && (e = it.next()) != null) {
180 while (it.hasNext() && (e = it.next()) != null) {
202 while (it.hasNext() && (e = it.next()) != null) {
214 while (it.hasNext() && (e = it.next()) != null) {
226 while (it.hasNext() && (e = it.next()) != null) {
237 while (it.hasNext() && (e = it.next()) != null) {
254 while (it.hasNext() && (e = it.next()) != null)
    [all...]
  /external/guava/guava/src/com/google/common/collect/
AbstractMapBasedMultimap.java 229 if (!iterator.hasNext()) {
241 while (iterator.hasNext()) {
478 public boolean hasNext() {
480 return delegateIterator.hasNext();
931 public boolean hasNext() {
932 return entryIterator.hasNext();
    [all...]
MinMaxPriorityQueue.java 756 @Override public boolean hasNext() {
  /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
LocalCache.java 537 * <p>Expiration is only checked on hasNext(), so as to ensure that a next() call never returns
538 * null when hasNext() has already been called.
552 hasNext();
565 public boolean hasNext() {
567 while (iterator.hasNext()) {
598 public boolean hasNext() {
599 return iterator.hasNext();
624 public boolean hasNext() {
625 return iterator.hasNext();
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
AbstractMapBasedMultimap.java 226 if (!iterator.hasNext()) {
238 while (iterator.hasNext()) {
475 public boolean hasNext() {
477 return delegateIterator.hasNext();
853 public boolean hasNext() {
854 return entryIterator.hasNext();
976 public boolean hasNext() {
977 return keyIterator.hasNext() || valueIterator.hasNext();
982 if (!valueIterator.hasNext()) {
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
SplitterTest.java 338 assertFalse(iterator.hasNext());
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ListsTest.java 534 assertTrue(iterator.hasNext());
536 assertTrue(iterator.hasNext());
538 assertTrue(iterator.hasNext());
540 assertTrue(iterator.hasNext());
542 assertFalse(iterator.hasNext());
549 assertFalse(iterator.hasNext());
SetsTest.java 393 assertFalse(set.iterator().hasNext());
536 assertFalse(i.hasNext());
  /external/guava/guava-tests/test/com/google/common/base/
SplitterTest.java 502 assertFalse(iterator.hasNext());
  /external/guava/guava-tests/test/com/google/common/collect/
ListsTest.java 779 assertTrue(iterator.hasNext());
781 assertTrue(iterator.hasNext());
783 assertTrue(iterator.hasNext());
785 assertTrue(iterator.hasNext());
787 assertFalse(iterator.hasNext());
794 assertFalse(iterator.hasNext());
    [all...]
MinMaxPriorityQueueTest.java 309 assertTrue("Iterator has reached end prematurely", it.hasNext());
324 assertTrue("Iterator has reached end prematurely", it.hasNext());
350 for (Iterator<Integer> iter = q.iterator(); iter.hasNext();) {
410 assertTrue(it.hasNext());
412 assertTrue(it.hasNext());
414 assertTrue(it.hasNext());
416 assertFalse(it.hasNext());
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Trie2.java 298 if (otherIter.hasNext() == false) {
306 if (otherIter.hasNext()) {
453 * for (Iterator<Trie2EnumRange> iter = trie.iterator(m); i.hasNext(); ) {
560 public final boolean hasNext() {
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationIterator.java 97 boolean hasNext() { return pos < oldBuffer.length(); }
99 // Requires hasNext().
108 assert(!hasNext());
685 if(!match.hasNext()) { break; }
692 if(skipped != null && skipped.hasNext()) { return skipped.next(); }
728 if(!match.hasNext() || (c = nextSkippedCodePoint()) < 0) {
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
ULocaleTest.java 295 assertFalse(iter.hasNext());
305 assertFalse(iter.hasNext());
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationIterator.java 95 boolean hasNext() { return pos < oldBuffer.length(); }
97 // Requires hasNext().
106 assert(!hasNext());
683 if(!match.hasNext()) { break; }
690 if(skipped != null && skipped.hasNext()) { return skipped.next(); }
726 if(!match.hasNext() || (c = nextSkippedCodePoint()) < 0) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Trie2.java 296 if (otherIter.hasNext() == false) {
304 if (otherIter.hasNext()) {
451 * for (Iterator<Trie2EnumRange> iter = trie.iterator(m); i.hasNext(); ) {
558 public final boolean hasNext() {
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Cache.java 326 @Override public boolean hasNext() {
330 while (delegate.hasNext()) {
348 if (!hasNext()) throw new NoSuchElementException();
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java 356 for (Iterator<Entry> i = lruEntries.values().iterator(); i.hasNext(); ) {
725 @Override public boolean hasNext() {
732 while (delegate.hasNext()) {
745 if (!hasNext()) throw new NoSuchElementException();
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
ByteString.java 175 public boolean hasNext() {
537 for (Iterator<ByteString> iter = byteStrings.iterator(); iter.hasNext();
    [all...]
RopeByteString.java 376 while (pieces.hasNext()) {
714 public boolean hasNext() {
886 if (pieceIterator.hasNext()) {

Completed in 1461 milliseconds

<<11121314151617181920>>