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

/packages/inputmethods/LatinIME/native/jni/src/
H A Ddefines.h106 #define AKLOGI(fmt, ...) printf(fmt "\n", ##__VA_ARGS__) macro
109 #define AKLOGI(fmt, ...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, fmt, ##__VA_ARGS__) macro
123 AKLOGI("%2d [ %s ] (%d)", rank, charBuf, probability);
131 AKLOGI("[ %s ]", charBuf);
150 AKLOGI("=== Trace ===");
153 AKLOGI("%s", strs[i]);
166 #define AKLOGI(fmt, ...) macro
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("Erro
[all...]

Completed in 643 milliseconds