/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/ |
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
|
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
|
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
|
D | shortcut_dict_content.h | 77 const int probability, const bool hasNext, const int shortcutEntryPos) { in writeShortcutEntry()
|
D | bigram_dict_content.h | 107 int createAndGetBigramFlags(const bool hasNext) const { in createAndGetBigramFlags()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/ |
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
|
D | shortcut_dict_content.h | 70 const int probability, const bool hasNext, const int shortcutEntryPos) { in writeShortcutEntry()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/bigram/ |
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()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | IntSparseArrayMap.java | 51 public boolean hasNext() { in hasNext() method in IntSparseArrayMap.ValueIterator
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/ |
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
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
D | binary_dictionary_bigrams_iterator.h | 43 AK_FORCE_INLINE bool hasNext() const { in hasNext() function
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/bigram/ |
D | bigram_list_read_write_utils.h | 42 static AK_FORCE_INLINE bool hasNext(const BigramFlags flags) { in hasNext() function
|
/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/ |
D | Utils.java | 51 public boolean hasNext() { in hasNext() method in Utils.SparseArrayIterator
|
D | DiagnosticEventBuilder.java | 81 public boolean hasNext() { in iterator() method
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/shortcut/ |
D | shortcut_list_reading_utils.h | 38 static AK_FORCE_INLINE bool hasNext(const ShortcutFlags flags) { in hasNext() function
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
D | ConversationParticipantsData.java | 106 public boolean hasNext() { in iterator() method
|
/packages/apps/DocumentsUI/src/com/android/documentsui/clipping/ |
D | ClipStorageReader.java | 100 public boolean hasNext() { in hasNext() method in ClipStorageReader.Iterator
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/shortcut/ |
D | ver4_shortcut_list_policy.h | 88 bool hasNext = false; in addNewShortcut() local
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/shortcut/ |
D | ver4_shortcut_list_policy.h | 98 bool hasNext = false; in addNewShortcut() local
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/ |
D | ver4_patricia_trie_policy.cpp | 570 bool hasNext = true; in getWordProperty() local 606 bool hasNext = true; in getWordProperty() local
|
D | ver4_patricia_trie_writing_helper.cpp | 254 bool hasNext = true; in truncateBigrams() local
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/ |
D | patricia_trie_policy.cpp | 464 bool hasNext = true; in getWordProperty() local
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/ |
D | ver4_patricia_trie_policy.cpp | 550 bool hasNext = true; in getWordProperty() local
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
D | FusionDictionary.java | 590 public boolean hasNext() { in hasNext() method in FusionDictionary.DictionaryIterator
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | PositionController.java | 1016 public void moveBox(int fromIndex[], boolean hasPrev, boolean hasNext, in moveBox()
|