HomeSort by relevance Sort by last modified time
    Searched refs:A3 (Results 51 - 75 of 244) sorted by null

1 23 4 5 6 7 8 910

  /external/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
outer_allocator.pass.cpp 38 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A;
39 A a(A1<int>(5), A2<int>(6), A3<int>(8));
select_on_container_copy_construction.pass.cpp 35 typedef std::scoped_allocator_adaptor<A3<int>> A;
36 A a1(A3<int>(3));
43 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A;
44 A a1(A1<int>(1), A2<int>(2), A3<int>(3));
  /external/lldb/test/functionalities/stop-hook/
main.cpp 50 int A3 = a(3);
51 printf("a(3) returns %d\n", A3);
  /external/lldb/test/python_api/thread/
main2.cpp 50 int A3 = a(3);
51 printf("a(3) returns %d\n", A3);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
outer_allocator.pass.cpp 38 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A;
39 A a(A1<int>(5), A2<int>(6), A3<int>(8));
select_on_container_copy_construction.pass.cpp 35 typedef std::scoped_allocator_adaptor<A3<int>> A;
36 A a1(A3<int>(3));
43 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A;
44 A a1(A1<int>(1), A2<int>(2), A3<int>(3));
  /external/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.cnstr/
default.pass.cpp 45 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A;
48 assert((a.inner_allocator() == std::scoped_allocator_adaptor<A2<int>, A3<int>>()));
53 assert(A3<int>::copy_called == false);
54 assert(A3<int>::move_called == false);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.cnstr/
default.pass.cpp 45 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A;
48 assert((a.inner_allocator() == std::scoped_allocator_adaptor<A2<int>, A3<int>>()));
53 assert(A3<int>::copy_called == false);
54 assert(A3<int>::move_called == false);
  /external/clang/INPUTS/
macro_pounder_fn.c 9 #define A3(A, B) A2(A,B) A2(A,B) A2(A,B) A2(A,B) A2(A,B) A2(A,B)
10 #define A4(A, B) A3(A,B) A3(A,B) A3(A,B) A3(A,B) A3(A,B) A3(A,B)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
bind_cc.hpp 44 class A1, class A2, class A3>
45 _bi::bind_t<R, BOOST_BIND_ST R (BOOST_BIND_CC *) (B1, B2, B3), typename _bi::list_av_3<A1, A2, A3>::type>
46 BOOST_BIND(BOOST_BIND_ST R (BOOST_BIND_CC *f) (B1, B2, B3), A1 a1, A2 a2, A3 a3)
49 typedef typename _bi::list_av_3<A1, A2, A3>::type list_type;
50 return _bi::bind_t<R, F, list_type>(f, list_type(a1, a2, a3));
55 class A1, class A2, class A3, class A4>
56 _bi::bind_t<R, BOOST_BIND_ST R (BOOST_BIND_CC *) (B1, B2, B3, B4), typename _bi::list_av_4<A1, A2, A3, A4>::type>
57 BOOST_BIND(BOOST_BIND_ST R (BOOST_BIND_CC *f) (B1, B2, B3, B4), A1 a1, A2 a2, A3 a3, A4 a4 variable
68 BOOST_BIND(BOOST_BIND_ST R (BOOST_BIND_CC *f) (B1, B2, B3, B4, B5), A1 a1, A2 a2, A3 a3, A4 a4, A5 a5) variable
79 BOOST_BIND(BOOST_BIND_ST R (BOOST_BIND_CC *f) (B1, B2, B3, B4, B5, B6), A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6) variable
90 BOOST_BIND(BOOST_BIND_ST R (BOOST_BIND_CC *f) (B1, B2, B3, B4, B5, B6, B7), A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7) variable
101 BOOST_BIND(BOOST_BIND_ST R (BOOST_BIND_CC *f) (B1, B2, B3, B4, B5, B6, B7, B8), A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8) variable
112 BOOST_BIND(BOOST_BIND_ST R (BOOST_BIND_CC *f) (B1, B2, B3, B4, B5, B6, B7, B8, B9), A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8, A9 a9) variable
    [all...]
bind_mf2_cc.hpp 66 class A1, class A2, class A3>
67 _bi::bind_t<Rt2, _mfi::BOOST_BIND_MF_NAME(mf2)<R, T, B1, B2>, typename _bi::list_av_3<A1, A2, A3>::type>
68 BOOST_BIND(boost::type<Rt2>, R (BOOST_BIND_MF_CC T::*f) (B1, B2), A1 a1, A2 a2, A3 a3)
71 typedef typename _bi::list_av_3<A1, A2, A3>::type list_type;
72 return _bi::bind_t<Rt2, F, list_type>(F(f), list_type(a1, a2, a3));
77 class A1, class A2, class A3>
78 _bi::bind_t<Rt2, _mfi::BOOST_BIND_MF_NAME(cmf2)<R, T, B1, B2>, typename _bi::list_av_3<A1, A2, A3>::type>
79 BOOST_BIND(boost::type<Rt2>, R (BOOST_BIND_MF_CC T::*f) (B1, B2) const, A1 a1, A2 a2, A3 a3)
    [all...]
bind_mf_cc.hpp 65 class A1, class A2, class A3>
66 _bi::bind_t<R, _mfi::BOOST_BIND_MF_NAME(mf2)<R, T, B1, B2>, typename _bi::list_av_3<A1, A2, A3>::type>
67 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1, B2), A1 a1, A2 a2, A3 a3)
70 typedef typename _bi::list_av_3<A1, A2, A3>::type list_type;
71 return _bi::bind_t<R, F, list_type>(F(f), list_type(a1, a2, a3));
76 class A1, class A2, class A3>
77 _bi::bind_t<R, _mfi::BOOST_BIND_MF_NAME(cmf2)<R, T, B1, B2>, typename _bi::list_av_3<A1, A2, A3>::type>
78 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1, B2) const, A1 a1, A2 a2, A3 a3)
91 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1, B2, B3), A1 a1, A2 a2, A3 a3, A4 a4) variable
102 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1, B2, B3) const, A1 a1, A2 a2, A3 a3, A4 a4) variable
115 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1, B2, B3, B4), A1 a1, A2 a2, A3 a3, A4 a4, A5 a5) variable
126 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1, B2, B3, B4) const, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5) variable
139 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1, B2, B3, B4, B5), A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6) variable
150 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1, B2, B3, B4, B5) const, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6) variable
163 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1, B2, B3, B4, B5, B6), A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7) variable
174 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1, B2, B3, B4, B5, B6) const, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7) variable
187 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1, B2, B3, B4, B5, B6, B7), A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8) variable
198 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1, B2, B3, B4, B5, B6, B7) const, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8) variable
211 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1, B2, B3, B4, B5, B6, B7, B8), A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8, A9 a9) variable
222 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1, B2, B3, B4, B5, B6, B7, B8) const, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8, A9 a9) variable
    [all...]
  /external/chromium_org/sync/internal_api/public/util/
