| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| Android.mk | 19-Dec-2010 | 3.1K | |
| Asset.cpp | 19-Dec-2010 | 20.8K | |
| AssetDir.cpp | 19-Dec-2010 | 1.7K | |
| AssetManager.cpp | 19-Dec-2010 | 52.7K | |
| BackupData.cpp | 19-Dec-2010 | 8.4K | |
| BackupHelpers.cpp | 19-Dec-2010 | 36K | |
| BufferedTextOutput.cpp | 19-Dec-2010 | 7.4K | |
| CallStack.cpp | 19-Dec-2010 | 8.4K | |
| Debug.cpp | 19-Dec-2010 | 8.5K | |
| FileMap.cpp | 19-Dec-2010 | 5.6K | |
| Flattenable.cpp | 19-Dec-2010 | 731 | |
| Looper.cpp | 19-Dec-2010 | 17.8K | |
| misc.cpp | 19-Dec-2010 | 3.8K | |
| MODULE_LICENSE_APACHE2 | 19-Dec-2010 | 0 | |
| NOTICE | 19-Dec-2010 | 10.4K | |
| ObbFile.cpp | 19-Dec-2010 | 9.5K | |
| Pool.cpp | 19-Dec-2010 | 736 | |
| README | 19-Dec-2010 | 527 | |
| RefBase.cpp | 19-Dec-2010 | 14.5K | |
| ResourceTypes.cpp | 19-Dec-2010 | 160K | |
| SharedBuffer.cpp | 19-Dec-2010 | 2.7K | |
| Static.cpp | 19-Dec-2010 | 2.1K | |
| StopWatch.cpp | 19-Dec-2010 | 2K | |
| StreamingZipInflater.cpp | 19-Dec-2010 | 7.9K | |
| String16.cpp | 19-Dec-2010 | 14.9K | |
| String8.cpp | 19-Dec-2010 | 22.5K | |
| StringArray.cpp | 19-Dec-2010 | 2.6K | |
| SystemClock.cpp | 19-Dec-2010 | 3.3K | |
| tests/ | 19-Dec-2010 | ||
| TextOutput.cpp | 19-Dec-2010 | 3.5K | |
| Threads.cpp | 19-Dec-2010 | 23.5K | |
| Timers.cpp | 19-Dec-2010 | 3K | |
| VectorImpl.cpp | 19-Dec-2010 | 17.5K | |
| ZipFileCRO.cpp | 19-Dec-2010 | 1.8K | |
| ZipFileRO.cpp | 19-Dec-2010 | 27.2K | |
| ZipUtils.cpp | 19-Dec-2010 | 9.4K | |
1 Android Utility Function Library 2 3 If you need a feature that is native to Linux but not present on other 4 platforms, construct a platform-dependent implementation that shares 5 the Linux interface. That way the actual device runs as "light" as 6 possible. 7 8 If that isn't feasible, create a system-independent interface and hide 9 the details. 10 11 The ultimate goal is *not* to create a super-duper platform abstraction 12 layer. The goal is to provide an optimized solution for Linux with 13 reasonable implementations for other platforms. 14 15