Home
last modified time | relevance | path

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

1234

/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/libs/json/fuzzers/
DJsonReaderFuzzer.java42 boolean hasNext = true; in fuzzerTestOneInput()
43 while (hasNext) { in fuzzerTestOneInput()
45 hasNext = jsonReader.hasNext(); in fuzzerTestOneInput()
/cts/hostsidetests/mediapc/videoencodingquality/bdrate/src/main/java/com/android/media/videoquality/bdrate/
DReferenceConfig.java82 while (rates.hasNext() && vmafs.hasNext()) { in deserialize()
87 if (rates.hasNext() || vmafs.hasNext()) { in deserialize()
DBdRateMain.java223 while (referencePoints.hasNext() || targetPoints.hasNext()) { in logCurves()
226 if (referencePoints.hasNext()) { in logCurves()
234 if (targetPoints.hasNext()) { in logCurves()
DRateDistortionCurvePair.java113 while (pointIterator.hasNext()) { in cluster()
153 while (pointIterator.hasNext()) { in isMonotonicallyIncreasing()
/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/appsearch/src/com/android/cts/appsearch/external/app/
DPropertyPathCtsTest.java89 assertThat(iterator.hasNext()).isTrue(); in testPropertyPathIterator()
94 assertThat(iterator.hasNext()).isTrue(); in testPropertyPathIterator()
99 assertThat(iterator.hasNext()).isTrue(); in testPropertyPathIterator()
104 assertThat(iterator.hasNext()).isTrue(); in testPropertyPathIterator()
109 assertThat(iterator.hasNext()).isFalse(); in testPropertyPathIterator()
/cts/tests/tests/util/src/android/util/cts/
DArrayMapTest.java245 while (entryIt.hasNext()) { in validateArrayMap()
265 while (keyIt.hasNext()) { in validateArrayMap()
278 while (valueIt.hasNext()) { in validateArrayMap()
292 while (iterator1.hasNext()) { in compareBundles()
305 while (iterator2.hasNext()) { in compareBundles()
418 while (it.hasNext()) { in testBasicArrayMap()
562 assertTrue(iterator.hasNext());
566 assertTrue(iterator.hasNext());
570 assertFalse(iterator.hasNext());
596 assertTrue(iterator.hasNext());
[all …]
/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/common/device-side/bedstead/queryable/src/main/java/com/android/queryable/queries/
DIntentFilterQueryHelper.java101 while (actionsIterator.hasNext()) { in matches()
108 while (categoriesIterator.hasNext()) { in matches()
/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/inputmethod/util/src/android/view/inputmethod/cts/util/
DSecureSettingsUtils.java68 while (imeSplitter.hasNext()) { in updateEnabledInputMethods()
75 while (subtypeSplitter.hasNext()) { in updateEnabledInputMethods()
/cts/common/device-side/bedstead/testapp/src/library/main/java/com/android/bedstead/testapp/
DTestAppActivitiesQueryBuilder.java52 while (activityIterator.hasNext()) { in get()
/cts/tests/tests/database/src/android/database/cts/
DCursorJoinerTest.java173 assertTrue(cursorJoiner.hasNext()); in testNext()
182 assertTrue(cursorJoiner.hasNext()); in testNext()
190 assertTrue(cursorJoiner.hasNext()); in testNext()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-35676/src/android/security/cts/CVE_2023_35676/com/google/android/apps/miphone/aiai/matchnaker/overview/api/generatedv2/
DEntitiesData.java75 while (entityIterator.hasNext()) { in writeToParcel()
88 while (actionIterator.hasNext()) { in writeToParcel()
/cts/hostsidetests/securitybulletin/src/android/security/cts/
DCVE_2020_0018.java62 while (scanResult.hasNext()) { in testPocCVE_2020_0018()
/cts/tests/sensor/src/android/hardware/cts/accessories/
DHidCommand.kt101 while (reader.hasNext()) { in readResults()
140 while (reader.hasNext()) { in readData()
/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/tests/tests/car/src/android/car/cts/property/
DCarSvcPropsParser.java65 while (keysIt.hasNext()) { in CarSvcPropsParser()
/cts/libs/input/src/com/android/cts/input/
DHidDevice.java54 while (mReader.hasNext()) { in readResults()
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DGLESSurfaceView.java81 while (scanner.hasNext()) { in onSurfaceCreated()

1234