LatinIME/native/jni
Ken Wakasa 2a6f58d902 Prep for GCC 4.7
On Galaxy Nexus (./vendor/google/apps/LatinImeGoogle/tests/etc/run-profile.sh -g)

Before
==== test finished, terminate logcat =====
(0)  2506.11 (10.48%)
(1)  21289.22 (89.01%)
(2)  108.29 (0.45%)
(3)  0.00 (0.00%)
(4)  0.00 (0.00%)
(5)  0.00 (0.00%)
(6)  0.00 (0.00%)
(20) 0.00 (0.00%)
Total 23917.44 (sum of others 23903.62)

After
==== test finished, terminate logcat =====
(0)  2499.58 (10.98%)
(1)  20145.66 (88.51%)
(2)  103.17 (0.45%)
(3)  0.00 (0.00%)
(4)  0.00 (0.00%)
(5)  0.00 (0.00%)
(6)  0.00 (0.00%)
(20) 0.00 (0.00%)
Total 22761.98 (sum of others 22748.42)

Change-Id: I662cb361ff9205ef87d640c458b8473df7d54659
2012-11-27 20:11:29 +09:00
..
src Prep for GCC 4.7 2012-11-27 20:11:29 +09:00
Android.mk Fix liblog declaration in Makefile to make it more NDK-build friendly 2012-11-27 12:28:11 +09:00
Application.mk Reorganize LatinIME native build directory structure. Now it got NDK friendly. 2011-12-13 21:16:20 +09:00
com_android_inputmethod_keyboard_ProximityInfo.cpp Make use of the NELEMS and KEYCODE_SPACE macro. Also, remove an unused parameter. 2012-10-09 11:17:50 +09:00
com_android_inputmethod_keyboard_ProximityInfo.h Misc cleanups 2012-07-30 16:27:44 +09:00
com_android_inputmethod_latin_BinaryDictionary.cpp Remove unused variables 2012-11-16 19:28:56 +09:00
com_android_inputmethod_latin_BinaryDictionary.h Misc cleanups 2012-07-30 16:27:44 +09:00
com_android_inputmethod_latin_DicTraverseSession.cpp Make use of the NELEMS and KEYCODE_SPACE macro. Also, remove an unused parameter. 2012-10-09 11:17:50 +09:00
com_android_inputmethod_latin_DicTraverseSession.h Add arguments for dic traverse session 2012-08-10 12:34:00 +09:00
jni_common.cpp A couple of cleanups. Remove unnecessary casts. 2012-08-14 18:07:32 +09:00
jni_common.h Start using JNI's Get<Type>ArrayRegion() 2012-08-08 21:06:52 +09:00