Searched refs:LOGI (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DLog.h21 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) macro
H A DBlend.cpp250 LOGI("Allocate mosaic image for blending - size: %d x %d", Mwidth, Mheight);
/packages/inputmethods/LatinIME/native/src/
H A Ddictionary.cpp36 LOGI("Max word length (%d) is greater than %d",
38 LOGI("IN NATIVE SUGGEST Version: %d", (mDict[0] & 0xFF));
H A Ddebug.h45 LOGI(">> %s", tmp_buffer);
56 LOGI(">> %s", tmp_buffer);
67 LOGI("%s, WORD = %s", tag, buf);
H A Dbigram_dictionary.cpp35 LOGI("BigramDictionary - constructor");
36 LOGI("Has Bigram : %d", hasBigram);
49 LOGI("Bigram: Found word = %s, freq = %d :", s, frequency);
63 LOGI("Bigram: InsertAt -> %d maxBigrams: %d", insertAt, mMaxBigrams);
79 LOGI("Bigram: Added word at %d", insertAt);
H A Ddefines.h25 #define LOGI(fmt, ...) macro
45 LOGI("%s : clock is %f", __FUNCTION__, (clock() - profile_old[prof_buf_id]))
46 #define PROF_OUTALL do { LOGI("--- %s ---", __FUNCTION__); prof_out(); } while(0)
58 LOGI("Error: You must call PROF_OPEN before PROF_CLOSE.");
60 LOGI("Total time is %6.3f ms.",
69 LOGI("(%d): Used %4.2f%%, %8.4f ms. Called %d times.",
114 LOGI("[ %s ]", charBuf);
H A Dunigram_dictionary.cpp49 LOGI("UnigramDictionary - constructor");
161 LOGI("Returning %d words", suggestedWordsCount);
168 LOGI("%s %i", s, mFrequencies[j]);
215 LOGI("--- Suggest missing space characters %d", i);
227 LOGI("--- Suggest words with proximity space %d", i);
232 LOGI("Input[%d] x = %d, y = %d, has space proximity = %d",
247 LOGI("initSuggest");
270 LOGI("Found word = %s, freq = %d", s, frequency);
275 LOGI("Exceeded max word length.");
294 LOGI("Adde
[all...]
H A Dcorrection.cpp65 LOGI("IN = %d, OUT = %d", inputLength, outputLength);
68 LOGI("EDIT[%d][%d], %d", i, j, dp[i * lo + j]);
387 LOGI("UNRELATED(0): %d, %d, %d, %d, %c", mProximityCount, mSkippedCount,
408 LOGI("CONVERSION p->e %c", mWord[mOutputIndex - 1]);
485 LOGI("UNRELATED(1): %d, %d, %d, %d, %c", mProximityCount, mSkippedCount,
538 LOGI("ONTERMINAL(1): %d, %d, %d, %d, %c", mProximityCount, mSkippedCount,
710 LOGI("Demotion rate for missing character is %d.", demotionRate);
724 LOGI("Double excessive demotion");
774 LOGI("Found a proximity correction.");
835 LOGI("cal
[all...]
H A Dproximity_info.cpp55 LOGI("Create proximity info array %d", proximityGridLength);
105 LOGI("hasSpaceProximity: index %d", startIndex);
109 LOGI("Index: %d", mProximityCharsArray[startIndex + i]);
/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
H A DRenderer.cpp90 LOGI("Program Linked!");
/packages/apps/Camera/jni/
H A Dmosaic_renderer_jni.cpp173 LOGI("GL %s = %s", name, v);
/packages/apps/Nfc/jni/
H A Dcom_android_nfc_NativeNfcManager.cpp471 LOGI("Firmware update SUCCESS");
616 LOGI("NFC Initialized");
872 LOGI("LLCP Link activated (LTO=%d, MIU=%d, OPTION=0x%02x, WKS=0x%02x)",sLinkParams.lto,
881 LOGI("LLCP Link deactivated");

Completed in 4043 milliseconds