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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v2/
patricia_trie_policy.h 88 AKLOGI("Warning: addUnigramEntry() is called for non-updatable dictionary.");
94 AKLOGI("Warning: removeUnigramEntry() is called for non-updatable dictionary.");
101 AKLOGI("Warning: addNgramEntry() is called for non-updatable dictionary.");
108 AKLOGI("Warning: removeNgramEntry() is called for non-updatable dictionary.");
114 AKLOGI("Warning: flush() is called for non-updatable dictionary.");
120 AKLOGI("Warning: flushWithGC() is called for non-updatable dictionary.");
126 AKLOGI("Warning: needsToRunGC() is called for non-updatable dictionary.");
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/utils/
edit_distance.h 57 AKLOGI("IN = %d, OUT = %d", beforeLength, afterLength);
60 AKLOGI("EDIT[%d][%d], %f", i, j, dp[(afterLength + 1) * i + j]);
70 AKLOGI("EditDistanceTable");
80 AKLOGI("[ %f, %f, %f, %f, %f, %f, %f, %f, %f, %f, %f ]",
  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 106 #define AKLOGI(fmt, ...) printf(fmt "\n", ##__VA_ARGS__)
109 #define AKLOGI(fmt, ...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, fmt, ##__VA_ARGS__)
123 AKLOGI("%2d [ %s ] (%d)", rank, charBuf, probability);
131 AKLOGI("[ %s ]", charBuf);
150 AKLOGI("=== Trace ===");
153 AKLOGI("%s", strs[i]);
166 #define AKLOGI(fmt, ...)
192 AKLOGI("%s : clock is %f", __FUNCTION__, (clock() - profile_old[prof_buf_id]))
193 #define PROF_OUTALL do { AKLOGI("--- %s ---", __FUNCTION__); prof_out(); } while (0)
205 AKLOGI("Error: You must call PROF_OPEN before PROF_CLOSE.")
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node_pool.h 66 AKLOGI("\n\n\n\n\n===========================");
77 AKLOGI("===========================\n\n\n\n\n");
dic_nodes_cache.h 68 AKLOGI("Advance active %d nodes.", mNextActiveDicNodes->getSize());
135 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 35 AKLOGI("%20s, \"%c\", size = %03d, total = %03d, index(0) = %02d, dist = %.4f, %s,,", \
46 AKLOGI("#%8s, %5f, %5f, %5f, %5f, %s, %d, %5f,", header, \
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/
dynamic_pt_writing_utils.cpp 69 AKLOGI("PtNode array size cannot be written because arraySize is too large: %zd",
93 AKLOGI("code points cannot be written because codePointCount is invalid: %d",
119 AKLOGI("offset cannot be written because the offset is too large or too small: %d",
dynamic_pt_reading_helper.cpp 288 AKLOGI("Invalid dictionary. nodeCount: %d, totalNodeCount: %d, MAX_CHILD_COUNT: %d"
dynamic_pt_reading_helper.h 264 AKLOGI("Reading state stack overflow. Max size: %zd", MAX_READING_STATE_STACK_SIZE);
  /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 52 AKLOGI("isContinuousSuggestionPossible = %s",
103 AKLOGI("Init ProximityInfoState: reused points = %d, last input size = %d",
162 AKLOGI("ProximityState init finished: %d points out of %d", mSampledInputSize, inputSize);
proximity_info_state_utils.cpp 56 AKLOGI("(%d) x %d, y %d, time %d",
66 AKLOGI("Invalid time sequence. %d, %d", times[i - 1], times[i]);
83 AKLOGI("Init ProximityInfoState: last input index = %d", lastInputIndex);
100 AKLOGI("Init ProximityInfoState: (%d)PID = %d", i, pid);
284 AKLOGI("--- refresh beeline speed rates");
436 AKLOGI("p0: size = %zd, x = %d, y = %d, lx = %d, ly = %d, dist = %d, "
469 AKLOGI("pushTouchPoint: x = %03d, y = %03d, time = %d, index = %d, popped ? %01d",
483 AKLOGI("--- invalid state: cancel. size = %d, ave = %f",
524 AKLOGI("--- double letter: start == end %d", start);
551 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/structure/v4/
ver4_patricia_trie_policy.cpp 189 AKLOGI("Warning: addUnigramEntry() is called for non-updatable dictionary.");
253 AKLOGI("Warning: removeUnigramEntry() is called for non-updatable dictionary.");
275 AKLOGI("Warning: addNgramEntry() is called for non-updatable dictionary.");
338 AKLOGI("Warning: removeNgramEntry() is called for non-updatable dictionary.");
376 AKLOGI("Warning: flush() is called for non-updatable dictionary. filePath: %s", filePath);
389 AKLOGI("Warning: flushWithGC() is called for non-updatable dictionary.");
402 AKLOGI("Warning: needsToRunGC() is called for non-updatable dictionary.");
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.cpp 199 AKLOGI("Warning: addUnigramEntry() is called for non-updatable dictionary.");
264 AKLOGI("Warning: addNgramEntry() is called for non-updatable dictionary.");
326 AKLOGI("Warning: removeNgramEntry() is called for non-updatable dictionary.");
364 AKLOGI("Warning: flush() is called for non-updatable dictionary. filePath: %s", filePath);
377 AKLOGI("Warning: flushWithGC() is called for non-updatable dictionary.");
390 AKLOGI("Warning: needsToRunGC() is called for non-updatable dictionary.");
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
trie_map.cpp 50 AKLOGI("BufSize: %d", mBuffer.getTailPosition());
52 AKLOGI("Entry[%d]: %x, %x", i, readField0(i), readField1(i));
62 AKLOGI("Unused Size: %d", unusedRegionSize);
buffer_with_extendable_buffer.cpp 64 AKLOGI("writeUintAndAdvancePosition() is called with invalid size: %d", size);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp 115 AKLOGI("expandCurrentDicNodes depth level cache = %d, inputSize = %d",

Completed in 132 milliseconds