/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/logical.operations/ |
D | transparent.pass.cpp | 18 template <class _Up> static __two __test(...); 19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); 21 static const bool value = sizeof(__test<_Tp>(0)) == 1;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bitwise.operations/ |
D | transparent.pass.cpp | 18 template <class _Up> static __two __test(...); 19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); 21 static const bool value = sizeof(__test<_Tp>(0)) == 1;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/comparisons/ |
D | transparent.pass.cpp | 18 template <class _Up> static __two __test(...); 19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); 21 static const bool value = sizeof(__test<_Tp>(0)) == 1;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/arithmetic.operations/ |
D | transparent.pass.cpp | 18 template <class _Up> static __two __test(...); 19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); 21 static const bool value = sizeof(__test<_Tp>(0)) == 1;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | __functional_base | 48 template <class _Up> static __two __test(...); 49 template <class _Up> static char __test(typename _Up::result_type* = 0); 51 static const bool value = sizeof(__test<_Tp>(0)) == 1; 141 static __two __test(...); 144 __test(const volatile unary_function<_Ap, _Rp>*); 146 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value; 147 typedef decltype(__test((_Tp*)0)) type; 155 static __two __test(...); 158 __test(const volatile binary_function<_A1, _A2, _Rp>*); 160 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value; [all …]
|
D | type_traits | 409 template <class _Tp> char __test(int _Tp::*); 410 template <class _Tp> __two __test(...); 414 …: public integral_constant<bool, sizeof(__is_class_imp::__test<_Tp>(0)) == 1 && !is_union<_Tp>::va… 427 template <class _Tp> char __test(_Tp*); 428 template <class _Tp> __two __test(...); 438 …: public integral_constant<bool, sizeof(__libcpp_is_function_imp::__test<_Tp>(__libcpp_is_function… 459 char __test(typename std::__member_pointer_traits_imp<_Tp, true, false>::_FnType *); 462 std::__two __test(...); 466 …: public integral_constant<bool, sizeof(__libcpp_is_member_function_pointer_imp::__test<_Tp>(nullp… 774 template <class _Tp> char __test(_Tp (*)[1]); [all …]
|
D | __functional_base_03 | 23 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 …]
|
D | memory | 658 template <class _Up> static __two __test(...); 659 template <class _Up> static char __test(typename _Up::element_type* = 0); 661 static const bool value = sizeof(__test<_Tp>(0)) == 1; 746 template <class _Up> static __two __test(...); 747 template <class _Up> static char __test(typename _Up::difference_type* = 0); 749 static const bool value = sizeof(__test<_Tp>(0)) == 1; 769 template <class _Xp> static __two __test(...); 770 template <class _Xp> static char __test(typename _Xp::template rebind<_Up>* = 0); 772 static const bool value = sizeof(__test<_Tp>(0)) == 1; 924 template <class _Up> static __two __test(...); [all …]
|
D | iterator | 364 template <class _Up> static __two __test(...); 365 template <class _Up> static char __test(typename _Up::iterator_category* = 0); 367 static const bool value = sizeof(__test<_Tp>(0)) == 1;
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | num_facets_test.cpp | 132 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()
|
D | time_facets_test.cpp | 195 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()
|
D | locale_test.cpp | 30 static void test_supported_locale(LocaleTest &inst, _Test __test) { in test_supported_locale() argument 47 (inst.*__test)(loc); in test_supported_locale()
|
D | ctype_facets_test.cpp | 319 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()
|
D | money_facets_test.cpp | 418 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/ |
D | num_facets_test.cpp | 132 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()
|
D | time_facets_test.cpp | 195 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()
|
D | locale_test.cpp | 30 static void test_supported_locale(LocaleTest &inst, _Test __test) { in test_supported_locale() argument 47 (inst.*__test)(loc); in test_supported_locale()
|
D | ctype_facets_test.cpp | 319 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()
|
D | money_facets_test.cpp | 418 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/ |
D | type_traits | 49 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…
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 6 __test := $1 8 LOCAL_SRC_FILES := $(libcxx-test-path)/$$(__test).pass.cpp 9 LOCAL_MODULE := $$(subst /,___,$$(__test))
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 6 __test := $1 8 LOCAL_SRC_FILES := $(libcxx-test-path)/$$(__test).pass.cpp 9 LOCAL_MODULE := $$(subst /,___,$$(__test))
|