/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _time_facets.h | 134 typedef _InIt iter_type; typedef 140 iter_type get_time(iter_type __s, iter_type __end, ios_base& __str, in get_time() 143 iter_type get_date(iter_type __s, iter_type __end, ios_base& __str, in get_date() 146 iter_type get_weekday(iter_type __s, iter_type __end, ios_base& __str, in get_weekday() 149 iter_type get_monthname(iter_type __s, iter_type __end, ios_base& __str, in get_monthname() 152 iter_type get_year(iter_type __s, iter_type __end, ios_base& __str, in get_year() 170 virtual iter_type do_get_time(iter_type __s, iter_type __end, 174 virtual iter_type do_get_date(iter_type __s, iter_type __end, 178 virtual iter_type do_get_weekday(iter_type __s, iter_type __end, 182 virtual iter_type do_get_monthname(iter_type __s, iter_type __end, [all …]
|
D | _num_put.h | 55 typedef _OutputIter iter_type; typedef 60 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put() 65 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put() 70 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put() 76 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put() 81 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put() 87 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put() 93 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put() 99 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put()
|
D | _monetary.h | 57 typedef _InputIter iter_type; typedef 61 iter_type get(iter_type __s, iter_type __end, bool __intl, in get() 65 iter_type get(iter_type __s, iter_type __end, bool __intl, in get() 74 virtual iter_type do_get(iter_type __s, iter_type __end, bool __intl, 77 virtual iter_type do_get(iter_type __s, iter_type __end, bool __intl, 391 typedef _OutputIter iter_type; typedef 395 iter_type put(iter_type __s, bool __intl, ios_base& __str, in put() 398 iter_type put(iter_type __s, bool __intl, ios_base& __str, in put() 407 virtual iter_type do_put(iter_type __s, bool __intl, ios_base& __str, 409 virtual iter_type do_put(iter_type __s, bool __intl, ios_base& __str,
|
D | _monetary.c | 132 typedef _InputIter iter_type; in __money_do_get() typedef 168 pair<iter_type, bool> in __money_do_get() 304 money_get<_CharT, _InputIter>::do_get(iter_type __s, iter_type __end, bool __intl, in do_get()
|
D | _num_get.h | 59 typedef _InputIter iter_type; typedef
|
D | _num_get.c | 595 iter_type __tmp = _STLP_PRIV __do_get_integer(__in_ite, __end, __str, __err, __val, (_CharT*)0 ); in do_get()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/ |
D | rend.hpp | 40 iter_type; 41 return iter_type( boost::begin( c ) ); 49 iter_type; 50 return iter_type( boost::begin( c ) );
|
D | rbegin.hpp | 40 iter_type; 41 return iter_type( boost::end( c ) ); 49 iter_type; 50 return iter_type( boost::end( c ) );
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | locale | 705 typedef _InputIterator iter_type; 712 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, 719 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, 726 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, 733 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, 740 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, 747 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, 754 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, 761 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, 768 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/ |
D | types.pass.cpp | 30 …static_assert((std::is_same<std::num_put<char>::iter_type, std::ostreambuf_iterator<char> >::value… in main() 31 …static_assert((std::is_same<std::num_put<wchar_t>::iter_type, std::ostreambuf_iterator<wchar_t> >:… in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.put/ |
D | types.pass.cpp | 30 …static_assert((std::is_same<std::time_put<char>::iter_type, std::ostreambuf_iterator<char> >::valu… in main() 31 …static_assert((std::is_same<std::time_put<wchar_t>::iter_type, std::ostreambuf_iterator<wchar_t> >… in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/ |
D | types.pass.cpp | 30 …static_assert((std::is_same<std::num_get<char>::iter_type, std::istreambuf_iterator<char> >::value… in main() 31 …static_assert((std::is_same<std::num_get<wchar_t>::iter_type, std::istreambuf_iterator<wchar_t> >:… in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/ |
D | types.pass.cpp | 39 …static_assert((std::is_same<std::time_get<char>::iter_type, std::istreambuf_iterator<char> >::valu… in main() 40 …static_assert((std::is_same<std::time_get<wchar_t>::iter_type, std::istreambuf_iterator<wchar_t> >… in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/ |
D | types.pass.cpp | 30 …static_assert((std::is_same<std::money_get<char>::iter_type, std::istreambuf_iterator<char> >::val… in main() 31 …static_assert((std::is_same<std::money_get<wchar_t>::iter_type, std::istreambuf_iterator<wchar_t> … in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/ |
D | types.pass.cpp | 30 …static_assert((std::is_same<std::money_put<char>::iter_type, std::ostreambuf_iterator<char> >::val… in main() 31 …static_assert((std::is_same<std::money_put<wchar_t>::iter_type, std::ostreambuf_iterator<wchar_t> … in main()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | time_facets_test.cpp | 37 …time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + for… in _time_put_get() 119 …time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + for… in _time_put_get()
|
/ndk/tests/device/test-stlport/unit/ |
D | time_facets_test.cpp | 37 …time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + for… in _time_put_get() 119 …time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + for… in _time_put_get()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/ |
D | policy.hpp | 848 typedef typename Policy::max_series_iterations_type iter_type; in get_max_series_iterations() typedef 849 return iter_type::value; in get_max_series_iterations() 855 typedef typename Policy::max_root_iterations_type iter_type; in get_max_root_iterations() typedef 856 return iter_type::value; in get_max_root_iterations()
|