Home
last modified time | relevance | path

Searched refs:AKLOGI (Results 1 – 10 of 10) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/
Ddefines.h24 #define AKLOGI ALOGI macro
36 AKLOGI("[ %s ]", charBuf); in dumpWord()
46 AKLOGI("i[ %s ]", charBuf); in dumpWordInt()
51 #define AKLOGI(fmt, ...) macro
73 AKLOGI("%s : clock is %f", __FUNCTION__, (clock() - profile_old[prof_buf_id]))
74 #define PROF_OUTALL do { AKLOGI("--- %s ---", __FUNCTION__); prof_out(); } while(0)
86 AKLOGI("Error: You must call PROF_OPEN before PROF_CLOSE."); in prof_out()
88 AKLOGI("Total time is %6.3f ms.", in prof_out()
97 AKLOGI("(%d): Used %4.2f%%, %8.4f ms. Called %d times.", in prof_out()
Dcorrection.cpp46 AKLOGI("EditDistanceTable"); in dumpEditDistance10ForDebug()
56 AKLOGI("[ %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d ]", in dumpEditDistance10ForDebug()
88 AKLOGI("getCurrentEditDistance %d, %d", inputLength, outputLength); in getCurrentEditDistance()
405 AKLOGI("UNRELATED(0): %d, %d, %d, %d, %c", mProximityCount, mSkippedCount, in processCharAndCalcState()
435 AKLOGI("CONVERSION p->e %c", mWord[mOutputIndex - 1]); in processCharAndCalcState()
527 AKLOGI("TRANSPOSE: %d, %d, %d, %d, %c", mProximityCount, mSkippedCount, in processCharAndCalcState()
530 AKLOGI("EXCEED: %d, %d, %d, %d, %c", mProximityCount, mSkippedCount, in processCharAndCalcState()
541 AKLOGI("SKIP: %d, %d, %d, %d, %c", mProximityCount, mSkippedCount, in processCharAndCalcState()
554 AKLOGI("ADDITIONALPROX: %d, %d, %d, %d, %c", mProximityCount, mSkippedCount, in processCharAndCalcState()
563 AKLOGI("UNRELATED(1): %d, %d, %d, %d, %c", mProximityCount, mSkippedCount, in processCharAndCalcState()
[all …]
Dproximity_info.cpp61 AKLOGI("Create proximity info array %d", proximityGridLength); in ProximityInfo()
112 AKLOGI("HasSpaceProximity: Illegal coordinates (%d, %d)", x, y); in hasSpaceProximity()
120 AKLOGI("hasSpaceProximity: index %d, %d, %d", startIndex, x, y); in hasSpaceProximity()
124 AKLOGI("Index: %d", mProximityCharsArray[startIndex + i]); in hasSpaceProximity()
234 AKLOGI("---"); in setInputParams()
240 AKLOGI("--- (%d)%c,%c", i, icc, icfjc); in setInputParams()
241 AKLOGI("--- A<%d>,B<%d>", icc, icfjc); in setInputParams()
263 AKLOGI("--- setInputParams"); in setInputParams()
273 AKLOGI("--- Primary = %c, x = %d, y = %d", primaryKey, x, y); in setInputParams()
300 AKLOGI("--- Proximity (%d) = %c", j, currentChar); in setInputParams()
Ddebug.h45 AKLOGI(">> %s", tmp_buffer); in LOGI_S16()
56 AKLOGI(">> %s", tmp_buffer); in LOGI_S16_PLUS()
67 AKLOGI("%s, WORD = %s", tag, buf); in printDebug()
Dunigram_dictionary.cpp52 AKLOGI("UnigramDictionary - constructor"); in UnigramDictionary()
210 AKLOGI("Max normalized score = %f", ns); in getSuggestions()
220 AKLOGI("Returning %d words", suggestedWordsCount); in getSuggestions()
226 AKLOGI("%s %i", s, frequencies[j]); in getSuggestions()
292 AKLOGI("--- TOP SUB WORDS for %d --- %d %f [%d]", i, score, ns, in getWordSuggestions()
304 AKLOGI("initSuggest"); in initSuggestions()
331 AKLOGI("Traverse count %d", totalTraverseCount); in getSuggestionCandidates()
335 AKLOGI("Abort traversing %d", totalTraverseCount); in getSuggestionCandidates()
498 AKLOGI("Dump word candidates(%d) %d", currentWordIndex, inputWordLength); in getSubStringSuggestion()
515 AKLOGI("NS(%d) = %f, Score = %d", currentWordIndex, ns, score); in getSubStringSuggestion()
[all …]
Dbigram_dictionary.cpp34 AKLOGI("BigramDictionary - constructor"); in BigramDictionary()
47 AKLOGI("Bigram: Found word = %s, freq = %d :", s, frequency); in addWordBigram()
61 AKLOGI("Bigram: InsertAt -> %d maxBigrams: %d", insertAt, mMaxBigrams); in addWordBigram()
77 AKLOGI("Bigram: Added word at %d", insertAt); in addWordBigram()
Ddictionary.cpp36 AKLOGI("Max word length (%d) is greater than %d", in Dictionary()
38 AKLOGI("IN NATIVE SUGGEST Version: %d", (mDict[0] & 0xFF)); in Dictionary()
Dwords_priority_queue.h80 AKLOGI("Push word. %d, %d", score, wordLength); in push()
105 AKLOGI("dump word. %d", sw->mScore); in outputSuggestions()
160 AKLOGI("Clear word. %d", sw->mScore); in clear()
Dwords_priority_queue_pool.h81 AKLOGI("DUMP SUBQUEUE1 TOP SUGGESTIONS"); in dumpSubQueue1TopSuggestions()
Dcorrection.h58 AKLOGI("--- Invalid multiplier: %d", multiplier); in multiplyIntCapped()