Home
last modified time | relevance | path

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

12345

/frameworks/av/include/drm/
DDrmMetadata.h46 bool hasNext();
68 bool hasNext();
81 while (keyIt.hasNext()) { in ~DrmMetadata()
DDrmConstraints.h82 bool hasNext();
105 bool hasNext();
118 while (keyIt.hasNext()) { in ~DrmConstraints()
DDrmInfo.h67 bool hasNext();
91 bool hasNext();
DDrmInfoRequest.h81 bool hasNext();
105 bool hasNext();
DDrmSupportInfo.h48 bool hasNext();
71 bool hasNext();
/frameworks/base/core/java/android/content/
DCursorEntityIterator.java58 public final boolean hasNext() { in hasNext() method in CursorEntityIterator
79 if (!hasNext()) { in next()
DIntentFilter.java1161 return it.hasNext() ? it.next() : null; in matchCategories()
1164 while (it.hasNext()) { in matchCategories()
1420 while (it.hasNext()) { in dump()
1429 while (it.hasNext()) { in dump()
1438 while (it.hasNext()) { in dump()
1447 while (it.hasNext()) { in dump()
1457 while (it.hasNext()) { in dump()
1469 while (it.hasNext()) { in dump()
1479 while (it.hasNext()) { in dump()
/frameworks/base/core/java/android/database/
DCursorJoiner.java120 public boolean hasNext() { in hasNext() method in CursorJoiner
157 if (!hasNext()) { in next()
161 assert hasNext(); in next()
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
DFeatureAssembly.java75 while(itr.hasNext()) { in getFeatureMap()
88 while(itr.hasNext()) { in getFeatureMap()
106 while(itr.hasNext()) { in augmentFeatureInputString()
/frameworks/support/v4/java/android/support/v4/util/
DMapCollections.java47 public boolean hasNext() { in hasNext() method in MapCollections.ArrayIterator
82 public boolean hasNext() { in hasNext() method in MapCollections.MapIterator
199 while (it.hasNext()) { in containsAll()
378 while (it.hasNext()) { in containsAll()
456 while (it.hasNext()) { in containsAllHelper()
467 while (it.hasNext()) { in removeAllHelper()
476 while (it.hasNext()) { in retainAllHelper()
/frameworks/base/core/java/android/util/
DMapCollections.java49 public boolean hasNext() { in hasNext() method in MapCollections.ArrayIterator
84 public boolean hasNext() { in hasNext() method in MapCollections.MapIterator
201 while (it.hasNext()) { in containsAll()
380 while (it.hasNext()) { in containsAll()
458 while (it.hasNext()) { in containsAllHelper()
469 while (it.hasNext()) { in removeAllHelper()
478 while (it.hasNext()) { in retainAllHelper()
/frameworks/base/core/java/android/webkit/
DUrlInterceptRegistry.java130 while (iter.hasNext()) { in getSurrogate()
158 while (iter.hasNext()) { in getPluginData()
/frameworks/av/drm/common/
DDrmInfoRequest.cpp68 bool DrmInfoRequest::KeyIterator::hasNext() { in hasNext() function in DrmInfoRequest::KeyIterator
97 bool DrmInfoRequest::Iterator::hasNext() { in hasNext() function in DrmInfoRequest::Iterator
DDrmMetadata.cpp64 bool DrmMetadata::KeyIterator::hasNext() { in hasNext() function in DrmMetadata::KeyIterator
109 bool DrmMetadata::Iterator::hasNext() { in hasNext() function in DrmMetadata::Iterator
DDrmInfo.cpp74 bool DrmInfo::KeyIterator::hasNext() { in hasNext() function in DrmInfo::KeyIterator
102 bool DrmInfo::Iterator::hasNext() { in hasNext() function in DrmInfo::Iterator
DDrmConstraints.cpp61 bool DrmConstraints::KeyIterator::hasNext() { in hasNext() function in DrmConstraints::KeyIterator
104 bool DrmConstraints::Iterator::hasNext() { in hasNext() function in DrmConstraints::Iterator
DDrmSupportInfo.cpp127 bool DrmSupportInfo::FileSuffixIterator::hasNext() { in hasNext() function in DrmSupportInfo::FileSuffixIterator
151 bool DrmSupportInfo::MimeTypeIterator::hasNext() { in hasNext() function in DrmSupportInfo::MimeTypeIterator
/frameworks/base/media/java/android/media/
DRemoteControlClient.java1329 while (displayIterator.hasNext()) { in sendPlaybackState_syncCacheLock()
1357 while (displayIterator.hasNext()) { in sendMetadata_syncCacheLock()
1385 while (displayIterator.hasNext()) { in sendTransportControlInfo_syncCacheLock()
1411 while (displayIterator.hasNext()) { in sendArtwork_syncCacheLock()
1457 while (displayIterator.hasNext()) { in sendMetadataWithArtwork_syncCacheLock()
1541 while (displayIterator.hasNext() && !displayKnown) { in onPlugDisplay()
1566 while (displayIterator.hasNext()) { in onUnplugDisplay()
1577 while (displayIterator.hasNext()) { in onUnplugDisplay()
1596 while (displayIterator.hasNext()) { in onUpdateDisplayArtworkSize()
1621 while (displayIterator.hasNext()) { in onDisplayWantsSync()
[all …]
DMediaFocusControl.java264 while (displayIterator.hasNext()) { in onReevaluateRemoteControlDisplays()
491 while(stackIterator.hasNext()) { in propagateFocusLossFromGain_syncAf()
506 while(stackIterator.hasNext()) { in dumpFocusStack()
541 while(stackIterator.hasNext()) { in removeFocusStackEntry()
565 while(stackIterator.hasNext()) { in removeFocusStackEntryForClient()
1328 while(stackIterator.hasNext()) { in dumpRCStack()
1350 while(stackIterator.hasNext()) { in dumpRCCStack()
1386 while (displayIterator.hasNext()) { in dumpRCDList()
1413 while(stackIterator.hasNext()) { in cleanupMediaButtonReceiverForPackage()
1574 while (displayIterator.hasNext()) { in setNewRcClientOnDisplays_syncRcsCurrc()
[all …]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
DBaseMenuWrapper.java91 while (iterator.hasNext()) { in internalRemoveGroup()
107 while (iterator.hasNext()) { in internalRemoveItem()
/frameworks/base/services/java/com/android/server/am/
DUriPermissionOwner.java89 while (it.hasNext()) { in removeUriPermissionLocked()
104 while (it.hasNext()) { in removeUriPermissionLocked()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DBroadcastInterceptingContext.java114 while (i.hasNext()) { in unregisterReceiver()
127 while (i.hasNext()) { in sendBroadcast()
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DExportTestProvider.java56 public boolean hasNext() { in hasNext() method in ExportTestProvider.MockEntityIterator
57 return mIterator.hasNext(); in hasNext()
/frameworks/base/services/java/com/android/server/
DIntentResolver.java174 public boolean hasNext() { in hasNext() method in IntentResolver.IteratorWrapper
175 return mI.hasNext(); in hasNext()
394 while (i.hasNext()) { in register_mime_types()
425 while (i.hasNext()) { in unregister_mime_types()
455 while (i.hasNext()) { in register_intent_filter()
471 while (i.hasNext()) { in unregister_intent_filter()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCallBase.java45 for (Iterator<Connection> it = mConnections.iterator(); it.hasNext(); ) { in clearDisconnected()

12345