HomeSort by relevance Sort by last modified time
    Searched refs:A3 (Results 1 - 25 of 174) sorted by null

1 2 3 4 5 6 7

  /external/clang/INPUTS/
macro_pounder_obj.c 9 #define A3 A2 A2 A2 A2 A2 A2
10 #define A4 A3 A3 A3 A3 A3 A3
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
callback.h 28 template <typename R, typename A1, typename A2, typename A3, typename A4>
32 virtual R Run(A1 a1, A2 a2, A3 a3, A4 a4) = 0;
35 template <typename R, typename A1, typename A2, typename A3, typename A4>
36 class FunctionCallback4 : public ResultCallback4<R, A1, A2, A3, A4> {
38 typedef R (FunctionType)(A1, A2, A3, A4);
43 virtual R Run(A1 a1, A2 a2, A3 a3, A4 a4) {
44 return function_(a1, a2, a3, a4);
51 template <typename T, typename R, typename A1, typename A2, typename A3,
    [all...]
  /ndk/sources/cxx-stl/gabi++/tests/
dynamic_cast3.cpp 14 A1 A2 A3
37 struct A3
40 virtual ~A3() {}
42 A3* getA3() {return this;}
49 A3 a3; local
52 assert(dynamic_cast<A1*>(a3.getA3()) == 0);
55 assert(dynamic_cast<A2*>(a3.getA3()) == 0);
56 assert(dynamic_cast<A3*>(a1.getA1()) == 0);
57 assert(dynamic_cast<A3*>(a2.getA2()) == 0)
103 A3 a3; local
154 A3 a3; local
206 A3 a3; local
257 A3 a3; local
318 A3 a3; local
375 A3 a3; local
432 A3 a3; local
488 A3 a3; local
544 A3 a3; local
601 A3 a3; local
657 A3 a3; local
713 A3 a3; local
768 A3 a3; local
823 A3 a3; local
889 A3 a3; local
950 A3 a3; local
1010 A3 a3; local
1067 A3 a3; local
1125 A3 a3; local
1185 A3 a3; local
1242 A3 a3; local
1300 A3 a3; local
1357 A3 a3; local
1414 A3 a3; local
1482 A3 a3; local
1543 A3 a3; local
1602 A3 a3; local
1662 A3 a3; local
1721 A3 a3; local
1781 A3 a3; local
1839 A3 a3; local
1897 A3 a3; local
1965 A3 a3; local
2027 A3 a3; local
2087 A3 a3; local
2149 A3 a3; local
2210 A3 a3; local
2270 A3 a3; local
2329 A3 a3; local
2388 A3 a3; local
    [all...]
dynamic_cast5.cpp 31 struct A3
36 virtual ~A3() {}
40 A3* getA3() {return this;}
44 : public A3,
50 t1::A1* getA1() {return A3::getA1();}
51 A2* getA2() {return A3::getA2();}
52 A3* getA3() {return A3::getA3();}
58 public A3
65 A3* getA3() {return A4::getA3();
74 A3 a3; local
218 A3 a3; local
362 A3 a3; local
505 A3 a3; local
648 A3 a3; local
791 A3 a3; local
934 A3 a3; local
1077 A3 a3; local
1220 A3 a3; local
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
mem_fn_cc.hpp 45 template<class R, class T, class A1, class A2, class A3> _mfi::BOOST_MEM_FN_NAME(mf3)<R, T, A1, A2, A3> mem_fn(R (BOOST_MEM_FN_CC T::*f) (A1, A2, A3))
47 return _mfi::BOOST_MEM_FN_NAME(mf3)<R, T, A1, A2, A3>(f);
50 template<class R, class T, class A1, class A2, class A3> _mfi::BOOST_MEM_FN_NAME(cmf3)<R, T, A1, A2, A3> mem_fn(R (BOOST_MEM_FN_CC T::*f) (A1, A2, A3) const)
52 return _mfi::BOOST_MEM_FN_NAME(cmf3)<R, T, A1, A2, A3>(f);
55 template<class R, class T, class A1, class A2, class A3, class A4> _mfi::BOOST_MEM_FN_NAME(mf4)<R, T, A1, A2, A3, A4> mem_fn(R (BOOST_MEM_FN_CC T::*f) (A1, A2, A3, A4)
    [all...]
storage.hpp 125 template<class A1, class A2, class A3> struct storage3: public storage2< A1, A2 >
129 storage3( A1 a1, A2 a2, A3 a3 ): storage2<A1, A2>( a1, a2 ), a3_( a3 ) {}
137 A3 a3_;
174 template<class A1, class A2, class A3, class A4> struct storage4: public storage3< A1, A2, A3 >
176 typedef storage3<A1, A2, A3> inherited;
178 storage4( A1 a1, A2 a2, A3 a3, A4 a4 ): storage3<A1, A2, A3>( a1, a2, a3 ), a4_( a4 ) {
    [all...]
bind_template.hpp 113 template<class A1, class A2, class A3> result_type operator()(A1 & a1, A2 & a2, A3 & a3)
115 list3<A1 &, A2 &, A3 &> a(a1, a2, a3);
119 template<class A1, class A2, class A3> result_type operator()(A1 & a1, A2 & a2, A3 & a3) const
121 list3<A1 &, A2 &, A3 &> a(a1, a2, a3);
    [all...]
  /external/clang/test/Index/
annotate-comments-preprocessor.c 17 #define A3 1 /**< Aaa. */
22 int A[] = { A0, A1, A2, A3, A4, A5, A6 };
25 int f(int a1[A1], int a2[A2], int a3[A3], int a4[A4], int a5[A5], int a6[A6]);
29 int g(int a1[A1], int a2[A2], int a3[A3], int a4[A4], int a5[A5], int a6[A6]);
  /external/clang/test/Parser/
cxx-extra-semi.cpp 23 void A3() { }; ;; // expected-warning{{extra ';' after member function definition}}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
inner_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));
41 std::scoped_allocator_adaptor<A2<int>, A3<int>>(A2<int>(6), A3<int>(8))));
destroy.pass.cpp 51 typedef std::scoped_allocator_adaptor<A3<B>, A1<B>> A;
57 assert(!A3<S>::constructed);
58 assert(!A3<S>::destroy_called);
61 assert(A3<S>::constructed);
62 assert(!A3<S>::destroy_called);
65 assert(A3<S>::constructed);
66 assert(A3<S>::destroy_called);
max_size.pass.cpp 37 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A;
38 const A a(A1<int>(200), A2<int>(), A3<int>());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/scoped.adaptor.operators/
eq.pass.cpp 49 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A;
50 A a1(A1<int>(4), A2<int>(5), A3<int>(6));
56 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A;
57 A a1(A1<int>(4), A2<int>(5), A3<int>(6));
58 A a2(A1<int>(4), A2<int>(5), A3<int>(5));
  /external/chromium/testing/gmock/include/gmock/internal/
gmock-generated-internal-utils.h 84 template <typename A1, typename A2, typename A3>
85 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3> > {
86 typedef ::std::tr1::tuple<Matcher<A1>, Matcher<A2>, Matcher<A3> > type;
89 template <typename A1, typename A2, typename A3, typename A4>
90 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3, A4> > {
91 typedef ::std::tr1::tuple<Matcher<A1>, Matcher<A2>, Matcher<A3>,
95 template <typename A1, typename A2, typename A3, typename A4, typename A5>
96 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3, A4, A5> > {
97 typedef ::std::tr1::tuple<Matcher<A1>, Matcher<A2>, Matcher<A3>, Matcher<A4>,
101 template <typename A1, typename A2, typename A3, typename A4, typename A5
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/
allocators.h 115 class A3
119 explicit A3(int id = 0) : id_(id) {}
133 A3(const A3& a) : id_(a.id()) {copy_called = true;}
134 A3(A3&& a) : id_(a.id()) {move_called = true;}
150 A3 select_on_container_copy_construction() const {return A3(-1);}
153 template <class T> bool A3<T>::copy_called = false;
154 template <class T> bool A3<T>::move_called = false
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/
allocators.h 115 class A3
119 explicit A3(int id = 0) : id_(id) {}
133 A3(const A3& a) : id_(a.id()) {copy_called = true;}
134 A3(A3&& a) : id_(a.id()) {move_called = true;}
150 A3 select_on_container_copy_construction() const {return A3(-1);}
153 template <class T> bool A3<T>::copy_called = false;
154 template <class T> bool A3<T>::move_called = false
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/
inner_allocator_type.pass.cpp 35 std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>>::inner_allocator_type,
36 std::scoped_allocator_adaptor<A2<int>, A3<int>>>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.cnstr/
converting_copy.pass.cpp 52 typedef std::scoped_allocator_adaptor<A1<double>, A2<int>, A3<int>> B;
53 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A;
54 B a1(A1<int>(4), A2<int>(5), A3<int>(6));
59 A3<int>::copy_called = false;
60 A3<int>::move_called = false;
64 assert(A3<int>::copy_called == true);
copy.pass.cpp 51 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A;
52 A a1(A1<int>(4), A2<int>(5), A3<int>(6));
57 A3<int>::copy_called = false;
58 A3<int>::move_called = false;
64 assert(A3<int>::copy_called == true);
65 assert(A3<int>::move_called == false);
allocs.pass.cpp 30 A1<int> a3(3);
31 A a(a3);
78 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A;
80 A a(a4, A2<int>(5), A3<int>(6));
85 assert(A3<int>::copy_called == true);
86 assert(A3<int>::move_called == false);
89 std::scoped_allocator_adaptor<A2<int>, A3<int>>(A2<int>(5), A3<int>(6))));
95 A3<int>::copy_called = false;
96 A3<int>::move_called = false
    [all...]
converting_move.pass.cpp 55 typedef std::scoped_allocator_adaptor<A1<double>, A2<int>, A3<int>> B;
56 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A;
57 B a1(A1<int>(4), A2<int>(5), A3<int>(6));
62 A3<int>::copy_called = false;
63 A3<int>::move_called = false;
69 assert(A3<int>::copy_called == false);
70 assert(A3<int>::move_called == true);
  /external/chromium_org/base/
bind_internal_win.h 138 template <typename R, typename A1, typename A2, typename A3>
139 class RunnableAdapter<R(__stdcall *)(A1, A2, A3)> {
141 typedef R (RunType)(A1, A2, A3);
143 explicit RunnableAdapter(R(__stdcall *function)(A1, A2, A3))
149 typename CallbackParamTraits<A3>::ForwardType a3) {
150 return function_(a1, a2, a3);
154 R (__stdcall *function_)(A1, A2, A3);
158 template <typename R, typename A1, typename A2, typename A3>
159 class RunnableAdapter<R(__fastcall *)(A1, A2, A3)> {
    [all...]
  /external/llvm/unittests/Support/
ArrayRecyclerTest.cpp 64 Object *A3 = DUT.allocate(Cap, Allocator);
65 A3[0].Num = 221;
66 A3[7].Num = 217;
72 EXPECT_EQ(221, A3[0].Num);
73 EXPECT_EQ(217, A3[7].Num);
80 EXPECT_EQ(221, A3[0].Num);
81 EXPECT_EQ(217, A3[7].Num);
89 DUT.deallocate(Cap, A3);
94 EXPECT_EQ(A3, A3x);
104 EXPECT_NE(A3, A4)
    [all...]
  /external/chromium_org/media/base/
bind_to_loop.h 88 template <typename A1, typename A2, typename A3>
89 struct TrampolineHelper<void(A1, A2, A3)> {
92 const base::Callback<void(A1, A2, A3)>& cb, A1 a1, A2 a2, A3 a3) {
94 internal::TrampolineForward(a2), internal::TrampolineForward(a3)));
99 template <typename A1, typename A2, typename A3, typename A4>
100 struct TrampolineHelper<void(A1, A2, A3, A4)> {
103 const base::Callback<void(A1, A2, A3, A4)>& cb, A1 a1, A2 a2, A3 a3
    [all...]
  /external/chromium/testing/
gmock_mutant.h     [all...]

Completed in 423 milliseconds

1 2 3 4 5 6 7