Home
last modified time | relevance | path

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

123

/cts/tests/tests/text/src/android/text/cts/
DTextUtils_SimpleStringSplitterTest.java53 assertFalse(simpleStringSplitter.hasNext()); in testHasNext()
56 assertTrue(simpleStringSplitter.hasNext()); in testHasNext()
59 assertTrue(simpleStringSplitter.hasNext()); in testHasNext()
62 assertFalse(simpleStringSplitter.hasNext()); in testHasNext()
65 assertFalse(simpleStringSplitter.hasNext()); in testHasNext()
74 assertFalse(iterator.hasNext()); in testIterator()
79 assertTrue(iterator.hasNext()); in testIterator()
81 assertTrue(iterator.hasNext()); in testIterator()
83 assertFalse(iterator.hasNext()); in testIterator()
132 assertFalse(simpleStringSplitter.hasNext()); in testSetString()
[all …]
/cts/tests/tests/drm/src/android/drm/cts/
DDrmInfoRequestTest.java74 while (keys.hasNext()) { in testPutAndGetKeys()
81 while (keys.hasNext()) { in testPutAndGetKeys()
87 while (infoKeys.hasNext()) { in testPutAndGetKeys()
95 while (iterator.hasNext()) { in testPutAndGetKeys()
DDrmInfoTest.java85 while (keys.hasNext()) { in testPutAndGetKeys()
92 while (keys.hasNext()) { in testPutAndGetKeys()
98 while (infoKeys.hasNext()) { in testPutAndGetKeys()
106 while (iterator.hasNext()) { in testPutAndGetKeys()
DDrmSupportInfoTest.java122 assertTrue(suffixes.hasNext()); in checkAddValidFileSuffix()
140 assertTrue(mimes.hasNext()); in checkAddValidMimeType()
/cts/tests/tests/util/src/android/util/cts/
DArrayMapTest.java244 while (entryIt.hasNext()) { in validateArrayMap()
264 while (keyIt.hasNext()) { in validateArrayMap()
277 while (valueIt.hasNext()) { in validateArrayMap()
291 while (iterator1.hasNext()) { in compareBundles()
304 while (iterator2.hasNext()) { in compareBundles()
417 while (it.hasNext()) { in testBasicArrayMap()
561 assertTrue(iterator.hasNext());
565 assertTrue(iterator.hasNext());
569 assertFalse(iterator.hasNext());
595 assertTrue(iterator.hasNext());
[all …]
DArraySetTest.java183 while (iter.hasNext()) { in validateArraySet()
284 while (it.hasNext()) { in testBasicArraySet()
609 assertTrue(iterator.hasNext());
611 assertFalse(iterator.hasNext());
DStrictJarFileTest.java121 while (it.hasNext()) { in checkIteration()
221 while (entries.hasNext()) { in checkJarSigning_wellFormed()
/cts/libs/vogar-expect/src/vogar/expect/
DExpectationStore.java176 while (jsonReader.hasNext()) { in parse()
197 while (reader.hasNext()) { in readExpectation()
252 while (reader.hasNext()) { in readStrings()
261 while (reader.hasNext()) { in readModes()
/cts/libs/vogar-expect/src/vogar/expect/util/
DStrings.java77 if (!i.hasNext()) { in join()
83 while(i.hasNext()) { in join()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsVerifierTestActivity.java75 while (testMethodIt.hasNext()) { in executeTests()
77 boolean isLastSubtest = !testMethodIt.hasNext(); in executeTests()
/cts/tests/tests/database/src/android/database/cts/
DCursorJoinerTest.java147 assertTrue(cursorJoiner.hasNext()); in testNext()
156 assertTrue(cursorJoiner.hasNext()); in testNext()
164 assertTrue(cursorJoiner.hasNext()); in testNext()
/cts/hostsidetests/securitybulletin/src/android/security/cts/
DCVE_2020_0018.java58 while (scanResult.hasNext()) { in testPocCVE_2020_0018()
DPocPusher.java62 for (Iterator<String> it = filesToCleanup.iterator(); it.hasNext();) { in finished()
/cts/common/device-side/bedstead/testapp/src/main/library/java/com/android/bedstead/testapp/
DTestAppActivitiesQueryBuilder.java50 while (activityIterator.hasNext()) { in get()
/cts/hostsidetests/seccomp/app/src/android/seccomp/cts/app/
DSeccompDeviceTest.java98 while (iter.hasNext()) { in testCTSSyscallAllowed()
108 while (iter.hasNext()) { in testCTSSyscallBlocked()
/cts/common/device-side/nativetesthelper/src/com/android/gtestrunner/
DGtestRunner.java71 for (Iterator<Description> iter = children.iterator(); iter.hasNext(); ) { in filter()
/cts/libs/input/src/com/android/cts/input/
DHidDevice.java54 while (mReader.hasNext()) { in readResults()
DUinputDevice.java53 while (mReader.hasNext()) { in readResults()
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DGLESSurfaceView.java81 while (scanner.hasNext()) { in onSurfaceCreated()
/cts/tests/tests/content/src/android/content/pm/cts/
DProviderInfoTest.java49 while (providerIterator.hasNext()) { in testProviderInfo()
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DApiPackage.java84 while (it.hasNext()) { in resolveSuperClasses()
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/
DAsn1ObjectIdentifier.java79 while (valueIterator.hasNext()) { in encodeBerInternal()
/cts/tests/tests/media/src/android/media/cts/
DMediaFormatTest.java345 while (it.hasNext()) { in testKeySetContainsAndRemove()
387 while (it.hasNext()) { in testKeySetContainsAndRemove()
448 while (it.hasNext()) { in testFeatureKeySetContainsAndRemove()
518 while (it.hasNext()) { in testFeatureKeySetContainsAndRemove()
/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java139 while (iter.hasNext()) { in testCategories()
353 while (iter.hasNext()) { in testDataSchemes()
546 while (iter.hasNext()) { in testAuthorities()
641 while (iter.hasNext()) { in testDataTypes()
661 while (iter.hasNext()) { in testDynamicDataTypes()
687 while (iter.hasNext()) { in testClearDynamicDataTypes()
705 while (iter.hasNext()) { in testMimeGroups()
769 while (iter.hasNext()) { in testActions()
1128 while (iter.hasNext()) { in testDataPaths()
1147 while (iter.hasNext()) { in testDataPaths()
[all …]
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DApexSignatureVerificationTest.java152 while (it.hasNext()) { in testApexPubKeyIsNotWellKnownKey()
261 while (keyIterator.hasNext()) { in pullWellKnownSignatures()

123