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

12

/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DLongArrayMap.java51 public boolean hasNext() { method in class:LongArrayMap.ValueIterator
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/bigram/
H A Dbigram_list_read_write_utils.h42 static AK_FORCE_INLINE bool hasNext(const BigramFlags flags) { function in class:latinime::BigramListReadWriteUtils
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Dbinary_dictionary_bigrams_iterator.h43 AK_FORCE_INLINE bool hasNext() const { function in class:latinime::BinaryDictionaryBigramsIterator
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
H A DLineIterator.java38 * 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 Dshortcut_list_reading_utils.h38 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 Dshortcut_dict_content.h70 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 Dshortcut_dict_content.cpp101 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 Dbigram_entry.h42 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 Dshortcut_dict_content.h77 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 Dbigram_dict_content.cpp41 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 Dshortcut_dict_content.cpp116 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 Dver4_shortcut_list_policy.h77 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 Dver4_shortcut_list_policy.h67 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 DBuilder.java100 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 DBuilder.java100 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 DAction.java141 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 DSplitter.java423 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 Dver4_bigram_list_policy.cpp58 *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 Dver4_patricia_trie_writing_helper.cpp254 bool hasNext = true; local
256 while (hasNext) {
260 hasNext = bigramEntry.hasNext();
H A Dver4_patricia_trie_policy.cpp184 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 Dpatricia_trie_policy.cpp356 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 Dver4_patricia_trie_policy.cpp550 bool hasNext = true; local
551 while (hasNext) {
555 &shortcutTargetLength, &shortcutProbability, &hasNext, &shortcutPos);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DFusionDictionary.java590 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 DPositionController.java1013 // 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/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
H A DDialogFragment.java1067 public Builder hasNext(boolean hasNext) { argument
1068 mHasNext = hasNext;
1182 public boolean hasNext() { method in class:DialogFragment.Action
1188 * unactionable. If both this and {@link #hasNext()} are true,

Completed in 618 milliseconds

12