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

1 23 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/gabi++/tests/
dynamic_cast5.cpp 15 struct A1
18 virtual ~A1() {}
20 A1* getA1() {return this;}
32 : public virtual A1,
38 A1* getA1() {return A1::getA1();}
50 t1::A1* getA1() {return A3::getA1();}
63 t1::A1* getA1() {return A4::getA1();}
72 A1 a1; local
216 A1 a1; local
360 A1 a1; local
503 A1 a1; local
646 A1 a1; local
789 A1 a1; local
932 A1 a1; local
1075 A1 a1; local
1218 A1 a1; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
construct.pass.cpp 29 typedef A1<B> allocator_type;
78 typedef std::scoped_allocator_adaptor<A1<E>> allocator_type;
121 typedef std::scoped_allocator_adaptor<A1<std::string>> A;
132 typedef std::scoped_allocator_adaptor<A1<B>> A;
133 A a(A1<B>(5));
143 typedef std::scoped_allocator_adaptor<A1<int>, A2<C>> A;
144 A a(A1<int>(5), A2<C>(7));
154 typedef std::scoped_allocator_adaptor<A1<int>, A2<D>> A;
155 A a(A1<int>(5), A2<D>(3));
166 typedef std::scoped_allocator_adaptor<K, A1<E>> A
    [all...]
select_on_container_copy_construction.pass.cpp 27 typedef std::scoped_allocator_adaptor<A1<int>> A;
28 A a1(A1<int>(3));
29 assert(a1.outer_allocator().id() == 3);
30 A a2 = std::allocator_traits<A>::select_on_container_copy_construction(a1);
36 A a1(A3<int>(3));
37 assert(a1.outer_allocator().id() == 3);
38 A a2 = std::allocator_traits<A>::select_on_container_copy_construction(a1);
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))
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
bind_cc.hpp 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)
29 typedef typename _bi::list_av_1<A1>::type list_type;
30 return _bi::bind_t<R, F, list_type> (f, list_type(a1));
33 template<class R, class B1, class B2, class A1, class A2>
34 _bi::bind_t<R, BOOST_BIND_ST R (BOOST_BIND_CC *) (B1, B2), typename _bi::list_av_2<A1, A2>::type>
35 BOOST_BIND(BOOST_BIND_ST R (BOOST_BIND_CC *f) (B1, B2), A1 a1, A2 a2 variable
46 BOOST_BIND(BOOST_BIND_ST R (BOOST_BIND_CC *f) (B1, B2, B3), A1 a1, A2 a2, A3 a3) variable
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 19 class A1>
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)
24 typedef typename _bi::list_av_1<A1>::type list_type;
25 return _bi::bind_t<Rt2, F, list_type>(F(f), list_type(a1));
29 class A1>
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)
    [all...]
