Home
last modified time | relevance | path

Searched refs:hasNext (Results 1 - 25 of 394) sorted by relevance

12345678910>>...16

/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DCommandAllocatorTests.cpp92 bool hasNext = iterator.NextCommandId(&type); in TEST() local
93 ASSERT_TRUE(hasNext); in TEST()
100 hasNext = iterator.NextCommandId(&type); in TEST()
101 ASSERT_TRUE(hasNext); in TEST()
108 hasNext = iterator.NextCommandId(&type); in TEST()
109 ASSERT_FALSE(hasNext); in TEST()
139 bool hasNext = iterator.NextCommandId(&type); in TEST() local
140 ASSERT_TRUE(hasNext); in TEST()
152 hasNext = iterator.NextCommandId(&type); in TEST()
153 ASSERT_FALSE(hasNext); in TEST()
177 bool hasNext = iterator.NextCommandId(&type); TEST() local
299 bool hasNext = iterator.NextCommandId(&type); TEST() local
339 bool hasNext = iterator.NextCommandId(&type); TEST() local
350 bool hasNext = iterator2.NextCommandId(&type); TEST() local
361 bool hasNext = iterator2.NextCommandId(&type); TEST() local
483 bool hasNext = iterator.NextCommandId(&type); TEST() local
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DCollectionUtilities.java64 for (Iterator it = collection.iterator(); it.hasNext();) { in join()
100 while (source.hasNext()) { in addAll()
113 while (source.hasNext()) { in size()
139 for (Iterator it = itemsToRemove.iterator(); it.hasNext();) { in removeAll()
155 if (!it.hasNext()) return null; in getFirst()
170 if (!it.hasNext()) return null; in getBest()
173 while (it.hasNext()) { in getBest()
181 while (it.hasNext()) { in getBest()
233 for (Iterator<T> it = c.iterator(); it.hasNext();) { in removeAll()
249 for (Iterator<T> it = c.iterator(); it.hasNext();) { in retainAll()
516 public boolean hasNext() { hasNext() method in CollectionUtilities.FilteredIterator
[all...]
H A DUnicodeMapIterator.java142 if (!stringIterator.hasNext()) stringIterator = null; in next()
187 if (!stringIterator.hasNext()) stringIterator = null; in nextRange()
218 if (!stringIterator.hasNext()) stringIterator = null; in reset()
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DCollectionUtilities.java61 for (Iterator it = collection.iterator(); it.hasNext();) { in join()
97 while (source.hasNext()) { in addAll()
110 while (source.hasNext()) { in size()
136 for (Iterator it = itemsToRemove.iterator(); it.hasNext();) { in removeAll()
152 if (!it.hasNext()) return null; in getFirst()
167 if (!it.hasNext()) return null; in getBest()
170 while (it.hasNext()) { in getBest()
178 while (it.hasNext()) { in getBest()
230 for (Iterator<T> it = c.iterator(); it.hasNext();) { in removeAll()
246 for (Iterator<T> it = c.iterator(); it.hasNext();) { in retainAll()
513 public boolean hasNext() { hasNext() method in CollectionUtilities.FilteredIterator
[all...]
H A DUnicodeMapIterator.java139 if (!stringIterator.hasNext()) stringIterator = null; in next()
184 if (!stringIterator.hasNext()) stringIterator = null; in nextRange()
215 if (!stringIterator.hasNext()) stringIterator = null; in reset()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DImageIndexIterator_unittest.cpp31 EXPECT_TRUE(iter.hasNext()); in TEST()
47 EXPECT_FALSE(iter.hasNext()); in TEST()
60 EXPECT_TRUE(iter.hasNext()); in TEST()
71 EXPECT_FALSE(iter.hasNext()); in TEST()
84 EXPECT_TRUE(iter.hasNext()); in TEST()
96 EXPECT_FALSE(iter.hasNext()); in TEST()
112 EXPECT_TRUE(iter.hasNext()); in TEST()
124 EXPECT_FALSE(iter.hasNext()); in TEST()
142 EXPECT_TRUE(iter.hasNext()); in TEST()
154 EXPECT_FALSE(iter.hasNext()); in TEST()
[all...]
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
H A DPhoneNumberMatcherTest.java252 PhoneNumberMatch match = iterator.hasNext() ? iterator.next() : null; in testFourMatchesInARow()
255 match = iterator.hasNext() ? iterator.next() : null; in testFourMatchesInARow()
258 match = iterator.hasNext() ? iterator.next() : null; in testFourMatchesInARow()
261 match = iterator.hasNext() ? iterator.next() : null; in testFourMatchesInARow()
272 PhoneNumberMatch match = iterator.hasNext() ? iterator.next() : null; in testMatchesFoundWithMultipleSpaces()
275 match = iterator.hasNext() ? iterator.next() : null; in testMatchesFoundWithMultipleSpaces()
285 PhoneNumberMatch match = iterator.hasNext() ? iterator.next() : null; in testMatchWithSurroundingZipcodes()
293 PhoneNumberMatch matchWithSpaces = iterator.hasNext() ? iterator.next() : null; in testMatchWithSurroundingZipcodes()
609 PhoneNumberMatch match = iterator.hasNext() ? iterator.next() : null; in doTestNumberMatchesForLeniency()
630 PhoneNumberMatch match = iterator.hasNext() in doTestNumberNonMatchesForLeniency()
[all...]
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DBundle.java163 while (iter.hasNext()) in getUntranslatedItemsAsVector()
176 while(iter.hasNext()) { in removeUntranslatedItemsByGroup()
195 while (iter.hasNext()) { in removeUntranslatedItem()
210 while (iter.hasNext()) { in hasGroup()
235 while (iter.hasNext()) { in removeGroup()
319 while (iter.hasNext()) { in getGroupsAsVector()
354 while(iter.hasNext()) { in getBundleGroup()
451 while (iter.hasNext()) { in writeContents()
466 while (iter.hasNext()) { in writeContents()
H A DBundleGroup.java58 while (iter.hasNext()) { in getItemsAsVector()
82 while(iter.hasNext()) { in removeBundleItem()
171 while (iter.hasNext()) { in writeContents()
184 while (iter.hasNext()) { in writeContents()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DSortedSetRelation.java110 if (!ait.hasNext()) { in hasRelation()
111 if (!bit.hasNext()) return true; in hasRelation()
113 } else if (!bit.hasNext()) { in hasRelation()
120 if (!ait.hasNext()) { in hasRelation()
126 if (!bit.hasNext()) { in hasRelation()
H A DIterableComparator.java45 if (!ai.hasNext()) { in compare()
46 return bi.hasNext() ? -shorterFirst : 0; in compare()
48 if (!bi.hasNext()) { in compare()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DSortedSetRelation.java112 if (!ait.hasNext()) { in hasRelation()
113 if (!bit.hasNext()) return true; in hasRelation()
115 } else if (!bit.hasNext()) { in hasRelation()
122 if (!ait.hasNext()) { in hasRelation()
128 if (!bit.hasNext()) { in hasRelation()
H A DIterableComparator.java47 if (!ai.hasNext()) { in compare()
48 return bi.hasNext() ? -shorterFirst : 0; in compare()
50 if (!bi.hasNext()) { in compare()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DAffixUtils.java41 * while (AffixPatternUtils.hasNext(tag, patternString)) {
323 while (hasNext(tag, affixPattern)) { in unescape()
358 while (hasNext(tag, affixPattern)) { in unescapedCount()
390 while (hasNext(tag, affixPattern)) { in containsType()
410 while (hasNext(tag, affixPattern)) { in hasCurrencySymbols()
436 while (hasNext(tag, affixPattern)) { in replaceType()
457 while (hasNext(tag, affixPattern)) { in containsOnlySymbolsAndIgnorables()
473 while (hasNext(tag, affixPattern)) { in iterateWithConsumer()
490 * @see #hasNext
646 private static boolean hasNext(lon method in AffixUtils
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DAffixUtils.java42 * while (AffixPatternUtils.hasNext(tag, patternString)) {
326 while (hasNext(tag, affixPattern)) { in unescape()
361 while (hasNext(tag, affixPattern)) { in unescapedCount()
393 while (hasNext(tag, affixPattern)) { in containsType()
413 while (hasNext(tag, affixPattern)) { in hasCurrencySymbols()
439 while (hasNext(tag, affixPattern)) { in replaceType()
460 while (hasNext(tag, affixPattern)) { in containsOnlySymbolsAndIgnorables()
476 while (hasNext(tag, affixPattern)) { in iterateWithConsumer()
493 * @see #hasNext
647 private static boolean hasNext(lon method in AffixUtils
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_affixutils.cpp165 while (hasNext(tag, affixPattern)) { in unescape()
189 while (hasNext(tag, affixPattern)) { in unescapedCodePointCount()
209 while (hasNext(tag, affixPattern)) { in containsType()
224 while (hasNext(tag, affixPattern)) { in hasCurrencySymbols()
241 while (hasNext(tag, affixPattern)) { in replaceType()
257 while (hasNext(tag, affixPattern)) { in containsOnlySymbolsAndIgnorables()
273 while (hasNext(tag, affixPattern)) { in iterateWithConsumer()
425 bool AffixUtils::hasNext(const AffixTag &tag, const UnicodeString &string) { in hasNext() function in AffixUtils
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_affixutils.cpp165 while (hasNext(tag, affixPattern)) { in unescape()
189 while (hasNext(tag, affixPattern)) { in unescapedCodePointCount()
209 while (hasNext(tag, affixPattern)) { in containsType()
224 while (hasNext(tag, affixPattern)) { in hasCurrencySymbols()
241 while (hasNext(tag, affixPattern)) { in replaceType()
257 while (hasNext(tag, affixPattern)) { in containsOnlySymbolsAndIgnorables()
273 while (hasNext(tag, affixPattern)) { in iterateWithConsumer()
425 bool AffixUtils::hasNext(const AffixTag &tag, const UnicodeString &string) { in hasNext() function in AffixUtils
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_affixutils.cpp163 while (hasNext(tag, affixPattern)) { in unescape()
187 while (hasNext(tag, affixPattern)) { in unescapedCodePointCount()
207 while (hasNext(tag, affixPattern)) { in containsType()
222 while (hasNext(tag, affixPattern)) { in hasCurrencySymbols()
239 while (hasNext(tag, affixPattern)) { in replaceType()
255 while (hasNext(tag, affixPattern)) { in containsOnlySymbolsAndIgnorables()
271 while (hasNext(tag, affixPattern)) { in iterateWithConsumer()
421 bool AffixUtils::hasNext(const AffixTag &tag, const UnicodeString &string) { in hasNext() function in AffixUtils
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DTransliterationChart.java114 while(rit.hasNext()) { in main()
125 while (sit.hasNext()) { in main()
143 while (sit.hasNext()) { in main()
168 while (cit.hasNext()) { in main()
219 while (i1.hasNext() && i2.hasNext()) { in compare()
225 if (i1.hasNext()) return 1; in compare()
226 if (i2.hasNext()) return -1; in compare()
266 while (it.hasNext()) { in add()
280 public boolean hasNext() { in hasNext() method in TransliterationChart.EquivClass.MyIterator
[all...]
H A DCaseIterator.java254 while (it.hasNext()) {
260 while (it2.hasNext()) {
273 while (it.hasNext()) {
289 while (it.hasNext()) {
310 while (it.hasNext()) {
321 while (it.hasNext()) {
335 while (multiIt2.hasNext()) {
365 while (partialIt.hasNext()) {
388 while (it2.hasNext()) {
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/
H A DOpCode.java88 if (!in.hasNext()) {
112 if (!in.hasNext()) {
139 if (!in.hasNext()) {
232 if (!in.hasNext()) { in map()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
H A DRecordList.java93 while (iterator.hasNext()) { in contains()
111 public boolean hasNext() { in iterator()
117 if (!hasNext()) { in iterator()
151 while (iterator.hasNext()) { in copyFromRead()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnmodifiableLazyStringList.java117 public boolean hasNext() { in listIterator()
118 return iter.hasNext(); in listIterator()
169 public boolean hasNext() { in iterator()
170 return iter.hasNext(); in iterator()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/
H A DDigitSequenceMatcherTest.java45 Assert.assertTrue(digits.hasNext()); in testStringDigits()
47 Assert.assertTrue(digits.hasNext()); in testStringDigits()
49 Assert.assertTrue(digits.hasNext()); in testStringDigits()
51 Assert.assertTrue(digits.hasNext()); in testStringDigits()
53 Assert.assertFalse(digits.hasNext()); in testStringDigits()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DUnmodifiableLazyStringListTest.java133 while (iter.hasNext()) { in testIterator()
148 while (byteIter.hasNext()) { in testIterator()
167 while (iter.hasNext()) { in testListIterator()
194 while (byteIter.hasNext()) { in testListIterator()

Completed in 20 milliseconds

12345678910>>...16