| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Change-Id: Icd60f1ed2ace0b975d8785bc8a386c7944846075
|
|
|
|
| |
Change-Id: I6070929f310f7dc6359d12d62e81d2e2e032c38e
|
|
|
|
| |
Change-Id: I907126034d9cc821df8353a78f713638dfc322d6
|
|
|
|
| |
Change-Id: I9bfac98b9ac10f3812290f21673c4002241eae01
|
|
|
|
| |
Change-Id: Ib66507b8934bc8019a762d24d5311411e044ec84
|
|
|
|
|
| |
Bug: 6906525
Change-Id: I62117653ac1281f825afc4ebb30f7e786902b750
|
|\ |
|
| |
| |
| |
| | |
Change-Id: Icf78fb0d5f7caea78f053fffd1ecd4289629964a
|
|/
|
|
| |
Change-Id: Ia9e8c69da21ce22bf674ec6c7b2536008a360ea3
|
|
|
|
| |
Change-Id: I6c0b89d96532dc1c8ca71bb730ba22de5592ec67
|
|
|
|
| |
Change-Id: I3bf33ca407cc3bee9f5c4c6f929cdb1421b92c50
|
|
|
|
| |
Change-Id: Ice530aa83a9a688da35aec408be2a60242699157
|
|
|
|
| |
Change-Id: I839c498c85009a5d6428a71f121a2906fd667db8
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Since this is already used in Java land, this actually does
activate the whitelist path, and the code is now fully
functional. We still have to remove the old whitelist resource
and to compile the dictionary that includes the whitelist.
Bug: 6906525
Change-Id: Iacde5313e303b9ed792940efaf6bcfa4ee1317bd
|
| |
| |
| |
| | |
Change-Id: Ic051703e5b67adfc62753ebd9ab254296719c6e9
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Change-Id: Iab28bf0fd785b9e81fc86837e64a1ef2e315a229
|
|/ /
| |
| |
| | |
Change-Id: I455f6a52667b1c6ae5eb9f58b3494dd87eb2c3f5
|
|/
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: Icf4341c0a62e782cf8c2a863408591df4e6f07cb
|
|
|
|
| |
Change-Id: I9cc0208397c202aeb6f7b5bb5ad59e00c5afbd80
|
|
|
|
| |
Change-Id: I382c654fd30aca1a3277a186ee25fc946449c639
|
|\ |
|
| |
| |
| |
| | |
Change-Id: Ida63382ffb756e20cc5b17c2702d2895e7e6e889
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| | |
Bug: 6906525
Change-Id: I057390d47a223450e22d8338509e22c28fc0d5f6
|
|/
|
|
| |
Change-Id: I8776ad528eeea9a5fc4dcf394ca13bb80c04fb6d
|
|
|
|
| |
Change-Id: Ic016fd5983b8855b0fd9506a17b205db86af3a2f
|
|
|
|
| |
Change-Id: I262c6d5779124e5b09ad1a66ca3c9ddb2fc6d7d5
|
|
|
|
| |
Change-Id: I56ad66af4ee42ed32a6fd909a9a34d601874783a
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I84bfaaa406e3f51421c08a7ee8f9576ebdba54d4
|
| |
| |
| |
| | |
Change-Id: Iaa1014efe639dd79540835b0d5201093dbd8dab8
|
|/
|
|
| |
Change-Id: Ied1bedb8ba5fae590987ea23bed32f4db1a60d77
|
|
|
|
| |
Change-Id: I712ba49cf4a89a36836fbf49cd72e7eef218e61f
|
|
|
|
| |
Change-Id: Ifd12a7632f75395bd0ef5e394d5c2abd6cbe28c6
|
|
|
|
| |
Change-Id: Idaf19de3dc75367d49bc01e84e5a9f057c1f8dba
|
|
|
|
|
|
|
|
|
|
| |
These masks and flags are constants that are an integral part
of the format. They belong in BinaryFormat and have nothing to
do in UnigramDictionary.
This needs I6751dda4 to not break the build
Bug: 6429243
Change-Id: Ic1c842b3245f7fdc25aa8d1459c5bb07b262e265
|
|
|
|
| |
Change-Id: I9124366b2000cad54966fb6936bb4691bbf115a3
|
|
|
|
| |
Change-Id: I28308f12c3064299acefc346b72279036c3726a7
|
|
|
|
| |
Change-Id: If19f808522a5a35fa06c2825fcd0d92e6e4a0631
|
|
|
|
| |
Change-Id: I69c42ff945cdf0d5205c6ca61d6861a0479492dc
|
|
|
|
| |
Change-Id: Ie11e2b83c2602c0d5a2739a7d4f4994f80d7e298
|
|
|
|
|
|
| |
Also, use it in getBigrams.
Change-Id: Ia0be9b57d1b7effcd8a936e01e957d1195b39c68
|
|
|
|
|
|
|
|
| |
This needs the matching A119b change to not break the build.
The array is passed, but not used yet.
Bug: 6166228
Change-Id: Ia91d658461d989ee8c94e9b31bb06f4a36f4c5b6
|
|
|
|
|
|
|
| |
The fact that prediction does not accept a null argument is an
implementation detail, it should not be visible to Java code.
Change-Id: I3a156b323b6db9353de898d33f3f7c81751cecb1
|
|
|
|
| |
Change-Id: Ic0ecea22212fd1a098a3a168da460374e446f4a3
|
|
|
|
| |
Change-Id: I8a09fa2f0649880c943364699a07652e47dede22
|
|
|
|
| |
Change-Id: Ied1f9f96a574b1e6a8ee0a71bfb1604d9c962e1c
|