bind_mf_cc.hpp 18 class A1>
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)
23 typedef typename _bi::list_av_1<A1>::type list_type;
24 return _bi::bind_t<R, F, list_type>(F(f), list_type(a1));
28 class A1>
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)
43 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1), A1 a1, A2 a2) variable
54 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1) const, A1 a1, A2 a2) variable
67 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1, B2), A1 a1, A2 a2, A3 a3) variable
78 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1, B2) const, A1 a1, A2 a2, A3 a3) variable
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/clang/test/SemaCXX/
namespace-alias.cpp 34 namespace A1 { }
37 // These all point to A1.
38 namespace B = A1; // expected-note {{previous definition is here}}
39 namespace B = A1;
47 namespace A1 { int i; }
49 namespace A2 = A1;
cxx1y-contextual-conversion-tweaks.cpp 53 struct A1 {
79 void foo(A0 a0, A1 a1, A2 a2, A3 a3, A4 a4, B2 b2) {
81 switch (a1) {} // @81 -- fails for different reasons
96 //expected-error@81 {{statement requires expression of integer type ('extended_examples::A1' invalid)}}
99 //expected-error@81 {{cannot initialize object parameter of type 'extended_examples::A1' with an expression of type 'extended_examples::A1'}}
105 struct A1 { // leads to viable match in C++1y, and no viable match in C++11
137 void foo(A1 a1, A2 a2, B1 b1, B2 b2, C c, D d)
    [all...]
  /external/chromium/base/
callback.h 256 template <typename R, typename A1>
257 class Callback<R(A1)> : public internal::CallbackBase {
261 typename internal::ParamTraits<A1>::ForwardType);
279 R Run(typename internal::ParamTraits<A1>::ForwardType a1) const {
283 return f(invoker_storage_.get(), a1);
287 template <typename R, typename A1, typename A2>
288 class Callback<R(A1, A2)> : public internal::CallbackBase {
292 typename internal::ParamTraits<A1>::ForwardType,
311 R Run(typename internal::ParamTraits<A1>::ForwardType a1
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
mem64.asm 3 mov rax, [qword 0] ; 48 A1 00 00 00 00 00 00 00 00
8 a32 mov rax, [0] ; 67 48 A1 00 00 00 00
9 a32 mov eax, [0] ; 67 A1 00 00 00 00
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc_UTypes.pass.cpp 28 std::tuple<MoveOnly> t(std::allocator_arg, A1<int>(), MoveOnly(0));
32 std::tuple<MoveOnly, MoveOnly> t(std::allocator_arg, A1<int>(),
38 std::tuple<MoveOnly, MoveOnly, MoveOnly> t(std::allocator_arg, A1<int>(),
49 A1<int>(5), 1, 2, 3);
58 std::tuple<MoveOnly, MoveOnly, MoveOnly> t(std::allocator_arg, A1<int>(),
65 std::tuple<MoveOnly, MoveOnly, MoveOnly> t(std::allocator_arg, A1<int>(),
alloc_copy.pass.cpp 29 T t(std::allocator_arg, A1<int>(), t0);
34 T t(std::allocator_arg, A1<int>(), t0);
41 T t(std::allocator_arg, A1<int>(5), t0);
49 T t(std::allocator_arg, A1<int>(5), t0);
58 T t(std::allocator_arg, A1<int>(5), t0);
69 T t(std::allocator_arg, A1<int>(5), t0);
alloc_move.pass.cpp 30 T t(std::allocator_arg, A1<int>(), std::move(t0));
35 T t(std::allocator_arg, A1<int>(), std::move(t0));
42 T t(std::allocator_arg, A1<int>(5), std::move(t0));
50 T t(std::allocator_arg, A1<int>(5), std::move(t0));
58 T t(std::allocator_arg, A1<int>(5), std::move(t0));
68 T t(std::allocator_arg, A1<int>(5), std::move(t0));
alloc_convert_copy.pass.cpp 30 T1 t1(std::allocator_arg, A1<int>(), t0);
38 T1 t1(std::allocator_arg, A1<int>(5), t0);
48 T1 t1(std::allocator_arg, A1<int>(5), t0);
60 T1 t1(std::allocator_arg, A1<int>(5), t0);
alloc_const_Types.pass.cpp 27 std::tuple<int> t(std::allocator_arg, A1<int>(), 3);
32 std::tuple<alloc_first> t(std::allocator_arg, A1<int>(5), alloc_first(3));
38 std::tuple<alloc_last> t(std::allocator_arg, A1<int>(5), alloc_last(3));
44 std::tuple<int, alloc_first> t(std::allocator_arg, A1<int>(5),
54 A1<int>(5), 1, alloc_first(2),
  /external/llvm/include/llvm/IR/
TypeBuilder.h 253 template<typename R, typename A1, bool cross> class TypeBuilder<R(A1), cross> {
257 TypeBuilder<A1, cross>::get(Context),
263 template<typename R, typename A1, typename A2, bool cross>
264 class TypeBuilder<R(A1, A2), cross> {
268 TypeBuilder<A1, cross>::get(Context),
275 template<typename R, typename A1, typename A2, typename A3, bool cross>
276 class TypeBuilder<R(A1, A2, A3), cross> {
280 TypeBuilder<A1, cross>::get(Context),
289 template<typename R, typename A1, typename A2, typename A3, typename A4
    [all...]
  /external/chromium_org/media/base/
callback_holder.h 51 template <typename A1> void RunOrHold(A1 a1) {
55 internal::TrampolineForward(a1));
57 base::ResetAndReturn(&original_cb_).Run(a1);
61 template <typename A1, typename A2> void RunOrHold(A1 a1, A2 a2) {
65 internal::TrampolineForward(a1),
68 base::ResetAndReturn(&original_cb_).Run(a1, a2)
    [all...]
  /external/clang/test/CodeGenCXX/
debug-info-enum-class.cpp 3 enum class A { A1=1 }; // underlying type is int by default
vtt-layout.cpp 26 class A1 { int i; };
28 class V1 : public A1, public A2 { int i; };
45 class A1 { int i; };
47 class V1 : public A1, public virtual A2 { int i; };
  /external/clang/test/Modules/
wildcard-submodule-exports.cpp 8 int *A1_ptr = A1;
  /external/clang/test/SemaTemplate/
dependent-base-member-init.cpp 9 class A1 {
10 A1(int x) {}
12 template<class C> class B1 : public A1 {
13 B1(C x) : A1(x.x) {}
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVM_FO_HPF.c 37 /* A1 = A0 */
45 /* A1 33547744 */
56 /* Y = (A0 + A1*X + A2*X2 + A3*X3 + ?.. + AN*xN) << AN+1 */
96 pCoeffs->A1=-pCoeffs->A0; /* Store A1=-A0*/
LVM_FO_LPF.c 37 /* A1 = A0 */
45 /* A1 33547744 */
56 /* Y = (A0 + A1*X + A2*X2 + A3*X3 + ?.. + AN*xN) << AN+1 */
94 pCoeffs->A1=pCoeffs->A0;
  /external/clang/INPUTS/
macro_pounder_fn.c 7 #define A1(A, B) A0(A,B) A0(A,B) A0(A,B) A0(A,B) A0(A,B) A0(A,B)
8 #define A2(A, B) A1(A,B) A1(A,B) A1(A,B) A1(A,B) A1(A,B) A1(A,B)
  /external/clang/test/Sema/
conditional-expr.c 104 struct A {int i;} A1;
105 (void)(1 ? A1 : NULL); // expected-error{{non-pointer operand type 'struct A' incompatible with NULL}}
106 (void)(1 ? NULL : A1); // expected-error{{non-pointer operand type 'struct A' incompatible with NULL}}
107 (void)(1 ? 0 : A1); // expected-error{{incompatible operand types}}
108 (void)(1 ? (void*)0 : A1); // expected-error{{incompatible operand types}}
109 (void)(1 ? A1: (void*)0); // expected-error{{incompatible operand types}}
110 (void)(1 ? A1 : (NULL)); // expected-error{{non-pointer operand type 'struct A' incompatible with NULL}}

Completed in 1495 milliseconds

1 23 4 5 6 7 8 91011>>