Searched refs:hasNext (Results 76 - 100 of 734) sorted by relevance

1234567891011>>

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPSerializerRDF.java314 for (Iterator it = xmp.getRoot().iterateChildren(); it.hasNext(); )
363 for (Iterator it = xmp.getRoot().iterateChildren(); it.hasNext();)
371 for (Iterator it = xmp.getRoot().iterateChildren(); it.hasNext();)
390 for (Iterator it = xmp.getRoot().iterateChildren(); it.hasNext();)
417 for (Iterator it = parentNode.iterateChildren(); it.hasNext();)
491 for (Iterator it = parentNode.iterateChildren(); it.hasNext();)
518 for (Iterator iq = node.iterateQualifier(); iq.hasNext();)
663 for (Iterator ic = node.iterateChildren(); ic.hasNext(); )
757 for (Iterator iq = node.iterateQualifier(); iq.hasNext();)
809 for (Iterator it = schemaNode.iterateChildren(); it.hasNext();)
[all...]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSUtils.java61 for (Iterator it = certStore.getMatches(null).iterator(); it.hasNext();)
83 for (Iterator it = attrStore.getMatches(null).iterator(); it.hasNext();)
106 for (Iterator it = crlStore.getMatches(null).iterator(); it.hasNext();)
126 // for (Iterator it = otherRevocationInfos.getMatches(null).iterator(); it.hasNext();)
151 for (Iterator it = derObjects.iterator(); it.hasNext();)
163 for (Iterator it = derObjects.iterator(); it.hasNext();)
225 while (it.hasNext())
237 while (it.hasNext())
/external/nist-sip/java/gov/nist/core/
H A DGenericObjectList.java129 for (ListIterator<GenericObject> iter = retval.listIterator(); iter.hasNext();) {
332 while (it1.hasNext()) {
334 while (it2.hasNext()) {
352 if (iterator.hasNext()) {
361 if (iterator.hasNext())
408 while (myIterator.hasNext()) {
422 while (hisIterator.hasNext()) {
452 outer: while (hisIterator.hasNext()) {
456 while (myIterator.hasNext()) {
H A DDuplicateNameValueList.java76 if (iterator.hasNext()) {
85 if (iterator.hasNext())
136 while (li.hasNext()) {
192 while (it.hasNext()) {
/external/smack/src/org/jivesoftware/smackx/
H A DMultipleRecipientManager.java156 for (Iterator<MultipleAddresses.Address> it = info.getTOAddresses().iterator(); it.hasNext();) {
160 for (Iterator<MultipleAddresses.Address> it = info.getCCAddresses().iterator(); it.hasNext();) {
207 for (Iterator<String> it = to.iterator(); it.hasNext();) {
214 for (Iterator<String> it = cc.iterator(); it.hasNext();) {
221 for (Iterator<String> it = bcc.iterator(); it.hasNext();) {
235 for (Iterator<String> it = to.iterator(); it.hasNext();) {
241 for (Iterator<String> it = cc.iterator(); it.hasNext();) {
247 for (Iterator<String> it = bcc.iterator(); it.hasNext();) {
303 for (Iterator<DiscoverItems.Item> it = items.getItems(); it.hasNext();) {
/external/apache-http/src/org/apache/http/message/
H A DBasicHeaderElementIterator.java90 while (this.headerIt.hasNext()) {
111 while (this.headerIt.hasNext() || this.cursor != null) {
137 public boolean hasNext() { method in class:BasicHeaderElementIterator
H A DBasicTokenIterator.java101 public boolean hasNext() { method in class:BasicTokenIterator
178 if (!this.headerIt.hasNext()) {
261 if (this.headerIt.hasNext()) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXPolicyNode.java138 while (_iter.hasNext())
145 while (_iter.hasNext())
159 while (_iter.hasNext())
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DBitIntSet.java88 while (iter.hasNext()) {
105 public boolean hasNext() {
111 if (!hasNext()) {
/external/guava/guava/src/com/google/common/collect/
H A DForwardingCollection.java171 while (iterator.hasNext()) {
214 while (iterator.hasNext()) {
221 * A sensible definition of {@link #isEmpty} as {@code !iterator().hasNext}.
229 return !iterator().hasNext();
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DHtmlSanitizer.java134 while (lexer.hasNext()) {
149 while (lexer.hasNext()
158 while (lexer.hasNext()) {
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DArrayIterator.h66 - (BOOL) hasNext;
/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultConnectionKeepAliveStrategy.java67 while (it.hasNext()) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsfwdchit.h60 virtual UBool hasNext();
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
H A DAnnotation.java107 while (thisIter.hasNext() && otherIter.hasNext()) {
117 if (thisIter.hasNext()) {
119 } else if (otherIter.hasNext()) {
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DElementList.java35 for (Iterator c = m_contents.iterator (); c.hasNext (); )
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
H A DOptionsMessage.java173 while (inputIterator.hasNext()) {
175 if (inputIterator.hasNext()) {
182 while (outputIterator.hasNext()) {
184 if (outputIterator.hasNext()) {
/external/guava/guava-tests/test/com/google/common/collect/
H A DForwardingListIteratorTest.java52 forward.hasNext();
53 assertEquals("[hasNext]", getCalls());
/external/icu/icu4c/source/test/intltest/
H A Dsfwdchit.h60 virtual UBool hasNext();
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DMethodWrapper.java41 for (Iterator it = methods.iterator(); it.hasNext();) {
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
H A DFixedValueGenerator.java31 for (Iterator it = methods.iterator(); it.hasNext();) {
H A DNoOpGenerator.java29 for (Iterator it = methods.iterator(); it.hasNext();) {
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DExtensionHeaderList.java65 while(it.hasNext()) {
H A DRouteList.java79 while (it.hasNext()) {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
H A DSQLite.java150 while (itemEntries.hasNext()) {
153 if (itemEntries.hasNext()) {
179 while (itemsEntries.hasNext()) {
183 if (itemsEntries.hasNext()) {

Completed in 1155 milliseconds

1234567891011>>