Searched defs:__t (Results 1 - 25 of 105) sorted by relevance

12345

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
H A Dmove.h51 forward(typename std::identity<_Tp>::type&& __t) argument
52 { return __t; }
56 move(_Tp&& __t) argument
57 { return __t; }
H A Dboost_concept_check.h233 void __aux_require_boolean_expr(const _Tp& __t) { argument
234 bool __x _IsUnused = __t;
462 *__i++ = __t; // require postincrement and assignment
465 _ValueT __t;
725 __c _IsUnused(__n, __t),
728 __c.insert(__p, __t);
729 __c.insert(__p, __n, __t);
742 typename _Sequence::value_type __t;
754 __c.push_front(__t);
758 typename _FrontInsertionSequence::value_type __t;
[all...]
H A Dvalarray_array.h99 // Turn a raw-memory into an array of _Tp filled with __t
108 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t) argument
111 new(__b++) _Tp(__t);
119 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t) argument
122 *__b++ = __t;
129 const _Tp __t)
131 _Array_init_ctor<_Tp, __is_pod(_Tp)>::_S_do_it(__b, __e, __t);
218 // Fill a plain array __a[<__n>] with __t
221 __valarray_fill(_Tp* __restrict__ __a, size_t __n, const _Tp& __t) argument
224 *__a++ = __t;
128 __valarray_fill_construct(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t) argument
230 __valarray_fill(_Tp* __restrict__ __a, size_t __n, size_t __s, const _Tp& __t) argument
240 __valarray_fill(_Tp* __restrict__ __a, const size_t* __restrict__ __i, size_t __n, const _Tp& __t) argument
380 _Value_type __t = __a[__i]; local
396 _Value_type __t = __a[__i]; local
440 __valarray_fill(_Array<_Tp> __a, size_t __n, const _Tp& __t) argument
445 __valarray_fill(_Array<_Tp> __a, size_t __n, size_t __s, const _Tp& __t) argument
450 __valarray_fill(_Array<_Tp> __a, _Array<size_t> __i, size_t __n, const _Tp& __t) argument
[all...]
/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); }
H A Dboost_concept_check.h236 void __aux_require_boolean_expr(const _Tp& __t) { argument
237 bool __x _IsUnused = __t;
465 *__i++ = __t; // require postincrement and assignment
468 _ValueT __t;
728 __c _IsUnused(__n, __t),
731 __c.insert(__p, __t);
732 __c.insert(__p, __n, __t);
745 typename _Sequence::value_type __t;
757 __c.push_front(__t);
761 typename _FrontInsertionSequence::value_type __t;
[all...]
H A Dvalarray_array.h101 // Turn a raw-memory into an array of _Tp filled with __t
110 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t) argument
113 new(__b++) _Tp(__t);
121 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t) argument
124 *__b++ = __t;
130 __valarray_fill_construct(_Tp* __b, _Tp* __e, const _Tp __t) argument
132 _Array_init_ctor<_Tp, __is_trivial(_Tp)>::_S_do_it(__b, __e, __t);
216 // Fill a plain array __a[<__n>] with __t
219 __valarray_fill(_Tp* __restrict__ __a, size_t __n, const _Tp& __t) argument
222 *__a++ = __t;
228 __valarray_fill(_Tp* __restrict__ __a, size_t __n, size_t __s, const _Tp& __t) argument
238 __valarray_fill(_Tp* __restrict__ __a, const size_t* __restrict__ __i, size_t __n, const _Tp& __t) argument
377 _Value_type __t = __a[__i]; local
393 _Value_type __t = __a[__i]; local
437 __valarray_fill(_Array<_Tp> __a, size_t __n, const _Tp& __t) argument
442 __valarray_fill(_Array<_Tp> __a, size_t __n, size_t __s, const _Tp& __t) argument
447 __valarray_fill(_Array<_Tp> __a, _Array<size_t> __i, size_t __n, const _Tp& __t) argument
[all...]
/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); }
H A Dboost_concept_check.h236 void __aux_require_boolean_expr(const _Tp& __t) { argument
237 bool __x _IsUnused = __t;
465 *__i++ = __t; // require postincrement and assignment
468 _ValueT __t;
728 __c _IsUnused(__n, __t),
731 __c.insert(__p, __t);
732 __c.insert(__p, __n, __t);
745 typename _Sequence::value_type __t;
757 __c.push_front(__t);
761 typename _FrontInsertionSequence::value_type __t;
[all...]
H A Dvalarray_array.h101 // Turn a raw-memory into an array of _Tp filled with __t
110 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t) argument
113 new(__b++) _Tp(__t);
121 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t) argument
124 *__b++ = __t;
130 __valarray_fill_construct(_Tp* __b, _Tp* __e, const _Tp __t) argument
132 _Array_init_ctor<_Tp, __is_trivial(_Tp)>::_S_do_it(__b, __e, __t);
216 // Fill a plain array __a[<__n>] with __t
219 __valarray_fill(_Tp* __restrict__ __a, size_t __n, const _Tp& __t) argument
222 *__a++ = __t;
228 __valarray_fill(_Tp* __restrict__ __a, size_t __n, size_t __s, const _Tp& __t) argument
238 __valarray_fill(_Tp* __restrict__ __a, const size_t* __restrict__ __i, size_t __n, const _Tp& __t) argument
377 _Value_type __t = __a[__i]; local
393 _Value_type __t = __a[__i]; local
437 __valarray_fill(_Array<_Tp> __a, size_t __n, const _Tp& __t) argument
442 __valarray_fill(_Array<_Tp> __a, size_t __n, size_t __s, const _Tp& __t) argument
447 __valarray_fill(_Array<_Tp> __a, _Array<size_t> __i, size_t __n, const _Tp& __t) argument
[all...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dmove.h51 forward(typename std::identity<_Tp>::type&& __t) argument
52 { return __t; }
56 move(_Tp&& __t) argument
57 { return __t; }
H A Dboost_concept_check.h233 void __aux_require_boolean_expr(const _Tp& __t) { argument
234 bool __x _IsUnused = __t;
462 *__i++ = __t; // require postincrement and assignment
465 _ValueT __t;
725 __c _IsUnused(__n, __t),
728 __c.insert(__p, __t);
729 __c.insert(__p, __n, __t);
742 typename _Sequence::value_type __t;
754 __c.push_front(__t);
758 typename _FrontInsertionSequence::value_type __t;
[all...]
H A Dvalarray_array.h99 // Turn a raw-memory into an array of _Tp filled with __t
108 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t) argument
111 new(__b++) _Tp(__t);
119 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t) argument
122 *__b++ = __t;
129 const _Tp __t)
131 _Array_init_ctor<_Tp, __is_pod(_Tp)>::_S_do_it(__b, __e, __t);
218 // Fill a plain array __a[<__n>] with __t
221 __valarray_fill(_Tp* __restrict__ __a, size_t __n, const _Tp& __t) argument
224 *__a++ = __t;
128 __valarray_fill_construct(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t) argument
230 __valarray_fill(_Tp* __restrict__ __a, size_t __n, size_t __s, const _Tp& __t) argument
240 __valarray_fill(_Tp* __restrict__ __a, const size_t* __restrict__ __i, size_t __n, const _Tp& __t) argument
380 _Value_type __t = __a[__i]; local
396 _Value_type __t = __a[__i]; local
440 __valarray_fill(_Array<_Tp> __a, size_t __n, const _Tp& __t) argument
445 __valarray_fill(_Array<_Tp> __a, size_t __n, size_t __s, const _Tp& __t) argument
450 __valarray_fill(_Array<_Tp> __a, _Array<size_t> __i, size_t __n, const _Tp& __t) argument
[all...]
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dmove.h51 forward(typename std::identity<_Tp>::type&& __t) argument
52 { return __t; }
56 move(_Tp&& __t) argument
57 { return __t; }
H A Dboost_concept_check.h233 void __aux_require_boolean_expr(const _Tp& __t) { argument
234 bool __x _IsUnused = __t;
462 *__i++ = __t; // require postincrement and assignment
465 _ValueT __t;
725 __c _IsUnused(__n, __t),
728 __c.insert(__p, __t);
729 __c.insert(__p, __n, __t);
742 typename _Sequence::value_type __t;
754 __c.push_front(__t);
758 typename _FrontInsertionSequence::value_type __t;
[all...]
H A Dvalarray_array.h99 // Turn a raw-memory into an array of _Tp filled with __t
108 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t) argument
111 new(__b++) _Tp(__t);
119 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t) argument
122 *__b++ = __t;
129 const _Tp __t)
131 _Array_init_ctor<_Tp, __is_pod(_Tp)>::_S_do_it(__b, __e, __t);
218 // Fill a plain array __a[<__n>] with __t
221 __valarray_fill(_Tp* __restrict__ __a, size_t __n, const _Tp& __t) argument
224 *__a++ = __t;
128 __valarray_fill_construct(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t) argument
230 __valarray_fill(_Tp* __restrict__ __a, size_t __n, size_t __s, const _Tp& __t) argument
240 __valarray_fill(_Tp* __restrict__ __a, const size_t* __restrict__ __i, size_t __n, const _Tp& __t) argument
380 _Value_type __t = __a[__i]; local
396 _Value_type __t = __a[__i]; local
440 __valarray_fill(_Array<_Tp> __a, size_t __n, const _Tp& __t) argument
445 __valarray_fill(_Array<_Tp> __a, size_t __n, size_t __s, const _Tp& __t) argument
450 __valarray_fill(_Array<_Tp> __a, _Array<size_t> __i, size_t __n, const _Tp& __t) argument
[all...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dmove.h51 forward(typename std::identity<_Tp>::type&& __t) argument
52 { return __t; }
56 move(_Tp&& __t) argument
57 { return __t; }
H A Dboost_concept_check.h233 void __aux_require_boolean_expr(const _Tp& __t) { argument
234 bool __x _IsUnused = __t;
462 *__i++ = __t; // require postincrement and assignment
465 _ValueT __t;
725 __c _IsUnused(__n, __t),
728 __c.insert(__p, __t);
729 __c.insert(__p, __n, __t);
742 typename _Sequence::value_type __t;
754 __c.push_front(__t);
758 typename _FrontInsertionSequence::value_type __t;
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dmove.h51 forward(typename std::identity<_Tp>::type&& __t) argument
52 { return __t; }
56 move(_Tp&& __t) argument
57 { return __t; }
H A Dboost_concept_check.h233 void __aux_require_boolean_expr(const _Tp& __t) { argument
234 bool __x _IsUnused = __t;
462 *__i++ = __t; // require postincrement and assignment
465 _ValueT __t;
725 __c _IsUnused(__n, __t),
728 __c.insert(__p, __t);
729 __c.insert(__p, __n, __t);
742 typename _Sequence::value_type __t;
754 __c.push_front(__t);
758 typename _FrontInsertionSequence::value_type __t;
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dmove.h51 forward(typename std::identity<_Tp>::type&& __t) argument
52 { return __t; }
56 move(_Tp&& __t) argument
57 { return __t; }
H A Dboost_concept_check.h233 void __aux_require_boolean_expr(const _Tp& __t) { argument
234 bool __x _IsUnused = __t;
462 *__i++ = __t; // require postincrement and assignment
465 _ValueT __t;
725 __c _IsUnused(__n, __t),
728 __c.insert(__p, __t);
729 __c.insert(__p, __n, __t);
742 typename _Sequence::value_type __t;
754 __c.push_front(__t);
758 typename _FrontInsertionSequence::value_type __t;
[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/5/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_tree.h172 void swap(_Self& __t) { argument
173 _M_non_dbg_impl.swap(__t._M_non_dbg_impl);
174 _M_iter_list._Swap_owners(__t._M_iter_list);
/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/6/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_tree.h172 void swap(_Self& __t) { argument
173 _M_non_dbg_impl.swap(__t._M_non_dbg_impl);
174 _M_iter_list._Swap_owners(__t._M_iter_list);

Completed in 1739 milliseconds

12345