HomeSort by relevance Sort by last modified time
    Searched full:__ct (Results 51 - 75 of 318) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
chrono 326 duration<_Rep2, _Period2>>::type __ct;
327 return __ct(__lhs) += __rhs;
338 duration<_Rep2, _Period2>>::type __ct;
339 return __ct(__lhs) -= __rhs;
377 duration<_Rep2, _Period2>>::type __ct;
383 { return __ct(__lhs).count() / __ct(__rhs).count(); }
402 duration<_Rep2, _Period2>>::type __ct;
403 return __ct(__lhs).count() == __ct(__rhs).count()
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
chrono 326 duration<_Rep2, _Period2>>::type __ct;
327 return __ct(__lhs) += __rhs;
338 duration<_Rep2, _Period2>>::type __ct;
339 return __ct(__lhs) -= __rhs;
377 duration<_Rep2, _Period2>>::type __ct;
383 { return __ct(__lhs).count() / __ct(__rhs).count(); }
402 duration<_Rep2, _Period2>>::type __ct;
403 return __ct(__lhs).count() == __ct(__rhs).count()
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
chrono 326 duration<_Rep2, _Period2>>::type __ct;
327 return __ct(__lhs) += __rhs;
338 duration<_Rep2, _Period2>>::type __ct;
339 return __ct(__lhs) -= __rhs;
377 duration<_Rep2, _Period2>>::type __ct;
383 { return __ct(__lhs).count() / __ct(__rhs).count(); }
402 duration<_Rep2, _Period2>>::type __ct;
403 return __ct(__lhs).count() == __ct(__rhs).count()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
chrono 326 duration<_Rep2, _Period2>>::type __ct;
327 return __ct(__lhs) += __rhs;
338 duration<_Rep2, _Period2>>::type __ct;
339 return __ct(__lhs) -= __rhs;
377 duration<_Rep2, _Period2>>::type __ct;
383 { return __ct(__lhs).count() / __ct(__rhs).count(); }
402 duration<_Rep2, _Period2>>::type __ct;
403 return __ct(__lhs).count() == __ct(__rhs).count()
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
chrono 94 typedef typename common_type<_Dur1, _Dur2>::type __ct;
97 typedef chrono::time_point<_Clock, __ct> type;
362 typedef typename common_type<__dur1,__dur2>::type __ct;
363 return __ct(__lhs) += __rhs;
375 typedef typename common_type<__dur1,__dur2>::type __ct;
376 return __ct(__lhs) -= __rhs;
418 typedef typename common_type<__dur1,__dur2>::type __ct;
419 return __ct(__lhs).count() / __ct(__rhs).count();
441 typedef typename common_type<__dur1,__dur2>::type __ct;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
chrono 94 typedef typename common_type<_Dur1, _Dur2>::type __ct;
97 typedef chrono::time_point<_Clock, __ct> type;
362 typedef typename common_type<__dur1,__dur2>::type __ct;
363 return __ct(__lhs) += __rhs;
375 typedef typename common_type<__dur1,__dur2>::type __ct;
376 return __ct(__lhs) -= __rhs;
418 typedef typename common_type<__dur1,__dur2>::type __ct;
419 return __ct(__lhs).count() / __ct(__rhs).count();
441 typedef typename common_type<__dur1,__dur2>::type __ct;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
chrono 94 typedef typename common_type<_Dur1, _Dur2>::type __ct;
97 typedef chrono::time_point<_Clock, __ct> type;
362 typedef typename common_type<__dur1,__dur2>::type __ct;
363 return __ct(__lhs) += __rhs;
375 typedef typename common_type<__dur1,__dur2>::type __ct;
376 return __ct(__lhs) -= __rhs;
418 typedef typename common_type<__dur1,__dur2>::type __ct;
419 return __ct(__lhs).count() / __ct(__rhs).count();
441 typedef typename common_type<__dur1,__dur2>::type __ct;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
chrono 94 typedef typename common_type<_Dur1, _Dur2>::type __ct;
97 typedef chrono::time_point<_Clock, __ct> type;
362 typedef typename common_type<__dur1,__dur2>::type __ct;
363 return __ct(__lhs) += __rhs;
375 typedef typename common_type<__dur1,__dur2>::type __ct;
376 return __ct(__lhs) -= __rhs;
418 typedef typename common_type<__dur1,__dur2>::type __ct;
419 return __ct(__lhs).count() / __ct(__rhs).count();
441 typedef typename common_type<__dur1,__dur2>::type __ct;
    [all...]
  /external/stlport/stlport/stl/
