replicant-frameworks_native/libs/utils
Jeff Brown 9ee93d18ed Fix SDK build on Windows due to use of mmap.
Change-Id: Id4bd9a6f932285c93c5853e540efc20b99876564
2010-11-19 13:52:19 -08:00
..
tests Split UTF functions from String8/16 2010-11-12 15:53:40 -08:00
Android.mk Added support for full PC-style keyboards. 2010-11-18 09:49:03 -08:00
Asset.cpp
AssetDir.cpp
AssetManager.cpp More native work. 2010-08-11 00:29:59 -07:00
BackupData.cpp
BackupHelpers.cpp
BufferedTextOutput.cpp
CallStack.cpp
Debug.cpp
FileMap.cpp
Flattenable.cpp
Looper.cpp Switch Looper back to using poll() instead of epoll(). 2010-10-07 13:26:39 -07:00
misc.cpp
MODULE_LICENSE_APACHE2
NOTICE
ObbFile.cpp OBB: use PBKDF2 for key generation. 2010-10-13 18:25:33 -07:00
Pool.cpp
README
RefBase.cpp
ResourceTypes.cpp Split UTF functions from String8/16 2010-11-12 15:53:40 -08:00
SharedBuffer.cpp
Static.cpp
StopWatch.cpp
StreamingZipInflater.cpp Reduce logging. 2010-10-19 15:08:05 -04:00
String8.cpp Added support for full PC-style keyboards. 2010-11-18 09:49:03 -08:00
String16.cpp Split UTF functions from String8/16 2010-11-12 15:53:40 -08:00
StringArray.cpp
SystemClock.cpp
TextOutput.cpp
Threads.cpp Always set the scheduling group when starting a new thread. 2010-09-09 22:12:25 -07:00
Timers.cpp
Tokenizer.cpp Fix SDK build on Windows due to use of mmap. 2010-11-19 13:52:19 -08:00
Unicode.cpp Split UTF functions from String8/16 2010-11-12 15:53:40 -08:00
VectorImpl.cpp
ZipFileCRO.cpp
ZipFileRO.cpp Initialized check in ZipFileRO::findEntryByName 2010-10-21 15:25:12 -07:00
ZipUtils.cpp

Android Utility Function Library

If you need a feature that is native to Linux but not present on other
platforms, construct a platform-dependent implementation that shares
the Linux interface.  That way the actual device runs as "light" as
possible.

If that isn't feasible, create a system-independent interface and hide
the details.

The ultimate goal is *not* to create a super-duper platform abstraction
layer.  The goal is to provide an optimized solution for Linux with
reasonable implementations for other platforms.