Searched refs:hasNext (Results 26 - 50 of 173) sorted by relevance

1234567

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v2/shortcut/
H A Dshortcut_list_policy.h50 *outHasNext = ShortcutListReadingUtils::hasNext(flags);
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/content/
H A Dbigram_dict_content.cpp34 return BigramEntry(false /* hasNext */, NOT_A_PROBABILITY,
64 return BigramEntry(false /* hasNext */, NOT_A_PROBABILITY,
70 // hasNext is always true because we should continue to read the next entry until the terminator
74 return BigramEntry(true /* hasNext */, probability, &historicalInfo, targetTerminalId);
76 return BigramEntry(true /* hasNext */, probability, targetTerminalId);
186 bool hasNext = true; local
189 while (hasNext) {
192 hasNext = originalBigramEntry.hasNext();
/packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
H A DOrFileFilter.java118 for (Iterator<IOFileFilter> iter = this.fileFilters.iterator(); iter.hasNext();) {
132 for (Iterator<IOFileFilter> iter = this.fileFilters.iterator(); iter.hasNext();) {
H A DAndFileFilter.java122 for (Iterator<IOFileFilter> iter = this.fileFilters.iterator(); iter.hasNext();) {
139 for (Iterator<IOFileFilter> iter = this.fileFilters.iterator(); iter.hasNext();) {
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
H A DUnboundedFifoByteBuffer.java225 public boolean hasNext() {
231 if (!hasNext()) {
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/content/
H A Dbigram_dict_content.h107 int createAndGetBigramFlags(const bool hasNext) const {
108 return hasNext ? Ver4DictConstants::BIGRAM_HAS_NEXT_MASK : 0;
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v2/
H A Dpatricia_trie_policy.cpp316 while (bigramsIt.hasNext()) {
335 while (bigramsIt.hasNext()) {
397 while (bigramsIt.hasNext()) {
419 bool hasNext = true; local
420 while (hasNext) {
423 hasNext = ShortcutListReadingUtils::hasNext(shortcutFlags);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterGradRepresentation.java463 while (sreader.hasNext()) {
470 sreader.hasNext();
472 sreader.hasNext();
474 sreader.hasNext();
476 sreader.hasNext();
478 sreader.hasNext();
480 sreader.hasNext();
482 sreader.hasNext();
484 sreader.hasNext();
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
H A Dver4_patricia_trie_policy.cpp147 while (bigramsIt.hasNext()) {
166 while (bigramsIt.hasNext()) {
456 bool hasNext = true; local
458 while (hasNext) {
461 hasNext = bigramEntry.hasNext();
492 bool hasNext = true; local
493 while (hasNext) {
497 &shortcutTargetLength, &shortcutProbability, &hasNext, &shortcutPos);
H A Dver4_patricia_trie_writing_helper.cpp251 bool hasNext = true; local
253 while (hasNext) {
257 hasNext = bigramEntry.hasNext();
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
H A Dver4_patricia_trie_policy.cpp137 while (bigramsIt.hasNext()) {
156 while (bigramsIt.hasNext()) {
468 bool hasNext = true; local
470 while (hasNext) {
473 hasNext = bigramEntry.hasNext();
504 bool hasNext = true; local
505 while (hasNext) {
509 &shortcutTargetLength, &shortcutProbability, &hasNext, &shortcutPos);
H A Dver4_patricia_trie_writing_helper.cpp242 bool hasNext = true; local
244 while (hasNext) {
248 hasNext = bigramEntry.hasNext();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DAction.java142 public Builder hasNext(boolean hasNext) { argument
143 mHasNext = hasNext;
167 int drawableResource, boolean checked, boolean multilineDescription, boolean hasNext,
176 mHasNext = hasNext;
311 public boolean hasNext() { method in class:Action
317 * If both this and {@link #hasNext()} are true, infoOnly takes precedence. (default is false)
166 Action(String key, String title, String description, String resourcePackageName, int drawableResource, boolean checked, boolean multilineDescription, boolean hasNext, boolean infoOnly, Intent intent, int checkSetId) argument
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
H A DMultipart.java92 for (Iterator<BodyPart> it = bodyParts.iterator(); it.hasNext();) {
131 for (Iterator<BodyPart> it = bodyParts.iterator(); it.hasNext();) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DMetadataParser.java57 while (reader.hasNext()) {
105 while (reader.hasNext()) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DJsonUtils.java44 while (reader.hasNext()) {
46 while (reader.hasNext()) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DCollapser.java89 while (itr.hasNext()) {
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DJsonBackedSuggestionExtras.java40 while (it.hasNext()) {
/packages/apps/Settings/src/com/android/settings/accessibility/
H A DAccessibilityUtils.java50 while (colonSplitter.hasNext()) {
/packages/apps/Settings/src/com/android/settings/print/
H A DPrintSettingsUtils.java50 while (colonSplitter.hasNext()) {
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/bigram/
H A Dver4_bigram_list_policy.h85 bool updateHasNextFlag(const bool hasNext, const int bigramEntryPos);
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/bigram/
H A Dbigram_list_read_write_utils.cpp70 } while(hasNext(flags));
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DVer2DictEncoder.java179 while (shortcutIterator.hasNext()) {
182 shortcutIterator.hasNext(),
208 while (bigramIterator.hasNext()) {
216 final int bigramFlags = BinaryDictEncoderUtils.makeBigramFlags(bigramIterator.hasNext(),
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DOpenWnnClauseConverterJAJP.java263 while (stemsi.hasNext()) {
293 while (stemsi.hasNext()) {
297 while (fzksi.hasNext()) {
359 while (clauseListi.hasNext()) {
441 while (followFzksi.hasNext()) {
496 while (list.hasNext()) {
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DSearchQueue.java77 for (Iterator<Entry> it = mEntries.iterator(); it.hasNext();) {

Completed in 4932 milliseconds

1234567