Searched refs:__t (Results 1 - 25 of 441) sorted by relevance

1234567891011>>

/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
H A Dmove.h51 forward(typename std::remove_reference<_Tp>::type& __t) argument
53 { return static_cast<_Tp&&>(__t); }
55 { return __t; }
60 forward(typename std::remove_reference<_Tp>::type&& __t) argument
66 return static_cast<_Tp&&>(__t);
68 return __t;
74 move(_Tp&& __t) argument
76 { return static_cast<typename std::remove_reference<_Tp>::type&&>(__t); }
78 { return __t; }
H A Dvalarray_before.h65 _Tp operator()(const _Tp& __t) const
66 { return abs(__t); }
72 _Tp operator()(const _Tp& __t) const
73 { return cos(__t); }
79 _Tp operator()(const _Tp& __t) const
80 { return acos(__t); }
86 _Tp operator()(const _Tp& __t) const
87 { return cosh(__t); }
93 _Tp operator()(const _Tp& __t) const
94 { return sin(__t); }
539 _BinBase2(const _Clos& __e, const _Vt& __t) argument
559 _BinBase1(const _Vt& __t, const _Clos& __e) argument
646 _BinClos(const valarray<_Tp>& __v, const _Tp& __t) argument
656 _BinClos(const _Tp& __t, const valarray<_Tp>& __v) argument
[all...]
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_time_facets.c152 const ios_base& __s, ios_base::iostate& __err, tm* __t) {
175 __t->tm_wday = __STATIC_CAST(int, __index);
186 __t->tm_mon = __STATIC_CAST(int, __index);
191 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mday, __STATIC_CAST(_Ch*, 0));
192 if (!__pr || __t->tm_mday < 1 || __t->tm_mday > 31) {
200 bool __pr = __get_decimal_integer(__first, __last, __t->tm_hour, __STATIC_CAST(_Ch*, 0));
207 bool __pr = __get_decimal_integer(__first, __last, __t->tm_yday, __STATIC_CAST(_Ch*, 0));
214 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mon, __STATIC_CAST(_Ch*, 0));
215 --__t
149 _STLP_WEAK(_InIt1 __first, _InIt1 __last, string::const_iterator __format, string::const_iterator __format_end, _Ch*, const _TimeInfo& __table, const ios_base& __s, ios_base::iostate& __err, tm* __t) argument
281 __get_short_or_long_dayname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) argument
292 __get_short_or_long_monthname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) argument
[all...]
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_time_facets.c152 const ios_base& __s, ios_base::iostate& __err, tm* __t) {
175 __t->tm_wday = __STATIC_CAST(int, __index);
186 __t->tm_mon = __STATIC_CAST(int, __index);
191 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mday, __STATIC_CAST(_Ch*, 0));
192 if (!__pr || __t->tm_mday < 1 || __t->tm_mday > 31) {
200 bool __pr = __get_decimal_integer(__first, __last, __t->tm_hour, __STATIC_CAST(_Ch*, 0));
207 bool __pr = __get_decimal_integer(__first, __last, __t->tm_yday, __STATIC_CAST(_Ch*, 0));
214 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mon, __STATIC_CAST(_Ch*, 0));
215 --__t
149 _STLP_WEAK(_InIt1 __first, _InIt1 __last, string::const_iterator __format, string::const_iterator __format_end, _Ch*, const _TimeInfo& __table, const ios_base& __s, ios_base::iostate& __err, tm* __t) argument
281 __get_short_or_long_dayname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) argument
292 __get_short_or_long_monthname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) argument
[all...]
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_time_facets.c152 const ios_base& __s, ios_base::iostate& __err, tm* __t) {
175 __t->tm_wday = __STATIC_CAST(int, __index);
186 __t->tm_mon = __STATIC_CAST(int, __index);
191 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mday, __STATIC_CAST(_Ch*, 0));
192 if (!__pr || __t->tm_mday < 1 || __t->tm_mday > 31) {
200 bool __pr = __get_decimal_integer(__first, __last, __t->tm_hour, __STATIC_CAST(_Ch*, 0));
207 bool __pr = __get_decimal_integer(__first, __last, __t->tm_yday, __STATIC_CAST(_Ch*, 0));
214 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mon, __STATIC_CAST(_Ch*, 0));
215 --__t
149 _STLP_WEAK(_InIt1 __first, _InIt1 __last, string::const_iterator __format, string::const_iterator __format_end, _Ch*, const _TimeInfo& __table, const ios_base& __s, ios_base::iostate& __err, tm* __t) argument
281 __get_short_or_long_dayname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) argument
292 __get_short_or_long_monthname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) argument
[all...]
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_time_facets.c152 const ios_base& __s, ios_base::iostate& __err, tm* __t) {
175 __t->tm_wday = __STATIC_CAST(int, __index);
186 __t->tm_mon = __STATIC_CAST(int, __index);
191 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mday, __STATIC_CAST(_Ch*, 0));
192 if (!__pr || __t->tm_mday < 1 || __t->tm_mday > 31) {
200 bool __pr = __get_decimal_integer(__first, __last, __t->tm_hour, __STATIC_CAST(_Ch*, 0));
207 bool __pr = __get_decimal_integer(__first, __last, __t->tm_yday, __STATIC_CAST(_Ch*, 0));
214 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mon, __STATIC_CAST(_Ch*, 0));
215 --__t
149 _STLP_WEAK(_InIt1 __first, _InIt1 __last, string::const_iterator __format, string::const_iterator __format_end, _Ch*, const _TimeInfo& __table, const ios_base& __s, ios_base::iostate& __err, tm* __t) argument
281 __get_short_or_long_dayname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) argument
292 __get_short_or_long_monthname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) argument
[all...]
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_time_facets.c152 const ios_base& __s, ios_base::iostate& __err, tm* __t) {
175 __t->tm_wday = __STATIC_CAST(int, __index);
186 __t->tm_mon = __STATIC_CAST(int, __index);
191 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mday, __STATIC_CAST(_Ch*, 0));
192 if (!__pr || __t->tm_mday < 1 || __t->tm_mday > 31) {
200 bool __pr = __get_decimal_integer(__first, __last, __t->tm_hour, __STATIC_CAST(_Ch*, 0));
207 bool __pr = __get_decimal_integer(__first, __last, __t->tm_yday, __STATIC_CAST(_Ch*, 0));
214 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mon, __STATIC_CAST(_Ch*, 0));
215 --__t
149 _STLP_WEAK(_InIt1 __first, _InIt1 __last, string::const_iterator __format, string::const_iterator __format_end, _Ch*, const _TimeInfo& __table, const ios_base& __s, ios_base::iostate& __err, tm* __t) argument
281 __get_short_or_long_dayname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) argument
292 __get_short_or_long_monthname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) argument
[all...]
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_time_facets.c152 const ios_base& __s, ios_base::iostate& __err, tm* __t) {
175 __t->tm_wday = __STATIC_CAST(int, __index);
186 __t->tm_mon = __STATIC_CAST(int, __index);
191 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mday, __STATIC_CAST(_Ch*, 0));
192 if (!__pr || __t->tm_mday < 1 || __t->tm_mday > 31) {
200 bool __pr = __get_decimal_integer(__first, __last, __t->tm_hour, __STATIC_CAST(_Ch*, 0));
207 bool __pr = __get_decimal_integer(__first, __last, __t->tm_yday, __STATIC_CAST(_Ch*, 0));
214 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mon, __STATIC_CAST(_Ch*, 0));
215 --__t
149 _STLP_WEAK(_InIt1 __first, _InIt1 __last, string::const_iterator __format, string::const_iterator __format_end, _Ch*, const _TimeInfo& __table, const ios_base& __s, ios_base::iostate& __err, tm* __t) argument
281 __get_short_or_long_dayname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) argument
292 __get_short_or_long_monthname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) argument
[all...]
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_time_facets.c152 const ios_base& __s, ios_base::iostate& __err, tm* __t) {
175 __t->tm_wday = __STATIC_CAST(int, __index);
186 __t->tm_mon = __STATIC_CAST(int, __index);
191 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mday, __STATIC_CAST(_Ch*, 0));
192 if (!__pr || __t->tm_mday < 1 || __t->tm_mday > 31) {
200 bool __pr = __get_decimal_integer(__first, __last, __t->tm_hour, __STATIC_CAST(_Ch*, 0));
207 bool __pr = __get_decimal_integer(__first, __last, __t->tm_yday, __STATIC_CAST(_Ch*, 0));
214 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mon, __STATIC_CAST(_Ch*, 0));
215 --__t
149 _STLP_WEAK(_InIt1 __first, _InIt1 __last, string::const_iterator __format, string::const_iterator __format_end, _Ch*, const _TimeInfo& __table, const ios_base& __s, ios_base::iostate& __err, tm* __t) argument
281 __get_short_or_long_dayname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) argument
292 __get_short_or_long_monthname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) argument
[all...]
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_time_facets.c152 const ios_base& __s, ios_base::iostate& __err, tm* __t) {
175 __t->tm_wday = __STATIC_CAST(int, __index);
186 __t->tm_mon = __STATIC_CAST(int, __index);
191 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mday, __STATIC_CAST(_Ch*, 0));
192 if (!__pr || __t->tm_mday < 1 || __t->tm_mday > 31) {
200 bool __pr = __get_decimal_integer(__first, __last, __t->tm_hour, __STATIC_CAST(_Ch*, 0));
207 bool __pr = __get_decimal_integer(__first, __last, __t->tm_yday, __STATIC_CAST(_Ch*, 0));
214 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mon, __STATIC_CAST(_Ch*, 0));
215 --__t
149 _STLP_WEAK(_InIt1 __first, _InIt1 __last, string::const_iterator __format, string::const_iterator __format_end, _Ch*, const _TimeInfo& __table, const ios_base& __s, ios_base::iostate& __err, tm* __t) argument
281 __get_short_or_long_dayname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) argument
292 __get_short_or_long_monthname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) argument
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
H A Dunique_copy.h132 for (_ThreadIndex __t = 0; __t < __num_threads; ++__t)
133 __begin_output += __counter[__t];
157 for (_ThreadIndex __t = 0; __t < __iam; __t++)
158 __begin_output += __counter[__t];
171 for (_ThreadIndex __t = 0; __t < __num_thread
[all...]
H A Dqueue.h83 push_front(const _Tp& __t) argument
88 *(_M_base + __former_front % _M_max_size) = __t;
100 pop_front(_Tp& __t) argument
115 __t = *(_M_base + (__former_front - 1) % _M_max_size);
127 pop_back(_Tp& __t) //queue behavior argument
142 __t = *(_M_base + __former_back % _M_max_size);
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
H A Dunique_copy.h132 for (_ThreadIndex __t = 0; __t < __num_threads; ++__t)
133 __begin_output += __counter[__t];
157 for (_ThreadIndex __t = 0; __t < __iam; __t++)
158 __begin_output += __counter[__t];
171 for (_ThreadIndex __t = 0; __t < __num_thread
[all...]
H A Dqueue.h83 push_front(const _Tp& __t) argument
88 *(_M_base + __former_front % _M_max_size) = __t;
100 pop_front(_Tp& __t) argument
115 __t = *(_M_base + (__former_front - 1) % _M_max_size);
127 pop_back(_Tp& __t) //queue behavior argument
142 __t = *(_M_base + __former_back % _M_max_size);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
H A Dmove.h62 forward(typename std::remove_reference<_Tp>::type& __t) argument
63 { return static_cast<_Tp&&>(__t); }
67 forward(typename std::remove_reference<_Tp>::type&& __t) argument
71 return static_cast<_Tp&&>(__t);
77 * @param __t A thing of arbitrary type.
82 move(_Tp&& __t) argument
83 { return static_cast<typename std::remove_reference<_Tp>::type&&>(__t); }
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
H A Dmove.h62 forward(typename std::remove_reference<_Tp>::type& __t) argument
63 { return static_cast<_Tp&&>(__t); }
67 forward(typename std::remove_reference<_Tp>::type&& __t) argument
71 return static_cast<_Tp&&>(__t);
77 * @param __t A thing of arbitrary type.
82 move(_Tp&& __t) argument
83 { return static_cast<typename std::remove_reference<_Tp>::type&&>(__t); }
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dmove.h62 forward(typename std::remove_reference<_Tp>::type& __t) argument
63 { return static_cast<_Tp&&>(__t); }
67 forward(typename std::remove_reference<_Tp>::type&& __t) argument
71 return static_cast<_Tp&&>(__t);
77 * @param __t A thing of arbitrary type.
82 move(_Tp&& __t) argument
83 { return static_cast<typename std::remove_reference<_Tp>::type&&>(__t); }
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dmove.h62 forward(typename std::remove_reference<_Tp>::type& __t) argument
63 { return static_cast<_Tp&&>(__t); }
67 forward(typename std::remove_reference<_Tp>::type&& __t) argument
71 return static_cast<_Tp&&>(__t);
77 * @param __t A thing of arbitrary type.
82 move(_Tp&& __t) argument
83 { return static_cast<typename std::remove_reference<_Tp>::type&&>(__t); }
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dmove.h62 forward(typename std::remove_reference<_Tp>::type& __t) argument
63 { return static_cast<_Tp&&>(__t); }
67 forward(typename std::remove_reference<_Tp>::type&& __t) argument
71 return static_cast<_Tp&&>(__t);
77 * @param __t A thing of arbitrary type.
82 move(_Tp&& __t) argument
83 { return static_cast<typename std::remove_reference<_Tp>::type&&>(__t); }
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dmove.h62 forward(typename std::remove_reference<_Tp>::type& __t) argument
63 { return static_cast<_Tp&&>(__t); }
67 forward(typename std::remove_reference<_Tp>::type&& __t) argument
71 return static_cast<_Tp&&>(__t);
77 * @param __t A thing of arbitrary type.
82 move(_Tp&& __t) argument
83 { return static_cast<typename std::remove_reference<_Tp>::type&&>(__t); }
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
H A Dvalarray_before.h65 _Tp operator()(const _Tp& __t) const
66 { return abs(__t); }
72 _Tp operator()(const _Tp& __t) const
73 { return cos(__t); }
79 _Tp operator()(const _Tp& __t) const
80 { return acos(__t); }
86 _Tp operator()(const _Tp& __t) const
87 { return cosh(__t); }
93 _Tp operator()(const _Tp& __t) const
94 { return sin(__t); }
539 _BinBase2(const _Clos& __e, const _Vt& __t) argument
559 _BinBase1(const _Vt& __t, const _Clos& __e) argument
646 _BinClos(const valarray<_Tp>& __v, const _Tp& __t) argument
656 _BinClos(const _Tp& __t, const valarray<_Tp>& __v) argument
[all...]
H A Dmove.h51 forward(typename std::identity<_Tp>::type&& __t) argument
52 { return __t; }
56 move(_Tp&& __t) argument
57 { return __t; }
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dvalarray_before.h65 _Tp operator()(const _Tp& __t) const
66 { return abs(__t); }
72 _Tp operator()(const _Tp& __t) const
73 { return cos(__t); }
79 _Tp operator()(const _Tp& __t) const
80 { return acos(__t); }
86 _Tp operator()(const _Tp& __t) const
87 { return cosh(__t); }
93 _Tp operator()(const _Tp& __t) const
94 { return sin(__t); }
539 _BinBase2(const _Clos& __e, const _Vt& __t) argument
559 _BinBase1(const _Vt& __t, const _Clos& __e) argument
646 _BinClos(const valarray<_Tp>& __v, const _Tp& __t) argument
656 _BinClos(const _Tp& __t, const valarray<_Tp>& __v) argument
[all...]
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dvalarray_before.h65 _Tp operator()(const _Tp& __t) const
66 { return abs(__t); }
72 _Tp operator()(const _Tp& __t) const
73 { return cos(__t); }
79 _Tp operator()(const _Tp& __t) const
80 { return acos(__t); }
86 _Tp operator()(const _Tp& __t) const
87 { return cosh(__t); }
93 _Tp operator()(const _Tp& __t) const
94 { return sin(__t); }
539 _BinBase2(const _Clos& __e, const _Vt& __t) argument
559 _BinBase1(const _Vt& __t, const _Clos& __e) argument
646 _BinClos(const valarray<_Tp>& __v, const _Tp& __t) argument
656 _BinClos(const _Tp& __t, const valarray<_Tp>& __v) argument
[all...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dvalarray_before.h65 _Tp operator()(const _Tp& __t) const
66 { return abs(__t); }
72 _Tp operator()(const _Tp& __t) const
73 { return cos(__t); }
79 _Tp operator()(const _Tp& __t) const
80 { return acos(__t); }
86 _Tp operator()(const _Tp& __t) const
87 { return cosh(__t); }
93 _Tp operator()(const _Tp& __t) const
94 { return sin(__t); }
539 _BinBase2(const _Clos& __e, const _Vt& __t) argument
559 _BinBase1(const _Vt& __t, const _Clos& __e) argument
646 _BinClos(const valarray<_Tp>& __v, const _Tp& __t) argument
656 _BinClos(const _Tp& __t, const valarray<_Tp>& __v) argument
[all...]

Completed in 501 milliseconds

1234567891011>>