Searched refs:hasNext (Results 126 - 150 of 734) sorted by relevance

1234567891011>>

/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DCssFuzzerTest.java123 for (CssTokens.TokenIterator it = tokens.iterator(); it.hasNext();
143 for (CssTokens.TokenIterator it = tokens.iterator(); it.hasNext();) {
257 for (CssTokens.TokenIterator it = tokens.iterator(); it.hasNext();) {
263 } while (it.hasNext() && it.type() == TokenType.NUMBER);
264 if (it.hasNext() && it.type() == TokenType.WHITESPACE) {
267 if (it.hasNext()) {
274 if (it.hasNext() && it.token().startsWith(".")) {
H A DCssTokensTest.java63 for (CssTokens.TokenIterator it = tokens.iterator(); it.hasNext();) {
121 assertEquals(input, it.hasNext(), golden != null);
125 assertFalse(input, it.hasNext());
211 assertEquals(input, it.hasNext(), golden != null);
215 assertFalse(input, it.hasNext());
410 it.hasNext(); it.advance()) {
/external/jdiff/src/jdiff/
H A DHTMLIndexes.java140 while (iter.hasNext()) {
257 while ((indexType == 3 || indexType == 0) && iter.hasNext()) {
262 while ((indexType == 3 || indexType == 1) && iter.hasNext()) {
267 while ((indexType == 3 || indexType == 2) && iter.hasNext()) {
284 while (iter.hasNext()) {
323 while (iter.hasNext()) {
380 while (iter.hasNext()) {
451 while (iter.hasNext()) {
462 while ((indexType == 3 || indexType == 0) && iterClass.hasNext()) {
467 while ((indexType == 3 || indexType == 1) && iterClass.hasNext()) {
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPUtilsImpl.java126 for (Iterator it = arrayNode.iterateChildren(); it.hasNext();)
136 if (it.hasNext())
493 for (Iterator it = xmpImpl.getRoot().iterateChildren(); it.hasNext();)
524 for (Iterator it = src.getRoot().iterateChildren(); it.hasNext();)
541 for (Iterator ic = sourceSchema.iterateChildren(); ic.hasNext();)
574 for (Iterator it = schemaNode.iterateChildren(); it.hasNext();)
647 for (Iterator it = sourceNode.iterateChildren(); it.hasNext();)
663 for (Iterator it = sourceNode.iterateChildren(); it.hasNext();)
713 for (Iterator is = sourceNode.iterateChildren(); is.hasNext();)
718 for (Iterator id = destNode.iterateChildren(); id.hasNext();)
[all...]
H A DXMPNormalizer.java134 for (Iterator it = xmp.getRoot().iterateChildren(); it.hasNext();)
254 for (Iterator it = arrayNode.iterateChildren(); it.hasNext();)
301 for (Iterator schemaIt = tree.getUnmodifiableChildren().iterator(); schemaIt.hasNext();)
309 for (Iterator propertyIt = currSchema.iterateChildren(); propertyIt.hasNext();)
500 for (Iterator it = tree.iterateChildren(); it.hasNext();)
543 an.hasNext() && bn.hasNext();)
553 an.hasNext() && bn.hasNext();)
/external/smack/src/org/apache/harmony/javax/security/auth/
H A DSubject.java436 while (it.hasNext()) {
443 while (it.hasNext()) {
452 while (it.hasNext()) {
575 while (it.hasNext()) {
703 for (Iterator<SST> it = iterator(); it.hasNext();) {
731 while (it.hasNext()) {
740 for (Iterator<SST> it = iterator(); it.hasNext();) {
763 public boolean hasNext() { method in class:Subject.SecureSet.SecureIterator
764 return iterator.hasNext();
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_ListTest.java117 for (int counter = 0; li.hasNext(); counter++) {
143 assertTrue("list iterator hasNext(): " + i, !li.hasNext());
145 assertTrue("list iterator hasNext(): " + i, li.hasNext());
177 assertTrue("list iterator hasNext()2: " + i, li.hasNext());
215 assertTrue("list iterator hasNext()3", li.hasNext());
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dfile_system_provider_custom_bindings.js84 var onSuccessCallback = function(hasNext) {
221 var onSuccessCallback = function(entries, hasNext) {
242 options.fileSystemId, options.requestId, annotatedEntries, hasNext,
267 var onSuccessCallback = function(data, hasNext) {
269 options.fileSystemId, options.requestId, data, hasNext,
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DLinkedHashMultimap.java222 public boolean hasNext() {
223 return delegateIterator.hasNext();
265 while (iterator.hasNext()) {
292 public boolean hasNext() {
293 return delegateIterator.hasNext();
H A DAbstractBiMap.java195 public boolean hasNext() {
196 return iterator.hasNext();
237 @Override public boolean hasNext() {
238 return iterator.hasNext();
305 @Override public boolean hasNext() {
306 return iterator.hasNext();
/external/javassist/src/main/javassist/bytecode/
H A DAttributeInfo.java204 while (iterator.hasNext()) {
218 while (iterator.hasNext()) {
263 while (iterator.hasNext()) {
271 while (iterator.hasNext()) {
281 while (iterator.hasNext()) {
/external/guava/guava/src/com/google/common/collect/
H A DStandardTable.java204 while (iterator.hasNext()) {
313 @Override public boolean hasNext() { method in class:StandardTable.CellIterator
314 return rowIterator.hasNext() || columnIterator.hasNext();
318 if (!columnIterator.hasNext()) {
463 @Override public boolean hasNext() {
464 return iterator.hasNext();
545 while (iterator.hasNext()) {
619 while (iterator.hasNext()) {
713 while (iterator.hasNext()) {
995 @Override public boolean hasNext() { method in class:StandardTable.RowMap.EntryIterator
[all...]
H A DForwardingMap.java162 while (entryIterator.hasNext()) {
182 while (entryIterator.hasNext()) {
281 return !entrySet().iterator().hasNext();
/external/javassist/src/main/javassist/util/
H A DHotSwapper.java123 while (iter.hasNext()) {
175 while (it.hasNext()) {
220 while (iter.hasNext()) {
/external/mockito/src/org/mockito/internal/util/collections/
H A DHashCodeAndEqualsSafeSet.java40 public boolean hasNext() {
41 return iterator.hasNext();
101 if (iterator.hasNext()) {
/external/nist-sip/java/gov/nist/core/
H A DMultiValueMapImpl.java62 while (pairsIterator.hasNext()) {
74 while (pairsIterator.hasNext()) {
87 while (pairsIterator.hasNext()) {
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DPChargingFunctionAddresses.java169 while (li.hasNext()) {
255 while (li.hasNext()) {
283 while (li.hasNext()) {
/external/smack/src/org/jivesoftware/smackx/search/
H A DSimpleUserSearch.java70 while (fields.hasNext()) {
84 while (values.hasNext()) {
126 while (cols.hasNext()) {
/external/smack/src/org/jivesoftware/smackx/workgroup/util/
H A DModelUtil.java272 while (i.hasNext()) {
294 while (_i.hasNext())
298 public boolean hasNext() { method in class:ReverseListIterator
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DNameSpaceChecker.java53 while ( it.hasNext() ) {
71 while (it.hasNext()) {
83 for (Iterator it = conflictingKeys.iterator(); it.hasNext();) {
128 for (Iterator iter = grammar.ruleRefs.iterator(); iter.hasNext();) {
148 for (Iterator iter = grammar.tokenIDRefs.iterator(); iter.hasNext();) {
162 for (Iterator it = grammar.scopedRuleRefs.iterator(); it.hasNext();) {
H A DGrammarNonDeterminismMessage.java76 for (Iterator it = disabledAlts.iterator(); it.hasNext();) {
97 for (Iterator iter = nondetAlts.iterator(); iter.hasNext();) {
/external/apache-http/src/org/apache/http/impl/conn/
H A DIdleConnectionHandler.java132 while (connectionIter.hasNext()) {
160 while (connectionIter.hasNext()) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXCRLUtil.java50 for (Iterator it = initialSet.iterator(); it.hasNext();)
115 while (iter.hasNext())
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/
H A DPemWriter.java55 for (Iterator it = obj.getHeaders().iterator(); it.hasNext();)
82 for (Iterator it = obj.getHeaders().iterator(); it.hasNext();)
/external/chromium_org/base/android/jni_generator/java/src/org/chromium/example/jni_generator/
H A DSampleForTests.java256 while (it.hasNext()) {
291 while (it.hasNext()) {

Completed in 1080 milliseconds

1234567891011>>