weak_handle.h 174 template <typename U, typename A1, typename A2, typename A3>
176 void (U::*fn)(A1, A2, A3),
179 typename ParamTraits<A3>::ForwardType a3) const {
182 Bind(&WeakHandleCore::template DoCall3<U, A1, A2, A3>,
183 this, fn, a1, a2, a3));
186 template <typename U, typename A1, typename A2, typename A3, typename A4>
188 void (U::*fn)(A1, A2, A3, A4),
191 typename ParamTraits<A3>::ForwardType a3,
    [all...]
  /external/chromium_org/base/
callback_list.h 275 template <typename A1, typename A2, typename A3>
276 class CallbackList<void(A1, A2, A3)>
277 : public internal::CallbackListBase<Callback<void(A1, A2, A3)> > {
279 typedef Callback<void(A1, A2, A3)> CallbackType;
285 typename internal::CallbackParamTraits<A3>::ForwardType a3) {
290 cb->Run(a1, a2, a3);
298 template <typename A1, typename A2, typename A3, typename A4>
299 class CallbackList<void(A1, A2, A3, A4)>
300 : public internal::CallbackListBase<Callback<void(A1, A2, A3, A4)> >
    [all...]
  /external/chromium_org/third_party/webrtc/base/
sigslottester.h 103 template <class A1, class A2, class A3, class C1, class C2, class C3>
106 SigslotTester3(sigslot::signal3<A1, A2, A3>* signal,
116 void OnSignalCallback(A1 arg1, A2 arg2, A3 arg3) {
131 template <class A1, class A2, class A3, class A4, class C1, class C2, class C3,
135 SigslotTester4(sigslot::signal4<A1, A2, A3, A4>* signal,
146 void OnSignalCallback(A1 arg1, A2 arg2, A3 arg3, A4 arg4) {
163 template <class A1, class A2, class A3, class A4, class A5, class C1, class C2,
167 SigslotTester5(sigslot::signal5<A1, A2, A3, A4, A5>* signal,
179 void OnSignalCallback(A1 arg1, A2 arg2, A3 arg3, A4 arg4, A5 arg5) {
  /external/clang/test/SemaCXX/
conversion-delete-expr.cpp 50 struct A3 {
54 struct D3 : A3, B3 {
enum-increment.cpp 3 enum A { A1, A2, A3 };
  /external/lldb/test/lang/c/stepping/
main.c 56 int A3 = a(3); // frame select 1, thread step-out while stopped at "c(3)"
57 printf("a(3) returns %d\n", A3);
  /external/lldb/test/python_api/frame/
main.c 54 int A3 = a(3, 'A'); // a(3, 'A') -> c(4, 'B')
55 printf("a(3, 'A') returns %d\n", A3);
  /external/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/
propagate_on_container_copy_assignment.pass.cpp 35 std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>>::propagate_on_container_copy_assignment,
propagate_on_container_move_assignment.pass.cpp 35 std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>>::propagate_on_container_move_assignment,
propagate_on_container_swap.pass.cpp 35 std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>>::propagate_on_container_swap,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/
propagate_on_container_copy_assignment.pass.cpp 35 std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>>::propagate_on_container_copy_assignment,
propagate_on_container_move_assignment.pass.cpp 35 std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>>::propagate_on_container_move_assignment,
propagate_on_container_swap.pass.cpp 35 std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>>::propagate_on_container_swap,

Completed in 442 milliseconds

1 23 4 5 6 7 8 910