HomeSort by relevance Sort by last modified time
    Searched refs:hasNext (Results 376 - 400 of 2531) sorted by null

<<11121314151617181920>>

  /frameworks/support/buildSrc/src/main/groovy/android/support/doclava/
DoclavaJavadocOptionFileOption.java 49 if (!iter.hasNext()) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
AbstractCollectionTest.java 146 public boolean hasNext() {
189 public boolean hasNext() {
226 public boolean hasNext() {
267 public boolean hasNext() {
ConcurrentModificationExceptionTest.java 63 while (myIterator.hasNext())
ScannerParseLargeFileBenchmarkTest.java 35 while (scanner.hasNext()) {
  /libcore/ojluni/src/main/java/java/nio/file/
FileTreeIterator.java 42 * while (iterator.hasNext()) {
101 public boolean hasNext() {
  /libcore/ojluni/src/main/java/java/util/
AbstractSequentialList.java 44 * list iterator's <tt>hasNext</tt>, <tt>next</tt>, <tt>hasPrevious</tt>,
217 while (e2.hasNext()) {
Collection.java 413 while (each.hasNext()) {
  /libcore/ojluni/src/main/java/javax/security/auth/
Subject.java     [all...]
  /libcore/ojluni/src/main/java/sun/nio/fs/
AbstractPath.java 74 public boolean hasNext() {
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
MatchOpTest.java 144 if (i == null || !i.hasNext()) {
151 public boolean hasNext() {
152 if (i == null || !i.hasNext()) {
155 return i.hasNext();
229 if (i == null || !i.hasNext()) {
236 public boolean hasNext() {
237 if (i == null || !i.hasNext()) {
240 return i.hasNext();
314 if (i == null || !i.hasNext()) {
321 public boolean hasNext() {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
Collapser.java 89 while (itr.hasNext()) {
  /packages/apps/Dialer/java/com/android/contacts/common/
Collapser.java 78 while (itr.hasNext()) {
  /packages/apps/Nfc/src/com/android/nfc/
NfcApplication.java 60 while (i.hasNext()) {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
JsonBackedSuggestionExtras.java 40 while (it.hasNext()) {
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/bigram/
bigram_list_read_write_utils.cpp 69 } while(hasNext(flags));
  /cts/tests/tests/content/src/android/content/pm/cts/
PackageManagerTest.java 126 while (infoIterator.hasNext()) {
140 while (infoIterator.hasNext()) {
163 while (infoIterator.hasNext()) {
178 while (infoIterator.hasNext()) {
283 while (infoIterator.hasNext()) {
350 while (nameIterator.hasNext()) {
365 while (filterIterator.hasNext()) {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
TailoredSet.java 61 while (trieIterator.hasNext() && !(range = trieIterator.next()).leadSurrogate) {
247 if (prefixes.hasNext()) {
256 if (basePrefixes.hasNext()) {
304 if (suffixes.hasNext()) {
313 if (baseSuffixes.hasNext()) {
347 while (prefixes.hasNext()) {
366 while (suffixes.hasNext()) {
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
TailoredSet.java 59 while (trieIterator.hasNext() && !(range = trieIterator.next()).leadSurrogate) {
245 if (prefixes.hasNext()) {
254 if (basePrefixes.hasNext()) {
302 if (suffixes.hasNext()) {
311 if (baseSuffixes.hasNext()) {
345 while (prefixes.hasNext()) {
364 while (suffixes.hasNext()) {
  /external/jdiff/src/jdiff/
API.java 75 while (iter.hasNext()) {
90 while (iter.hasNext()) {
120 while (iter.hasNext()) {
133 while (iter.hasNext()) {
138 while (iter.hasNext()) {
143 while (iter.hasNext()) {
222 while (iter.hasNext()) {
XMLToAPI.java 99 while (iter.hasNext()) {
102 while (iter2.hasNext()) {
112 while (iter3.hasNext()) {
119 } //while (iter2.hasNext())
120 } //while (iter.hasNext())
139 while (iter.hasNext()) {
144 while (iter2.hasNext()) {
161 while (iter.hasNext()) {
182 while (iter3.hasNext()) {
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
AbstractFakeFileSystem.java 95 for (Iterator iter = entriesToAdd.iterator(); iter.hasNext();) {
211 while (iter.hasNext()) {
239 while (iter.hasNext()) {
284 while (iter.hasNext()) {
585 while (iter.hasNext()) {
607 while (iter.hasNext()) {
637 while (iter.hasNext()) {
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
patricia_trie_policy.cpp 356 while (bigramsIt.hasNext()) {
376 while (bigramsIt.hasNext()) {
441 while (bigramsIt.hasNext()) {
464 bool hasNext = true;
465 while (hasNext) {
468 hasNext = ShortcutListReadingUtils::hasNext(shortcutFlags);
  /libcore/luni/src/test/java/tests/security/cert/
CertificateFactory1Test.java 301 assertEquals("Incorrect encodings", it1.hasNext(), it2.hasNext());
302 while (it1.hasNext()) {
306 while (it2.hasNext()) {
317 assertEquals("Incorrect encodings", it1.hasNext(), it2.hasNext());
318 while (it1.hasNext()) {
322 while (it2.hasNext()) {
504 while (it.hasNext()) {
556 while (it.hasNext()) {
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TextTrieMap.java 125 * @see java.util.Iterator#hasNext()
128 public boolean hasNext() {
248 while (chitr.hasNext()) {
258 if (!chitr.hasNext()) {
292 while (litr.hasNext()) {
319 if(!chitr.hasNext()) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TextTrieMap.java 123 * @see java.util.Iterator#hasNext()
126 public boolean hasNext() {
246 while (chitr.hasNext()) {
256 if (!chitr.hasNext()) {
290 while (litr.hasNext()) {
317 if(!chitr.hasNext()) {

Completed in 777 milliseconds

<<11121314151617181920>>