Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
Dbigram_entry.h42 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
Dshortcut_dict_content.cpp116 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
Dbigram_dict_content.cpp46 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
Dshortcut_dict_content.h77 const int probability, const bool hasNext, const int shortcutEntryPos) { in writeShortcutEntry()
Dbigram_dict_content.h107 int createAndGetBigramFlags(const bool hasNext) const { in createAndGetBigramFlags()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dshortcut_dict_content.cpp101 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
Dshortcut_dict_content.h70 const int probability, const bool hasNext, const int shortcutEntryPos) { in writeShortcutEntry()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/bigram/
Dver4_bigram_list_policy.cpp174 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()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DIntSparseArrayMap.java51 public boolean hasNext() { in hasNext() method in IntSparseArrayMap.ValueIterator
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DAction.java133 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
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dbinary_dictionary_bigrams_iterator.h43 AK_FORCE_INLINE bool hasNext() const { in hasNext() function
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/bigram/
Dbigram_list_read_write_utils.h42 static AK_FORCE_INLINE bool hasNext(const BigramFlags flags) { in hasNext() function
/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/
DUtils.java51 public boolean hasNext() { in hasNext() method in Utils.SparseArrayIterator
DDiagnosticEventBuilder.java81 public boolean hasNext() { in iterator() method
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/shortcut/
Dshortcut_list_reading_utils.h38 static AK_FORCE_INLINE bool hasNext(const ShortcutFlags flags) { in hasNext() function
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DConversationParticipantsData.java106 public boolean hasNext() { in iterator() method
/packages/apps/DocumentsUI/src/com/android/documentsui/clipping/
DClipStorageReader.java100 public boolean hasNext() { in hasNext() method in ClipStorageReader.Iterator
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/shortcut/
Dver4_shortcut_list_policy.h88 bool hasNext = false; in addNewShortcut() local
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/shortcut/
Dver4_shortcut_list_policy.h98 bool hasNext = false; in addNewShortcut() local
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_policy.cpp570 bool hasNext = true; in getWordProperty() local
606 bool hasNext = true; in getWordProperty() local
Dver4_patricia_trie_writing_helper.cpp254 bool hasNext = true; in truncateBigrams() local
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
Dpatricia_trie_policy.cpp464 bool hasNext = true; in getWordProperty() local
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_policy.cpp550 bool hasNext = true; in getWordProperty() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DFusionDictionary.java590 public boolean hasNext() { in hasNext() method in FusionDictionary.DictionaryIterator
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPositionController.java1016 public void moveBox(int fromIndex[], boolean hasPrev, boolean hasNext, in moveBox()