summaryrefslogtreecommitdiff
path: root/libs/utils/tests
AgeCommit message (Expand)Author
2013-07-31remove libutils Alex Ray
2013-07-31Fix BlobCache_test Brian Carlstrom
2013-05-30Added bitwise-or and bitwise-and to BitSet Michael Wright
2013-05-07libutils clean-up Mathias Agopian
2012-10-26Add an LRU cache plus hashing primitives Raph Levien
2012-10-02Update tests for new build target Kenny Root
2012-05-17fix a corruption in Vector<> when adding new items Mathias Agopian
2012-03-22frameworks/native: move Zip* from libandroidfw to libutils Colin Cross
2012-02-20frameworks/base refactoring Mathias Agopian
2012-02-17frameworks/base refactoring. Mathias Agopian
2012-01-03Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE Steve Block
2011-11-22Add a basic hashtable data structure, with tests! Jeff Brown
2011-10-31BlobCache: implement cache serialization Jamie Gennis
2011-07-26Move extract native libraries to JNI code Kenny Root
2011-07-11Remove the simulator target from all makefiles. Jeff Brown
2011-05-17libutils: add a binary blob cache implementation. Jamie Gennis
2011-03-02Fade out the mouse pointer after inactivity or other events. Jeff Brown
2010-11-12Split UTF functions from String8/16 Kenny Root
2010-10-13OBB: use PBKDF2 for key generation. Kenny Root
2010-10-07Switch Looper back to using poll() instead of epoll(). Jeff Brown
2010-09-14Replace epoll() with poll() and rename PollLoop to Looper. Jeff Brown
2010-08-06Fix String8::operator+ Kenny Root
2010-07-14Don't build framework tests for simulator target. Jeff Brown
2010-07-12Merge changes I2337051b,I19b426cb into gingerbread Kenny Root
2010-07-12Tweak ObbFile class Kenny Root
2010-07-08Add new glue code for writing native apps. Dianne Hackborn
2010-07-07Add OBB file helper class Kenny Root
2010-06-17Even more native input dispatch work in progress. Jeff Brown
2010-06-14Support for multiple tests Jeff Brown
2010-06-13Native input dispatch rewrite work in progress. Jeff Brown