HomeSort by relevance Sort by last modified time
    Searched refs:_STLP_NOTHROW (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /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...]
_ostreambuf_iterator.h 57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {}
58 // ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW : _M_buf(__get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
59 inline ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW;
79 inline ostreambuf_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostream<_CharT, _Traits>& __o) _STLP_NOTHROW
  /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...]
_ostreambuf_iterator.h 57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {}
58 // ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW : _M_buf(__get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
59 inline ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW;
79 inline ostreambuf_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostream<_CharT, _Traits>& __o) _STLP_NOTHROW
  /prebuilts/ndk/android-ndk-r5/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...]
_ostreambuf_iterator.h 57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {}
58 // ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW : _M_buf(__get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
59 inline ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW;
79 inline ostreambuf_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostream<_CharT, _Traits>& __o) _STLP_NOTHROW
  /prebuilts/ndk/android-ndk-r6/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/android-ndk-r7/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...]
  /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
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_intel.h 35 # define _STLP_NOTHROW
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_intel.h 35 # define _STLP_NOTHROW
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_intel.h 35 # define _STLP_NOTHROW

Completed in 588 milliseconds

1 2 3 4