summaryrefslogtreecommitdiffstats
path: root/libs/utils/tests
Commit message (Expand)AuthorAgeFilesLines
* move libs/utils to libutilsAlex Ray2013-08-0210-2447/+0
* Fix BlobCache_testBrian Carlstrom2013-07-311-12/+12
* Added bitwise-or and bitwise-and to BitSetMichael Wright2013-07-302-0/+88
* libutils clean-upMathias Agopian2013-07-302-66/+1
* Add an LRU cache plus hashing primitivesRaph Levien2013-07-302-0/+292
* Update tests for new build targetKenny Root2013-07-301-27/+15
* fix a corruption in Vector<> when adding new itemsMathias Agopian2013-07-302-0/+76
* frameworks/native: move Zip* from libandroidfw to libutilsColin Cross2013-07-302-0/+65
* frameworks/base refactoringMathias Agopian2013-07-303-166/+0
* frameworks/base refactoring.Mathias Agopian2013-07-302-2/+2
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2013-07-301-3/+3
* Add a basic hashtable data structure, with tests!Jeff Brown2013-07-302-1/+579
* BlobCache: implement cache serializationJamie Gennis2013-07-301-0/+164
* Move extract native libraries to JNI codeKenny Root2013-07-302-1/+66
* Remove the simulator target from all makefiles.Jeff Brown2013-07-301-4/+0
* libutils: add a binary blob cache implementation.Jamie Gennis2013-07-302-0/+258
* Fade out the mouse pointer after inactivity or other events.Jeff Brown2013-07-301-0/+268
* Split UTF functions from String8/16Kenny Root2013-07-302-1/+117
* OBB: use PBKDF2 for key generation.Kenny Root2013-07-301-0/+18
* Switch Looper back to using poll() instead of epoll().Jeff Brown2013-07-301-8/+0
* Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2013-07-303-371/+434
* Fix String8::operator+Kenny Root2013-07-302-2/+78
* Don't build framework tests for simulator target.Jeff Brown2013-07-301-0/+5
* Tweak ObbFile classKenny Root2013-07-301-4/+11
* Add new glue code for writing native apps.Dianne Hackborn2013-07-301-39/+39
* Add OBB file helper classKenny Root2013-07-302-0/+76
* Even more native input dispatch work in progress.Jeff Brown2013-07-302-35/+42
* Support for multiple testsJeff Brown2013-07-301-4/+9
* Native input dispatch rewrite work in progress.Jeff Brown2013-07-303-0/+475