/ndk/sources/cxx-stl/stlport/src/ |
D | complex_trig.cpp | 73 _STLP_DECLSPEC complex<float> _STLP_CALL sin(const complex<float>& z) in sin() 76 _STLP_DECLSPEC complex<double> _STLP_CALL sin(const complex<double>& z) in sin() 80 _STLP_DECLSPEC complex<long double> _STLP_CALL sin(const complex<long double>& z) in sin() 92 _STLP_DECLSPEC complex<float> _STLP_CALL cos(const complex<float>& z) in cos() 95 _STLP_DECLSPEC complex<double> _STLP_CALL cos(const complex<double>& z) in cos() 99 _STLP_DECLSPEC complex<long double> _STLP_CALL cos(const complex<long double>& z) in cos() 118 _STLP_DECLSPEC complex<float> _STLP_CALL tan(const complex<float>& z) in tan() 121 _STLP_DECLSPEC complex<double> _STLP_CALL tan(const complex<double>& z) in tan() 125 _STLP_DECLSPEC complex<long double> _STLP_CALL tan(const complex<long double>& z) in tan() 137 _STLP_DECLSPEC complex<float> _STLP_CALL sinh(const complex<float>& z) in sinh() [all …]
|
D | complex.cpp | 40 _STLP_DECLSPEC float _STLP_CALL abs(const complex<float>& __z) in abs() 43 _STLP_DECLSPEC double _STLP_CALL abs(const complex<double>& __z) in abs() 48 _STLP_DECLSPEC long double _STLP_CALL abs(const complex<long double>& __z) in abs() 55 _STLP_DECLSPEC float _STLP_CALL arg(const complex<float>& __z) in arg() 59 _STLP_DECLSPEC double _STLP_CALL arg(const complex<double>& __z) in arg() 64 _STLP_DECLSPEC long double _STLP_CALL arg(const complex<long double>& __z) in arg() 70 _STLP_DECLSPEC complex<float> _STLP_CALL polar(const float& __rho, const float& __phi) in polar() 73 _STLP_DECLSPEC complex<double> _STLP_CALL polar(const double& __rho, const double& __phi) in polar() 78 _STLP_DECLSPEC complex<long double> _STLP_CALL polar(const long double& __rho, const long double& _… in polar() 207 _STLP_DECLSPEC complex<float> _STLP_CALL exp(const complex<float>& z) in exp() [all …]
|
D | iostream.cpp | 70 _STLP_DECLSPEC istream cin(0); 71 _STLP_DECLSPEC ostream cout(0); 72 _STLP_DECLSPEC ostream cerr(0); 73 _STLP_DECLSPEC ostream clog(0); 76 _STLP_DECLSPEC wistream wcin(0); 77 _STLP_DECLSPEC wostream wcout(0); 78 _STLP_DECLSPEC wostream wcerr(0); 79 _STLP_DECLSPEC wostream wclog(0); 100 _STLP_DECLSPEC _Stl_aligned_buffer<istream> cin; 101 _STLP_DECLSPEC _Stl_aligned_buffer<ostream> cout; [all …]
|
D | locale_impl.cpp | 695 _STLP_DECLSPEC _Locale_impl* _STLP_CALL _get_Locale_impl(_Locale_impl *loc) in _get_Locale_impl() 714 _STLP_DECLSPEC _Locale_impl* _STLP_CALL _copy_Nameless_Locale_impl(_Locale_impl *loc) in _copy_Nameless_Locale_impl() 726 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_get<char, istreambuf_iterator<char, c… in _GetFacetId() 728 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_put<char, ostreambuf_iterator<char, c… in _GetFacetId() 731 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_get<wchar_t, istreambuf_iterator<wcha… in _GetFacetId() 733 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_put<wchar_t, ostreambuf_iterator<wcha… in _GetFacetId() 737 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const num_get<char, istreambuf_iterator<char, cha… in _GetFacetId() 740 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const num_get<wchar_t, istreambuf_iterator<wchar_… in _GetFacetId() 744 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const num_put<char, ostreambuf_iterator<char, cha… in _GetFacetId() 747 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const num_put<wchar_t, ostreambuf_iterator<wchar_… in _GetFacetId() [all …]
|
D | stlport_prefix.h | 35 # define _STLP_OPERATOR_SPEC _STLP_DECLSPEC 37 # define _STLP_OPERATOR_SPEC _STLP_TEMPLATE_NULL _STLP_DECLSPEC
|
D | num_get.cpp | 54 _STLP_DECLSPEC unsigned char _STLP_CALL __digit_val_table(unsigned __index) { in __digit_val_table() 69 _STLP_DECLSPEC const char* _STLP_CALL __narrow_atoms() in __narrow_atoms()
|
D | num_put.cpp | 118 _STLP_DECLSPEC const char* _STLP_CALL __hex_char_table_lo() in __hex_char_table_lo() 121 _STLP_DECLSPEC const char* _STLP_CALL __hex_char_table_hi() in __hex_char_table_hi()
|
D | facets_byname.cpp | 39 _STLP_DECLSPEC 110 _STLP_DECLSPEC 182 _STLP_DECLSPEC 229 _STLP_DECLSPEC
|
D | dll_main.cpp | 206 extern "C" void _STLP_DECLSPEC _STLP_CALL _STLP_SIGNAL_RUNTIME_COMPATIBILITY() {} in _STLP_SIGNAL_RUNTIME_COMPATIBILITY()
|
D | ctype.cpp | 329 _STLP_DECLSPEC 336 _STLP_DECLSPEC
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _complex.h | 756 _STLP_DECLSPEC float _STLP_CALL abs(const complex<float>&); 758 _STLP_DECLSPEC double _STLP_CALL abs(const complex<double>&); 760 _STLP_DECLSPEC float _STLP_CALL arg(const complex<float>&); 762 _STLP_DECLSPEC double _STLP_CALL arg(const complex<double>&); 764 _STLP_DECLSPEC complex<float> _STLP_CALL polar(const float& __rho, const float& __phi); 766 _STLP_DECLSPEC complex<double> _STLP_CALL polar(const double& __rho, const double& __phi); 784 _STLP_DECLSPEC long double _STLP_CALL arg(const complex<long double>&); 786 _STLP_DECLSPEC long double _STLP_CALL abs(const complex<long double>&); 788 _STLP_DECLSPEC complex<long double> _STLP_CALL polar(const long double&, const long double&); 815 _STLP_DECLSPEC basic_istream<char, char_traits<char> >& _STLP_CALL [all …]
|
D | _range_errors.h | 35 void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_runtime_error(const char* __msg); 36 void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_range_error(const char* __msg); 37 void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_out_of_range(const char* __msg); 38 void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_length_error(const char* __msg); 39 void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_invalid_argument(const char* __msg… 40 void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_overflow_error(const char* __msg);
|
D | _locale.h | 56 _STLP_DECLSPEC _Locale_impl * _STLP_CALL _get_Locale_impl( _Locale_impl *locimpl ); 57 _STLP_DECLSPEC _Locale_impl * _STLP_CALL _copy_Nameless_Locale_impl( _Locale_impl *locimpl ); 329 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_get<char, istreambuf_iterator<char, c… 330 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_put<char, ostreambuf_iterator<char, c… 331 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const num_get<char, istreambuf_iterator<char, cha… 332 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const num_put<char, ostreambuf_iterator<char, cha… 333 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const time_get<char, istreambuf_iterator<char, ch… 334 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const time_put<char, ostreambuf_iterator<char, ch… 337 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_get<wchar_t, istreambuf_iterator<wcha… 338 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_put<wchar_t, ostreambuf_iterator<wcha… [all …]
|
D | _num_get.h | 189 _STLP_DECLSPEC bool _STLP_CALL __valid_grouping(const char*, const char*, const char*, const char*); 196 bool _STLP_DECLSPEC _STLP_CALL __get_fdigit(wchar_t&, const wchar_t*); 197 bool _STLP_DECLSPEC _STLP_CALL __get_fdigit_or_sep(wchar_t&, wchar_t, const wchar_t*); 212 void _STLP_DECLSPEC _STLP_CALL _Initialize_get_float(const ctype<wchar_t>&, 215 void _STLP_DECLSPEC _STLP_CALL __string_to_float(const __iostring&, float&); 216 void _STLP_DECLSPEC _STLP_CALL __string_to_float(const __iostring&, double&); 218 void _STLP_DECLSPEC _STLP_CALL __string_to_float(const __iostring&, long double&);
|
D | _range_errors.c | 56 # define _STLP_THROW_FUNCT_SPEC void _STLP_DECLSPEC
|
D | _time_facets.h | 233 _STLP_DECLSPEC void _STLP_CALL 239 _STLP_DECLSPEC void _STLP_CALL
|
D | _num_put.c | 271 _STLP_DECLSPEC const char* _STLP_CALL __hex_char_table_lo(); 272 _STLP_DECLSPEC const char* _STLP_CALL __hex_char_table_hi();
|
D | _num_get.c | 33 _STLP_DECLSPEC unsigned char _STLP_CALL __digit_val_table(unsigned); 34 _STLP_DECLSPEC const char* _STLP_CALL __narrow_atoms();
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | iostream | 64 extern _STLP_DECLSPEC istream cin; 67 extern _STLP_DECLSPEC ofstream cout; 68 extern _STLP_DECLSPEC ofstream cerr; 69 extern _STLP_DECLSPEC ofstream clog; 71 extern _STLP_DECLSPEC ostream cout; 72 extern _STLP_DECLSPEC ostream cerr; 73 extern _STLP_DECLSPEC ostream clog; 77 extern _STLP_DECLSPEC wistream wcin; 78 extern _STLP_DECLSPEC wostream wcout; 79 extern _STLP_DECLSPEC wostream wcerr; [all …]
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | features.h | 971 # define _STLP_DECLSPEC _STLP_EXPORT_DECLSPEC macro 974 # define _STLP_DECLSPEC _STLP_IMPORT_DECLSPEC /* Other modules, importing STLport expo… macro 980 # define _STLP_DECLSPEC macro 988 # define _STLP_STATIC_DECLSPEC _STLP_DECLSPEC 1066 void _STLP_DECLSPEC _STLP_CALL _STLP_CHECK_RUNTIME_COMPATIBILITY();
|