/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/ |
D | compare.pass.cpp | 22 assert(std::char_traits<char32_t>::compare(U"", U"", 0) == 0); in main() 24 assert(std::char_traits<char32_t>::compare(U"1", U"1", 1) == 0); in main() 25 assert(std::char_traits<char32_t>::compare(U"1", U"2", 1) < 0); in main() 26 assert(std::char_traits<char32_t>::compare(U"2", U"1", 1) > 0); in main() 28 assert(std::char_traits<char32_t>::compare(U"12", U"12", 2) == 0); in main() 29 assert(std::char_traits<char32_t>::compare(U"12", U"13", 2) < 0); in main() 30 assert(std::char_traits<char32_t>::compare(U"12", U"22", 2) < 0); in main() 31 assert(std::char_traits<char32_t>::compare(U"13", U"12", 2) > 0); in main() 32 assert(std::char_traits<char32_t>::compare(U"22", U"12", 2) > 0); in main() 34 assert(std::char_traits<char32_t>::compare(U"123", U"123", 3) == 0); in main() [all …]
|
D | eq.pass.cpp | 22 char32_t c = U'\0'; in main() 23 assert(std::char_traits<char32_t>::eq(U'a', U'a')); in main() 24 assert(!std::char_traits<char32_t>::eq(U'a', U'A')); in main()
|
D | lt.pass.cpp | 22 char32_t c = U'\0'; in main() 23 assert(!std::char_traits<char32_t>::lt(U'a', U'a')); in main() 24 assert( std::char_traits<char32_t>::lt(U'A', U'a')); in main()
|
D | length.pass.cpp | 22 assert(std::char_traits<char32_t>::length(U"") == 0); in main() 23 assert(std::char_traits<char32_t>::length(U"a") == 1); in main() 24 assert(std::char_traits<char32_t>::length(U"aa") == 2); in main() 25 assert(std::char_traits<char32_t>::length(U"aaa") == 3); in main() 26 assert(std::char_traits<char32_t>::length(U"aaaa") == 4); in main()
|
D | eq_int_type.pass.cpp | 22 assert( std::char_traits<char32_t>::eq_int_type(U'a', U'a')); in main() 23 assert(!std::char_traits<char32_t>::eq_int_type(U'a', U'A')); in main() 24 assert(!std::char_traits<char32_t>::eq_int_type(std::char_traits<char32_t>::eof(), U'A')); in main()
|
/ndk/sources/host-tools/make-3.81/ |
D | Makefile.in | 89 nodist_loadavg_OBJECTS = loadavg-getloadavg$U.$(OBJEXT) 97 @USE_CUSTOMS_FALSE@am__objects_1 = remote-stub$U.$(OBJEXT) 98 @USE_CUSTOMS_TRUE@am__objects_1 = remote-cstms$U.$(OBJEXT) 99 am_make_OBJECTS = ar$U.$(OBJEXT) arscan$U.$(OBJEXT) \ 100 commands$U.$(OBJEXT) default$U.$(OBJEXT) dir$U.$(OBJEXT) \ 101 expand$U.$(OBJEXT) file$U.$(OBJEXT) function$U.$(OBJEXT) \ 102 getopt$U.$(OBJEXT) getopt1$U.$(OBJEXT) implicit$U.$(OBJEXT) \ 103 job$U.$(OBJEXT) main$U.$(OBJEXT) misc$U.$(OBJEXT) \ 104 read$U.$(OBJEXT) remake$U.$(OBJEXT) $(am__objects_1) \ 105 rule$U.$(OBJEXT) signame$U.$(OBJEXT) strcache$U.$(OBJEXT) \ [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.rel/ |
D | is_same.pass.cpp | 16 template <class T, class U> 19 static_assert((std::is_same<T, U>::value), ""); in test_is_same() 20 static_assert((!std::is_same<const T, U>::value), ""); in test_is_same() 21 static_assert((!std::is_same<T, const U>::value), ""); in test_is_same() 22 static_assert((std::is_same<const T, const U>::value), ""); in test_is_same() 25 template <class T, class U> 28 static_assert((std::is_same<T, U>::value), ""); in test_is_same_ref() 29 static_assert((std::is_same<const T, U>::value), ""); in test_is_same_ref() 30 static_assert((std::is_same<T, const U>::value), ""); in test_is_same_ref() 31 static_assert((std::is_same<const T, const U>::value), ""); in test_is_same_ref() [all …]
|
D | is_base_of.pass.cpp | 16 template <class T, class U> 19 static_assert((std::is_base_of<T, U>::value), ""); in test_is_base_of() 20 static_assert((std::is_base_of<const T, U>::value), ""); in test_is_base_of() 21 static_assert((std::is_base_of<T, const U>::value), ""); in test_is_base_of() 22 static_assert((std::is_base_of<const T, const U>::value), ""); in test_is_base_of() 25 template <class T, class U> 28 static_assert((!std::is_base_of<T, U>::value), ""); in test_is_not_base_of()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/ |
D | mem_fn_template.hpp | 33 template<class U> R call(U & u, T const *) const in BOOST_MEM_FN_NAME() 38 template<class U> R call(U & u, void const *) const in BOOST_MEM_FN_NAME() 52 template<class U> R operator()(U & u) const in BOOST_MEM_FN_NAME() 54 U const * p = 0; in BOOST_MEM_FN_NAME() 60 template<class U> R operator()(U const & u) const in BOOST_MEM_FN_NAME() 62 U const * p = 0; in BOOST_MEM_FN_NAME() 98 template<class U> R call(U & u, T const *) const in BOOST_MEM_FN_NAME() 103 template<class U> R call(U & u, void const *) const in BOOST_MEM_FN_NAME() 112 template<class U> R operator()(U const & u) const in BOOST_MEM_FN_NAME() 114 U const * p = 0; in BOOST_MEM_FN_NAME() [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
D | na.hpp | 61 template< typename T, typename U > struct if_na 66 template< typename U > struct if_na<na,U> 68 typedef U type; 73 template< typename U > struct apply 81 template< typename U > struct apply 83 typedef U type; 87 template< typename T, typename U > struct if_na 88 : if_na_impl<T>::template apply<U>
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
D | test_iterators.h | 20 template <class U> friend class output_iterator; 32 template <class U> 33 output_iterator(const output_iterator<U>& u) :it_(u.it_) {} in output_iterator() 47 template <class U> friend class input_iterator; 59 template <class U> 60 input_iterator(const input_iterator<U>& u) :it_(u.it_) {} in input_iterator() 75 template <class T, class U> 78 operator==(const input_iterator<T>& x, const input_iterator<U>& y) 83 template <class T, class U> 86 operator!=(const input_iterator<T>& x, const input_iterator<U>& y) [all …]
|
D | allocators.h | 37 template <class U> 38 A1(const A1<U>& a) : id_(a.id()) {copy_called = true;} in A1() 39 template <class U> 40 A1(A1<U>&& a) : id_(a.id()) {move_called = true;} in A1() 61 template <class T, class U> 63 bool operator==(const A1<T>& x, const A1<U>& y) 68 template <class T, class U> 70 bool operator!=(const A1<T>& x, const A1<U>& y) 109 template <class T, class U> 111 bool operator==(const A2<T>& x, const A2<U>& y) [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/cmplx.over/ |
D | pow.pass.cpp | 38 template <class T, class U> 40 test(T x, const std::complex<U>& y) in test() 47 template <class T, class U> 49 test(const std::complex<T>& x, U y) in test() 56 template <class T, class U> 58 test(const std::complex<T>& x, const std::complex<U>& y) in test() 65 template <class T, class U> 67 …is_integral<T>::value>::type* = 0, typename std::enable_if<!std::is_integral<U>::value>::type* = 0) in test() 69 test(T(3), std::complex<U>(4, 5)); in test() 70 test(std::complex<U>(3, 4), T(5)); in test() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.helper/ |
D | tuple_element.pass.cpp | 24 template <class T, std::size_t N, class U> 27 static_assert((std::is_same<typename std::tuple_element<N, T>::type, U>::value), ""); in test() 28 … static_assert((std::is_same<typename std::tuple_element<N, const T>::type, const U>::value), ""); in test() 29 …static_assert((std::is_same<typename std::tuple_element<N, volatile T>::type, volatile U>::value),… in test() 30 …td::is_same<typename std::tuple_element<N, const volatile T>::type, const volatile U>::value), ""); in test() 32 static_assert((std::is_same<typename std::tuple_element_t<N, T>, U>::value), ""); in test() 33 static_assert((std::is_same<typename std::tuple_element_t<N, const T>, const U>::value), ""); in test() 34 …static_assert((std::is_same<typename std::tuple_element_t<N, volatile T>, volatile U>::value), ""); in test() 35 …t((std::is_same<typename std::tuple_element_t<N, const volatile T>, const volatile U>::value), ""); in test()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
D | is_member_pointer.hpp | 47 BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_2(typename T,typename U,is_member_pointer,U T::*,true) 51 BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_2(typename T,typename U,is_member_pointer,U T::*,true) 54 BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_2(typename T,typename U,is_member_pointer,U T::*const,true) 55 BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_2(typename T,typename U,is_member_pointer,U T::*volatile,true) 56 BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_2(typename T,typename U,is_member_pointer,U T::*const volatil…
|
D | is_same.hpp | 37 BOOST_TT_AUX_BOOL_TRAIT_DEF2(is_same,T,U,false) 76 template <typename T, typename U> 80 static U u; 85 (::boost::is_reference<T>::value == ::boost::is_reference<U>::value), 86 (sizeof(T) == sizeof(U)) 94 BOOST_TT_AUX_BOOL_TRAIT_DEF2(is_same,T,U,(::boost::detail::is_same_impl<T,U>::value))
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/pointer.traits.types/ |
D | rebind.pass.cpp | 33 template <class U> using rebind = B1<U>; 35 template <class U> struct rebind {typedef B1<U> other;}; 39 template <class T, class U> 44 template <class T, class U> struct D1 {}; 46 template <class T, class U> 50 template <class V> using rebind = D1<V, U>; 52 template <class V> struct rebind {typedef D1<V, U> other;};
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/ |
D | is_assignable.pass.cpp | 25 template <class T, class U> 28 static_assert(( std::is_assignable<T, U>::value), ""); in test_is_assignable() 31 template <class T, class U> 34 static_assert((!std::is_assignable<T, U>::value), ""); in test_is_not_assignable() 42 template <class U> 43 D operator,(U&&);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/ |
D | pointer_deleter01.pass.cpp | 67 template <class U> 68 Deleter(Deleter<U>&& d, in Deleter() 69 typename std::enable_if<!std::is_same<U, T>::value>::type* = 0) in Deleter() argument 73 template <class U> 74 Deleter(const Deleter<U>& d, 75 typename std::enable_if<!std::is_same<U, T>::value>::type* = 0); 77 template <class U> 78 Deleter(Deleter<U> d, in Deleter() 79 typename std::enable_if<!std::is_same<U, T>::value>::type* = 0) in Deleter() argument
|
D | move_convert08.fail.cpp | 80 template <class U> 81 Deleter(Deleter<U>&& d, in Deleter() 82 typename std::enable_if<!std::is_same<U, T>::value>::type* = 0) in Deleter() argument 86 template <class U> 87 Deleter(const Deleter<U>& d, 88 typename std::enable_if<!std::is_same<U, T>::value>::type* = 0); 90 template <class U> 91 Deleter(Deleter<U> d, in Deleter() 92 typename std::enable_if<!std::is_same<U, T>::value>::type* = 0) in Deleter() argument
|
D | move_convert11.fail.cpp | 80 template <class U> 81 Deleter(Deleter<U>&& d, in Deleter() 82 typename std::enable_if<!std::is_same<U, T>::value>::type* = 0) in Deleter() argument 86 template <class U> 87 Deleter(const Deleter<U>& d, 88 typename std::enable_if<!std::is_same<U, T>::value>::type* = 0); 90 template <class U> 91 Deleter(Deleter<U> d, in Deleter() 92 typename std::enable_if<!std::is_same<U, T>::value>::type* = 0) in Deleter() argument
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/ |
D | rebind_alloc.pass.cpp | 30 template <class U> struct rebind {typedef ReboundA<U> other;}; 33 template <class T, class U> 36 template <class T, class U> 41 template <class V> struct rebind {typedef ReboundB<V, U> other;}; 50 template <class T, class U> 61 template <class U> struct rebind {typedef ReboundA<U> otter;};
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
D | has_xxx.hpp | 59 template< typename U > struct msvc_incomplete_array 61 typedef char (&type)[sizeof(U) + 1]; 73 template< typename U > 74 static typename msvc_incomplete_array<U>::type tester(type_wrapper<U>); 76 template< typename U > 77 static char (& tester(type_wrapper<U>) )[sizeof(U)+1]; 174 template< typename T, typename U = void > \ 211 template < class U > \ 212 static int resolve( boost::mpl::aux::type_wrapper<U> const volatile * \ 213 , boost::mpl::aux::type_wrapper<typename U::name >* = 0 ); \ [all …]
|
D | quote.hpp | 127 template< BOOST_MPL_PP_PARAMS(i_, typename U) > struct apply in BOOST_PP_CAT() 131 F< BOOST_MPL_PP_PARAMS(i_, U) > in BOOST_PP_CAT() 132 , aux::has_type< F< BOOST_MPL_PP_PARAMS(i_, U) > >::value in BOOST_PP_CAT() 137 F< BOOST_MPL_PP_PARAMS(i_, U) > in BOOST_PP_CAT() 138 , aux::has_type< F< BOOST_MPL_PP_PARAMS(i_, U) > >::value in BOOST_PP_CAT() 143 : quote_impl< aux::has_type< F< BOOST_MPL_PP_PARAMS(i_, U) > >::value > in BOOST_PP_CAT() 144 ::template result_< F< BOOST_MPL_PP_PARAMS(i_, U) > > in BOOST_PP_CAT()
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-linked_ptr.h | 146 template <typename U> linked_ptr(linked_ptr<U> const& ptr) { copy(&ptr); } in linked_ptr() 153 template <typename U> linked_ptr& operator=(linked_ptr<U> const& ptr) { 178 template <typename U> 179 bool operator==(linked_ptr<U> const& ptr) const { 182 template <typename U> 183 bool operator!=(linked_ptr<U> const& ptr) const { 188 template <typename U> 203 template <typename U> void copy(linked_ptr<U> const* ptr) { in copy()
|