/frameworks/av/include/drm/ |
D | DrmMetadata.h | 46 bool hasNext(); 68 bool hasNext(); 81 while (keyIt.hasNext()) { in ~DrmMetadata()
|
D | DrmConstraints.h | 82 bool hasNext(); 105 bool hasNext(); 118 while (keyIt.hasNext()) { in ~DrmConstraints()
|
D | DrmInfo.h | 67 bool hasNext(); 91 bool hasNext();
|
D | DrmInfoRequest.h | 81 bool hasNext(); 105 bool hasNext();
|
D | DrmSupportInfo.h | 48 bool hasNext(); 71 bool hasNext();
|
/frameworks/base/core/java/android/content/ |
D | CursorEntityIterator.java | 58 public final boolean hasNext() { in hasNext() method in CursorEntityIterator 79 if (!hasNext()) { in next()
|
D | IntentFilter.java | 1161 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/ |
D | CursorJoiner.java | 120 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/ |
D | FeatureAssembly.java | 75 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/ |
D | MapCollections.java | 47 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/ |
D | MapCollections.java | 49 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/ |
D | UrlInterceptRegistry.java | 130 while (iter.hasNext()) { in getSurrogate() 158 while (iter.hasNext()) { in getPluginData()
|
/frameworks/av/drm/common/ |
D | DrmInfoRequest.cpp | 68 bool DrmInfoRequest::KeyIterator::hasNext() { in hasNext() function in DrmInfoRequest::KeyIterator 97 bool DrmInfoRequest::Iterator::hasNext() { in hasNext() function in DrmInfoRequest::Iterator
|
D | DrmMetadata.cpp | 64 bool DrmMetadata::KeyIterator::hasNext() { in hasNext() function in DrmMetadata::KeyIterator 109 bool DrmMetadata::Iterator::hasNext() { in hasNext() function in DrmMetadata::Iterator
|
D | DrmInfo.cpp | 74 bool DrmInfo::KeyIterator::hasNext() { in hasNext() function in DrmInfo::KeyIterator 102 bool DrmInfo::Iterator::hasNext() { in hasNext() function in DrmInfo::Iterator
|
D | DrmConstraints.cpp | 61 bool DrmConstraints::KeyIterator::hasNext() { in hasNext() function in DrmConstraints::KeyIterator 104 bool DrmConstraints::Iterator::hasNext() { in hasNext() function in DrmConstraints::Iterator
|
D | DrmSupportInfo.cpp | 127 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/ |
D | RemoteControlClient.java | 1329 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 …]
|
D | MediaFocusControl.java | 264 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/ |
D | BaseMenuWrapper.java | 91 while (iterator.hasNext()) { in internalRemoveGroup() 107 while (iterator.hasNext()) { in internalRemoveItem()
|
/frameworks/base/services/java/com/android/server/am/ |
D | UriPermissionOwner.java | 89 while (it.hasNext()) { in removeUriPermissionLocked() 104 while (it.hasNext()) { in removeUriPermissionLocked()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | BroadcastInterceptingContext.java | 114 while (i.hasNext()) { in unregisterReceiver() 127 while (i.hasNext()) { in sendBroadcast()
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
D | ExportTestProvider.java | 56 public boolean hasNext() { in hasNext() method in ExportTestProvider.MockEntityIterator 57 return mIterator.hasNext(); in hasNext()
|
/frameworks/base/services/java/com/android/server/ |
D | IntentResolver.java | 174 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/ |
D | SipCallBase.java | 45 for (Iterator<Connection> it = mConnections.iterator(); it.hasNext(); ) { in clearDisconnected()
|