HomeSort by relevance Sort by last modified time
    Searched refs:hasNext (Results 176 - 200 of 711) sorted by null

1 2 3 4 5 6 78 91011>>

  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
Security2Test.java 46 while (it.hasNext()) {
62 while (it.hasNext()) {
86 while (it.hasNext()) {
155 while (fkIter.hasNext()) {
  /libcore/luni/src/test/java/tests/api/java/util/
ConcurrentModificationExceptionTest.java 63 while (myIterator.hasNext())
AbstractSequentialListTest.java 75 public boolean hasNext() {
114 public boolean hasNext() {
317 public boolean hasNext() {
432 public boolean hasNext() {
505 public boolean hasNext() {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
JsonBackedSuggestionExtras.java 40 while (it.hasNext()) {
ShouldQueryStrategy.java 95 while (iter.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()) {
HTMLStatistics.java 201 while (iter.hasNext()) {
260 while (iter.hasNext()) {
266 while (iter2.hasNext()) {
288 while (iter.hasNext()) {
376 while (iter.hasNext()) {
383 while (iter2.hasNext()) {
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory1Test.java 313 assertEquals("Incorrect encodings", it1.hasNext(), it2.hasNext());
314 while (it1.hasNext()) {
318 while (it2.hasNext()) {
329 assertEquals("Incorrect encodings", it1.hasNext(), it2.hasNext());
330 while (it1.hasNext()) {
334 while (it2.hasNext()) {
519 while (it.hasNext()) {
571 while (it.hasNext()) {
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory_ImplTest.java 271 for (Iterator i = crls.iterator(); i.hasNext();) {
342 for (Iterator it = crls.iterator(); it.hasNext();) {
351 for (Iterator it = certs.iterator(); it.hasNext();) {
571 for (Iterator it = crls.iterator(); it.hasNext();) {
583 for (Iterator it = certs.iterator(); it.hasNext();) {
638 for (Iterator it = certificates.iterator(); it.hasNext();) {
653 for (Iterator it = certificates.iterator(); it.hasNext();) {
668 for (Iterator it = certificates.iterator(); it.hasNext();) {
    [all...]
  /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/guava/src/com/google/common/collect/
AbstractMultimap.java 232 if (!values.iterator().hasNext()) {
269 if (!iterator.hasNext()) {
280 while (iterator.hasNext()) {
509 public boolean hasNext() {
511 return delegateIterator.hasNext();
858 public boolean hasNext() {
859 return entryIterator.hasNext();
1076 public boolean hasNext() {
1077 return asMapIterator.hasNext();
1105 public boolean hasNext() {
    [all...]
LinkedHashMultimap.java 220 public boolean hasNext() {
221 return delegateIterator.hasNext();
261 while (iterator.hasNext()) {
287 public boolean hasNext() {
288 return delegateIterator.hasNext();
AbstractBiMap.java 194 public boolean hasNext() {
195 return iterator.hasNext();
234 /*@Override*/ public boolean hasNext() {
235 return iterator.hasNext();
294 /*@Override*/ public boolean hasNext() {
295 return iterator.hasNext();
ImmutableMultimap.java 420 public boolean hasNext() {
421 return (key != null && valueIterator.hasNext())
422 || mapIterator.hasNext();
426 if (key == null || !valueIterator.hasNext()) {
497 public boolean hasNext() {
498 return entryIterator.hasNext();
  /libcore/luni/src/main/java/java/util/
Collections.java 36 @Override public boolean hasNext() {
241 boolean hasNext = true;
243 @Override public boolean hasNext() {
244 return hasNext;
248 if (hasNext) {
249 hasNext = false;
335 boolean hasNext = true;
337 @Override public boolean hasNext() {
338 return hasNext;
342 if (!hasNext) {
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPMessage.java 219 while (li.hasNext()) {
241 while (it.hasNext()) {
278 while (li.hasNext()) {
289 while (outerIterator.hasNext()) {
295 while (innerIterator.hasNext()) {
309 while (innerIterator.hasNext()) {
343 while (it.hasNext()) {
364 while (it.hasNext()) {
425 while (it.hasNext()) {
483 for (Iterator<SIPHeader> iter = headers.iterator(); iter.hasNext();) {
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
IdentityHashMapTest.java 168 while (it.hasNext()) {
201 assertTrue("entrySet iterator still has elements", !it.hasNext());
220 assertTrue("keySet iterator still has elements", !it.hasNext());
289 assertTrue("keySet iterator still has elements", !it.hasNext());
314 assertTrue("keySet iterator still has elements", !it.hasNext());
341 while (it.hasNext()) {
AbstractQueueTest.java 44 public boolean hasNext() {
49 if (!hasNext()) {
LinkedHashSetTest.java 115 while (i.hasNext())
162 for (j = 0; i.hasNext(); j++) {
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java 263 while (stemsi.hasNext()) {
293 while (stemsi.hasNext()) {
297 while (fzksi.hasNext()) {
359 while (clauseListi.hasNext()) {
441 while (followFzksi.hasNext()) {
496 while (list.hasNext()) {
  /bionic/libc/tools/zoneinfo/
ZoneCompactor.java 120 while (iter.hasNext()) {
137 while (ziter.hasNext()) {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageXmlParser.java 126 for (Iterator<String> iter = mClassNameStack.iterator(); iter.hasNext(); ) {
128 if (iter.hasNext()) {
  /external/easymock/src/org/easymock/internal/
ExpectedInvocation.java 117 for (Iterator<IArgumentMatcher> it = matchers.iterator(); it.hasNext();) {
119 if (it.hasNext()) {
  /external/emma/core/java12/com/vladium/emma/filter/
IInclExclFilter.java 190 for (Iterator i = inclusions.iterator (); i.hasNext (); ++ ii)
205 for (Iterator i = exclusions.iterator (); i.hasNext (); ++ ii)
  /external/javassist/src/main/javassist/
CtMethod.java 230 return it.hasNext() && it.byteAt(it.next()) == Opcode.RETURN
231 && !it.hasNext();

Completed in 1813 milliseconds

1 2 3 4 5 6 78 91011>>