/external/stlport/stlport/stl/ |
_exception.h | 164 exception() _STLP_NOTHROW; 165 virtual ~exception() _STLP_NOTHROW; 166 virtual const char* what() const _STLP_NOTHROW; 168 exception() _STLP_NOTHROW {} 169 virtual ~exception() _STLP_NOTHROW {} 170 virtual const char* what() const _STLP_NOTHROW {return "class exception";} 178 bad_exception() _STLP_NOTHROW; 179 ~bad_exception() _STLP_NOTHROW; 180 const char* what() const _STLP_NOTHROW; 182 bad_exception() _STLP_NOTHROW {} [all...] |
_auto_ptr.h | 53 _Tp* release() _STLP_NOTHROW { 59 void reset(_Tp* __px = 0) _STLP_NOTHROW { 66 _Tp* get() const _STLP_NOTHROW 74 _Tp* operator->() const _STLP_NOTHROW { 79 _Tp& operator*() const _STLP_NOTHROW { 84 explicit auto_ptr(_Tp* __px = 0) _STLP_NOTHROW { this->__set(__px); } 88 template<class _Tp1> auto_ptr(auto_ptr<_Tp1>& __r) _STLP_NOTHROW { 93 template<class _Tp1> auto_ptr<_Tp>& operator=(auto_ptr<_Tp1>& __r) _STLP_NOTHROW { 100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); } 102 _Self& operator=(_Self& __r) _STLP_NOTHROW { [all...] |
_limits.h | 62 static __number (_STLP_CALL min)() _STLP_NOTHROW { return __number(); } 63 static __number (_STLP_CALL max)() _STLP_NOTHROW { return __number(); } 90 static __number _STLP_CALL epsilon() _STLP_NOTHROW { return __number(); } 91 static __number _STLP_CALL round_error() _STLP_NOTHROW { return __number(); } 93 static __number _STLP_CALL infinity() _STLP_NOTHROW { return __number(); } 94 static __number _STLP_CALL quiet_NaN() _STLP_NOTHROW { return __number(); } 95 static __number _STLP_CALL signaling_NaN() _STLP_NOTHROW { return __number(); } 96 static __number _STLP_CALL denorm_min() _STLP_NOTHROW { return __number(); } 121 static _Int (_STLP_CALL min) () _STLP_NOTHROW { return (_Int)__imin; } 122 static _Int (_STLP_CALL max) () _STLP_NOTHROW { return (_Int)__imax; [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_exception.h | 164 exception() _STLP_NOTHROW; 165 virtual ~exception() _STLP_NOTHROW; 166 virtual const char* what() const _STLP_NOTHROW; 168 exception() _STLP_NOTHROW {} 169 virtual ~exception() _STLP_NOTHROW {} 170 virtual const char* what() const _STLP_NOTHROW {return "class exception";} 178 bad_exception() _STLP_NOTHROW; 179 ~bad_exception() _STLP_NOTHROW; 180 const char* what() const _STLP_NOTHROW; 182 bad_exception() _STLP_NOTHROW {} [all...] |
_auto_ptr.h | 53 _Tp* release() _STLP_NOTHROW { 59 void reset(_Tp* __px = 0) _STLP_NOTHROW { 66 _Tp* get() const _STLP_NOTHROW 74 _Tp* operator->() const _STLP_NOTHROW { 79 _Tp& operator*() const _STLP_NOTHROW { 84 explicit auto_ptr(_Tp* __px = 0) _STLP_NOTHROW { this->__set(__px); } 88 template<class _Tp1> auto_ptr(auto_ptr<_Tp1>& __r) _STLP_NOTHROW { 93 template<class _Tp1> auto_ptr<_Tp>& operator=(auto_ptr<_Tp1>& __r) _STLP_NOTHROW { 100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); } 102 _Self& operator=(_Self& __r) _STLP_NOTHROW { [all...] |
_limits.h | 62 static __number (_STLP_CALL min)() _STLP_NOTHROW { return __number(); } 63 static __number (_STLP_CALL max)() _STLP_NOTHROW { return __number(); } 90 static __number _STLP_CALL epsilon() _STLP_NOTHROW { return __number(); } 91 static __number _STLP_CALL round_error() _STLP_NOTHROW { return __number(); } 93 static __number _STLP_CALL infinity() _STLP_NOTHROW { return __number(); } 94 static __number _STLP_CALL quiet_NaN() _STLP_NOTHROW { return __number(); } 95 static __number _STLP_CALL signaling_NaN() _STLP_NOTHROW { return __number(); } 96 static __number _STLP_CALL denorm_min() _STLP_NOTHROW { return __number(); } 121 static _Int (_STLP_CALL min) () _STLP_NOTHROW { return (_Int)__imin; } 122 static _Int (_STLP_CALL max) () _STLP_NOTHROW { return (_Int)__imax; [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_exception.h | 164 exception() _STLP_NOTHROW; 165 virtual ~exception() _STLP_NOTHROW; 166 virtual const char* what() const _STLP_NOTHROW; 168 exception() _STLP_NOTHROW {} 169 virtual ~exception() _STLP_NOTHROW {} 170 virtual const char* what() const _STLP_NOTHROW {return "class exception";} 178 bad_exception() _STLP_NOTHROW; 179 ~bad_exception() _STLP_NOTHROW; 180 const char* what() const _STLP_NOTHROW; 182 bad_exception() _STLP_NOTHROW {} [all...] |
_auto_ptr.h | 53 _Tp* release() _STLP_NOTHROW { 59 void reset(_Tp* __px = 0) _STLP_NOTHROW { 66 _Tp* get() const _STLP_NOTHROW 74 _Tp* operator->() const _STLP_NOTHROW { 79 _Tp& operator*() const _STLP_NOTHROW { 84 explicit auto_ptr(_Tp* __px = 0) _STLP_NOTHROW { this->__set(__px); } 88 template<class _Tp1> auto_ptr(auto_ptr<_Tp1>& __r) _STLP_NOTHROW { 93 template<class _Tp1> auto_ptr<_Tp>& operator=(auto_ptr<_Tp1>& __r) _STLP_NOTHROW { 100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); } 102 _Self& operator=(_Self& __r) _STLP_NOTHROW { [all...] |
_limits.h | 62 static __number (_STLP_CALL min)() _STLP_NOTHROW { return __number(); } 63 static __number (_STLP_CALL max)() _STLP_NOTHROW { return __number(); } 90 static __number _STLP_CALL epsilon() _STLP_NOTHROW { return __number(); } 91 static __number _STLP_CALL round_error() _STLP_NOTHROW { return __number(); } 93 static __number _STLP_CALL infinity() _STLP_NOTHROW { return __number(); } 94 static __number _STLP_CALL quiet_NaN() _STLP_NOTHROW { return __number(); } 95 static __number _STLP_CALL signaling_NaN() _STLP_NOTHROW { return __number(); } 96 static __number _STLP_CALL denorm_min() _STLP_NOTHROW { return __number(); } 121 static _Int (_STLP_CALL min) () _STLP_NOTHROW { return (_Int)__imin; } 122 static _Int (_STLP_CALL max) () _STLP_NOTHROW { return (_Int)__imax; [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_exception.h | 164 exception() _STLP_NOTHROW; 165 virtual ~exception() _STLP_NOTHROW; 166 virtual const char* what() const _STLP_NOTHROW; 168 exception() _STLP_NOTHROW {} 169 virtual ~exception() _STLP_NOTHROW {} 170 virtual const char* what() const _STLP_NOTHROW {return "class exception";} 178 bad_exception() _STLP_NOTHROW; 179 ~bad_exception() _STLP_NOTHROW; 180 const char* what() const _STLP_NOTHROW; 182 bad_exception() _STLP_NOTHROW {} [all...] |
_auto_ptr.h | 53 _Tp* release() _STLP_NOTHROW { 59 void reset(_Tp* __px = 0) _STLP_NOTHROW { 66 _Tp* get() const _STLP_NOTHROW 74 _Tp* operator->() const _STLP_NOTHROW { 79 _Tp& operator*() const _STLP_NOTHROW { 84 explicit auto_ptr(_Tp* __px = 0) _STLP_NOTHROW { this->__set(__px); } 88 template<class _Tp1> auto_ptr(auto_ptr<_Tp1>& __r) _STLP_NOTHROW { 93 template<class _Tp1> auto_ptr<_Tp>& operator=(auto_ptr<_Tp1>& __r) _STLP_NOTHROW { 100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); } 102 _Self& operator=(_Self& __r) _STLP_NOTHROW { [all...] |
_limits.h | 62 static __number (_STLP_CALL min)() _STLP_NOTHROW { return __number(); } 63 static __number (_STLP_CALL max)() _STLP_NOTHROW { return __number(); } 90 static __number _STLP_CALL epsilon() _STLP_NOTHROW { return __number(); } 91 static __number _STLP_CALL round_error() _STLP_NOTHROW { return __number(); } 93 static __number _STLP_CALL infinity() _STLP_NOTHROW { return __number(); } 94 static __number _STLP_CALL quiet_NaN() _STLP_NOTHROW { return __number(); } 95 static __number _STLP_CALL signaling_NaN() _STLP_NOTHROW { return __number(); } 96 static __number _STLP_CALL denorm_min() _STLP_NOTHROW { return __number(); } 121 static _Int (_STLP_CALL min) () _STLP_NOTHROW { return (_Int)__imin; } 122 static _Int (_STLP_CALL max) () _STLP_NOTHROW { return (_Int)__imax; [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_exception.h | 164 exception() _STLP_NOTHROW; 165 virtual ~exception() _STLP_NOTHROW; 166 virtual const char* what() const _STLP_NOTHROW; 168 exception() _STLP_NOTHROW {} 169 virtual ~exception() _STLP_NOTHROW {} 170 virtual const char* what() const _STLP_NOTHROW {return "class exception";} 178 bad_exception() _STLP_NOTHROW; 179 ~bad_exception() _STLP_NOTHROW; 180 const char* what() const _STLP_NOTHROW; 182 bad_exception() _STLP_NOTHROW {} [all...] |
_auto_ptr.h | 53 _Tp* release() _STLP_NOTHROW { 59 void reset(_Tp* __px = 0) _STLP_NOTHROW { 66 _Tp* get() const _STLP_NOTHROW 74 _Tp* operator->() const _STLP_NOTHROW { 79 _Tp& operator*() const _STLP_NOTHROW { 84 explicit auto_ptr(_Tp* __px = 0) _STLP_NOTHROW { this->__set(__px); } 88 template<class _Tp1> auto_ptr(auto_ptr<_Tp1>& __r) _STLP_NOTHROW { 93 template<class _Tp1> auto_ptr<_Tp>& operator=(auto_ptr<_Tp1>& __r) _STLP_NOTHROW { 100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); } 102 _Self& operator=(_Self& __r) _STLP_NOTHROW { [all...] |
_limits.h | 62 static __number (_STLP_CALL min)() _STLP_NOTHROW { return __number(); } 63 static __number (_STLP_CALL max)() _STLP_NOTHROW { return __number(); } 90 static __number _STLP_CALL epsilon() _STLP_NOTHROW { return __number(); } 91 static __number _STLP_CALL round_error() _STLP_NOTHROW { return __number(); } 93 static __number _STLP_CALL infinity() _STLP_NOTHROW { return __number(); } 94 static __number _STLP_CALL quiet_NaN() _STLP_NOTHROW { return __number(); } 95 static __number _STLP_CALL signaling_NaN() _STLP_NOTHROW { return __number(); } 96 static __number _STLP_CALL denorm_min() _STLP_NOTHROW { return __number(); } 121 static _Int (_STLP_CALL min) () _STLP_NOTHROW { return (_Int)__imin; } 122 static _Int (_STLP_CALL max) () _STLP_NOTHROW { return (_Int)__imax; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_exception.h | 164 exception() _STLP_NOTHROW; 165 virtual ~exception() _STLP_NOTHROW; 166 virtual const char* what() const _STLP_NOTHROW; 168 exception() _STLP_NOTHROW {} 169 virtual ~exception() _STLP_NOTHROW {} 170 virtual const char* what() const _STLP_NOTHROW {return "class exception";} 178 bad_exception() _STLP_NOTHROW; 179 ~bad_exception() _STLP_NOTHROW; 180 const char* what() const _STLP_NOTHROW; 182 bad_exception() _STLP_NOTHROW {} [all...] |
_auto_ptr.h | 53 _Tp* release() _STLP_NOTHROW { 59 void reset(_Tp* __px = 0) _STLP_NOTHROW { 66 _Tp* get() const _STLP_NOTHROW 74 _Tp* operator->() const _STLP_NOTHROW { 79 _Tp& operator*() const _STLP_NOTHROW { 84 explicit auto_ptr(_Tp* __px = 0) _STLP_NOTHROW { this->__set(__px); } 88 template<class _Tp1> auto_ptr(auto_ptr<_Tp1>& __r) _STLP_NOTHROW { 93 template<class _Tp1> auto_ptr<_Tp>& operator=(auto_ptr<_Tp1>& __r) _STLP_NOTHROW { 100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); } 102 _Self& operator=(_Self& __r) _STLP_NOTHROW { [all...] |
_limits.h | 62 static __number (_STLP_CALL min)() _STLP_NOTHROW { return __number(); } 63 static __number (_STLP_CALL max)() _STLP_NOTHROW { return __number(); } 90 static __number _STLP_CALL epsilon() _STLP_NOTHROW { return __number(); } 91 static __number _STLP_CALL round_error() _STLP_NOTHROW { return __number(); } 93 static __number _STLP_CALL infinity() _STLP_NOTHROW { return __number(); } 94 static __number _STLP_CALL quiet_NaN() _STLP_NOTHROW { return __number(); } 95 static __number _STLP_CALL signaling_NaN() _STLP_NOTHROW { return __number(); } 96 static __number _STLP_CALL denorm_min() _STLP_NOTHROW { return __number(); } 121 static _Int (_STLP_CALL min) () _STLP_NOTHROW { return (_Int)__imin; } 122 static _Int (_STLP_CALL max) () _STLP_NOTHROW { return (_Int)__imax; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_exception.h | 164 exception() _STLP_NOTHROW; 165 virtual ~exception() _STLP_NOTHROW; 166 virtual const char* what() const _STLP_NOTHROW; 168 exception() _STLP_NOTHROW {} 169 virtual ~exception() _STLP_NOTHROW {} 170 virtual const char* what() const _STLP_NOTHROW {return "class exception";} 178 bad_exception() _STLP_NOTHROW; 179 ~bad_exception() _STLP_NOTHROW; 180 const char* what() const _STLP_NOTHROW; 182 bad_exception() _STLP_NOTHROW {} [all...] |
_auto_ptr.h | 53 _Tp* release() _STLP_NOTHROW { 59 void reset(_Tp* __px = 0) _STLP_NOTHROW { 66 _Tp* get() const _STLP_NOTHROW 74 _Tp* operator->() const _STLP_NOTHROW { 79 _Tp& operator*() const _STLP_NOTHROW { 84 explicit auto_ptr(_Tp* __px = 0) _STLP_NOTHROW { this->__set(__px); } 88 template<class _Tp1> auto_ptr(auto_ptr<_Tp1>& __r) _STLP_NOTHROW { 93 template<class _Tp1> auto_ptr<_Tp>& operator=(auto_ptr<_Tp1>& __r) _STLP_NOTHROW { 100 auto_ptr(_Self& __r) _STLP_NOTHROW { this->__set(__r.release()); } 102 _Self& operator=(_Self& __r) _STLP_NOTHROW { [all...] |
_limits.h | 62 static __number (_STLP_CALL min)() _STLP_NOTHROW { return __number(); } 63 static __number (_STLP_CALL max)() _STLP_NOTHROW { return __number(); } 90 static __number _STLP_CALL epsilon() _STLP_NOTHROW { return __number(); } 91 static __number _STLP_CALL round_error() _STLP_NOTHROW { return __number(); } 93 static __number _STLP_CALL infinity() _STLP_NOTHROW { return __number(); } 94 static __number _STLP_CALL quiet_NaN() _STLP_NOTHROW { return __number(); } 95 static __number _STLP_CALL signaling_NaN() _STLP_NOTHROW { return __number(); } 96 static __number _STLP_CALL denorm_min() _STLP_NOTHROW { return __number(); } 121 static _Int (_STLP_CALL min) () _STLP_NOTHROW { return (_Int)__imin; } 122 static _Int (_STLP_CALL max) () _STLP_NOTHROW { return (_Int)__imax; [all...] |
/external/stlport/src/ |
codecvt.cpp | 36 int codecvt<char, char, mbstate_t>::do_max_length() const _STLP_NOTHROW 40 codecvt<char, char, mbstate_t>::do_always_noconv() const _STLP_NOTHROW 44 codecvt<char, char, mbstate_t>::do_encoding() const _STLP_NOTHROW 122 int codecvt<wchar_t, char, mbstate_t>::do_encoding() const _STLP_NOTHROW 125 bool codecvt<wchar_t, char, mbstate_t>::do_always_noconv() const _STLP_NOTHROW 134 int codecvt<wchar_t, char, mbstate_t>::do_max_length() const _STLP_NOTHROW
|
/ndk/sources/cxx-stl/stlport/src/ |
codecvt.cpp | 36 int codecvt<char, char, mbstate_t>::do_max_length() const _STLP_NOTHROW 40 codecvt<char, char, mbstate_t>::do_always_noconv() const _STLP_NOTHROW 44 codecvt<char, char, mbstate_t>::do_encoding() const _STLP_NOTHROW 122 int codecvt<wchar_t, char, mbstate_t>::do_encoding() const _STLP_NOTHROW 125 bool codecvt<wchar_t, char, mbstate_t>::do_always_noconv() const _STLP_NOTHROW 134 int codecvt<wchar_t, char, mbstate_t>::do_max_length() const _STLP_NOTHROW
|
/external/stlport/stlport/stl/config/ |
_intel.h | 35 # define _STLP_NOTHROW
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_intel.h | 35 # define _STLP_NOTHROW
|