android_system_core/libs/utils/tests
Jeff Brown e735f23018 Add a basic hashtable data structure, with tests!
The basic hashtable is intended to be used to support a variety
of different datastructures such as map, set, multimap,
multiset, linkedmap, generationcache, etc.

Consequently its interface is fairly primitive.

The basic hashtable supports copy-on-write style functionality
using SharedBuffer.

The change introduces a simple generic function in TypeHelpers for
specifying hash functions.  The idea is to add template
specializations of hash_type<T> next to the relevant data structures
such as String8, String16, sp<T>, etc.

Change-Id: I2c479229e9d4527b4fbfe3b8b04776a2fd32c973
2013-07-30 13:56:58 -07:00
..
Android.mk Add a basic hashtable data structure, with tests! 2013-07-30 13:56:58 -07:00
BasicHashtable_test.cpp Add a basic hashtable data structure, with tests! 2013-07-30 13:56:58 -07:00
BlobCache_test.cpp BlobCache: implement cache serialization 2013-07-30 13:56:58 -07:00
Looper_test.cpp Fade out the mouse pointer after inactivity or other events. 2013-07-30 13:56:56 -07:00
ObbFile_test.cpp OBB: use PBKDF2 for key generation. 2013-07-30 13:56:55 -07:00
String8_test.cpp Fix String8::operator+ 2013-07-30 13:56:54 -07:00
TestHelpers.h Even more native input dispatch work in progress. 2013-07-30 13:56:53 -07:00
Unicode_test.cpp Split UTF functions from String8/16 2013-07-30 13:56:55 -07:00
ZipFileRO_test.cpp Move extract native libraries to JNI code 2013-07-30 13:56:57 -07:00