Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Allow large memory space for GC. | 2013-09-24 | 5 | -17/+33 | ||
| | | | | | Bug: 6669677 Change-Id: I021c92a1ca5cd28f745cbfe729c99e346c58074d | |||||
* | GC step 5. Add large tests and fix bugs. | 2013-09-24 | 10 | -57/+129 | ||
| | | | | | Bug: 6669677 Change-Id: I41e44a64730f9c66645995095a7ecff51ffd5351 | |||||
* | GC step 4. Update all positions in new dict and add a test. | 2013-09-24 | 10 | -45/+231 | ||
| | | | | | Bug: 6669677 Change-Id: I035d848a210653dcd3c1a1f21781968adced9225 | |||||
* | GC step 3. Place and write valid PtNodes. | 2013-09-20 | 6 | -15/+199 | ||
| | | | | | | Bug: 6669677 Change-Id: Id2b7359bafb34acf12dc3bf4c595a03073fda805 | |||||
* | GC step 2. Finding garbage bigram entries. | 2013-09-20 | 19 | -262/+382 | ||
| | | | | | Bug: 6669677 Change-Id: Ie3f406776ab56bf589ac10e15e2534ff8cb1f275 | |||||
* | Step 1 to implement GC. Finding garbage PtNodes. | 2013-09-20 | 6 | -67/+346 | ||
| | | | | | Bug: 6669677 Change-Id: I3551fe2f16a09d2bf7761f4e1d73ebd4a03380e7 | |||||
* | Groundwork for implementing GC. | 2013-09-19 | 6 | -75/+147 | ||
| | | | | | | Bug: 6669677 Change-Id: Ia2b2f338795ab62cc9eef73731285b2a5a0ac5e4 | |||||
* | Change name of header_reading_utlis.* | 2013-09-18 | 3 | -6/+5 | ||
| | | | | | Bug: 6669677 Change-Id: I91389050148237580ef640d3a58b935ea752954e | |||||
* | Add dictionary header writing methods. | 2013-09-18 | 11 | -65/+179 | ||
| | | | | | Bug: 6669677 Change-Id: I392ac4776b55779903cbaa17e683005d80017a41 | |||||
* | Merge "Implement dictionary flush." | 2013-09-18 | 3 | -1/+49 | ||
|\ | ||||||
| * | Implement dictionary flush. | 2013-09-18 | 3 | -1/+49 | ||
| | | | | | | | | | | Bug: 6669677 Change-Id: I1d70ac6319fb6d8700074de382568c2108887960 | |||||
* | | Merge "Add BinaryDictionary.getBigramProbabilityNative()." | 2013-09-18 | 4 | -9/+12 | ||
|\ \ | |/ |/| | ||||||
| * | Add BinaryDictionary.getBigramProbabilityNative(). | 2013-09-18 | 4 | -9/+12 | ||
| | | | | | | | | | | Bug: 10197478 Change-Id: Id16e3ee22a17679c46cc7a0199a9e28065177aa3 | |||||
* | | Output input index of second word's first char. | 2013-09-17 | 6 | -31/+63 | ||
|/ | | | | | | | | This is for partial commit. Bug: 9059617 Change-Id: I77a0245b63c29b7234fd9b06d362e05aebf30051 | |||||
* | Merge "Prepare dictionary saving in native code." | 2013-09-17 | 9 | -8/+78 | ||
|\ | ||||||
| * | Prepare dictionary saving in native code. | 2013-09-17 | 9 | -8/+78 | ||
| | | | | | | | | | | | | Bug: 6669677 Change-Id: I0787f66409e2b183c6328fa05805945520e1e93a | |||||
* | | Implement removeBigramWords() for DynamicPatriciaTrie. | 2013-09-17 | 3 | -15/+27 | ||
|/ | | | | | Bug: 6669677 Change-Id: I99cb517511b4c968b8bf937baab5d7f42b0f534e | |||||
* | Fix handling multi-bytes characters and add a test. | 2013-09-17 | 2 | -5/+9 | ||
| | | | | | | Bug: 6669677 Change-Id: Id2154db47adea2929559a4187a726f9dfa83363e | |||||
* | Fix build. | 2013-09-17 | 1 | -1/+1 | ||
| | | | | Change-Id: I1c3c2996ca11bfe8864df774e9280893cf17c0d4 | |||||
* | Implement addBigramWords() for DynamicPatriciaTrie. | 2013-09-17 | 6 | -36/+93 | ||
| | | | | | Bug: 6669677 Change-Id: Ia6aa76c212165690191c65fee9dacdc44be5acd5 | |||||
* | Merge NOT_A_VALID_WORD_POS into NOT_A_DICT_POS. | 2013-09-16 | 17 | -52/+50 | ||
| | | | | Change-Id: I2ac3aa2a19d14e8c4159a59334e7816bd1409688 | |||||
* | Move methods using ByteArrayUtils from .h to .cpp. | 2013-09-16 | 8 | -89/+120 | ||
| | | | | | Bug: 10402083 Change-Id: Ic5f1aa11eb403f5bdc83de8e38a6457200519cae | |||||
* | Add boundary check for PtNode reading position. | 2013-09-16 | 2 | -0/+24 | ||
| | | | | | Bug: 10743878 Change-Id: I6727b12b0ef98bb9cfb3ca95aeab2c79749f47a2 | |||||
* | Merge "Employ "bigram link" for handling moved bigram target." | 2013-09-13 | 8 | -72/+128 | ||
|\ | ||||||
| * | Employ "bigram link" for handling moved bigram target. | 2013-09-13 | 8 | -72/+128 | ||
| | | | | | | | | | | | | Bug: 6669677 Change-Id: I9a6c0cdb28265e3215ced88f38344df12c25a76d | |||||
* | | Merge "Fix bug related to dynamic patricia trie bigram adding." | 2013-09-13 | 4 | -14/+10 | ||
|\ \ | |/ |/| | ||||||
| * | Fix bug related to dynamic patricia trie bigram adding. | 2013-09-13 | 4 | -14/+10 | ||
| | | | | | | | | | | | | Bug: 6669677 Change-Id: Ia1216a1860a7c5c12a0d8a0816dda8d6a3bea123 | |||||
* | | Update children's parent position when the node get moved. | 2013-09-13 | 3 | -2/+27 | ||
| | | | | | | | | | | Bug: 6669677 Change-Id: Ifcaf784afd218c7afd70167045cd2aed8b7909c2 | |||||
* | | Change cache capacity depending on the dictionary size. | 2013-09-12 | 5 | -12/+36 | ||
|/ | | | | | | Bug: 10699291 Change-Id: I7042d4c1307da2d991d4dd10d637f18026acb996 | |||||
* | Merge "Make terminal cache small." | 2013-09-12 | 5 | -55/+58 | ||
|\ | ||||||
| * | Make terminal cache small. | 2013-09-12 | 5 | -55/+58 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 10699291 Before: (0) 2997.63 (0.98%) (1) 303760.77 (98.92%) (2) 274.94 (0.09%) (66) 0.38 (0.00%) Total 307062.27 (sum of others 307033.73) After: (0) 2953.22 (0.96%) (1) 304633.86 (98.93%) (2) 293.76 (0.10%) (66) 0.38 (0.00%) Total 307915.65 (sum of others 307881.22) Change-Id: I6905abeb590ef50d48ddfcd8ef8b5351af399150 | |||||
* | | Use same session id for typing and gesture. | 2013-09-12 | 2 | -6/+9 | ||
|/ | | | | | Bug: 10699291 Change-Id: I7c8a3a57e8d189b72a17e4b9c6831becee6ec146 | |||||
* | Fix bug of dictionary dynamic updating methods. | 2013-09-10 | 3 | -5/+5 | ||
| | | | | | Bug: 6669677 Change-Id: I5483adb03e1ac0c27bbfd99d5f4d7cc29809d70a | |||||
* | Move a flag about switching dynamic update to java. | 2013-09-10 | 2 | -33/+13 | ||
| | | | | | | Bug: 6669677 Change-Id: I6aa99cae4a227f9202179c2873d13473a773e024 | |||||
* | Merge "Fix: ExtendableBuffer" | 2013-09-10 | 1 | -3/+4 | ||
|\ | ||||||
| * | Fix: ExtendableBuffer | 2013-09-10 | 1 | -3/+4 | ||
| | | | | | | | | | | Bug: 6669677 Change-Id: I73142fdabac1cbd4128b83c3b26b642b4b4f4da7 | |||||
* | | Merge "Implement split and create node methods." | 2013-09-10 | 2 | -19/+115 | ||
|\| | ||||||
| * | Implement split and create node methods. | 2013-09-10 | 2 | -19/+115 | ||
| | | | | | | | | | | Bug: 6669677 Change-Id: Iac4afb637a8ba3d55f7a88f4a532831c1731f93e | |||||
* | | Merge "Calculate parent offset from the head of moved node." | 2013-09-10 | 4 | -12/+15 | ||
|\| | ||||||
| * | Calculate parent offset from the head of moved node. | 2013-09-10 | 4 | -12/+15 | ||
| | | | | | | | | | | Bug: 6669677 Change-Id: I710453f1c37ec14e5b6830595c1afb2caff83cf2 | |||||
* | | Merge "Re-call getBuffer after writing in bigram/shortcut policy." | 2013-09-10 | 4 | -12/+24 | ||
|\ \ | |/ |/| | ||||||
| * | Re-call getBuffer after writing in bigram/shortcut policy. | 2013-09-10 | 4 | -12/+24 | ||
| | | | | | | | | | | Bug: 6669677 Change-Id: I35dc290aa9582e019681b8aae49db3f8d37c90d4 | |||||
* | | Implement create children array and add child method. | 2013-09-09 | 4 | -22/+64 | ||
| | | | | | | | | | | Bug: 6669677 Change-Id: Ic89c3dfe01937e771db8fc59d5259496a9464a47 | |||||
* | | Implement update node probability method. | 2013-09-09 | 4 | -11/+57 | ||
|/ | | | | | Bug: 6669677 Change-Id: I61ac0d05e362fc7d8a967ddd8286580998c70487 | |||||
* | Implement inserting new node into PtNode array. | 2013-09-06 | 4 | -3/+142 | ||
| | | | | | | Bug: 6669677 Change-Id: I0171476231181e41234dde76ac9061febb2e8c35 | |||||
* | Merge "Compute probability using structure policy." | 2013-09-06 | 12 | -28/+62 | ||
|\ | ||||||
| * | Compute probability using structure policy. | 2013-09-06 | 12 | -28/+62 | ||
| | | | | | | | | | | Bug: 6669677 Change-Id: Icd50fc30274cce65ebeb2e7cc8368b59e5cda05a | |||||
* | | Add node flags creating methods. | 2013-09-06 | 2 | -0/+32 | ||
|/ | | | | | Bug: 6669677 Change-Id: Ieb4178da61fa38f6b32baefa099cc0724f9fb6be | |||||
* | DynamicPatriciaTrieWritingUtils to write PtNodes. | 2013-09-05 | 4 | -1/+205 | ||
| | | | | | Bug: 6669677 Change-Id: I67cce3c1d338cf747ed2204c96768907d990d269 | |||||
* | Add code point writing methods for updatable dictionaries. | 2013-09-05 | 3 | -46/+118 | ||
| | | | | | Bug: 6669677 Change-Id: If7ab6fefdb9a7f0d21c397edbb7d9e7fddc0e0db |