Home
last modified time | relevance | path

Searched refs:support (Results 1 – 25 of 109) sorted by relevance

12345

/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0009-Fix-locale-stuff-for-LP64.patch8 src/support/android/locale_android.cpp | 14 ++++++++++++++
35 diff --git a/src/support/android/locale_android.cpp b/src/support/android/locale_android.cpp
37 --- a/src/support/android/locale_android.cpp
38 +++ b/src/support/android/locale_android.cpp
D0001-android-Add-locale-support.patch4 Subject: [PATCH 01/12] android: Add locale support.
10 See src/support/android/locale_android.cpp for details.
14 src/support/android/locale_android.cpp | 101 +++++++++++++++++++++++++++++++++
16 create mode 100644 src/support/android/locale_android.cpp
38 + // See src/support/android/locale_android.cpp for details!
134 +// See src/support/android/android_locale.cpp
159 diff --git a/src/support/android/locale_android.cpp b/src/support/android/locale_android.cpp
163 +++ b/src/support/android/locale_android.cpp
166 +//===-------------------- support/win32/locale_win32.cpp ------------------===//
D0013-temp-collective-ndk-hackathon-fixes.patch745 + * support locales other than "C" and "POSIX".
766 + * support locales other than "C" and "POSIX".
791 + * support locales other than "C" and "POSIX".
812 + * support locales other than "C" and "POSIX".
837 + * support locales other than "C" and "POSIX".
858 + * support locales other than "C" and "POSIX".
883 + * support locales other than "C" and "POSIX".
904 + * support locales other than "C" and "POSIX".
929 + * support locales other than "C" and "POSIX".
950 + * support locales other than "C" and "POSIX".
[all …]
D0011-Fix-tests-for-Android.patch22 test/language.support/support.start.term/quick_exit.pass.cpp | 2 ++
329 diff --git a/test/language.support/support.start.term/quick_exit.pass.cpp b/test/language.support/s…
331 --- a/test/language.support/support.start.term/quick_exit.pass.cpp
332 +++ b/test/language.support/support.start.term/quick_exit.pass.cpp
/ndk/sources/cxx-stl/llvm-libc++/
DREADME.NDK12 It also includes Android-specific support code, providing missing C
13 library functionality, under android/support. Most of the code there
43 Android support files:
45 android/support/include:
48 android/support/src:
DAndroid.mk79 support/android/locale_android.cpp
152 android_support_c_includes := $(LOCAL_PATH)/../../android/support/include
230 $(call import-module, android/support)
/ndk/tests/device/test-android-support/jni/
DAndroid.mk1 include $(NDK_ROOT)/sources/android/support/tests/Android.mk
/ndk/tests/device/test-stlport-rtti/
DREADME1 This test is meant to test the RTTI support when linking to STLport
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/lib/
Dbuildit117 for FILE in ../src/support/win32/*.cpp; do
122 for FILE in ../src/support/apple/*.cpp; do
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ioserr.h11 # error STLport iostreams header cannot be used; your compiler do not support it.
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
Dfwd.hpp19 #error Windows CE does not support environment variables.
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/
DChangeLog3 * Add support for std::tr1::unordered_{multi,}{map,set}, std::auto_ptr,
/ndk/tests/device/test-basic-rtti/
DREADME1 This test is meant to test the most basic level of RTTI support
/ndk/tests/device/test-gabi++/
DREADME2 RTTI and exceptions support without using the GNU libsupc++.a
/ndk/build/tools/toolchain-patches/gcc/
D0004-Rename-libstdc++.so-to-libgnustl_shared.so.patch22 # Cross compiler support.
45 # Cross compiler support.
/ndk/sources/third_party/googletest/googletest/
DCHANGES36 * Arguments of ASSERT_XY and EXPECT_XY no longer need to support << to
74 * Dropped support for 'make install'.
106 * New feature: support for distributing test functions to multiple
107 machines (requires support from the test runner).
113 * Added support for using Boost and other TR1 implementations.
114 * Changes to the build scripts to support upcoming release of Google C++
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk20 LOCAL_C_INCLUDES += $(libcxx-test-path)/support
1973 $(call gen-test, language.support/cstdint/cstdint.syn/cstdint)
1974 $(call gen-test, language.support/cstdint/version)
1975 $(call gen-test, language.support/nothing_to_do)
1976 $(call gen-test, language.support/support.dynamic/alloc.errors/bad.alloc/bad_alloc)
1977 $(call gen-test, language.support/support.dynamic/alloc.errors/new.badlength/bad_array_length)
1978 $(call gen-test, language.support/support.dynamic/alloc.errors/new.badlength/bad_array_new_length)
1979 $(call gen-test, language.support/support.dynamic/alloc.errors/new.handler/new_handler)
1980 $(call gen-test, language.support/support.dynamic/alloc.errors/nothing_to_do)
1981 $(call gen-test, language.support/support.dynamic/alloc.errors/set.new.handler/get_new_handler)
[all …]
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk20 LOCAL_C_INCLUDES += $(libcxx-test-path)/support
1982 $(call gen-test, language.support/cstdint/cstdint.syn/cstdint)
1983 $(call gen-test, language.support/cstdint/version)
1984 $(call gen-test, language.support/nothing_to_do)
1985 $(call gen-test, language.support/support.dynamic/alloc.errors/bad.alloc/bad_alloc)
1986 $(call gen-test, language.support/support.dynamic/alloc.errors/new.badlength/bad_array_length)
1987 $(call gen-test, language.support/support.dynamic/alloc.errors/new.badlength/bad_array_new_length)
1988 $(call gen-test, language.support/support.dynamic/alloc.errors/new.handler/new_handler)
1989 $(call gen-test, language.support/support.dynamic/alloc.errors/nothing_to_do)
1990 $(call gen-test, language.support/support.dynamic/alloc.errors/set.new.handler/get_new_handler)
[all …]
/ndk/sources/android/support/
DREADME4 - better wchar_t support.
9 - multibyte support (using UTF-8 as the only supported multibyte encoding).
/ndk/tests/device/test-basic-exceptions/
DREADME1 This test is meant to test the most basic level of exception support
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
Dcompat.h78 # error STLport do not support anymore the wrapper mode. If you want to use STLport \
/ndk/sources/host-tools/make-3.81/config/
Dsigned.m417 [Define to empty if the C compiler doesn't support this keyword.])
Dlongdouble.m420 /* The Stardent Vistra knows sizeof(long double), but does not support it. */
/ndk/sources/host-tools/make-3.81/
DREADME.OS225 - DOS support is not tested for EMX and therefore might not work.
106 IV. ***** NLS support *****
112 b) GNU gettext support is not included in the GNU make package.
118 You can choose the languages to be installed. To install support for
125 If you don't want NLS support (English only) use the option
/ndk/sources/cxx-stl/stlport/
DREADME7 please contact the android-ndk support forum or
14 a simple STL implementation. Note that it currently does not support

12345