OSDN Git Service

original
authorRO215IS01 <ro215is01@gmail.com>
Mon, 21 Feb 2011 10:33:30 +0000 (19:33 +0900)
committerRO215IS01 <ro215is01@gmail.com>
Mon, 21 Feb 2011 10:33:30 +0000 (19:33 +0900)
commita6e6d97fdf4d22712c50b02e8f68ee6d2bfdc6e7
tree3d7f6b8dc46c90044cd9d16e1530626d02d9b900
parent03dd31c20a17df5659fe3710057ad4f4180dd90f
original
985 files changed:
ndk/Android.mk [new file with mode: 0644]
ndk/CleanSpec.mk [new file with mode: 0644]
ndk/GNUmakefile [new file with mode: 0644]
ndk/README.TXT [new file with mode: 0644]
ndk/build/awk/check-awk.awk [new file with mode: 0644]
ndk/build/awk/convert-deps-to-cygwin.awk [new file with mode: 0644]
ndk/build/awk/extract-debuggable.awk [new file with mode: 0644]
ndk/build/awk/extract-launchable.awk [new file with mode: 0644]
ndk/build/awk/extract-package-name.awk [new file with mode: 0644]
ndk/build/awk/extract-pid.awk [new file with mode: 0644]
ndk/build/awk/extract-platform.awk [new file with mode: 0644]
ndk/build/awk/gen-windows-host-path.awk [new file with mode: 0644]
ndk/build/awk/xml.awk [new file with mode: 0644]
ndk/build/core/add-application.mk [new file with mode: 0644]
ndk/build/core/add-platform.mk [new file with mode: 0644]
ndk/build/core/add-toolchain.mk [new file with mode: 0644]
ndk/build/core/build-all.mk [new file with mode: 0644]
ndk/build/core/build-binary.mk [new file with mode: 0644]
ndk/build/core/build-executable.mk [new file with mode: 0644]
ndk/build/core/build-local.mk [new file with mode: 0644]
ndk/build/core/build-module.mk [new file with mode: 0644]
ndk/build/core/build-shared-library.mk [new file with mode: 0644]
ndk/build/core/build-static-library.mk [new file with mode: 0644]
ndk/build/core/check-cygwin-make.mk [new file with mode: 0644]
ndk/build/core/clear-vars.mk [new file with mode: 0644]
ndk/build/core/default-application.mk [new file with mode: 0644]
ndk/build/core/default-build-commands.mk [new file with mode: 0644]
ndk/build/core/definitions.mk [new file with mode: 0644]
ndk/build/core/import-locals.mk [new file with mode: 0644]
ndk/build/core/init.mk [new file with mode: 0644]
ndk/build/core/main.mk [new file with mode: 0644]
ndk/build/core/ndk-common.sh [new file with mode: 0644]
ndk/build/core/prebuilt-library.mk [new file with mode: 0644]
ndk/build/core/prebuilt-shared-library.mk [new file with mode: 0644]
ndk/build/core/prebuilt-static-library.mk [new file with mode: 0644]
ndk/build/core/setup-abi.mk [new file with mode: 0644]
ndk/build/core/setup-app.mk [new file with mode: 0644]
ndk/build/core/setup-imports.mk [new file with mode: 0644]
ndk/build/core/setup-toolchain.mk [new file with mode: 0644]
ndk/build/gmsl/README [new file with mode: 0644]
ndk/build/gmsl/__gmsl [new file with mode: 0644]
ndk/build/gmsl/gmsl [new file with mode: 0644]
ndk/build/gmsl/gmsl-tests [new file with mode: 0644]
ndk/build/gmsl/index.html [new file with mode: 0644]
ndk/build/tools/build-ccache.sh [new file with mode: 0644]
ndk/build/tools/build-gcc.sh [new file with mode: 0644]
ndk/build/tools/build-gdbserver.sh [new file with mode: 0644]
ndk/build/tools/build-ndk-sysroot.sh [new file with mode: 0644]
ndk/build/tools/build-platforms.sh [new file with mode: 0644]
ndk/build/tools/build-stlport.sh [new file with mode: 0644]
ndk/build/tools/cleanup-apps.sh [new file with mode: 0644]
ndk/build/tools/copy-libstdcxx.sh [new file with mode: 0644]
ndk/build/tools/dev-cleanup.sh [new file with mode: 0644]
ndk/build/tools/dev-generate-api-levels.sh [new file with mode: 0644]
ndk/build/tools/dev-system-import.sh [new file with mode: 0644]
ndk/build/tools/download-toolchain-sources.sh [new file with mode: 0644]
ndk/build/tools/find-case-duplicates.sh [new file with mode: 0644]
ndk/build/tools/make-release.sh [new file with mode: 0644]
ndk/build/tools/make-standalone-toolchain.sh [new file with mode: 0644]
ndk/build/tools/package-release.sh [new file with mode: 0644]
ndk/build/tools/patch-sources.sh [new file with mode: 0644]
ndk/build/tools/prebuilt-common.sh [new file with mode: 0644]
ndk/build/tools/rebuild-all-prebuilt.sh [new file with mode: 0644]
ndk/build/tools/toolchain-licenses/COPYING [new file with mode: 0644]
ndk/build/tools/toolchain-licenses/COPYING.LIB [new file with mode: 0644]
ndk/build/tools/toolchain-patches/build/0001-Add-canadian-cross-build-support.patch [new file with mode: 0644]
ndk/build/tools/toolchain-patches/gcc/0001-Enable-C-exceptions-and-RTTI-by-default.patch [new file with mode: 0644]
ndk/build/tools/toolchain-patches/gcc/0001-arm-linux-androideabi-make-fpic-the-default-instead-.patch [new file with mode: 0644]
ndk/build/tools/toolchain-patches/gcc/0001-libstdc-v3-fix-setlocale-related-crash.patch [new file with mode: 0644]
ndk/build/tools/toolchain-patches/gdb/0001-Proper-libthread_db-support-in-gdbserver.patch [new file with mode: 0644]
ndk/build/tools/toolchain-patches/gdb/0002-Fix-signal-handling-in-gdbserver-6.6.patch [new file with mode: 0644]
ndk/docs/ANDROID-MK.html [new file with mode: 0644]
ndk/docs/APPLICATION-MK.html [new file with mode: 0644]
ndk/docs/CHANGES.html [new file with mode: 0644]
ndk/docs/CPLUSPLUS-SUPPORT.html [new file with mode: 0644]
ndk/docs/CPU-ARCH-ABIS.html [new file with mode: 0644]
ndk/docs/CPU-ARM-NEON.html [new file with mode: 0644]
ndk/docs/CPU-FEATURES.html [new file with mode: 0644]
ndk/docs/DEVELOPMENT.html [new file with mode: 0644]
ndk/docs/HOWTO.html [new file with mode: 0644]
ndk/docs/IMPORT-MODULE.html [new file with mode: 0644]
ndk/docs/INSTALL.html [new file with mode: 0644]
ndk/docs/LICENSES.html [new file with mode: 0644]
ndk/docs/NATIVE-ACTIVITY.HTML [new file with mode: 0644]
ndk/docs/NDK-BUILD.html [new file with mode: 0644]
ndk/docs/NDK-GDB.html [new file with mode: 0644]
ndk/docs/OVERVIEW.html [new file with mode: 0644]
ndk/docs/PREBUILTS.html [new file with mode: 0644]
ndk/docs/STABLE-APIS.html [new file with mode: 0644]
ndk/docs/STANDALONE-TOOLCHAIN.html [new file with mode: 0644]
ndk/docs/SYSTEM-ISSUES.html [new file with mode: 0644]
ndk/docs/opensles/OpenSL_ES_Specification_1.0.1.pdf [new file with mode: 0644]
ndk/docs/opensles/chart1.png [new file with mode: 0644]
ndk/docs/opensles/chart2.png [new file with mode: 0644]
ndk/docs/opensles/index.html [new file with mode: 0644]
ndk/docs/sidenav.html [new file with mode: 0644]
ndk/docs/system/libc/CHANGES.html [new file with mode: 0644]
ndk/docs/system/libc/OVERVIEW.html [new file with mode: 0644]
ndk/docs/system/libc/SYSV-IPC.html [new file with mode: 0644]
ndk/documentation.html [new file with mode: 0644]
ndk/ndk-build [new file with mode: 0644]
ndk/ndk-gdb [new file with mode: 0644]
ndk/sources/android/cpufeatures/Android.mk [new file with mode: 0644]
ndk/sources/android/cpufeatures/cpu-features.c [new file with mode: 0644]
ndk/sources/android/cpufeatures/cpu-features.h [new file with mode: 0644]
ndk/sources/android/libthread_db/README [new file with mode: 0644]
ndk/sources/android/libthread_db/gdb-6.6/libthread_db.c [new file with mode: 0644]
ndk/sources/android/libthread_db/gdb-6.6/thread_db.h [new file with mode: 0644]
ndk/sources/android/libthread_db/gdb-7.1.x/libthread_db.c [new file with mode: 0644]
ndk/sources/android/libthread_db/gdb-7.1.x/thread_db.h [new file with mode: 0644]
ndk/sources/cpufeatures/Android.mk [new file with mode: 0644]
ndk/sources/cpufeatures/README.TXT [new file with mode: 0644]
ndk/sources/cpufeatures/cpu-features.h [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/Android.mk [new file with mode: 0644]
ndk/sources/cxx-stl/gnu-libstdc++/README [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/Android.mk [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/LICENSE [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/MODULE_LICENSE_BSD_LIKE [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/README [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/README.android [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/README.original [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/_stdio_file.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/acquire_release.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/aligned_buffer.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/allocators.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/bitset.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/c_locale.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/c_locale.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/c_locale_dummy/c_locale_dummy.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/c_locale_glibc/c_locale_glibc2.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/c_locale_win32/c_locale_win32.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/c_locale_win32/c_wlocale_win32.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/codecvt.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/collate.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/complex.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/complex_io.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/complex_trig.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/ctype.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/cxa.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/details/fstream_stdio.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/details/fstream_unistd.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/details/fstream_win32io.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/dll_main.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/facets_byname.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/fstream.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/ios.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/iostream.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/istream.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/locale.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/locale_catalog.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/locale_impl.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/locale_impl.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/lock_free_slist.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/message_facets.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/messages.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/monetary.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/num_get.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/num_get_float.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/num_put.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/num_put_float.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/numpunct.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/ostream.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/sparc_atomic.s [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/sparc_atomic64.s [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/sstream.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/stdio_streambuf.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/stdio_streambuf.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/stlport.rc [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/stlport_prefix.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/string.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/strstream.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/time_facets.cpp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/src/warning_disable.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/algorithm [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/assert.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/bitset [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/cassert [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/cctype [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/cerrno [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/cfloat [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/ciso646 [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/climits [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/clocale [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/cmath [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/complex [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/csetjmp [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/csignal [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/cstdarg [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/cstddef [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/cstdio [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/cstdlib [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/cstring [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/ctime [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/ctype.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/cwchar [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/cwctype [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/deque [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/errno.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/exception [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/exception.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/float.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/fstream [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/fstream.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/functional [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/hash_map [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/hash_set [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/iomanip [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/iomanip.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/ios [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/ios.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/iosfwd [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/iostream [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/iostream.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/iso646.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/istream [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/istream.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/iterator [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/limits [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/limits.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/list [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/locale [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/locale.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/map [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/math.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/mem.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/memory [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/new [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/new.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/numeric [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/ostream [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/ostream.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/pthread.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/pthread_alloc [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/queue [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/rlocks.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/rope [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/set [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/setjmp.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/signal.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/slist [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/sstream [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stack [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stdarg.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stddef.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stdexcept [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stdio.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stdiostream.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stdlib.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_abbrevs.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_algo.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_algo.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_algobase.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_algobase.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_alloc.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_alloc.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_auto_ptr.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_bitset.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_bitset.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_bvector.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_carray.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_cctype.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_clocale.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_cmath.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_codecvt.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_collate.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_complex.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_complex.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_config_compat_post.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_construct.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_cprolog.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_csetjmp.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_csignal.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_cstdarg.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_cstddef.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_cstdio.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_cstdlib.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_cstring.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_ctime.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_ctraits_fns.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_ctype.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_cwchar.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_cwctype.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_deque.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_deque.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_epilog.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_exception.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_facets_fwd.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_fstream.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_fstream.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_function.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_function_adaptors.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_function_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_hash_fun.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_hash_map.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_hash_set.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_hashtable.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_hashtable.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_heap.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_heap.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_iomanip.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_ios.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_ios.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_ios_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_ioserr.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_iosfwd.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_iostream_string.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_istream.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_istream.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_istreambuf_iterator.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_iterator.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_iterator_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_iterator_old.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_limits.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_limits.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_list.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_list.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_locale.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_map.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_mbstate_t.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_messages_facets.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_monetary.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_monetary.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_move_construct_fwk.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_new.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_num_get.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_num_get.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_num_put.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_num_put.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_numeric.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_numeric.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_numpunct.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_ostream.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_ostream.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_ostreambuf_iterator.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_pair.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_prolog.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_pthread_alloc.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_ptrs_specialize.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_queue.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_range_errors.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_range_errors.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_raw_storage_iter.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_relops_cont.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_relops_hash_cont.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_rope.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_rope.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_set.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_slist.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_slist.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_slist_base.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_slist_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_sparc_atomic.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_sstream.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_sstream.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_stack.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_stdexcept.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_stdexcept_base.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_stdexcept_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_stlport_version.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_stream_iterator.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_streambuf.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_streambuf.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_string.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_string.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_string_base.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_string_fwd.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_string_hash.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_string_io.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_string_io.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_string_npos.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_string_operators.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_string_sum.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_string_sum_methods.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_string_workaround.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_strstream.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_tempbuf.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_tempbuf.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_threads.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_threads.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_time_facets.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_time_facets.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_tree.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_tree.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_typeinfo.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_uninitialized.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_unordered_map.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_unordered_set.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_valarray.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_valarray.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_vector.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/_vector.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/boost_type_traits.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/c_locale.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/char_traits.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/concept_checks.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_aix.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_android.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_apcc.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_apple.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_as400.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_auto_link.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_bc.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_como.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_cray.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_cygwin.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_dec.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_dec_vms.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_detect_dll_or_lib.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_dm.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_epilog.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_evc.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_feedback.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_freebsd.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_fujitsu.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_gcc.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_hpacc.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_hpux.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_ibm.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_icc.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_intel.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_kai.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_linux.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_mac.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_macosx.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_mlc.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_msvc.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_mwerks.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_native_headers.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_openbsd.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_prolog.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_sgi.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_solaris.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_sunprocc.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_system.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_warnings_off.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_watcom.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/_windows.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/compat.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/features.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/host.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/stl_confix.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/stl_mycomp.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/config/user_config.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/debug/_debug.c [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/debug/_debug.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/debug/_deque.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/debug/_hashtable.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/debug/_iterator.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/debug/_list.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/debug/_slist.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/debug/_string.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/debug/_string_sum_methods.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/debug/_tree.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/debug/_vector.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/msl_string.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/pointers/_deque.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/pointers/_list.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/pointers/_set.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/pointers/_slist.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/pointers/_tools.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/pointers/_vector.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/type_manips.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/stl/type_traits.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/streambuf [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/streambuf.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/string [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/string.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/strstream [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/strstream.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/time.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/type_traits [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/typeinfo [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/typeinfo.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/unordered_map [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/unordered_set [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/cstring [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/export [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/fstream [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/h/fstream.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/h/iomanip.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/h/iostream.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/h/ostream.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/h/streambuf.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/h/strstream.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/iomanip [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/ios [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/iosfwd [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/iostream [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/istream [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/locale [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/ostream [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/sstream [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/streambuf [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/using/strstream [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/utility [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/valarray [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/vector [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/wchar.h [new file with mode: 0644]
ndk/sources/cxx-stl/stlport/stlport/wctype.h [new file with mode: 0644]
ndk/sources/cxx-stl/system/Android.mk [new file with mode: 0644]
ndk/sources/cxx-stl/system/MODULE_LICENSE_BSD [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/cassert [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/cctype [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/cerrno [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/cfloat [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/climits [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/cmath [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/csetjmp [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/csignal [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/cstddef [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/cstdint [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/cstdio [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/cstdlib [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/cstring [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/ctime [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/cwchar [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/cwctype_is_not_supported [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/new [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/stl_pair.h [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/typeinfo [new file with mode: 0644]
ndk/sources/cxx-stl/system/include/utility [new file with mode: 0644]
ndk/sources/cxx-stl/system/setup.mk [new file with mode: 0644]
ndk/tests/README [new file with mode: 0644]
ndk/tests/awk/convert-deps-to-cygwin/cygwin-deps-1.in [new file with mode: 0644]
ndk/tests/awk/convert-deps-to-cygwin/cygwin-deps-1.out [new file with mode: 0644]
ndk/tests/awk/convert-deps-to-cygwin/cygwin-deps-2.in [new file with mode: 0644]
ndk/tests/awk/convert-deps-to-cygwin/cygwin-deps-2.out [new file with mode: 0644]
ndk/tests/awk/gen-windows-host-path/test-1.in [new file with mode: 0644]
ndk/tests/awk/gen-windows-host-path/test-1.out [new file with mode: 0644]
ndk/tests/build/multi-module-path/build.sh [new file with mode: 0644]
ndk/tests/build/multi-module-path/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/multi-module-path/jni/test.c [new file with mode: 0644]
ndk/tests/build/multi-module-path/path1/foo/Android.mk [new file with mode: 0644]
ndk/tests/build/multi-module-path/path1/foo/foo.h [new file with mode: 0644]
ndk/tests/build/multi-module-path/path1/foo/libfoo.c [new file with mode: 0644]
ndk/tests/build/multi-module-path/path2/bar/Android.mk [new file with mode: 0644]
ndk/tests/build/multi-module-path/path2/bar/bar.h [new file with mode: 0644]
ndk/tests/build/multi-module-path/path2/bar/libbar.c [new file with mode: 0644]
ndk/tests/build/multi-module-path/run.sh [new file with mode: 0644]
ndk/tests/build/prebuild-stlport/README [new file with mode: 0644]
ndk/tests/build/prebuild-stlport/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/prebuild-stlport/jni/Application.mk [new file with mode: 0644]
ndk/tests/build/prebuild-stlport/jni/build_stlport.cpp [new file with mode: 0644]
ndk/tests/build/test-inet-defs/README [new file with mode: 0644]
ndk/tests/build/test-inet-defs/jni/Android.mk [new file with mode: 0644]
ndk/tests/build/test-inet-defs/jni/test-in.c [new file with mode: 0644]
ndk/tests/build/test-inet-defs/jni/test-in6.c [new file with mode: 0644]
ndk/tests/device/test-basic-exceptions/README [new file with mode: 0644]
ndk/tests/device/test-basic-exceptions/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-basic-exceptions/jni/test_basic_exceptions.cpp [new file with mode: 0644]
ndk/tests/device/test-basic-rtti/README [new file with mode: 0644]
ndk/tests/device/test-basic-rtti/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-basic-rtti/jni/test_basic_rtti.cpp [new file with mode: 0644]
ndk/tests/device/test-compiler-bug-1/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-compiler-bug-1/jni/main.c [new file with mode: 0644]
ndk/tests/device/test-cpufeatures/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-cpufeatures/jni/test_cpufeatures.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-1/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-gnustl-1/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-gnustl-1/jni/hello.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-2/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-gnustl-2/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-gnustl-2/jni/hello.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/BROKEN_BUILD [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/_template.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/accum_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/adj_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/advance_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/alg_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/algorithm_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/allocator_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/assert_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/bcompos_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/bind_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/binsert_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/bitset_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/bitset_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/bnegate_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/boost_check.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/bound_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/bsearch_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/bvector_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/c_limits_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/c_locale_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cassert_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cctype_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cerrno_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cfloat_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/ciso646_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/climits_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/clocale_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cmath_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cmath_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/codecvt_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/collate_facets_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/complete_digits.h [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/complex_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/config_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/copy_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/count_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cppunit/cppunit_mini.h [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cppunit/cppunit_proxy.h [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cppunit/cppunit_timer.h [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cppunit/file_reporter.h [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cppunit/test_main.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/csetjmp_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/csignal_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cstdarg_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cstddef_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cstdio_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cstdlib_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cstring_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cstring_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/ctime_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/ctype_facets_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/ctype_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cwchar_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/cwctype_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/deque_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/deque_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/divides_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/epilog_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/equal_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/errno_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/exception_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/exception_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/fadapter.h [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/fib.h [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/fill_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/find_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/finsert_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/float_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/foreach_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/fstream_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/fstream_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/full_streambuf.h [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/func_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/functional_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/generator_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/greater_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/hash_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/heap_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/includes_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/innerprod_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/inplace_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/insert_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/ioiter_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/iomanip_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/ios_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/iosfwd_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/iostream_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/iostream_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/iota.h [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/iota_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/iso646_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/istmit_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/istream_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/iter_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/iterator_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/less_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/lexcmp_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/limits_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/limits_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/list_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/list_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/locale_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/locale_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/locale_test.h [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/logic_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/macro_checks.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/map_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/map_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/math_aux.h [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/math_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/max_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/memory_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/memory_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/merge_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/messages_facets_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/mfunptr_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/min_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/mismatch_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/modulus_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/money_facets_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/multiset_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/mvctor_declaration_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/mvctor_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/mvctor_test.h [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/mvctor_traits_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/neq_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/new_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/nthelm_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/num_facets_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/num_put_get_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/numeric_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/ostmit_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/ostream_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/pair_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/partial_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/partition_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/perm_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/plusminus_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/ptr2_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/ptrspec_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/queue_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/queue_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/rawriter_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/reference_wrapper_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/resolve_name.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/reviter_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/rm_cp_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/rndshf_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/rope_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/rotate_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/search_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/set_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/set_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/setdiff_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/setinter_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/setjmp_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/setjmp_header_test2.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/setunion_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/shared_ptr_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/signal_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/slist_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/sort_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/sstream_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/sstream_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/stack_allocator.h [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/stack_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/stack_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/stdarg_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/stddef_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/stdexcept_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/stdio_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/stdlib_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/stldbg_include.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/streambuf_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/string_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/string_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/string_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/strstream_buffer_read_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/strstream_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/strstream_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/swap_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/test_errno.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/time_facets_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/time_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/times_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/transform_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/type_traits_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/typeinfo_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/unary.h [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/unary_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/uninitialized_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/unique_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/unordered_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/utility_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/valarray_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/valarray_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/vector_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/vector_test.cpp [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/wchar_header_test.c [new file with mode: 0644]
ndk/tests/device/test-gnustl-full/unit/wctype_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/BROKEN_RUN [new file with mode: 0644]
ndk/tests/device/test-stlport/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/test-stlport/jni/Application.mk [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/_template.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/accum_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/adj_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/advance_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/alg_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/algorithm_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/allocator_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/assert_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/bcompos_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/bind_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/binsert_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/bitset_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/bitset_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/bnegate_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/boost_check.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/bound_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/bsearch_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/bvector_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/c_limits_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/c_locale_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cassert_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cctype_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cerrno_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cfloat_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/ciso646_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/climits_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/clocale_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cmath_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cmath_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/codecvt_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/collate_facets_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/complete_digits.h [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/complex_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/config_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/copy_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/count_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cppunit/cppunit_mini.h [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cppunit/cppunit_proxy.h [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cppunit/cppunit_timer.h [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cppunit/file_reporter.h [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cppunit/test_main.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/csetjmp_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/csignal_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cstdarg_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cstddef_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cstdio_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cstdlib_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cstring_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cstring_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/ctime_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/ctype_facets_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/ctype_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cwchar_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/cwctype_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/deque_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/deque_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/divides_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/epilog_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/equal_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/errno_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/exception_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/exception_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/fadapter.h [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/fib.h [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/fill_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/find_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/finsert_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/float_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/foreach_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/fstream_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/fstream_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/full_streambuf.h [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/func_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/functional_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/generator_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/greater_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/hash_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/heap_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/includes_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/innerprod_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/inplace_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/insert_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/ioiter_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/iomanip_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/ios_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/iosfwd_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/iostream_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/iostream_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/iota.h [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/iota_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/iso646_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/istmit_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/istream_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/iter_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/iterator_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/less_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/lexcmp_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/limits_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/limits_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/list_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/list_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/locale_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/locale_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/locale_test.h [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/logic_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/macro_checks.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/map_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/map_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/math_aux.h [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/math_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/max_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/memory_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/memory_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/merge_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/messages_facets_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/mfunptr_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/min_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/mismatch_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/modulus_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/money_facets_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/multiset_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/mvctor_declaration_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/mvctor_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/mvctor_test.h [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/mvctor_traits_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/neq_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/new_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/nthelm_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/num_facets_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/num_put_get_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/numeric_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/ostmit_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/ostream_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/pair_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/partial_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/partition_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/perm_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/plusminus_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/ptr2_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/ptrspec_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/queue_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/queue_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/rawriter_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/reference_wrapper_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/resolve_name.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/reviter_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/rm_cp_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/rndshf_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/rope_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/rotate_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/search_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/set_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/set_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/setdiff_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/setinter_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/setjmp_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/setjmp_header_test2.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/setunion_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/shared_ptr_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/signal_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/slist_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/sort_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/sstream_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/sstream_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/stack_allocator.h [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/stack_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/stack_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/stdarg_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/stddef_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/stdexcept_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/stdio_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/stdlib_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/stldbg_include.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/streambuf_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/string_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/string_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/string_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/strstream_buffer_read_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/strstream_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/strstream_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/swap_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/test_errno.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/time_facets_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/time_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/times_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/transform_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/type_traits_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/typeinfo_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/unary.h [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/unary_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/uninitialized_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/unique_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/unordered_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/utility_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/valarray_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/valarray_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/vector_header_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/vector_test.cpp [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/wchar_header_test.c [new file with mode: 0644]
ndk/tests/device/test-stlport/unit/wctype_header_test.c [new file with mode: 0644]
ndk/tests/device/whole-static-libs/jni/Android.mk [new file with mode: 0644]
ndk/tests/device/whole-static-libs/jni/foo.c [new file with mode: 0644]
ndk/tests/device/whole-static-libs/jni/foo2.c [new file with mode: 0644]
ndk/tests/device/whole-static-libs/jni/main.c [new file with mode: 0644]
ndk/tests/run-standalone-tests.sh [new file with mode: 0644]
ndk/tests/run-tests.sh [new file with mode: 0644]
ndk/tests/standalone/test-basic-c++/test_basic_exceptions.cpp [new file with mode: 0644]
ndk/tests/standalone/test-fpic/test-fpic.c [new file with mode: 0644]
ndk/toolchains/arm-eabi-4.4.0/config.mk [new file with mode: 0644]
ndk/toolchains/arm-eabi-4.4.0/setup.mk [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.4.3/config.mk [new file with mode: 0644]
ndk/toolchains/arm-linux-androideabi-4.4.3/setup.mk [new file with mode: 0644]
ndk/toolchains/x86-4.2.1/config.mk [new file with mode: 0644]
ndk/toolchains/x86-4.2.1/setup.mk [new file with mode: 0644]
ndk/toolchains/x86-4.4.x/config.mk [new file with mode: 0644]
ndk/toolchains/x86-4.4.x/setup.mk [new file with mode: 0644]