Searched refs:hasNext (Results 76 - 100 of 104) sorted by last modified time

12345

/frameworks/base/core/java/android/os/
H A DRecoverySystem.java212 if (it.hasNext()) {
/frameworks/base/core/java/android/speech/tts/
H A DAudioPlaybackHandler.java105 while (it.hasNext()) {
/frameworks/base/core/java/android/text/
H A DTextUtils.java408 public boolean hasNext() { method in class:TextUtils.SimpleStringSplitter
/frameworks/base/core/java/android/util/
H A DFastImmutableArraySet.java64 public boolean hasNext() { method in class:FastImmutableArraySet.FastIterator
H A DJsonReader.java44 * while loop that accumulates values, terminating when {@link #hasNext}
50 * This loop should terminate when {@link #hasNext} is false. Finally,
101 * while (reader.hasNext()) {
115 * while (reader.hasNext()) {
137 * while (reader.hasNext()) {
149 * while (reader.hasNext()) {
318 public boolean hasNext() throws IOException { method in class:JsonReader
H A DLocalLog.java52 while (itr.hasNext()) {
/frameworks/base/core/java/android/webkit/
H A DAccessibilityInjector.java605 while (keys.hasNext()) {
H A DAccessibilityInjectorFallback.java435 while (semiColonSplitter.hasNext()) {
H A DBrowserFrame.java595 while (iter.hasNext()) {
618 while (iter.hasNext()) {
H A DByteArrayBuilder.java85 while (it.hasNext()) {
H A DUrlInterceptRegistry.java130 while (iter.hasNext()) {
158 while (iter.hasNext()) {
H A DWebCoreThreadWatchdog.java171 while (it.hasNext()) {
H A DWebViewCore.java1840 while (iter.hasNext()) {
H A DWebViewDatabaseClassic.java540 while (iter.hasNext()) {
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java331 while (aIt.hasNext()) {
344 while (path != null && pIt.hasNext()) {
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1156 while (itr.hasNext()) {
2762 while (it.hasNext()) {
2774 while (it.hasNext()) {
2786 while (it.hasNext()) {
2802 while (it.hasNext()) {
2809 while (it2.hasNext()) {
/frameworks/base/core/java/com/android/internal/util/
H A DXmlUtils.java243 while (i.hasNext()) {
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DTweener.java46 while (iter.hasNext()) {
/frameworks/av/drm/common/
H A DDrmConstraints.cpp61 bool DrmConstraints::KeyIterator::hasNext() { function in class:DrmConstraints::KeyIterator
104 bool DrmConstraints::Iterator::hasNext() { function in class:DrmConstraints::Iterator
H A DDrmInfo.cpp74 bool DrmInfo::KeyIterator::hasNext() { function in class:DrmInfo::KeyIterator
102 bool DrmInfo::Iterator::hasNext() { function in class:DrmInfo::Iterator
H A DDrmInfoRequest.cpp68 bool DrmInfoRequest::KeyIterator::hasNext() { function in class:DrmInfoRequest::KeyIterator
97 bool DrmInfoRequest::Iterator::hasNext() { function in class:DrmInfoRequest::Iterator
H A DDrmMetadata.cpp64 bool DrmMetadata::KeyIterator::hasNext() { function in class:DrmMetadata::KeyIterator
109 bool DrmMetadata::Iterator::hasNext() { function in class:DrmMetadata::Iterator
H A DDrmSupportInfo.cpp127 bool DrmSupportInfo::FileSuffixIterator::hasNext() { function in class:DrmSupportInfo::FileSuffixIterator
151 bool DrmSupportInfo::MimeTypeIterator::hasNext() { function in class:DrmSupportInfo::MimeTypeIterator
H A DIDrmManagerService.cpp264 while (keyIt.hasNext()) {
309 while (keyIt.hasNext()) {
885 while (keyIt.hasNext()) {
915 while (keyIt.hasNext()) {
1038 while (keyIt.hasNext()) {
1304 while (fileSuffixIt.hasNext()) {
1310 while (mimeTypeIt.hasNext()) {
/frameworks/av/include/drm/
H A DDrmConstraints.h82 bool hasNext();
105 bool hasNext();
118 while (keyIt.hasNext()) {

Completed in 314 milliseconds

12345