Home
last modified time | relevance | path

Searched refs:hasNext (Results 1 – 25 of 87) sorted by relevance

1234

/external/icu4c/common/
Dunorm_it.c58 UBool hasPrevious, hasNext, isStackAllocated; member
75 uni->hasNext=iter->hasNext(iter); in initIndexes()
76 } else if(!iter->hasNext(iter)) { in initIndexes()
79 uni->hasNext=FALSE; in initIndexes()
84 uni->hasPrevious=uni->hasNext=TRUE; in initIndexes()
213 uni->hasNext=FALSE; in readNext()
229 uni->hasNext=FALSE; in readNext()
241 uni->hasNext=FALSE; in readNext()
252 uni->hasNext=iter->hasNext(iter); in readNext()
274 uni->hasNext=TRUE; in readPrevious()
[all …]
/external/jdiff/src/jdiff/
DHTMLIndexes.java140 while (iter.hasNext()) { in generateLetterIndex()
257 while ((indexType == 3 || indexType == 0) && iter.hasNext()) { in emitPackagesIndex()
262 while ((indexType == 3 || indexType == 1) && iter.hasNext()) { in emitPackagesIndex()
267 while ((indexType == 3 || indexType == 2) && iter.hasNext()) { in emitPackagesIndex()
284 while (iter.hasNext()) { in emitPackagesIndex()
323 while (iter.hasNext()) { in emitIndexEntries()
380 while (iter.hasNext()) { in emitMissingSinces()
451 while (iter.hasNext()) { in emitClassesIndex()
462 while ((indexType == 3 || indexType == 0) && iterClass.hasNext()) { in emitClassesIndex()
467 while ((indexType == 3 || indexType == 1) && iterClass.hasNext()) { in emitClassesIndex()
[all …]
DXMLToAPI.java100 while (iter.hasNext()) { in addInheritedElements()
103 while (iter2.hasNext()) { in addInheritedElements()
113 while (iter3.hasNext()) { in addInheritedElements()
140 while (iter.hasNext()) { in addInheritedElements()
145 while (iter2.hasNext()) { in addInheritedElements()
162 while (iter.hasNext()) { in addInheritedElements()
183 while (iter3.hasNext()) { in addInheritedElements()
DAPI.java75 while (iter.hasNext()) { in dump()
90 while (iter.hasNext()) { in dumpPackage()
120 while (iter.hasNext()) { in dumpClass()
133 while (iter.hasNext()) { in dumpClass()
138 while (iter.hasNext()) { in dumpClass()
143 while (iter.hasNext()) { in dumpClass()
222 while (iter.hasNext()) { in dumpMethod()
DAPIComparator.java55 while (iter.hasNext()) { in compareAPIs()
86 while (iter.hasNext()) { in compareAPIs()
162 while (iter.hasNext()) { in comparePackages()
192 while (iter.hasNext()) { in comparePackages()
372 while (iter.hasNext()) { in compareAllCtors()
421 while (iter.hasNext()) { in compareAllCtors()
462 while (iter.hasNext()) { in compareAllMethods()
519 while (iter.hasNext()) { in compareAllMethods()
692 while (iter.hasNext()) { in compareAllFields()
785 while (iter.hasNext()) { in compareAllFields()
[all …]
DHTMLStatistics.java201 while (iter.hasNext()) { in emitPackagesByDiff()
260 while (iter.hasNext()) { in emitClassesByDiff()
266 while (iter2.hasNext()) { in emitClassesByDiff()
288 while (iter.hasNext()) { in emitClassesByDiff()
376 while (iter.hasNext()) { in emitNumbersByElement()
383 while (iter2.hasNext()) { in emitNumbersByElement()
DHTMLReportGenerator.java194 while (iter.hasNext()) { in writeReport()
207 while (iter.hasNext()) { in writeReport()
222 while (iter.hasNext()) { in writeReport()
338 while (iter.hasNext()) { in reportChangedPackage()
353 while (iter.hasNext()) { in reportChangedPackage()
368 while (iter.hasNext()) { in reportChangedPackage()
383 while (iter.hasNext()) { in reportChangedPackage()
398 while (iter.hasNext()) { in reportChangedPackage()
414 while (iter.hasNext()) { in reportChangedPackage()
552 while (iter.hasNext()) { in reportAllCtors()
[all …]
DClassDiff.java98 while (iter.hasNext()) { in diff()
111 while (iter.hasNext()) { in diff()
/external/apache-http/src/org/apache/http/impl/
DDefaultConnectionReuseStrategy.java115 if (!hit.hasNext()) in keepAlive()
141 if (hit.hasNext()) { in keepAlive()
145 while (ti.hasNext()) { in keepAlive()
/external/icu4c/test/intltest/
Dcitrtest.cpp62 virtual UBool hasNext() { return TRUE;}; in hasNext() function in SCharacterIterator
481 } while (iter.hasNext()); in TestIteration()
599 else if(iter.hasNext() == FALSE && i != text.length()) in TestIterationUChar32()
613 if(iter.hasNext() == TRUE) in TestIterationUChar32()
619 if(iter.getIndex() != text.length() || iter.hasNext() != FALSE) in TestIterationUChar32()
688 } while (iter.hasNext()); in TestIterationUChar32()
712 else if(iter.hasNext() == FALSE) in TestIterationUChar32()
774 h=iter->hasNext(iter); in TestUCharIterator()
775 h2=ci.hasNext(); in TestUCharIterator()
780 h=iter->hasNext(iter); in TestUCharIterator()
[all …]
Ddadrcoll.cpp144 return seq.hasNext(); in getNextInSequence()
262 UBool hasNext; in processSequence() local
277 hasNext = getNextInSequence(*target); in processSequence()
287 } while(hasNext); in processSequence()
/external/apache-http/src/org/apache/http/message/
DBasicHeaderElementIterator.java85 while (this.headerIt.hasNext()) { in bufferHeaderValue()
106 while (this.headerIt.hasNext() || this.cursor != null) { in parseNextElement()
132 public boolean hasNext() { in hasNext() method in BasicHeaderElementIterator
DBasicTokenIterator.java96 public boolean hasNext() { in hasNext() method in BasicTokenIterator
173 if (!this.headerIt.hasNext()) { in findNext()
256 if (this.headerIt.hasNext()) { in findTokenStart()
/external/emma/core/java12/com/vladium/util/
DIProperties.java217 for (Iterator i = properties (); i.hasNext (); ) in toProperties()
243 for (Iterator names = properties (); names.hasNext (); ) in toAppArgsForm()
262 for (Iterator i = properties (); i.hasNext (); ) in list()
276 for (Iterator i = properties (); i.hasNext (); ) in list()
DXProperties.java48 for (Iterator i = _propertyNames.iterator (); i.hasNext (); ) in list()
67 for (Iterator i = _propertyNames.iterator (); i.hasNext (); ) in list()
/external/apache-http/src/org/apache/http/impl/client/
DBasicCookieStore.java88 for (Iterator<Cookie> it = cookies.iterator(); it.hasNext();) { in addCookie()
141 for (Iterator<Cookie> it = cookies.iterator(); it.hasNext();) { in clearExpired()
/external/icu4c/samples/uciter8/
Duciter8.c107 if(!iter1->hasNext(iter1)) { in compareIterators()
117 if(!iter2->hasNext(iter2)) { in compareIterators()
131 if(iter1->hasNext(iter1)) { in compareIterators()
135 if(iter2->hasNext(iter2)) { in compareIterators()
/external/emma/core/java12/com/vladium/emma/report/txt/
DReportGenerator.java177 for (Iterator packages = item.getChildren (order); packages.hasNext (); ) in visit()
226 for (Iterator srcORclsFiles = item.getChildren (order); srcORclsFiles.hasNext (); ) in visit()
268 for (Iterator classes = item.getChildren (order); classes.hasNext (); ) in visit()
286 for (Iterator methods = cls.getChildren (order2); methods.hasNext (); ) in visit()
318 for (Iterator methods = item.getChildren (order); methods.hasNext (); ) in visit()
/external/emma/core/java12/com/vladium/emma/report/
DSrcFileItem.java106 for (Iterator children = getChildren (); children.hasNext (); ) in getAggregate()
140 for (Iterator classes = getChildren (); classes.hasNext (); ) in getAggregate()
148 for (Iterator methods = cls.getChildren (); methods.hasNext (); ) in getAggregate()
/external/apache-http/src/org/apache/commons/logging/impl/
DWeakHashtable.java160 for (Iterator it=referencedEntries.iterator(); it.hasNext();) { in entrySet()
207 for (Iterator it=referencedKeys.iterator(); it.hasNext();) {
251 for (Iterator it=entrySet.iterator(); it.hasNext();) {
/external/apache-http/src/org/apache/http/impl/conn/
DIdleConnectionHandler.java127 while (connectionIter.hasNext()) { in closeIdleConnections()
155 while (connectionIter.hasNext()) { in closeExpiredConnections()
/external/emma/core/java12/com/vladium/emma/filter/
DIInclExclFilter.java190 for (Iterator i = inclusions.iterator (); i.hasNext (); ++ ii) in WCInclExclFilter()
205 for (Iterator i = exclusions.iterator (); i.hasNext (); ++ ii) in WCInclExclFilter()
/external/apache-http/src/org/apache/http/
DHeaderIterator.java51 boolean hasNext() in hasNext() method
DTokenIterator.java54 boolean hasNext() in hasNext() method
DHeaderElementIterator.java50 boolean hasNext(); in hasNext() method

1234