Home
last modified time | relevance | path

Searched refs:R (Results 1 – 25 of 208) sorted by relevance

123456789

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/ratio.arithmetic/
Dratio_subtract.pass.cpp19 typedef std::ratio_subtract<R1, R2>::type R; in main() typedef
20 static_assert(R::num == 0 && R::den == 1, ""); in main()
25 typedef std::ratio_subtract<R1, R2>::type R; in main() typedef
26 static_assert(R::num == -1 && R::den == 2, ""); in main()
31 typedef std::ratio_subtract<R1, R2>::type R; in main() typedef
32 static_assert(R::num == -3 && R::den == 2, ""); in main()
37 typedef std::ratio_subtract<R1, R2>::type R; in main() typedef
38 static_assert(R::num == -3 && R::den == 2, ""); in main()
43 typedef std::ratio_subtract<R1, R2>::type R; in main() typedef
44 static_assert(R::num == 3 && R::den == 2, ""); in main()
[all …]
Dratio_add.pass.cpp19 typedef std::ratio_add<R1, R2>::type R; in main() typedef
20 static_assert(R::num == 2 && R::den == 1, ""); in main()
25 typedef std::ratio_add<R1, R2>::type R; in main() typedef
26 static_assert(R::num == 3 && R::den == 2, ""); in main()
31 typedef std::ratio_add<R1, R2>::type R; in main() typedef
32 static_assert(R::num == 1 && R::den == 2, ""); in main()
37 typedef std::ratio_add<R1, R2>::type R; in main() typedef
38 static_assert(R::num == 1 && R::den == 2, ""); in main()
43 typedef std::ratio_add<R1, R2>::type R; in main() typedef
44 static_assert(R::num == -1 && R::den == 2, ""); in main()
[all …]
Dratio_divide.pass.cpp19 typedef std::ratio_divide<R1, R2>::type R; in main() typedef
20 static_assert(R::num == 1 && R::den == 1, ""); in main()
25 typedef std::ratio_divide<R1, R2>::type R; in main() typedef
26 static_assert(R::num == 1 && R::den == 2, ""); in main()
31 typedef std::ratio_divide<R1, R2>::type R; in main() typedef
32 static_assert(R::num == -1 && R::den == 2, ""); in main()
37 typedef std::ratio_divide<R1, R2>::type R; in main() typedef
38 static_assert(R::num == -1 && R::den == 2, ""); in main()
43 typedef std::ratio_divide<R1, R2>::type R; in main() typedef
44 static_assert(R::num == -1 && R::den == 2, ""); in main()
[all …]
Dratio_multiply.pass.cpp19 typedef std::ratio_multiply<R1, R2>::type R; in main() typedef
20 static_assert(R::num == 1 && R::den == 1, ""); in main()
25 typedef std::ratio_multiply<R1, R2>::type R; in main() typedef
26 static_assert(R::num == 1 && R::den == 2, ""); in main()
31 typedef std::ratio_multiply<R1, R2>::type R; in main() typedef
32 static_assert(R::num == -1 && R::den == 2, ""); in main()
37 typedef std::ratio_multiply<R1, R2>::type R; in main() typedef
38 static_assert(R::num == -1 && R::den == 2, ""); in main()
43 typedef std::ratio_multiply<R1, R2>::type R; in main() typedef
44 static_assert(R::num == -1 && R::den == 2, ""); in main()
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
Dmem_fn_cc.hpp15 template<class R, class T> _mfi::BOOST_MEM_FN_NAME(mf0)<R, T> mem_fn(R (BOOST_MEM_FN_CC T::*f) ()) in BOOST_MEM_FN_NAME()
17 return _mfi::BOOST_MEM_FN_NAME(mf0)<R, T>(f); in BOOST_MEM_FN_NAME()
20 template<class R, class T> _mfi::BOOST_MEM_FN_NAME(cmf0)<R, T> mem_fn(R (BOOST_MEM_FN_CC T::*f) () … in BOOST_MEM_FN_NAME()
22 return _mfi::BOOST_MEM_FN_NAME(cmf0)<R, T>(f); in BOOST_MEM_FN_NAME()
25 template<class R, class T, class A1> _mfi::BOOST_MEM_FN_NAME(mf1)<R, T, A1> mem_fn(R (BOOST_MEM_FN_… in BOOST_MEM_FN_NAME()
27 return _mfi::BOOST_MEM_FN_NAME(mf1)<R, T, A1>(f); in BOOST_MEM_FN_NAME()
30 template<class R, class T, class A1> _mfi::BOOST_MEM_FN_NAME(cmf1)<R, T, A1> mem_fn(R (BOOST_MEM_FN… in BOOST_MEM_FN_NAME()
32 return _mfi::BOOST_MEM_FN_NAME(cmf1)<R, T, A1>(f); in BOOST_MEM_FN_NAME()
35 template<class R, class T, class A1, class A2> _mfi::BOOST_MEM_FN_NAME(mf2)<R, T, A1, A2> mem_fn(R in BOOST_MEM_FN_NAME()
37 return _mfi::BOOST_MEM_FN_NAME(mf2)<R, T, A1, A2>(f); in BOOST_MEM_FN_NAME()
[all …]
Dbind_cc.hpp15 template<class R>
16 _bi::bind_t<R, BOOST_BIND_ST R (BOOST_BIND_CC *) (), _bi::list0>
17 BOOST_BIND(BOOST_BIND_ST R (BOOST_BIND_CC *f) ()) in BOOST_BIND()
19 typedef BOOST_BIND_ST R (BOOST_BIND_CC *F) (); in BOOST_BIND()
21 return _bi::bind_t<R, F, list_type> (f, list_type()); in BOOST_BIND()
24 template<class R, class B1, class A1>
25 _bi::bind_t<R, BOOST_BIND_ST R (BOOST_BIND_CC *) (B1), typename _bi::list_av_1<A1>::type>
26 BOOST_BIND(BOOST_BIND_ST R (BOOST_BIND_CC *f) (B1), A1 a1) in BOOST_BIND()
28 typedef BOOST_BIND_ST R (BOOST_BIND_CC *F) (B1); in BOOST_BIND()
30 return _bi::bind_t<R, F, list_type> (f, list_type(a1)); in BOOST_BIND()
[all …]
Dbind_mf_cc.hpp17 template<class R, class T,
19 _bi::bind_t<R, _mfi::BOOST_BIND_MF_NAME(mf0)<R, T>, typename _bi::list_av_1<A1>::type>
20 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (), A1 a1) in BOOST_BIND()
22 typedef _mfi::BOOST_BIND_MF_NAME(mf0)<R, T> F; in BOOST_BIND()
24 return _bi::bind_t<R, F, list_type>(F(f), list_type(a1)); in BOOST_BIND()
27 template<class R, class T,
29 _bi::bind_t<R, _mfi::BOOST_BIND_MF_NAME(cmf0)<R, T>, typename _bi::list_av_1<A1>::type>
30 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) () const, A1 a1) in BOOST_BIND()
32 typedef _mfi::BOOST_BIND_MF_NAME(cmf0)<R, T> F; in BOOST_BIND()
34 return _bi::bind_t<R, F, list_type>(F(f), list_type(a1)); in BOOST_BIND()
[all …]
Dmem_fn_template.hpp21 template<class R, class T BOOST_MEM_FN_CLASS_F> class BOOST_MEM_FN_NAME(mf0) in BOOST_MEM_FN_NAME()
25 typedef R result_type; in BOOST_MEM_FN_NAME()
30 BOOST_MEM_FN_TYPEDEF(R (BOOST_MEM_FN_CC T::*F) ()) in BOOST_MEM_FN_NAME()
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()
47 R operator()(T * p) const in BOOST_MEM_FN_NAME()
52 template<class U> R operator()(U & u) const in BOOST_MEM_FN_NAME()
60 template<class U> R operator()(U const & u) const in BOOST_MEM_FN_NAME()
68 R operator()(T & t) const in BOOST_MEM_FN_NAME()
86 template<class R, class T BOOST_MEM_FN_CLASS_F> class BOOST_MEM_FN_NAME(cmf0) in BOOST_MEM_FN_NAME()
[all …]
Dbind.hpp58 template<class R, class F> struct result_traits
60 typedef R type;
103 template<class R, class F, class L> class bind_t;
105 template<class R, class F, class L> bool ref_compare( bind_t<R, F, L> const & a, bind_t<R, F, L> co… in ref_compare() argument
156 template<class R, class T> static inline _mfi::dm<R, T> unwrap( R T::* pm, int ) in unwrap()
158 return _mfi::dm<R, T>( pm ); in unwrap()
176 …template<class R, class F, class L> typename result_traits<R, F>::type operator[] (bind_t<R, F, L>… in operator []() argument
178 …template<class R, class F, class L> typename result_traits<R, F>::type operator[] (bind_t<R, F, L>… in operator []() argument
180 template<class R, class F, class A> R operator()(type<R>, F & f, A &, long) in operator ()() argument
185 template<class R, class F, class A> R operator()(type<R>, F const & f, A &, long) const in operator ()() argument
[all …]
Dbind_mf2_cc.hpp18 template<class Rt2, class R, class T,
20 _bi::bind_t<Rt2, _mfi::BOOST_BIND_MF_NAME(mf0)<R, T>, typename _bi::list_av_1<A1>::type>
21 BOOST_BIND(boost::type<Rt2>, R (BOOST_BIND_MF_CC T::*f) (), A1 a1) in BOOST_BIND()
23 typedef _mfi::BOOST_BIND_MF_NAME(mf0)<R, T> F; in BOOST_BIND()
28 template<class Rt2, class R, class T,
30 _bi::bind_t<Rt2, _mfi::BOOST_BIND_MF_NAME(cmf0)<R, T>, typename _bi::list_av_1<A1>::type>
31 BOOST_BIND(boost::type<Rt2>, R (BOOST_BIND_MF_CC T::*f) () const, A1 a1) in BOOST_BIND()
33 typedef _mfi::BOOST_BIND_MF_NAME(cmf0)<R, T> F; in BOOST_BIND()
40 template<class Rt2, class R, class T,
43 _bi::bind_t<Rt2, _mfi::BOOST_BIND_MF_NAME(mf1)<R, T, B1>, typename _bi::list_av_2<A1, A2>::type>
[all …]
Dmem_fn.hpp314 template<class R, class T> class dm
318 typedef R const & result_type;
323 typedef R (T::*F); typedef in boost::_mfi::dm
326 template<class U> R const & call(U & u, T const *) const in call()
331 template<class U> R const & call(U & u, void const *) const in call()
340 R & operator()(T * p) const in operator ()()
345 R const & operator()(T const * p) const in operator ()()
350 template<class U> R const & operator()(U const & u) const in operator ()()
357 R & operator()(T & t) const in operator ()()
362 R const & operator()(T const & t) const in operator ()()
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
Dfunction_traits.hpp23 template<typename R>
24 struct function_traits_helper<R (*)(void)>
27 typedef R result_type;
30 template<typename R, typename T1>
31 struct function_traits_helper<R (*)(T1)>
34 typedef R result_type;
39 template<typename R, typename T1, typename T2>
40 struct function_traits_helper<R (*)(T1, T2)>
43 typedef R result_type;
50 template<typename R, typename T1, typename T2, typename T3>
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
Dcallback.hpp39 template<typename R>
42 R invoke( Functor& f ) { return f(); } in invoke()
44 R invoke( Functor& f, T1 t1 ) { return f( t1 ); } in invoke()
46 R invoke( Functor& f, T1 t1, T2 t2 ) { return f( t1, t2 ); } in invoke()
48 R invoke( Functor& f, T1 t1, T2 t2, T3 t3 ) { return f( t1, t2, t3 ); } in invoke()
75 template<typename R>
79 virtual R invoke() = 0;
84 template<typename R, typename Functor>
85 struct callback0_impl_t : callback0_impl<R> {
89 virtual R invoke() { return invoker<R>().invoke( m_f ); } in invoke()
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/
Dis_function_ptr_helper.hpp29 template <class R>
38 template <class R >
39 struct is_function_ptr_helper<R (*)()> { BOOST_STATIC_CONSTANT(bool, value = true); };
41 template <class R >
42 struct is_function_ptr_helper<R (*)( ...)> { BOOST_STATIC_CONSTANT(bool, value = true); };
44 template <class R , class T0>
45 struct is_function_ptr_helper<R (*)( T0)> { BOOST_STATIC_CONSTANT(bool, value = true); };
47 template <class R , class T0>
48 struct is_function_ptr_helper<R (*)( T0 ...)> { BOOST_STATIC_CONSTANT(bool, value = true); };
50 template <class R , class T0 , class T1>
[all …]
Dis_mem_fun_pointer_impl.hpp38 template <class R, class T >
39 struct is_mem_fun_pointer_impl<R (T::*)() > { BOOST_STATIC_CONSTANT(bool, value = true); };
41 template <class R, class T >
42 struct is_mem_fun_pointer_impl<R (T::*)( ...) > { BOOST_STATIC_CONSTANT(bool, value = true); };
46 template <class R, class T >
47 struct is_mem_fun_pointer_impl<R (T::*)() const > { BOOST_STATIC_CONSTANT(bool, value = true); };
49 template <class R, class T >
50 struct is_mem_fun_pointer_impl<R (T::*)() volatile > { BOOST_STATIC_CONSTANT(bool, value = true); };
52 template <class R, class T >
53 struct is_mem_fun_pointer_impl<R (T::*)() const volatile > { BOOST_STATIC_CONSTANT(bool, value = tr…
[all …]
/ndk/sources/android/support/src/musl-multibyte/
Dinternal.c9 #define C(x) ( x<2 ? -1 : ( R(0x80,0xc0) | x ) )
11 #define E(x) ( ( x==0 ? R(0xa0,0xc0) : \
12 x==0xd ? R(0x80,0xa0) : \
13 R(0x80,0xc0) ) \
14 | ( R(0x80,0xc0) >> 6 ) \
17 x==0 ? R(0x90,0xc0) : \
18 x==4 ? R(0x80,0xa0) : \
19 R(0x80,0xc0) ) \
20 | ( R(0x80,0xc0) >> 6 ) \
21 | ( R(0x80,0xc0) >> 12 ) \
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iterator/
Dtypes.pass.cpp35 typedef std::move_iterator<It> R; in test() typedef
37 static_assert((std::is_same<typename R::iterator_type, It>::value), ""); in test()
38 …static_assert((std::is_same<typename R::difference_type, typename T::difference_type>::value), ""); in test()
39 static_assert((std::is_same<typename R::pointer, typename T::pointer>::value), ""); in test()
40 static_assert((std::is_same<typename R::value_type, typename T::value_type>::value), ""); in test()
42 static_assert((std::is_same<typename R::reference, typename R::value_type&&>::value), ""); in test()
44 static_assert((std::is_same<typename R::reference, typename T::reference>::value), ""); in test()
46 …static_assert((std::is_same<typename R::iterator_category, typename T::iterator_category>::value),… in test()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dverify.h127 # define verify_true(R) \ argument
128 (!!sizeof (verify_type__<(R) ? 1 : -1>))
130 # define verify_true(R) \ argument
132 (struct { unsigned int verify_error_if_negative_size__: (R) ? 1 : -1; }))
138 # define verify(R) extern int (* verify_function__ (void)) [verify_true (R)] argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iterator/
Dtypes.pass.cpp45 typedef std::front_insert_iterator<C> R; in test() typedef
49 static_assert((std::is_same<typename R::container_type, C>::value), ""); in test()
50 static_assert((std::is_same<typename R::value_type, void>::value), ""); in test()
51 static_assert((std::is_same<typename R::difference_type, void>::value), ""); in test()
52 static_assert((std::is_same<typename R::reference, R&>::value), ""); in test()
53 static_assert((std::is_same<typename R::pointer, void>::value), ""); in test()
54 … static_assert((std::is_same<typename R::iterator_category, std::output_iterator_tag>::value), ""); in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iterator/
Dtypes.pass.cpp44 typedef std::back_insert_iterator<C> R; in test() typedef
48 static_assert((std::is_same<typename R::container_type, C>::value), ""); in test()
49 static_assert((std::is_same<typename R::value_type, void>::value), ""); in test()
50 static_assert((std::is_same<typename R::difference_type, void>::value), ""); in test()
51 static_assert((std::is_same<typename R::reference, R&>::value), ""); in test()
52 static_assert((std::is_same<typename R::pointer, void>::value), ""); in test()
53 … static_assert((std::is_same<typename R::iterator_category, std::output_iterator_tag>::value), ""); in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/insert.iterator/
Dtypes.pass.cpp49 typedef std::insert_iterator<C> R; in test() typedef
53 static_assert((std::is_same<typename R::container_type, C>::value), ""); in test()
54 static_assert((std::is_same<typename R::value_type, void>::value), ""); in test()
55 static_assert((std::is_same<typename R::difference_type, void>::value), ""); in test()
56 static_assert((std::is_same<typename R::reference, R&>::value), ""); in test()
57 static_assert((std::is_same<typename R::pointer, void>::value), ""); in test()
58 … static_assert((std::is_same<typename R::iterator_category, std::output_iterator_tag>::value), ""); in test()
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dbinary.inp1 192.168.1.2 br b8<r b16<r b24< R|R|R| D
2 255.255.255.0 br b8<r b16<r b24< R|R|R| D~r
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dtest_tools.hpp166 #define BOOST_WARN_EQUAL( L, R ) \ argument
167 …_WITH_ARGS_IMPL( ::boost::test_tools::tt_detail::equal_impl_frwd(), "", WARN, CHECK_EQUAL, (L)(R) )
168 #define BOOST_CHECK_EQUAL( L, R ) \ argument
169 …WITH_ARGS_IMPL( ::boost::test_tools::tt_detail::equal_impl_frwd(), "", CHECK, CHECK_EQUAL, (L)(R) )
170 #define BOOST_REQUIRE_EQUAL( L, R ) \ argument
171 …TH_ARGS_IMPL( ::boost::test_tools::tt_detail::equal_impl_frwd(), "", REQUIRE, CHECK_EQUAL, (L)(R) )
175 #define BOOST_WARN_NE( L, R ) \ argument
176 …BOOST_CHECK_WITH_ARGS_IMPL( ::boost::test_tools::tt_detail::ne_impl(), "", WARN, CHECK_NE, (L)(R) )
177 #define BOOST_CHECK_NE( L, R ) \ argument
178 …OOST_CHECK_WITH_ARGS_IMPL( ::boost::test_tools::tt_detail::ne_impl(), "", CHECK, CHECK_NE, (L)(R) )
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iterator/
Dtypes.pass.cpp44 typedef std::reverse_iterator<It> R; in test() typedef
48 static_assert((std::is_same<typename R::iterator_type, It>::value), ""); in test()
49 static_assert((std::is_same<typename R::value_type, typename T::value_type>::value), ""); in test()
50 …static_assert((std::is_same<typename R::difference_type, typename T::difference_type>::value), ""); in test()
51 static_assert((std::is_same<typename R::reference, typename T::reference>::value), ""); in test()
52 …static_assert((std::is_same<typename R::pointer, typename std::iterator_traits<It>::pointer>::valu… in test()
53 …static_assert((std::is_same<typename R::iterator_category, typename T::iterator_category>::value),… in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/
Demplace.pass.cpp29 typedef M::iterator R; in main() typedef
32 R r = m.emplace(); in main()
47 typedef M::iterator R; in main() typedef
49 R r = m.emplace(); in main()
64 typedef M::iterator R; in main() typedef
66 R r = m.emplace(M::value_type(2)); in main()
74 typedef M::iterator R; in main() typedef
76 R r = m.emplace(M::value_type(2)); in main()

123456789