_num_put.c 78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); local
81 __convert_float_buffer(__str, __wbuf, __ct, __decimal_point);
85 __sep, __ct.widen('+'), __ct.widen('-'), 0);
89 __f.flags(), __f.width(0), __fill, __ct.widen('+'), __ct.widen('-'));
135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); local
136 __convert_float_buffer(__buf, __wbuf, __ct, wchar_t(0), false);
196 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__loc); local
198 wchar_t __xplus = __ct.widen('+')
    [all...]
_time_facets.c 153 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__s.getloc()); local
270 if (*__first++ != __ct.widen(*__format)) break;
429 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__f.getloc()); local
431 _STLP_PRIV __write_formatted_time(__buf, __ct, __format, __modifier, this->_M_timeinfo, __tmb);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); local
81 __convert_float_buffer(__str, __wbuf, __ct, __decimal_point);
85 __sep, __ct.widen('+'), __ct.widen('-'), 0);
89 __f.flags(), __f.width(0), __fill, __ct.widen('+'), __ct.widen('-'));
135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); local
136 __convert_float_buffer(__buf, __wbuf, __ct, wchar_t(0), false);
196 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__loc); local
198 wchar_t __xplus = __ct.widen('+')
    [all...]
_time_facets.c 153 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__s.getloc()); local
270 if (*__first++ != __ct.widen(*__format)) break;
429 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__f.getloc()); local
431 _STLP_PRIV __write_formatted_time(__buf, __ct, __format, __modifier, this->_M_timeinfo, __tmb);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); local
81 __convert_float_buffer(__str, __wbuf, __ct, __decimal_point);
85 __sep, __ct.widen('+'), __ct.widen('-'), 0);
89 __f.flags(), __f.width(0), __fill, __ct.widen('+'), __ct.widen('-'));
135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); local
136 __convert_float_buffer(__buf, __wbuf, __ct, wchar_t(0), false);
196 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__loc); local
198 wchar_t __xplus = __ct.widen('+')
    [all...]
_time_facets.c 153 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__s.getloc()); local
270 if (*__first++ != __ct.widen(*__format)) break;
429 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__f.getloc()); local
431 _STLP_PRIV __write_formatted_time(__buf, __ct, __format, __modifier, this->_M_timeinfo, __tmb);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); local
81 __convert_float_buffer(__str, __wbuf, __ct, __decimal_point);
85 __sep, __ct.widen('+'), __ct.widen('-'), 0);
89 __f.flags(), __f.width(0), __fill, __ct.widen('+'), __ct.widen('-'));
135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); local
136 __convert_float_buffer(__buf, __wbuf, __ct, wchar_t(0), false);
196 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__loc); local
198 wchar_t __xplus = __ct.widen('+')
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); local
81 __convert_float_buffer(__str, __wbuf, __ct, __decimal_point);
85 __sep, __ct.widen('+'), __ct.widen('-'), 0);
89 __f.flags(), __f.width(0), __fill, __ct.widen('+'), __ct.widen('-'));
135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); local
136 __convert_float_buffer(__buf, __wbuf, __ct, wchar_t(0), false);
196 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__loc); local
198 wchar_t __xplus = __ct.widen('+')
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); local
81 __convert_float_buffer(__str, __wbuf, __ct, __decimal_point);
85 __sep, __ct.widen('+'), __ct.widen('-'), 0);
89 __f.flags(), __f.width(0), __fill, __ct.widen('+'), __ct.widen('-'));
135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); local
136 __convert_float_buffer(__buf, __wbuf, __ct, wchar_t(0), false);
196 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__loc); local
198 wchar_t __xplus = __ct.widen('+')
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_num_put.c 78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); local
81 __convert_float_buffer(__str, __wbuf, __ct, __decimal_point);
85 __sep, __ct.widen('+'), __ct.widen('-'), 0);
89 __f.flags(), __f.width(0), __fill, __ct.widen('+'), __ct.widen('-'));
135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); local
136 __convert_float_buffer(__buf, __wbuf, __ct, wchar_t(0), false);
196 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__loc); local
198 wchar_t __xplus = __ct.widen('+')
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
chrono 94 typedef typename common_type<_Dur1, _Dur2>::type __ct;
97 typedef chrono::time_point<_Clock, __ct> type;
459 typedef typename common_type<__dur1,__dur2>::type __ct;
460 return __ct(__lhs).count() == __ct(__rhs).count();
471 typedef typename common_type<__dur1,__dur2>::type __ct;
472 return __ct(__lhs).count() < __ct(__rhs).count();
594 typedef typename common_type<_Dur1,__dur2>::type __ct;
595 typedef time_point<_Clock, __ct> __time_point
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
chrono 94 typedef typename common_type<_Dur1, _Dur2>::type __ct;
97 typedef chrono::time_point<_Clock, __ct> type;
459 typedef typename common_type<__dur1,__dur2>::type __ct;
460 return __ct(__lhs).count() == __ct(__rhs).count();
471 typedef typename common_type<__dur1,__dur2>::type __ct;
472 return __ct(__lhs).count() < __ct(__rhs).count();
594 typedef typename common_type<_Dur1,__dur2>::type __ct;
595 typedef time_point<_Clock, __ct> __time_point
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
chrono 481 typedef typename common_type<__dur1,__dur2>::type __ct;
482 return __ct(__lhs).count() == __ct(__rhs).count();
493 typedef typename common_type<__dur1,__dur2>::type __ct;
494 return __ct(__lhs).count() < __ct(__rhs).count();
616 typedef typename common_type<_Dur1,__dur2>::type __ct;
617 typedef time_point<_Clock, __ct> __time_point;
629 typedef typename common_type<__dur1,_Dur2>::type __ct;
630 typedef time_point<_Clock, __ct> __time_point
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
istream 275 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc());
279 if (!__ct.is(__ct.space, *__i))
753 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc());
764 if (__ct.is(__ct.space, __ch))
    [all...]
  /external/llvm/test/Object/
