/packages/apps/Launcher3/src/com/android/launcher3/util/ |
H A D | LongArrayMap.java | 51 public boolean hasNext() { method in class:LongArrayMap.ValueIterator
|
/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) { function in class:latinime::BigramListReadWriteUtils
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
H A D | binary_dictionary_bigrams_iterator.h | 43 AK_FORCE_INLINE bool hasNext() const { function in class:latinime::BinaryDictionaryBigramsIterator
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/ |
H A D | LineIterator.java | 38 * while (it.hasNext()) { 88 public boolean hasNext() { method in class:LineIterator 139 if (!hasNext()) {
|
/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) { function in class:latinime::ShortcutListReadingUtils
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/ |
H A D | shortcut_dict_content.h | 70 const int probability, const bool hasNext, const int shortcutEntryPos) { 73 hasNext, &writingPos); 77 const int codePointCount, const int probability, const bool hasNext, 89 int createAndGetShortcutFlags(const int probability, const bool hasNext) const; 69 writeShortcutEntry(const int *const codePoint, const int codePointCount, const int probability, const bool hasNext, const int shortcutEntryPos) argument
|
H A D | shortcut_dict_content.cpp | 101 bool hasNext = true; local 105 while (hasNext) { 109 codePoints, &codePointCount, &probability, &hasNext, &readingPos); 111 hasNext, &writingPos)) { 123 const bool hasNext = shortcutFlags & Ver4DictConstants::SHORTCUT_HAS_NEXT_MASK; local 124 const int shortcutFlagsToWrite = createAndGetShortcutFlags(probability, hasNext); 130 const int codePointCount, const int probability, const bool hasNext, 133 const int shortcutFlags = createAndGetShortcutFlags(probability, hasNext); 150 bool hasNext = true; local 153 while (hasNext) { 129 writeShortcutEntryAndAdvancePosition(const int *const codePoint, const int codePointCount, const int probability, const bool hasNext, int *const shortcutEntryPos) argument [all...] |
/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) argument 43 : mHasNext(hasNext), mProbability(probability), mHistoricalInfo(), 47 BigramEntry(const bool hasNext, const int probability, argument 49 : mHasNext(hasNext), mProbability(probability), mHistoricalInfo(*historicalInfo), 56 const BigramEntry updateHasNextAndGetEntry(const bool hasNext) const { 57 return BigramEntry(hasNext, mProbability, &mHistoricalInfo, mTargetTerminalId); 77 bool hasNext() const { function in class:latinime::backward::v402::BigramEntry
|
H A D | shortcut_dict_content.h | 77 const int probability, const bool hasNext, const int shortcutEntryPos) { 80 hasNext, &writingPos); 84 const int codePointCount, const int probability, const bool hasNext, 96 int createAndGetShortcutFlags(const int probability, const bool hasNext) const; 76 writeShortcutEntry(const int *const codePoint, const int codePointCount, const int probability, const bool hasNext, const int shortcutEntryPos) argument
|
H A D | bigram_dict_content.cpp | 41 return BigramEntry(false /* hasNext */, NOT_A_PROBABILITY, 46 const bool hasNext = (bigramFlags & Ver4DictConstants::BIGRAM_HAS_NEXT_MASK) != 0; local 71 return BigramEntry(hasNext, probability, &historicalInfo, targetTerminalId); 73 return BigramEntry(hasNext, probability, targetTerminalId); 80 const int bigramFlags = createAndGetBigramFlags(bigramEntryToWrite->hasNext()); 131 bool hasNext = true; local 132 while (hasNext) { 134 hasNext = bigramEntry.hasNext(); 135 if (!hasNext) { 186 bool hasNext = true; local [all...] |
H A D | shortcut_dict_content.cpp | 116 bool hasNext = true; local 120 while (hasNext) { 124 codePoints, &codePointCount, &probability, &hasNext, &readingPos); 126 hasNext, &writingPos)) { 138 const bool hasNext = shortcutFlags & Ver4DictConstants::SHORTCUT_HAS_NEXT_MASK; local 139 const int shortcutFlagsToWrite = createAndGetShortcutFlags(probability, hasNext); 145 const int codePointCount, const int probability, const bool hasNext, 148 const int shortcutFlags = createAndGetShortcutFlags(probability, hasNext); 165 bool hasNext = true; local 168 while (hasNext) { 144 writeShortcutEntryAndAdvancePosition(const int *const codePoint, const int codePointCount, const int probability, const bool hasNext, int *const shortcutEntryPos) argument [all...] |
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/shortcut/ |
H A D | ver4_shortcut_list_policy.h | 77 false /* hasNext */, writingPos); 90 codePointCount, probability, true /* hasNext */, &writingPos)) { 98 bool hasNext = false; local 100 0 /* outCodePointCount */ , 0 /* probability */, &hasNext, entryPos); 102 codePointCount, probability, hasNext, entryPos)) {
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/shortcut/ |
H A D | ver4_shortcut_list_policy.h | 67 false /* hasNext */, writingPos); 80 codePointCount, probability, true /* hasNext */, &writingPos)) { 88 bool hasNext = false; local 90 0 /* outCodePointCount */ , 0 /* probability */, &hasNext, entryPos); 92 codePointCount, probability, hasNext, entryPos)) {
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/ |
H A D | Builder.java | 100 while (it.hasNext()) { 170 while (it.hasNext()) { 230 public boolean hasNext() { method in class:Builder.ChildNodeIterator
|
/packages/services/Telephony/src/org/apache/james/mime4j/field/address/ |
H A D | Builder.java | 100 while (it.hasNext()) { 170 while (it.hasNext()) { 230 public boolean hasNext() { method in class:Builder.ChildNodeIterator
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/ |
H A D | Action.java | 141 public Builder hasNext(boolean hasNext) { argument 142 mHasNext = hasNext; 164 boolean hasNext, boolean infoOnly, Intent intent, int checkSetId, boolean enabled) { 173 mHasNext = hasNext; 278 public boolean hasNext() { method in class:Action 284 * If both this and {@link #hasNext()} are true, infoOnly takes precedence. (default is false) 162 Action(String key, String title, String description, String resourcePackageName, int drawableResource, Uri iconUri, boolean checked, boolean multilineDescription, boolean hasNext, boolean infoOnly, Intent intent, int checkSetId, boolean enabled) argument
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
H A D | Splitter.java | 423 public final boolean hasNext() { method in class:Splitter.AbstractIterator 446 if (!hasNext()) {
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/bigram/ |
H A D | ver4_bigram_list_policy.cpp | 58 *outHasNext = bigramEntry.hasNext(); 79 const BigramEntry newBigramEntry(false /* hasNext */, NOT_A_PROBABILITY, 112 const BigramEntry newBigramEntry(false /* hasNext */, NOT_A_PROBABILITY, 120 if (!updateHasNextFlag(true /* hasNext */, tailEntryPos)) { 174 bool hasNext = true; local 176 while (hasNext) { 180 hasNext = bigramEntry.hasNext(); 223 bool hasNext = true; local 225 while (hasNext) { 241 bool hasNext = true; local 281 updateHasNextFlag(const bool hasNext, const int bigramEntryPos) argument [all...] |
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/ |
H A D | ver4_patricia_trie_writing_helper.cpp | 254 bool hasNext = true; local 256 while (hasNext) { 260 hasNext = bigramEntry.hasNext();
|
H A D | ver4_patricia_trie_policy.cpp | 184 while (bigramsIt.hasNext()) { 211 while (bigramsIt.hasNext()) { 570 bool hasNext = true; local 572 while (hasNext) { 575 hasNext = bigramEntry.hasNext(); 606 bool hasNext = true; local 607 while (hasNext) { 611 &shortcutTargetLength, &shortcutProbability, &hasNext, &shortcutPos);
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/ |
H A D | patricia_trie_policy.cpp | 356 while (bigramsIt.hasNext()) { 376 while (bigramsIt.hasNext()) { 441 while (bigramsIt.hasNext()) { 464 bool hasNext = true; local 465 while (hasNext) { 468 hasNext = ShortcutListReadingUtils::hasNext(shortcutFlags);
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/ |
H A D | ver4_patricia_trie_policy.cpp | 550 bool hasNext = true; local 551 while (hasNext) { 555 &shortcutTargetLength, &shortcutProbability, &hasNext, &shortcutPos);
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
H A D | FusionDictionary.java | 590 public boolean hasNext() { method in class:FusionDictionary.DictionaryIterator 592 if (p.pos.hasNext()) { 605 if (currentPos.pos.hasNext()) {
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
H A D | PositionController.java | 1013 // hasPrev/hasNext indicates if there are previous/next boxes for the 1016 public void moveBox(int fromIndex[], boolean hasPrev, boolean hasNext, argument 1020 mHasNext = hasNext;
|
/packages/services/Telecomm/libs/ |
H A D | guava.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ... |