aboutsummaryrefslogtreecommitdiffstats
path: root/tools/dicttool/compat/android/util (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix some compiler warningsTadashi G. Takaoka2014-10-211-1/+0
| | | | | | | | | | | | | | | | | | | | | This CL fixes the following compiler warnings. - Indirect access to static member - Access to a non-accessible member of an enclosing type - Parameter assignment - Method can be static - Local variable declaration hides another field or variable - Value of local variable is not used - Unused import - Unused private member - Unnecessary 'else' statement - Unnecessary declaration of throw exception - Redundant type arguments - Missing '@Override' annotation - Unused '@SuppressWarning' annotations Bug: 18003991 Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
* Fix a possible NPE in DicttoolJean Chalard2014-10-061-3/+4
| | | | | | | I've never seen the NPE happen and only happened to notice this by chance. Let's fix the code. Change-Id: If458646229f9cadcd6c15779348133f382fde783
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-242-5/+3
| | | | Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
* Implement PatriciaTriePolicy::getNextWordAndNextToken().Keisuke Kuroyanagi2014-02-151-0/+43
| | | | | Bug: 12810574 Change-Id: Id1d44f90de9455d9cbe7b6e0a161cae91d6d422c
* Check timestamp for each pointer.Keisuke Kuroyanagi2014-02-041-0/+57
| | | | | Bug: 11325631 Change-Id: I4e296cdeccf21323c5732754e86c3a4075ccf82a
* Have dicttool use the native library to generate v4 dicts.Jean Chalard2013-12-131-4/+10
| | | | | | Yay ! Change-Id: Iea8ced9e81031b9ab7eff05ad9ef7215be248de9
* Add an initial JNI interface to dicttool.Jean Chalard2013-08-151-3/+3
| | | | | Bug: 10100269 Change-Id: I883992c2033e7d9e7c754c0bf653767728b221b6
* Remove dependencies to android source in dicttoolKen Wakasa2013-07-171-0/+84
| | | | | bug: 9889653 Change-Id: I2630c56548f9146ade85b17f891932dae2082a85
* Add tests to dicttool test.Jean Chalard2013-06-201-0/+37
Bug: 8526576 Change-Id: Idd6f9cd076d5915361c68f5c29afbba67dd54eba