Home
last modified time | relevance | path

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

12345678910>>...19

/third_party/skia/third_party/externals/dawn/src/tests/unittests/
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()
[all …]
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/
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()
138 bool hasNext = iterator.NextCommandId(&type); in TEST() local
139 ASSERT_TRUE(hasNext); in TEST()
151 hasNext = iterator.NextCommandId(&type); in TEST()
152 ASSERT_FALSE(hasNext); in TEST()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
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()
[all …]
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
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()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
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()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
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()
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
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() ? iterator.next() : null; in doTestNumberNonMatchesForLeniency()
[all …]
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DTransliterationChart.java114 while(rit.hasNext()) { in main()
125 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
281 return it.hasNext(); in hasNext()
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/icu/tools/unicodetools/com/ibm/rbm/
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()
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/ohos_icu4j/src/main/java/ohos/global/icu/impl/
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()
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/
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()
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/number/
DAffixUtils.java326 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()
647 private static boolean hasNext(long tag, CharSequence string) { in hasNext() method in AffixUtils
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DAffixUtils.java318 while (hasNext(tag, affixPattern)) { in unescape()
353 while (hasNext(tag, affixPattern)) { in unescapedCount()
385 while (hasNext(tag, affixPattern)) { in containsType()
405 while (hasNext(tag, affixPattern)) { in hasCurrencySymbols()
431 while (hasNext(tag, affixPattern)) { in replaceType()
452 while (hasNext(tag, affixPattern)) { in containsOnlySymbolsAndIgnorables()
468 while (hasNext(tag, affixPattern)) { in iterateWithConsumer()
639 private static boolean hasNext(long tag, CharSequence string) { in hasNext() method in AffixUtils
/third_party/icu/icu4c/source/i18n/
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/node/deps/icu-small/source/i18n/
Dnumber_affixutils.cpp166 while (hasNext(tag, affixPattern)) { in unescape()
190 while (hasNext(tag, affixPattern)) { in unescapedCodePointCount()
210 while (hasNext(tag, affixPattern)) { in containsType()
225 while (hasNext(tag, affixPattern)) { in hasCurrencySymbols()
242 while (hasNext(tag, affixPattern)) { in replaceType()
258 while (hasNext(tag, affixPattern)) { in containsOnlySymbolsAndIgnorables()
274 while (hasNext(tag, affixPattern)) { in iterateWithConsumer()
426 bool AffixUtils::hasNext(const AffixTag &tag, const UnicodeString &string) { in hasNext() function in AffixUtils
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_affixutils.cpp164 while (hasNext(tag, affixPattern)) { in unescape()
184 while (hasNext(tag, affixPattern)) { in unescapedCodePointCount()
204 while (hasNext(tag, affixPattern)) { in containsType()
219 while (hasNext(tag, affixPattern)) { in hasCurrencySymbols()
236 while (hasNext(tag, affixPattern)) { in replaceType()
252 while (hasNext(tag, affixPattern)) { in containsOnlySymbolsAndIgnorables()
268 while (hasNext(tag, affixPattern)) { in iterateWithConsumer()
419 bool AffixUtils::hasNext(const AffixTag &tag, const UnicodeString &string) { in hasNext() function in AffixUtils
/third_party/skia/third_party/externals/icu/source/i18n/
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/protobuf/java/core/src/main/java/com/google/protobuf/
DUnmodifiableLazyStringList.java117 public boolean hasNext() { in listIterator() method
118 return iter.hasNext(); in listIterator()
169 public boolean hasNext() { in iterator() method
170 return iter.hasNext(); in iterator()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DRecordList.java93 while (iterator.hasNext()) { in contains()
111 public boolean hasNext() { in iterator() method
117 if (!hasNext()) { in iterator()
151 while (iterator.hasNext()) { in copyFromRead()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DRecordList.java93 while (iterator.hasNext()) { in contains()
111 public boolean hasNext() { in iterator() method
117 if (!hasNext()) { in iterator()
151 while (iterator.hasNext()) { in copyFromRead()
/third_party/icu/icu4c/source/test/intltest/
Dcitrtest.cpp68 virtual UBool hasNext() { return TRUE;} in hasNext() function in SCharacterIterator
485 } while (iter.hasNext()); in TestIteration()
603 else if(iter.hasNext() == FALSE && i != text.length()) in TestIterationUChar32()
617 if(iter.hasNext() == TRUE) in TestIterationUChar32()
623 if(iter.getIndex() != text.length() || iter.hasNext() != FALSE) in TestIterationUChar32()
692 } while (iter.hasNext()); in TestIterationUChar32()
716 else if(iter.hasNext() == FALSE) in TestIterationUChar32()
778 h=iter->hasNext(iter); in TestUCharIterator()
779 h2=ci.hasNext(); in TestUCharIterator()
784 h=iter->hasNext(iter); in TestUCharIterator()
[all …]

12345678910>>...19