replicant-frameworks_native/include/utils
2012-12-12 12:47:29 -08:00
..
AndroidThreads.h
ashmem.h
Atomic.h
BasicHashtable.h Add an LRU cache plus hashing primitives 2012-10-26 16:09:22 -07:00
BitSet.h
BlobCache.h
BufferedTextOutput.h
ByteOrder.h
CallStack.h
Compat.h Add TEMP_FAILURE_RETRY to ZipUtils 2012-10-16 14:00:56 -07:00
Condition.h
Debug.h
Endian.h
Errors.h
FileMap.h
Flattenable.h improve [un]marshalling of non-binder objects 2012-08-13 02:46:05 -07:00
Functor.h
GenerationCache.h
JenkinsHash.h Add another ifndef and a couple of methods to LruCache 2012-11-28 17:37:03 -08:00
KeyedVector.h improve Vector<> safety checks 2012-08-10 13:15:00 -07:00
LinearAllocator.h Add LinearAllocator 2012-12-05 17:34:54 -08:00
LinearTransform.h
List.h
Log.h Add a very simple helper function to log slow functions. 2012-08-10 22:03:55 -07:00
Looper.h Support looper callbacks based on smart pointers. 2012-05-31 17:16:21 -07:00
LruCache.h Add LruCache::Iterator 2012-11-28 18:26:54 -08:00
misc.h libutils cleanup: remove unused or seldom used code from misc.{cpp|h} 2012-08-05 12:41:16 -07:00
Mutex.h utils: fix warnings for unused parameters 2012-12-05 16:10:26 -08:00
PropertyMap.h
RefBase.h utils: fix warnings for unused parameters 2012-12-05 16:10:26 -08:00
RWLock.h utils: fix warnings for unused parameters 2012-12-05 16:10:26 -08:00
SharedBuffer.h minor SharedBuffer clean-up 2012-08-31 18:41:21 -07:00
Singleton.h Fixed clang build error for libgui 2012-08-23 14:08:57 -04:00
SortedVector.h get rid of mirrorItemAt() which isn't used anywhere 2012-08-20 15:25:19 -07:00
StopWatch.h
String8.h
String16.h
StringArray.h
StrongPointer.h
SystemClock.h Add elapsedRealtimeNano(), and use CLOCK_BOOTTIME where possible. 2012-07-19 16:06:21 -07:00
TextOutput.h
Thread.h
ThreadDefs.h
threads.h
Timers.h Add elapsedRealtimeNano(), and use CLOCK_BOOTTIME where possible. 2012-07-19 16:06:21 -07:00
Tokenizer.h
Trace.h utils: clarify scoped tracing functionality 2012-11-30 19:54:00 -08:00
TypeHelpers.h Add an LRU cache plus hashing primitives 2012-10-26 16:09:22 -07:00
Unicode.h
UniquePtr.h
Vector.h Ensure that Vector::erase() returns a valid iterator 2012-10-25 15:58:43 -07:00
VectorImpl.h Revert "Revert "put back the unused virtuals in Vector<>"" 2012-10-25 11:40:51 -07:00
WorkQueue.h
ZipFileCRO.h
ZipFileRO.h
ZipUtils.h