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

  /packages/inputmethods/LatinIME/native/jni/src/utils/
log_utils.h 27 static void logToJava(JNIEnv *const env, const char *const format, ...)
log_utils.cpp 25 /* static */ void LogUtils::logToJava(JNIEnv *const env, const char *const format, ...) {
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 560 LogUtils::logToJava(env, "Cannot migrate header.");
580 LogUtils::logToJava(env, "Cannot open dict after GC.");
586 LogUtils::logToJava(env, "Cannot add unigram to the new dict.");
600 LogUtils::logToJava(env, "Cannot open dict after GC.");
609 LogUtils::logToJava(env, "Cannot add bigram to the new dict.");
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.cpp 217 LogUtils::logToJava(env,

Completed in 808 milliseconds