coff-archive.test 56 CHECKIDX: __CT??_R0PAVexception@std@@@84 in Debug\mymath.obj
57 CHECKIDX: __CT??_R0PAVinvalid_argument@std@@@84 in Debug\mymath.obj
58 CHECKIDX: __CT??_R0PAVlogic_error@std@@@84 in Debug\mymath.obj
59 CHECKIDX: __CT??_R0PAX@84 in Debug\mymath.obj
191 CHECKIDX: 00000000 R __CT??_R0PAVexception@std@@@84
192 CHECKIDX: 00000000 R __CT??_R0PAVinvalid_argument@std@@@84
193 CHECKIDX: 00000000 R __CT??_R0PAVlogic_error@std@@@84
194 CHECKIDX: 00000000 R __CT??_R0PAX@84
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/
__scan_keyword.pass.cpp 26 // __ct is used to force to lower case before comparing characters.
36 // const _Ctype& __ct, ios_base::iostate& __err,
  /external/llvm/test/Object/Inputs/
coff_archive.lib 3 86?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6?6???0invalid_argument@std@@QAE@PBD@Z??0logic_error@std@@QAE@PBD@Z??1invalid_argument@std@@UAE@XZ??1logic_error@std@@UAE@XZ??_7invalid_argument@std@@6B@??_7logic_error@std@@6B@??_C@_0BC@IHENMCGI@b?5cannot?5be?5zero?$CB?$AA@??_Ginvalid_argument@std@@UAEPAXI@Z??_Glogic_error@std@@UAEPAXI@Z??_R0?AVexception@std@@@8??_R0?AVinvalid_argument@std@@@8??_R0?AVlogic_error@std@@@8??_R0PAVexception@std@@@8??_R0PAVinvalid_argument@std@@@8??_R0PAVlogic_error@std@@@8??_R0PAX@8??_R1A@?0A@EA@exception@std@@8??_R1A@?0A@EA@invalid_argument@std@@8??_R1A@?0A@EA@logic_error@std@@8??_R2exception@std@@8??_R2invalid_argument@std@@8??_R2logic_error@std@@8??_R3exception@std@@8??_R3invalid_argument@std@@8??_R3logic_error@std@@8??_R4invalid_argument@std@@6B@??_R4logic_error@std@@6B@?Add@MyMathFuncs@MathFuncs@@SANNN@Z?Divide@MyMathFuncs@MathFuncs@@SANNN@Z?Multiply@MyMathFuncs@MathFuncs@@SANNN@Z?Subtract@MyMathFuncs@MathFuncs@@SANNN@Z?_Rank@?$_Arithmetic_traits@C@std@@2HB?_Rank@?$_Arithmetic_traits@D@std@@2HB?_Rank@?$_Arithmetic_traits@E@std@@2HB?_Rank@?$_Arithmetic_traits@F@std@@2HB?_Rank@?$_Arithmetic_traits@G@std@@2HB?_Rank@?$_Arithmetic_traits@H@std@@2HB?_Rank@?$_Arithmetic_traits@I@std@@2HB?_Rank@?$_Arithmetic_traits@J@std@@2HB?_Rank@?$_Arithmetic_traits@K@std@@2HB?_Rank@?$_Arithmetic_traits@M@std@@2HB?_Rank@?$_Arithmetic_traits@N@std@@2HB?_Rank@?$_Arithmetic_traits@O@std@@2HB?_Rank@?$_Arithmetic_traits@_J@std@@2HB?_Rank@?$_Arithmetic_traits@_K@std@@2HB?_Rank@?$_Arithmetic_traits@_N@std@@2HB?value@?$integral_constant@I$0A@@tr1@std@@2IB?value@?$integral_constant@_N$00@tr1@std@@2_NB?value@?$integral_constant@_N$0A@@tr1@std@@2_NB__CT??_R0PAVexception@std@@@84__CT??_R0PAVinvalid_argument@std@@@84__CT??_R0PAVlogic_error@std@@@84__CT??_R0PAX@84__CTA4PAVinvalid_argument@std@@__TI4PAVinvalid_argument@std@@__real@0000000000000000
5 ??68??0invalid_argument@std@@QAE@PBD@Z??0logic_error@std@@QAE@PBD@Z??1invalid_argument@std@@UAE@XZ??1logic_error@std@@UAE@XZ??_7invalid_argument@std@@6B@??_7logic_error@std@@6B@??_C@_0BC@IHENMCGI@b?5cannot?5be?5zero?$CB?$AA@??_Ginvalid_argument@std@@UAEPAXI@Z??_Glogic_error@std@@UAEPAXI@Z??_R0?AVexception@std@@@8??_R0?AVinvalid_argument@std@@@8??_R0?AVlogic_error@std@@@8??_R0PAVexception@std@@@8??_R0PAVinvalid_argument@std@@@8??_R0PAVlogic_error@std@@@8??_R0PAX@8??_R1A@?0A@EA@exception@std@@8??_R1A@?0A@EA@invalid_argument@std@@8??_R1A@?0A@EA@logic_error@std@@8??_R2exception@std@@8??_R2invalid_argument@std@@8??_R2logic_error@std@@8??_R3exception@std@@8??_R3invalid_argument@std@@8??_R3logic_error@std@@8??_R4invalid_argument@std@@6B@??_R4logic_error@std@@6B@?Add@MyMathFuncs@MathFuncs@@SANNN@Z?Divide@MyMathFuncs@MathFuncs@@SANNN@Z?Multiply@MyMathFuncs@MathFuncs@@SANNN@Z?Subtract@MyMathFuncs@MathFuncs@@SANNN@Z?_Rank@?$_Arithmetic_traits@C@std@@2HB?_Rank@?$_Arithmetic_traits@D@std@@2HB?_Rank@?$_Arithmetic_traits@E@std@@2HB?_Rank@?$_Arithmetic_traits@F@std@@2HB?_Rank@?$_Arithmetic_traits@G@std@@2HB?_Rank@?$_Arithmetic_traits@H@std@@2HB?_Rank@?$_Arithmetic_traits@I@std@@2HB?_Rank@?$_Arithmetic_traits@J@std@@2HB?_Rank@?$_Arithmetic_traits@K@std@@2HB?_Rank@?$_Arithmetic_traits@M@std@@2HB?_Rank@?$_Arithmetic_traits@N@std@@2HB?_Rank@?$_Arithmetic_traits@O@std@@2HB?_Rank@?$_Arithmetic_traits@_J@std@@2HB?_Rank@?$_Arithmetic_traits@_K@std@@2HB?_Rank@?$_Arithmetic_traits@_N@std@@2HB?value@?$integral_constant@I$0A@@tr1@std@@2IB?value@?$integral_constant@_N$00@tr1@std@@2_NB?value@?$integral_constant@_N$0A@@tr1@std@@2_NB__CT??_R0PAVexception@std@@@84__CT??_R0PAVinvalid_argument@std@@@84__CT??_R0PAVlogic_error@std@@@84__CT??_R0PAX@84__CTA4PAVinvalid_argument@std@@__TI4PAVinvalid_argument@std@@__real@0000000000000000
    [all...]

Completed in 645 milliseconds

1 23 4 5 6 7 8 91011>>