Searched refs:hasNext (Results 101 - 125 of 734) sorted by relevance

1234567891011>>

/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
H A DResponseAuth.java60 while (directives.hasNext())
/external/smack/src/com/novell/sasl/client/
H A DResponseAuth.java60 while (directives.hasNext())
/external/smack/src/org/xbill/DNS/tests/
H A Dxfrin.java85 while (it.hasNext())
90 while (it.hasNext()) {
97 while (it2.hasNext())
101 while (it2.hasNext())
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
H A DVariableSizeIterator.java71 public boolean hasNext() { method in class:VariableSizeIterator
H A DVariableSizeLookaheadIterator.java60 public boolean hasNext() { method in class:VariableSizeLookaheadIterator
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DGraph.java87 for (Iterator it = nodes.values().iterator(); it.hasNext();) {
100 for (Iterator it = n.edges.iterator(); it.hasNext();) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DGenerateExcludeListTask.java123 for (Iterator iterator = a.iterator(); iterator.hasNext();) {
125 if (iterator.hasNext()) {
/external/guava/guava-tests/test/com/google/common/collect/
H A DBstInOrderPathTest.java60 assertFalse(path.hasNext(RIGHT));
86 assertFalse(path.hasNext(LEFT));
109 assertFalse(path.hasNext(RIGHT));
132 assertFalse(path.hasNext(LEFT));
154 assertFalse(path.hasNext(RIGHT));
176 assertFalse(path.hasNext(LEFT));
181 assertTrue(path.hasNext(RIGHT));
189 assertTrue(path.hasNext(LEFT));
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DDepFind.java40 while (cp.hasNext()) {
59 while (cp.hasNext()) {
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DUniqueStack.java64 public boolean hasNext() { method in class:UniqueStack.ImmutableIterator
65 return iterator.hasNext();
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
H A DInvocationHandlerGenerator.java38 for (Iterator it = methods.iterator(); it.hasNext();) {
59 for (Iterator it = methods.iterator(); it.hasNext();) {
/external/nist-sip/java/gov/nist/core/
H A DThreadAuditor.java138 while (it.hasNext()) {
187 while ( it.hasNext()) {
/external/smack/src/org/jivesoftware/smackx/
H A DForm.java349 for (Iterator<String> it = field.getValues(); it.hasNext();) {
381 for (Iterator<FormField> it=getFields();it.hasNext();) {
398 for (Iterator<String> it = dataForm.getInstructions(); it.hasNext();) {
401 if (it.hasNext()) {
479 for(Iterator<FormField> it=getFields();it.hasNext();) {
481 if (field.getValues().hasNext()) {
528 for (Iterator<FormField> fields=getFields(); fields.hasNext();) {
541 for (Iterator<String> it=field.getValues();it.hasNext();) {
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
H A DAgentRoster.java109 for (Iterator<String> it = getAgents().iterator(); it.hasNext();) {
119 while (presences.hasNext()) {
159 for (Iterator<String> i = entries.iterator(); i.hasNext();) {
179 for (Iterator<String> i = entries.iterator(); i.hasNext();) {
213 while (it.hasNext()) {
321 for (Iterator<String> i = entries.iterator(); i.hasNext();) {
342 for (Iterator<String> i = entries.iterator(); i.hasNext();) {
361 for (Iterator<AgentStatusRequest.Item> i = statusRequest.getAgents().iterator(); i.hasNext();) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DExtendedPKIXParameters.java207 while (it.hasNext())
233 for (Iterator i = stores.iterator(); i.hasNext();)
505 for (Iterator it = trustedACIssuers.iterator(); it.hasNext();)
551 for (Iterator it = necessaryACAttributes.iterator(); it.hasNext();)
596 for (Iterator it = prohibitedACAttributes.iterator(); it.hasNext();)
639 for (Iterator it = attrCertCheckers.iterator(); it.hasNext();)
/external/objenesis/tck/src/org/objenesis/tck/
H A DTextReporter.java106 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();) {
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DPhoneNumberMatcherTest.java252 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;
607 PhoneNumberMatch match = iterator.hasNext() ? iterator.next() : null;
628 PhoneNumberMatch match = iterator.hasNext()
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXNameConstraintValidator.java97 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/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bitvector.h84 // for (BasicBitVector<>::Iterator it(bv); it.hasNext();) {
92 bool hasNext() const { return !bv_.empty(); } function in class:__sanitizer::BasicBitVector::Iterator
270 // for (TwoLevelBitVector<>::Iterator it(bv); it.hasNext();) {
282 bool hasNext() const { function in class:__sanitizer::TwoLevelBitVector::Iterator
283 if (it1_.hasNext()) return true;
290 // Printf("++++: %zd %zd; %d %d; size %zd\n", i0_, i1_, it1_.hasNext(),
291 // it2_.hasNext(), kSize);
292 if (!it1_.hasNext() && !it2_.hasNext()) {
296 // Printf("+i0: %zd %zd; %d %d; size %zd\n", i0_, i1_, it1_.hasNext(),
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DLinkedListMultimap.java265 for (Iterator<V> i = new ValueForKeyIterator(key); i.hasNext();) {
306 public boolean hasNext() { method in class:LinkedListMultimap.NodeIterator
370 public boolean hasNext() { method in class:LinkedListMultimap.DistinctKeyIterator
434 public boolean hasNext() { method in class:LinkedListMultimap.ValueForKeyIterator
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...]
H A DAbstractMapBasedMultiset.java98 public boolean hasNext() {
99 return backingEntries.hasNext();
176 public boolean hasNext() { method in class:AbstractMapBasedMultiset.MapBasedMultisetIterator
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/
H A DLinkedListMultimap.java261 for (Iterator<V> i = new ValueForKeyIterator(key); i.hasNext();) {
302 public boolean hasNext() { method in class:LinkedListMultimap.NodeIterator
366 public boolean hasNext() { method in class:LinkedListMultimap.DistinctKeyIterator
430 public boolean hasNext() { method in class:LinkedListMultimap.ValueForKeyIterator
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...]
H A DAbstractMapBasedMultiset.java95 public boolean hasNext() {
96 return backingEntries.hasNext();
173 public boolean hasNext() { method in class:AbstractMapBasedMultiset.MapBasedMultisetIterator
174 return occurrencesLeft > 0 || entryIterator.hasNext();
344 public boolean hasNext() {
345 return entries.hasNext();
382 while (i.hasNext()) {
/external/jdiff/src/jdiff/
H A DXMLToAPI.java100 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()) {
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPHeaderList.java169 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()) {

Completed in 874 milliseconds

1234567891011>>