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

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
patricia_trie_policy.h 86 AKLOGI("Warning: addUnigramEntry() is called for non-updatable dictionary.");
92 AKLOGI("Warning: removeUnigramEntry() is called for non-updatable dictionary.");
98 AKLOGI("Warning: addNgramEntry() is called for non-updatable dictionary.");
105 AKLOGI("Warning: removeNgramEntry() is called for non-updatable dictionary.");
113 AKLOGI("Warning: updateEntriesForWordWithNgramContext() is called for non-updatable "
120 AKLOGI("Warning: flush() is called for non-updatable dictionary.");
126 AKLOGI("Warning: flushWithGC() is called for non-updatable dictionary.");
132 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/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 36 AKLOGI("%20s, \"%c\", size = %03d, total = %03d, index(0) = %02d, dist = %.4f, %s,,", \
47 AKLOGI("#%8s, %5f, %5f, %5f, %5f, %s, %d, %5f,", header, \
  /packages/inputmethods/LatinIME/native/jni/src/utils/
profiler.h 38 AKLOGI("Total time is %6.3f ms.", totalTime);
40 AKLOGI("(%d): Used %4.2f%%, %8.4f ms. Called %d times.", time.first,
  /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, ...)
  /packages/inputmethods/LatinIME/native/jni/src/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 283 AKLOGI("Invalid dictionary. nodeCount: %d, totalNodeCount: %d, MAX_CHILD_COUNT: %d"
dynamic_pt_reading_helper.h 263 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);
105 AKLOGI("HasSpaceProximity: Illegal coordinates (%d, %d)", x, y);
115 AKLOGI("hasSpaceProximity: index %d, %d, %d", startIndex, x, y);
120 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 73 AKLOGI("---");
78 AKLOGI("--- (%d)%c", i, proximityChar);
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.cpp 269 AKLOGI("Warning: addUnigramEntry() is called for non-updatable dictionary.");
335 AKLOGI("Warning: removeUnigramEntry() is called for non-updatable dictionary.");
349 AKLOGI("Warning: addNgramEntry() is called for non-updatable dictionary.");
411 AKLOGI("Warning: removeNgramEntry() is called for non-updatable dictionary.");
453 AKLOGI("Warning: updateEntriesForWordWithNgramContext() is called for non-updatable "
477 AKLOGI("Warning: flush() is called for non-updatable dictionary. filePath: %s", filePath);
490 AKLOGI("Warning: flushWithGC() is called for non-updatable dictionary.");
503 AKLOGI("Warning: needsToRunGC() is called for non-updatable dictionary.");
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_policy.cpp 182 AKLOGI("Warning: addUnigramEntry() is called for non-updatable dictionary.");
249 AKLOGI("Warning: removeUnigramEntry() is called for non-updatable dictionary.");
274 AKLOGI("Warning: addNgramEntry() is called for non-updatable dictionary.");
337 AKLOGI("Warning: removeNgramEntry() is called for non-updatable dictionary.");
376 AKLOGI("Warning: updateEntriesForWordWithNgramContext() is called for non-updatable "
432 AKLOGI("Warning: flush() is called for non-updatable dictionary. filePath: %s", filePath);
445 AKLOGI("Warning: flushWithGC() is called for non-updatable dictionary.");
458 AKLOGI("Warning: needsToRunGC() is called for non-updatable dictionary.");
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
trie_map.cpp 52 AKLOGI("BufSize: %d", mBuffer.getTailPosition());
54 AKLOGI("Entry[%d]: %x, %x", i, readField0(i), readField1(i));
64 AKLOGI("Unused Size: %d", unusedRegionSize);
buffer_with_extendable_buffer.cpp 66 AKLOGI("writeUintAndAdvancePosition() is called with invalid size: %d", size);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp 118 AKLOGI("expandCurrentDicNodes depth level cache = %d, inputSize = %d",

Completed in 1447 milliseconds