LatinIME/native/jni
Yohei Yukawa 8855306cf9 Add a script to run native tests
This script saves your time to remember how to build and run
native unittests for LatinIME.

BUG: 13754552
Change-Id: I98398648f0eb0a0100a8729df26f71d53b54c5e3
2014-04-02 16:28:34 +09:00
..
src Change wrongly used "lookahead" to "completion". 2014-04-02 12:44:41 +09:00
tests/utils Add an initial native test on host environment 2014-04-02 14:23:53 +09:00
Android.mk Add an initial native test on host environment 2014-04-02 14:23:53 +09:00
Application.mk Reorganize LatinIME native build directory structure. Now it got NDK friendly. 2011-12-13 21:16:20 +09:00
CleanupNativeFileList.mk Add an initial native test on host environment 2014-04-02 14:23:53 +09:00
HostUnitTests.mk Add an initial native test on host environment 2014-04-02 14:23:53 +09:00
NativeFileList.mk Add an initial native test on host environment 2014-04-02 14:23:53 +09:00
com_android_inputmethod_keyboard_ProximityInfo.cpp Cleanups in JNI related code 2013-06-04 19:16:47 +09:00
com_android_inputmethod_keyboard_ProximityInfo.h Yet another small cleanups 2013-01-08 17:57:26 +09:00
com_android_inputmethod_latin_BinaryDictionary.cpp Use SuggestionResults to get suggestion. 2014-03-27 20:05:33 +09:00
com_android_inputmethod_latin_BinaryDictionary.h Yet another small cleanups 2013-01-08 17:57:26 +09:00
com_android_inputmethod_latin_BinaryDictionaryUtils.cpp Separate utility methods from BinaryDictionary. 2014-03-05 18:19:34 +09:00
com_android_inputmethod_latin_BinaryDictionaryUtils.h Separate utility methods from BinaryDictionary in native code. 2014-03-05 12:49:04 +09:00
com_android_inputmethod_latin_DicTraverseSession.cpp Change cache capacity depending on the dictionary size. 2013-09-12 18:47:56 +09:00
com_android_inputmethod_latin_DicTraverseSession.h Yet another small cleanups 2013-01-08 17:57:26 +09:00
jni_common.cpp RegisterNatives() returns 0 on success. 2014-03-26 20:47:14 +09:00
jni_common.h Cleanups in JNI related code 2013-06-04 19:16:47 +09:00
run-tests.sh Add a script to run native tests 2014-04-02 16:28:34 +09:00