Home
last modified time | relevance | path

Searched refs:__test (Results 1 – 17 of 17) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/include/
D__functional_base47 template <class _Up> static __two __test(...);
48 template <class _Up> static char __test(typename _Up::result_type* = 0);
50 static const bool value = sizeof(__test<_Tp>(0)) == 1;
73 static __two __test(...);
76 __test(const volatile unary_function<_Ap, _Rp>*);
78 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value;
79 typedef decltype(__test((_Tp*)0)) type;
87 static __two __test(...);
90 __test(const volatile binary_function<_A1, _A2, _Rp>*);
92 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value;
[all …]
D__functional_base_0323 static __two __test(...);
26 __test(const volatile unary_function<_Ap, _Rp>*);
28 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value;
29 typedef decltype(__test((_Tp*)0)) type;
37 static __two __test(...);
40 __test(const volatile binary_function<_A1, _A2, _Rp>*);
42 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value;
43 typedef decltype(__test((_Tp*)0)) type;
947 template <class _Up> static __two __test(...);
948 template <class _Up> static char __test(typename _Up::type* = 0);
[all …]
Dmemory698 template <class _Up> static __two __test(...);
699 template <class _Up> static char __test(typename _Up::element_type* = 0);
701 static const bool value = sizeof(__test<_Tp>(0)) == 1;
786 template <class _Up> static __two __test(...);
787 template <class _Up> static char __test(typename _Up::difference_type* = 0);
789 static const bool value = sizeof(__test<_Tp>(0)) == 1;
809 template <class _Xp> static __two __test(...);
810 template <class _Xp> static char __test(typename _Xp::template rebind<_Up>* = 0);
812 static const bool value = sizeof(__test<_Tp>(0)) == 1;
1002 template <class _Up> static __two __test(...);
[all …]
Dtype_traits317 template <class _Tp> char __test(int _Tp::*);
318 template <class _Tp> __two __test(...);
322 …: public integral_constant<bool, sizeof(__is_class_imp::__test<_Tp>(0)) == 1 && !is_union<_Tp>::va…
335 template <class _Tp> char __test(_Tp*);
336 template <class _Tp> __two __test(...);
346 …: public integral_constant<bool, sizeof(__is_function_imp::__test<_Tp>(__is_function_imp::__source…
599 template <class _Tp> char __test(_Tp (*)[1]);
600 template <class _Tp> __two __test(...);
604 struct __libcpp_abstract : public integral_constant<bool, sizeof(__is_abstract_imp::__test<_Tp>(0))…
634 … <class _Bp, class _Dp> typename __one<sizeof(_Dst<_Bp>(declval<_Src<_Dp> >()))>::type __test(int);
[all …]
Dtuple146 template <class _Up> static __two __test(...);
147 template <class _Up> static char __test(typename _Up::allocator_type* = 0);
149 static const bool value = sizeof(__test<_Tp>(0)) == 1;
Diterator345 template <class _Up> static __two __test(...);
346 template <class _Up> static char __test(typename _Up::iterator_category* = 0);
348 static const bool value = sizeof(__test<_Tp>(0)) == 1;
/ndk/tests/device/test-gnustl-full/unit/
Dnum_facets_test.cpp132 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale() argument
150 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
156 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
162 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
Dtime_facets_test.cpp195 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale() argument
213 (inst.*__test)(loc); in test_supported_locale()
219 (inst.*__test)(loc); in test_supported_locale()
228 (inst.*__test)(loc); in test_supported_locale()
Dlocale_test.cpp30 static void test_supported_locale(LocaleTest &inst, _Test __test) { in test_supported_locale() argument
47 (inst.*__test)(loc); in test_supported_locale()
Dctype_facets_test.cpp319 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale() argument
338 (inst.*__test)(loc); in test_supported_locale()
344 (inst.*__test)(loc); in test_supported_locale()
354 (inst.*__test)(loc); in test_supported_locale()
Dmoney_facets_test.cpp418 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale() argument
436 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
442 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
449 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
/ndk/tests/device/test-stlport/unit/
Dnum_facets_test.cpp132 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale() argument
150 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
156 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
162 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
Dtime_facets_test.cpp195 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale() argument
213 (inst.*__test)(loc); in test_supported_locale()
219 (inst.*__test)(loc); in test_supported_locale()
228 (inst.*__test)(loc); in test_supported_locale()
Dlocale_test.cpp30 static void test_supported_locale(LocaleTest &inst, _Test __test) { in test_supported_locale() argument
47 (inst.*__test)(loc); in test_supported_locale()
Dctype_facets_test.cpp319 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale() argument
338 (inst.*__test)(loc); in test_supported_locale()
344 (inst.*__test)(loc); in test_supported_locale()
354 (inst.*__test)(loc); in test_supported_locale()
Dmoney_facets_test.cpp418 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale() argument
436 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
442 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
449 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
/ndk/sources/cxx-stl/stlport/stlport/
Dtype_traits49 static __t1 __test(_Up(*)[1]);
52 static __t2 __test(...);
58 static const bool __value = sizeof(__test<_Tp>(0)) == sizeof(__select_types::__t1);
65 const bool __instance<_Tp>::__value = sizeof(__instance<_Tp>::__test<_Tp>(0)) == sizeof(__select_ty…
74 static __t1 __test( int _Up::* );
77 static __t2 __test(...);
83 static const bool __value = sizeof(__test<T>(0)) == sizeof(__select_types::__t1);
89 const bool __uoc_aux<T>::__value = sizeof(__uoc_aux<T>::__test<T>(0)) == sizeof(__select_types::__t…