Searched defs:AKLOGI (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/
H A Ddefines.h95 #define AKLOGI(fmt, ...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, fmt, ##__VA_ARGS__) macro
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, ...) macro
184 AKLOGI("%s : clock is %f", __FUNCTION__, (clock() - profile_old[prof_buf_id]))
185 #define PROF_OUTALL do { AKLOGI("
[all...]

Completed in 66 milliseconds