aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/jni_common.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* RegisterNatives() returns 0 on success.Ken Wakasa2014-03-261-1/+1
| | | | | | cf. http://docs.oracle.com/javase/6/docs/technotes/guides/jni/spec/functions.html#wp5833 Change-Id: I2c599f2d8765a7475c7076e6b049f77ad79feb79
* Separate utility methods from BinaryDictionary in native code.Keisuke Kuroyanagi2014-03-051-0/+5
| | | | | Bug: 8187060 Change-Id: I099de557d2aaee95c6b809450108139550e9b0aa
* Have dicttool use the native library to generate v4 dicts.Jean Chalard2013-12-131-9/+0
| | | | | | Yay ! Change-Id: Iea8ced9e81031b9ab7eff05ad9ef7215be248de9
* Rename BinaryDictDecoder to Ver3DictDecoder.Yuichiro Hanada2013-08-201-3/+3
| | | | Change-Id: Ibf9b95b658df6e2c2218bdb62e2380f326a03832
* [Refactor] Divide BinaryDictInputOutput into BinaryDictEncoder and ↵Yuichiro Hanada2013-08-151-3/+3
| | | | | | BinaryDictDecoder. Change-Id: I7c3269d77e3e3b567e459dcaa1bc029903941744
* Add an initial JNI interface to dicttool.Jean Chalard2013-08-151-0/+9
| | | | | Bug: 10100269 Change-Id: I883992c2033e7d9e7c754c0bf653767728b221b6
* Cleanups in JNI related codeKen Wakasa2013-06-041-2/+2
| | | | | | | | | | 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
* Cleanup the include pathsKen Wakasa2013-04-081-2/+2
| | | | Change-Id: Ic93d39e230170cfc9f5be6d81d42006e1a61e347
* Replace assert() with ASSERT() & use -funwind-tables for debug buildsKen Wakasa2013-01-091-3/+1
| | | | Change-Id: I9ec14eb24ebc45657119a45aba09517e71a22974
* Yet another small cleanupsKen Wakasa2013-01-081-21/+14
| | | | Change-Id: Ie940c4d4d9d85c95e2f04ba23f00a54ba3dc53bf
* A couple of cleanups. Remove unnecessary casts.Ken Wakasa2012-08-141-1/+1
| | | | Change-Id: Ice530aa83a9a688da35aec408be2a60242699157
* Clean up constructorsKen Wakasa2012-08-131-6/+0
| | | | | | | | | | | 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
* Merge "Add traverse session" into jb-mr1-devSatoshi Kataoka2012-08-081-0/+6
|\
| * Add traverse sessionSatoshi Kataoka2012-08-081-0/+6
| | | | | | | | | | | | Bug: 6942265 Change-Id: I384cf701f5ee44c4b1037e5b8ddfa3d570286f55
* | Cleanup headers.Ken Wakasa2012-08-081-2/+2
|/ | | | Change-Id: Ied1bedb8ba5fae590987ea23bed32f4db1a60d77
* Header cleanupKen Wakasa2012-08-031-3/+0
| | | | Change-Id: I1aa91708d0de01ca3e84e69ec8d3a3832c386ca8
* Header cleanupKen Wakasa2012-08-011-0/+1
| | | | Change-Id: Idaf19de3dc75367d49bc01e84e5a9f057c1f8dba
* Cleanup headersKen Wakasa2012-07-311-3/+3
| | | | Change-Id: I9124366b2000cad54966fb6936bb4691bbf115a3
* Misc cleanupsKen Wakasa2012-07-301-6/+5
| | | | Change-Id: I28308f12c3064299acefc346b72279036c3726a7
* Cosmetic fixes and style fixesKen Wakasa2012-07-251-19/+18
| | | | Change-Id: I69c42ff945cdf0d5205c6ca61d6861a0479492dc
* Add NativeUtils.powf()Ken Wakasa2012-06-081-0/+6
| | | | Change-Id: I0339f39d49bc6390d098017f32d92c776974e03e
* Add missing includes.Ken Wakasa2012-05-161-0/+1
| | | | Change-Id: Ic7199045d0cffb208871f52cc167194013351d32
* New LOG libsatok2012-01-131-5/+5
| | | | Change-Id: I977e7e10fa58c0a64ca0c3c7b5cb2272446e3efe
* Remove NULL from native/jniTadashi G. Takaoka2011-10-281-3/+3
| | | | Change-Id: I7c4e32d0d69876c7ea85d6997c9a40fa362152eb
* Clean up in LatinIME native codeKen Wakasa2011-06-181-0/+79
Change-Id: I0062200a0181a491690115ac0fab8d11358e2f14