Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/logical.operations/
Dtransparent.pass.cpp18 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/
Dtransparent.pass.cpp18 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/
Dtransparent.pass.cpp18 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/
Dtransparent.pass.cpp18 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_base48 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 …]
Dtype_traits409 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_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 …]
Dmemory658 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 …]
Diterator364 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/
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…
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk6 __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/
DAndroid.mk6 __test := $1
8 LOCAL_SRC_FILES := $(libcxx-test-path)/$$(__test).pass.cpp
9 LOCAL_MODULE := $$(subst /,___,$$(__test))