/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/ |
H A D | bigram_entry.h | 42 BigramEntry(const bool hasNext, const int probability, const int targetTerminalId) in BigramEntry() 47 BigramEntry(const bool hasNext, const int probability, in BigramEntry() 56 const BigramEntry updateHasNextAndGetEntry(const bool hasNext) const { in updateHasNextAndGetEntry() 77 bool hasNext() const { in hasNext() function
|
H A D | shortcut_dict_content.cpp | 116 bool hasNext = true; in copyShortcutListFromDictContent() local 138 const bool hasNext = shortcutFlags & Ver4DictConstants::SHORTCUT_HAS_NEXT_MASK; in setProbability() local 145 const int codePointCount, const int probability, const bool hasNext, in writeShortcutEntryAndAdvancePosition() 165 bool hasNext = true; in findShortcutEntryAndGetPos() local
|
H A D | bigram_dict_content.cpp | 46 const bool hasNext = (bigramFlags & Ver4DictConstants::BIGRAM_HAS_NEXT_MASK) != 0; in getBigramEntryAndAdvancePosition() local 131 bool hasNext = true; in copyBigramList() local 186 bool hasNext = true; in runGCBigramList() local
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/ |
H A D | shortcut_dict_content.cpp | 101 bool hasNext = true; in copyShortcutListFromDictContent() local 123 const bool hasNext = shortcutFlags & Ver4DictConstants::SHORTCUT_HAS_NEXT_MASK; in setProbability() local 130 const int codePointCount, const int probability, const bool hasNext, in writeShortcutEntryAndAdvancePosition() 150 bool hasNext = true; in findShortcutEntryAndGetPos() local
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/bigram/ |
H A D | ver4_bigram_list_policy.cpp | 174 bool hasNext = true; in updateAllBigramEntriesAndDeleteUselessEntries() local 223 bool hasNext = true; in getBigramEntryConut() local 241 bool hasNext = true; in getEntryPosToUpdate() local 281 bool Ver4BigramListPolicy::updateHasNextFlag(const bool hasNext, const int bigramEntryPos) { in updateHasNextFlag()
|
/aosp12/frameworks/av/drm/common/ |
H A 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
|
H A 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
|
H A 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
|
H A 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
|
H A 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
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | RecurrenceRule.java | 179 boolean hasNext; field in RecurrenceRule.NonrecurringIterator 186 public boolean hasNext() { in hasNext() method in RecurrenceRule.NonrecurringIterator 238 public boolean hasNext() { in hasNext() method in RecurrenceRule.RecurringIterator
|
H A D | FastImmutableArraySet.java | 64 public boolean hasNext() { in hasNext() method in FastImmutableArraySet.FastIterator
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/ |
H A D | Action.java | 133 public Builder hasNext(boolean hasNext) { in hasNext() argument 156 boolean hasNext, boolean infoOnly, Intent intent, int checkSetId, boolean enabled) { in Action() 269 public boolean hasNext() { in hasNext() method in Action
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
H A D | ConversationParticipantsData.java | 106 public boolean hasNext() { in iterator() method
|
/aosp12/packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/tzs2range/write/ |
H A D | PushBackIterator.java | 34 public boolean hasNext() { in hasNext() method in PushBackIterator
|
/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
H A D | SkipNullsIterator.java | 35 public boolean hasNext() { in hasNext() method in SkipNullsIterator
|
H A D | DominatorReferenceIterator.java | 39 public boolean hasNext() { in hasNext() method in DominatorReferenceIterator
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/ |
H A D | IntSparseArrayMap.java | 51 public boolean hasNext() { in hasNext() method in IntSparseArrayMap.ValueIterator
|
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/util/ |
H A D | FileUtils.java | 604 public boolean hasNext() { in buildUniqueNameIterator() method 627 public boolean hasNext() { in buildUniqueNameIterator() method 644 public boolean hasNext() { in buildUniqueNameIterator() method
|
/aosp12/frameworks/base/core/java/android/content/ |
H A D | CursorEntityIterator.java | 60 public final boolean hasNext() { in hasNext() method in CursorEntityIterator
|
/aosp12/frameworks/base/services/core/java/com/android/server/integrity/model/ |
H A D | BitInputStream.java | 65 public boolean hasNext() throws IOException { in hasNext() method in BitInputStream
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
H A D | LinearFakeValueGenerator.cpp | 73 bool LinearFakeValueGenerator::hasNext() { in hasNext() function in android::hardware::automotive::vehicle::V2_0::impl::LinearFakeValueGenerator
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/bigram/ |
H A D | bigram_list_read_write_utils.h | 42 static AK_FORCE_INLINE bool hasNext(const BigramFlags flags) { in hasNext() function
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
H A D | binary_dictionary_bigrams_iterator.h | 43 AK_FORCE_INLINE bool hasNext() const { in hasNext() function
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/shortcut/ |
H A D | shortcut_list_reading_utils.h | 38 static AK_FORCE_INLINE bool hasNext(const ShortcutFlags flags) { in hasNext() function
|