| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | __functional_base | 40 template <class _Up> static __two __test(...); 41 template <class _Up> static char __test(typename _Up::result_type* = 0); 43 static const bool value = sizeof(__test<_Tp>(0)) == 1; 79 static __two __test(...); 82 __test(const volatile unary_function<_Ap, _Rp>*); 84 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value; 85 typedef decltype(__test((_Tp*)0)) type; 93 static __two __test(...); 96 __test(const volatile binary_function<_A1, _A2, _Rp>*); 98 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value; [all …]
|
| H A D | type_traits | 847 template <class _Tp> char __test(int _Tp::*); 848 template <class _Tp> __two __test(...); 852 …: public integral_constant<bool, sizeof(__is_class_imp::__test<_Tp>(0)) == 1 && !is_union<_Tp>::va… 878 template <class _Tp> char __test(_Tp*); 879 template <class _Tp> char __test(__dummy_type); 880 template <class _Tp> __two __test(...); 891 …: public integral_constant<bool, sizeof(__libcpp_is_function_imp::__test<_Tp>(__libcpp_is_function… 1058 template <class _Tp> static _Tp& __test(int); 1059 template <class _Tp> static __two __test(...); 1064 !is_same<decltype(__is_referenceable_impl::__test<_Tp>(0)), __two>::value> {}; [all …]
|
| H A D | iterator | 445 template <class _Up> static __two __test(...); 446 …template <class _Up> static char __test(typename std::__void_t<typename _Up::iterator_category>::t… 453 static const bool value = sizeof(__test<_Tp>(0,0,0,0,0)) == 1; 462 template <class _Up> static __two __test(...); 463 template <class _Up> static char __test(typename _Up::iterator_category* = 0); 465 static const bool value = sizeof(__test<_Tp>(0)) == 1;
|
| H A D | memory | 842 template <class _Xp> static __two __test(...); 843 template <class _Xp> static char __test(typename _Xp::template rebind<_Up>* = 0); 845 static const bool value = sizeof(__test<_Tp>(0)) == 1; 1259 template <class _Xp> static __two __test(...); 1260 template <class _Xp> static char __test(typename _Xp::template rebind<_Up>::other* = 0); 1262 static const bool value = sizeof(__test<_Tp>(0)) == 1;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | __functional_base | 40 template <class _Up> static __two __test(...); 41 template <class _Up> static char __test(typename _Up::result_type* = 0); 43 static const bool value = sizeof(__test<_Tp>(0)) == 1; 79 static __two __test(...); 82 __test(const volatile unary_function<_Ap, _Rp>*); 84 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value; 85 typedef decltype(__test((_Tp*)0)) type; 93 static __two __test(...); 96 __test(const volatile binary_function<_A1, _A2, _Rp>*); 98 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value; [all …]
|
| H A D | type_traits | 847 template <class _Tp> char __test(int _Tp::*); 848 template <class _Tp> __two __test(...); 852 …: public integral_constant<bool, sizeof(__is_class_imp::__test<_Tp>(0)) == 1 && !is_union<_Tp>::va… 878 template <class _Tp> char __test(_Tp*); 879 template <class _Tp> char __test(__dummy_type); 880 template <class _Tp> __two __test(...); 891 …: public integral_constant<bool, sizeof(__libcpp_is_function_imp::__test<_Tp>(__libcpp_is_function… 1058 template <class _Tp> static _Tp& __test(int); 1059 template <class _Tp> static __two __test(...); 1064 !is_same<decltype(__is_referenceable_impl::__test<_Tp>(0)), __two>::value> {}; [all …]
|
| H A D | iterator | 445 template <class _Up> static __two __test(...); 446 …template <class _Up> static char __test(typename std::__void_t<typename _Up::iterator_category>::t… 453 static const bool value = sizeof(__test<_Tp>(0,0,0,0,0)) == 1; 462 template <class _Up> static __two __test(...); 463 template <class _Up> static char __test(typename _Up::iterator_category* = 0); 465 static const bool value = sizeof(__test<_Tp>(0)) == 1;
|
| H A D | memory | 842 template <class _Xp> static __two __test(...); 843 template <class _Xp> static char __test(typename _Xp::template rebind<_Up>* = 0); 845 static const bool value = sizeof(__test<_Tp>(0)) == 1; 1259 template <class _Xp> static __two __test(...); 1260 template <class _Xp> static char __test(typename _Xp::template rebind<_Up>::other* = 0); 1262 static const bool value = sizeof(__test<_Tp>(0)) == 1;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | type_traits | 805 static true_type __test(int); 808 static false_type __test(...); 815 typedef decltype(__test<_Tp>(0)) type; 856 __test(int); 859 static false_type __test(...); 866 typedef decltype(__test<_Tp>(0)) type; 1204 static true_type __test(const _Tp&, 1207 static false_type __test(...); 1214 typedef decltype(__test(declval<_Tp>())) type; 1434 __test(int); [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | type_traits | 805 static true_type __test(int); 808 static false_type __test(...); 815 typedef decltype(__test<_Tp>(0)) type; 856 __test(int); 859 static false_type __test(...); 866 typedef decltype(__test<_Tp>(0)) type; 1204 static true_type __test(const _Tp&, 1207 static false_type __test(...); 1214 typedef decltype(__test(declval<_Tp>())) type; 1434 __test(int); [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/ |
| H A D | codecvt_specializations.h | 122 bool __test = _M_in_desc && _M_in_desc != __err; in _GLIBCXX_VISIBILITY() local 123 __test &= _M_out_desc && _M_out_desc != __err; in _GLIBCXX_VISIBILITY() 124 return __test; in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/ |
| H A D | codecvt_specializations.h | 122 bool __test = _M_in_desc && _M_in_desc != __err; in _GLIBCXX_VISIBILITY() local 123 __test &= _M_out_desc && _M_out_desc != __err; in _GLIBCXX_VISIBILITY() 124 return __test; in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_printf.c | 96 __test(const char *expect, int elen, const char *fmt, ...) in __test() function 137 __test(expect, strlen(expect), fmt, ##__VA_ARGS__) 148 __test("xxx\0yyy", 7, "xxx%cyyy", '\0'); in test_basic()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | alloc_traits.h | 231 static true_type __test(int); in _GLIBCXX_VISIBILITY() 234 static false_type __test(...); in _GLIBCXX_VISIBILITY() 236 using type = decltype(__test<_Alloc>(0)); in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | alloc_traits.h | 231 static true_type __test(int); in _GLIBCXX_VISIBILITY() 234 static false_type __test(...); in _GLIBCXX_VISIBILITY() 236 using type = decltype(__test<_Alloc>(0)); in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/libcomps/libcomps/ |
| H A D | 0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch | 24 #INSTALL(FILES ${pycomps_SRCDIR}/tests/__test.py DESTINATION
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/ |
| H A D | type_traits | 594 static __one __test(_To); 595 static __two __test(...); 599 static const bool __value = sizeof(__test(__makeFrom())) == 1;
|
| H A D | functional | 79 static __one __test(_Wrap_type<typename _Up::result_type>*); 82 static __two __test(...); 85 static const bool value = sizeof(__test<_Tp>(0)) == 1; 243 static __one __test(const volatile unary_function<_T1, _Res>*); 247 static __two __test(...); 250 static const bool value = sizeof(__test((_Tp*)0)) == 1; 259 static __one __test(const volatile binary_function<_T1, _T2, _Res>*); 263 static __two __test(...); 266 static const bool value = sizeof(__test((_Tp*)0)) == 1;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/ |
| H A D | type_traits | 594 static __one __test(_To); 595 static __two __test(...); 599 static const bool __value = sizeof(__test(__makeFrom())) == 1;
|
| H A D | functional | 79 static __one __test(_Wrap_type<typename _Up::result_type>*); 82 static __two __test(...); 85 static const bool value = sizeof(__test<_Tp>(0)) == 1; 243 static __one __test(const volatile unary_function<_T1, _Res>*); 247 static __two __test(...); 250 static const bool value = sizeof(__test((_Tp*)0)) == 1; 259 static __one __test(const volatile binary_function<_T1, _T2, _Res>*); 263 static __two __test(...); 266 static const bool value = sizeof(__test((_Tp*)0)) == 1;
|