replicant-frameworks_native/libs/utils/tests
Jeff Brown 66fbde3050 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
2011-11-22 17:12:22 -08:00
..
Android.mk Add a basic hashtable data structure, with tests! 2011-11-22 17:12:22 -08:00
BasicHashtable_test.cpp Add a basic hashtable data structure, with tests! 2011-11-22 17:12:22 -08:00
BlobCache_test.cpp BlobCache: implement cache serialization 2011-10-31 18:49:32 -07:00
Looper_test.cpp Fade out the mouse pointer after inactivity or other events. 2011-03-02 15:37:57 -08:00
ObbFile_test.cpp OBB: use PBKDF2 for key generation. 2010-10-13 18:25:33 -07:00
String8_test.cpp Fix String8::operator+ 2010-08-06 09:00:10 -07:00
TestHelpers.h Even more native input dispatch work in progress. 2010-06-17 13:27:16 -07:00
Unicode_test.cpp Split UTF functions from String8/16 2010-11-12 15:53:40 -08:00
ZipFileRO_test.cpp Move extract native libraries to JNI code 2011-07-26 10:14:58 -07:00