Lines Matching full:support
2 C++ support with the Android NDK
6 The Android platform provides a very minimal C++ runtime support library
11 - Standard C++ Library support (except a few trivial headers).
12 - C++ exceptions support
13 - RTTI support
79 the system one, with the addition of RTTI (RunTime Type Information) support.
82 the basis for STLport's exceptions+RTTI support in the future.
84 If you insist on using it, read the "RTTI Support" and
114 If you want to use it, please read the "C++ Exceptions support",
115 "RTTI Support" and "Static runtime considerations" sections below.
123 II.1. C++ Exceptions support:
127 sources are compiled with -fno-exceptions support by default, for
152 II.2. RTTI support:
255 - Add exceptions support to GAbi++
256 - Add exceptions support to STLport (once it is in GAbi++)
257 - uSTL support?