aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/jni_common.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* RegisterNatives() returns 0 on success.•••cf. http://docs.oracle.com/javase/6/docs/technotes/guides/jni/spec/functions.html#wp5833 Change-Id: I2c599f2d8765a7475c7076e6b049f77ad79feb79 Ken Wakasa2014-03-261-1/+1
* Separate utility methods from BinaryDictionary in native code.•••Bug: 8187060 Change-Id: I099de557d2aaee95c6b809450108139550e9b0aa Keisuke Kuroyanagi2014-03-051-0/+5
* Have dicttool use the native library to generate v4 dicts.•••Yay ! Change-Id: Iea8ced9e81031b9ab7eff05ad9ef7215be248de9 Jean Chalard2013-12-131-9/+0
* Rename BinaryDictDecoder to Ver3DictDecoder.•••Change-Id: Ibf9b95b658df6e2c2218bdb62e2380f326a03832 Yuichiro Hanada2013-08-201-3/+3
* [Refactor] Divide BinaryDictInputOutput into BinaryDictEncoder and BinaryDict...•••Change-Id: I7c3269d77e3e3b567e459dcaa1bc029903941744 Yuichiro Hanada2013-08-151-3/+3
* Add an initial JNI interface to dicttool.•••Bug: 10100269 Change-Id: I883992c2033e7d9e7c754c0bf653767728b221b6 Jean Chalard2013-08-151-0/+9
* Cleanups in JNI related code•••Removed the malloc version in binary dictionary support -- this has not really been tested well so far, and the mmap version has been working pretty well after all. Several cosmetic fixes etc. Change-Id: Iad0da58b300b769fb5946a3e73fc96f56215980e Ken Wakasa2013-06-041-2/+2
* Cleanup the include paths•••Change-Id: Ic93d39e230170cfc9f5be6d81d42006e1a61e347 Ken Wakasa2013-04-081-2/+2
* Replace assert() with ASSERT() & use -funwind-tables for debug builds•••Change-Id: I9ec14eb24ebc45657119a45aba09517e71a22974 Ken Wakasa2013-01-091-3/+1
* Yet another small cleanups•••Change-Id: Ie940c4d4d9d85c95e2f04ba23f00a54ba3dc53bf Ken Wakasa2013-01-081-21/+14
* A couple of cleanups. Remove unnecessary casts.•••Change-Id: Ice530aa83a9a688da35aec408be2a60242699157 Ken Wakasa2012-08-141-1/+1
* Clean up constructors•••And, use C++ style casts and use float math functions rather than double ones to save memory space. Also, stop using FloatMath and NativeUtils as standard Math methods are faster now. See http://code.google.com/p/android/issues/detail?id=36199 and https://android-review.googlesource.com/40700 multi-project commit with I4259fb5ab8a15ac5760a7f04fc8f4c860529f04a Change-Id: I0b81cff8c91769f7559a59b9528c75a5aabb4211 Ken Wakasa2012-08-131-6/+0
* Merge "Add traverse session" into jb-mr1-devSatoshi Kataoka2012-08-081-0/+6
|\
| * Add traverse session•••Bug: 6942265 Change-Id: I384cf701f5ee44c4b1037e5b8ddfa3d570286f55 Satoshi Kataoka2012-08-081-0/+6
* | Cleanup headers.•••Change-Id: Ied1bedb8ba5fae590987ea23bed32f4db1a60d77 Ken Wakasa2012-08-081-2/+2
|/
* Header cleanup•••Change-Id: I1aa91708d0de01ca3e84e69ec8d3a3832c386ca8 Ken Wakasa2012-08-031-3/+0
* Header cleanup•••Change-Id: Idaf19de3dc75367d49bc01e84e5a9f057c1f8dba Ken Wakasa2012-08-011-0/+1
* Cleanup headers•••Change-Id: I9124366b2000cad54966fb6936bb4691bbf115a3 Ken Wakasa2012-07-311-3/+3
* Misc cleanups•••Change-Id: I28308f12c3064299acefc346b72279036c3726a7 Ken Wakasa2012-07-301-6/+5
* Cosmetic fixes and style fixes•••Change-Id: I69c42ff945cdf0d5205c6ca61d6861a0479492dc Ken Wakasa2012-07-251-19/+18
* Add NativeUtils.powf()•••Change-Id: I0339f39d49bc6390d098017f32d92c776974e03e Ken Wakasa2012-06-081-0/+6
* Add missing includes.•••Change-Id: Ic7199045d0cffb208871f52cc167194013351d32 Ken Wakasa2012-05-161-0/+1
* New LOG lib•••Change-Id: I977e7e10fa58c0a64ca0c3c7b5cb2272446e3efe satok2012-01-131-5/+5
* Remove NULL from native/jni•••Change-Id: I7c4e32d0d69876c7ea85d6997c9a40fa362152eb Tadashi G. Takaoka2011-10-281-3/+3
* Clean up in LatinIME native code•••Change-Id: I0062200a0181a491690115ac0fab8d11358e2f14 Ken Wakasa2011-06-181-0/+79