aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/src/suggest/policyimpl/dictionary/patricia_trie_policy.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Boundary check for children creating of PatriciaTriePolicy.•••Bug: 10537529 Change-Id: I0cd8b6de230795498395ca08789ccc1c74780f2c Keisuke Kuroyanagi2013-09-251-0/+2
* GC step 2. Finding garbage bigram entries.•••Bug: 6669677 Change-Id: Ie3f406776ab56bf589ac10e15e2534ff8cb1f275 Keisuke Kuroyanagi2013-09-201-4/+4
* Add dictionary header writing methods.•••Bug: 6669677 Change-Id: I392ac4776b55779903cbaa17e683005d80017a41 Keisuke Kuroyanagi2013-09-181-1/+1
* Prepare dictionary saving in native code.•••Bug: 6669677 Change-Id: I0787f66409e2b183c6328fa05805945520e1e93a Keisuke Kuroyanagi2013-09-171-0/+16
* Compute probability using structure policy.•••Bug: 6669677 Change-Id: Icd50fc30274cce65ebeb2e7cc8368b59e5cda05a Keisuke Kuroyanagi2013-09-061-1/+3
* Fix native crash by caused wrong munmap.•••Bug: 10402083 Change-Id: I5aa2cecd20cd3202c2326b1cbb6758257afd6d5d Keisuke Kuroyanagi2013-08-211-3/+3
* Remove BinaryDictionaryInfo and introduce MmapedBuffer.•••Bug: 6669677 Change-Id: I70e47fa20109060b6ea7a04bcc42ab8f7c543f77 Keisuke Kuroyanagi2013-08-161-6/+14
* Revert "Remove BinaryDictionaryInfo and introduce MmapedBuffer."•••This reverts commit d14ffcfcbc2e4f5829f05531613b30750adebb32. This broke a bunch of unit tests -- https://sponge.corp.google.com/target?id=a8a62bd0-3aab-4520-ae64-53f9652ef64b&target=com.google.android.inputmethod.latin.tests&searchFor=&show=FAILED&sortBy=STATUS Change-Id: I1eae460e09808513eacefd523609330819d73d16 Ken Wakasa2013-08-151-14/+6
* Remove BinaryDictionaryInfo and introduce MmapedBuffer.•••Bug: 6669677 Change-Id: I1459bb53a9761d920427e4b5d925a2844955c88c Keisuke Kuroyanagi2013-08-151-6/+14
* Merge "Make dictionary structure policy have updating methods."Keisuke Kuroyanagi2013-08-151-0/+17
|\
| * Make dictionary structure policy have updating methods.•••Bug: 6669677 Change-Id: I6aa8e377c6347e0db4b7a82293b316ec64d87bec Keisuke Kuroyanagi2013-08-141-0/+17
* | Remove NodeFilter.•••Change-Id: I27d905dd3581cbb0e67d071dba04066aaa2ba22e Keisuke Kuroyanagi2013-08-141-2/+2
|/
* Move files for headerPolicy to policyimpl.•••Bug: 6669677 Change-Id: Ic90feb9c3a9a7b698e588c8ad25c765a246706a8 Keisuke Kuroyanagi2013-08-131-1/+1
* Move header reading methods to policyimpl.•••Bug: 6669677 Change-Id: I24cb32f28cf355485b431cc56d877000e3f946d4 Keisuke Kuroyanagi2013-08-131-5/+4
* Use DictionaryStructureWithBufferPolicy for traversing.•••Bug: 6669677 Change-Id: If7bc038278b7217ed5ba4cb77b1238b2dad0001b Keisuke Kuroyanagi2013-08-131-2/+10
* Move shortcut iteration methods to poilcy.•••Bug: 6669677 Change-Id: I6e535ce7962de8e153a52fd1085fe961649ffe16 Keisuke Kuroyanagi2013-08-121-7/+8
* Move bigram reading methods to BigramListReadingUtils.•••Bug: 6669677 Change-Id: Icb024a8af577323b4dcf74f4c4054cfb8b57a943 Keisuke Kuroyanagi2013-08-121-1/+1
* Move bigrams iteration methods to policy.•••To support various bigram format. Bug: 6669677 Change-Id: Ifc8c1a855b03cd5a39d97a6e10872ef8ef76475b Keisuke Kuroyanagi2013-08-091-1/+8
* Make DictionaryStructurePolicy have buffer info.•••To support various format dictionary, extendable buffers or multiple files. Bug: 6669677 Change-Id: I203a5a4adc049a6322cfba4eacb4cb6715f8dfc2 Keisuke Kuroyanagi2013-08-091-20/+21
* Give PatriciaTrieReadingUtils methods for reading nodes.•••The remaining methods in BinaryFormat will be removed. Bug: 6669677 Change-Id: I866f828d69a600c0ac03b68d71b1f6ee2ce4dd36 Keisuke Kuroynagi2013-08-011-1/+1
* Move creating children methods to structurePolicy.•••Bug: 6669677 Change-Id: I20760f8ab95b18d21383960f6466db0d79429200 Keisuke Kuroynagi2013-07-291-0/+4
* Get BigramsPos and ShortcutPos via structure policy.•••Bug: 6669677 Change-Id: I924d5512377cfcfe72d3470006b81a36db3865b6 Keisuke Kuroynagi2013-07-171-0/+6
* Make bigram dictionary and traverse session use structure policy.•••Bug: 6669677 Change-Id: I5a13290366afbb788da997b98d1c593963e92f3e Keisuke Kuroynagi2013-07-081-2/+3
* Introduce patriciaTrie to abstract traversing version 2 dictionary.•••Bug: 6669677 Change-Id: Ifef72f3d7a7ba67c5232b98c7835485d72d7322d Keisuke Kuroynagi2013-06-281-0/+58