HomeSort by relevance Sort by last modified time
    Searched refs:AKLOGI (Results 1 - 18 of 18) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
patricia_trie_policy.h 82 AKLOGI("Warning: addUnigramWord() is called for non-updatable dictionary.");
89 AKLOGI("Warning: addBigramWords() is called for non-updatable dictionary.");
96 AKLOGI("Warning: removeBigramWords() is called for non-updatable dictionary.");
102 AKLOGI("Warning: flush() is called for non-updatable dictionary.");
107 AKLOGI("Warning: flushWithGC() is called for non-updatable dictionary.");
112 AKLOGI("Warning: needsToRunGC() is called for non-updatable dictionary.");
dynamic_patricia_trie_writing_utils.cpp 70 AKLOGI("PtNode array size cannot be written because arraySize is too large: %zd",
94 AKLOGI("code points cannot be written because codePointCount is invalid: %d",
108 AKLOGI("probability cannot be written because the probability is invalid: %d",
134 AKLOGI("offset cannot be written because the offset is too large or too small: %d",
dynamic_patricia_trie_policy.cpp 213 AKLOGI("Warning: addUnigramWord() is called for non-updatable dictionary.");
241 AKLOGI("Warning: addBigramWords() is called for non-updatable dictionary.");
275 AKLOGI("Warning: removeBigramWords() is called for non-updatable dictionary.");
305 AKLOGI("Warning: flush() is called for non-updatable dictionary.");
315 AKLOGI("Warning: flushWithGC() is called for non-updatable dictionary.");
331 AKLOGI("Warning: needsToRunGC() is called for non-updatable dictionary.");
dynamic_patricia_trie_reading_helper.cpp 191 AKLOGI("Invalid dictionary. nodeCount: %d, totalNodeCount: %d, MAX_CHILD_COUNT: %d"
dynamic_patricia_trie_reading_helper.h 267 AKLOGI("Reading state stack overflow. Max size: %zd", MAX_READING_STATE_STACK_SIZE);
  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 95 #define AKLOGI(fmt, ...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, fmt, ##__VA_ARGS__)
107 AKLOGI("%2d [ %s ] (%d)", rank, charBuf, probability);
112 AKLOGI("--- DUMP RESULT ---------");
116 AKLOGI("-------------------------");
123 AKLOGI("[ %s ]", charBuf);
142 AKLOGI("=== Trace ===");
145 AKLOGI("%s", strs[i]);
158 #define AKLOGI(fmt, ...)
184 AKLOGI("%s : clock is %f", __FUNCTION__, (clock() - profile_old[prof_buf_id]))
185 #define PROF_OUTALL do { AKLOGI("--- %s ---", __FUNCTION__); prof_out(); } while (0
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/utils/
edit_distance.h 55 AKLOGI("IN = %d, OUT = %d", beforeLength, afterLength);
58 AKLOGI("EDIT[%d][%d], %f", i, j, dp[(afterLength + 1) * i + j]);
68 AKLOGI("EditDistanceTable");
78 AKLOGI("[ %f, %f, %f, %f, %f, %f, %f, %f, %f, %f, %f ]",
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
bigram_dictionary.cpp 35 AKLOGI("BigramDictionary - constructor");
49 AKLOGI("Bigram: Found word = %s, freq = %d :", s, probability);
64 AKLOGI("Bigram: InsertAt -> %d MAX_RESULTS: %d", insertAt, MAX_RESULTS);
83 AKLOGI("Bigram: Added word at %d", insertAt);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node_priority_queue.h 107 AKLOGI("\n\n\n\n\n===========================");
113 AKLOGI("===========================\n\n\n\n\n");
159 AKLOGI("No unused node found.");
161 AKLOGI("Dump node availability, %d, %d, %d",
dic_nodes_cache.h 69 AKLOGI("Advance active %d nodes.", mNextActiveDicNodes->getSize());
145 AKLOGI("Restore %d nodes. inputIndex = %d.",
dic_node_profiler.h 174 AKLOGI("O %d, I %d, T %d, AP %d, S %d, SS %d, SO %d, M %d, C %d, TE %d, NW = %d, NWB = %d",
dic_node.h 32 AKLOGI("%20s, \"%c\", size = %03d, total = %03d, index(0) = %02d, dist = %.4f, %s,,", \
41 AKLOGI("#%8s, %5f, %5f, %5f, %5f, %s, %s, %d, %5f,", header, \
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.cpp 83 AKLOGI("Create proximity info array %d", proximityCharsLength);
87 AKLOGI("Locale string length too long: length=%d", localeCStrUtf8Length);
112 AKLOGI("HasSpaceProximity: Illegal coordinates (%d, %d)", x, y);
122 AKLOGI("hasSpaceProximity: index %d, %d, %d", startIndex, x, y);
127 AKLOGI("Index: %d", mProximityCharsArray[startIndex + i]);
proximity_info_state.cpp 44 AKLOGI("isContinuousSuggestionPossible = %s",
96 AKLOGI("Init ProximityInfoState: reused points = %d, last input size = %d",
156 AKLOGI("ProximityState init finished: %d points out of %d", mSampledInputSize, inputSize);
proximity_info_state_utils.cpp 53 AKLOGI("(%d) x %d, y %d, time %d",
63 AKLOGI("Invalid time sequence. %d, %d", times[i - 1], times[i]);
80 AKLOGI("Init ProximityInfoState: last input index = %d", lastInputIndex);
97 AKLOGI("Init ProximityInfoState: (%d)PID = %d", i, pid);
288 AKLOGI("--- refresh beeline speed rates");
440 AKLOGI("p0: size = %zd, x = %d, y = %d, lx = %d, ly = %d, dist = %d, "
473 AKLOGI("pushTouchPoint: x = %03d, y = %03d, time = %d, index = %d, popped ? %01d",
487 AKLOGI("--- invalid state: cancel. size = %d, ave = %f",
528 AKLOGI("--- double letter: start == end %d", start);
555 AKLOGI("--- (%d, %d) double letter: start = %d, end = %d, dist = %d, time = %d,
    [all...]
proximity_info_utils.h 72 AKLOGI("---");
77 AKLOGI("--- (%d)%c", i, proximityChar);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
buffer_with_extendable_buffer.cpp 29 AKLOGI("writeUintAndAdvancePosition() is called with invalid size: %d", size);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp 328 AKLOGI("expandCurrentDicNodes depth level cache = %d, inputSize = %d",

Completed in 494 milliseconds