/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}}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/ |
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),
|
alloc_const_pair.pass.cpp | 31 T1 t1(std::allocator_arg, A1<int>(5), t0); 40 T1 t1(std::allocator_arg, A1<int>(5), t0); 51 T1 t1(std::allocator_arg, A1<int>(5), t0);
|
/external/chromium_org/base/ |
callback.h | 410 template <typename R, typename A1> 411 class Callback<R(A1)> : public internal::CallbackBase { 413 typedef R(RunType)(A1); 437 R Run(typename internal::CallbackParamTraits<A1>::ForwardType a1) const { 441 return f(bind_state_.get(), internal::CallbackForward(a1)); 447 typename internal::CallbackParamTraits<A1>::ForwardType); 451 template <typename R, typename A1, typename A2> 452 class Callback<R(A1, A2)> : public internal::CallbackBase { 454 typedef R(RunType)(A1, A2) [all...] |
bind_internal.h | 161 template <typename R, typename A1> 162 class RunnableAdapter<R(*)(A1)> { 164 typedef R (RunType)(A1); 166 explicit RunnableAdapter(R(*function)(A1)) 170 R Run(typename CallbackParamTraits<A1>::ForwardType a1) { 171 return function_(CallbackForward(a1)); 175 R (*function_)(A1); 179 template <typename R, typename T, typename A1> 180 class RunnableAdapter<R(T::*)(A1)> { [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
x86_64-mont.pl | 703 my @A1=("%r12","%r13"); 704 my ($a0,$a1,$ai)=("%r14","%r15","%rbx"); 759 mov %rax,$a1 778 mul $a1 # a[2]*a[1] 779 mov %rax,$A1[0] # a[2]*a[1]+t[3] 781 mov %rdx,$A1[1] 784 add $A1[0],$A0[0] 797 xor $A1[0],$A1[0] 798 mul $a1 # a[3]*a[1 [all...] |
/external/openssl/crypto/bn/asm/ |
x86_64-mont.pl | 703 my @A1=("%r12","%r13"); 704 my ($a0,$a1,$ai)=("%r14","%r15","%rbx"); 759 mov %rax,$a1 778 mul $a1 # a[2]*a[1] 779 mov %rax,$A1[0] # a[2]*a[1]+t[3] 781 mov %rdx,$A1[1] 784 add $A1[0],$A0[0] 797 xor $A1[0],$A1[0] 798 mul $a1 # a[3]*a[1 [all...] |
/external/clang/test/CXX/temp/temp.arg/temp.arg.type/ |
p2.cpp | 23 template <typename R, typename A1> void f0(R (*)(A1));
|
/external/clang/test/SemaTemplate/ |
temp_arg_type.cpp | 5 A<0> *a1; // expected-error{{template argument for template type parameter must be a type}} variable 38 template<typename T> struct A1 { }; 39 A1<Array<int, 17>::type> ax;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/ |
is_constructible.pass.cpp | 39 template <class T, class A0, class A1> 42 static_assert( (std::is_constructible<T, A0, A1>::value), "");
|
is_nothrow_constructible.pass.cpp | 41 template <class T, class A0, class A1> 44 static_assert((!std::is_nothrow_constructible<T, A0, A1>::value), "");
|
is_trivially_constructible.pass.cpp | 41 template <class T, class A0, class A1> 44 static_assert((!std::is_trivially_constructible<T, A0, A1>::value), "");
|
/external/clang/lib/CodeGen/ |
EHScopeStack.h | 195 template <class T, class A0, class A1> 198 typedef typename DominatingValue<A1>::saved_type A1_saved; 204 A1 a1 = DominatingValue<A1>::restore(CGF, a1_saved); local 205 T(a0, a1).Emit(CGF, flags); 209 ConditionalCleanup2(A0_saved a0, A1_saved a1) 210 : a0_saved(a0), a1_saved(a1) {} 213 template <class T, class A0, class A1, class A2> 216 typedef typename DominatingValue<A1>::saved_type A1_saved 224 A1 a1 = DominatingValue<A1>::restore(CGF, a1_saved); local 247 A1 a1 = DominatingValue<A1>::restore(CGF, a1_saved); local [all...] |
/external/clang/test/SemaCXX/ |
warn-reorder-ctor-initialization.cpp | 57 struct A1 { 58 A1(); 65 struct F : public A1, public B1, private virtual V { 66 F() : A1(), V() { } // expected-warning {{base class 'A1' will be initialized after base 'V'}}
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
FO_1I_D16F16Css_TRC_WRA_01_Init.c | 49 temp=pCoef->A1;
|
FO_1I_D32F32Cll_TRC_WRA_01_Init.c | 48 temp=pCoef->A1;
|
FO_2I_D16F32Css_LShx_TRC_WRA_01_Init.c | 48 temp=pCoef->A1;
|
/external/chromium/testing/gmock/include/gmock/ |
gmock-generated-function-mockers.h | 80 template <typename R, typename A1> 81 class FunctionMocker<R(A1)> : public 82 internal::FunctionMockerBase<R(A1)> { 84 typedef R F(A1); 87 MockSpec<F>& With(const Matcher<A1>& m1) { 92 R Invoke(A1 a1) { 97 return this->InvokeWith(ArgumentTuple(a1)); 101 template <typename R, typename A1, typename A2> 102 class FunctionMocker<R(A1, A2)> : publi [all...] |
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
base_screen_handler_utils.h | 105 template<typename A1> 106 void CallbackWrapper1(base::Callback<void(A1)> callback, 110 typename UnwrapConstRef<A1>::Type arg1; 118 template<typename A1, typename A2> 119 void CallbackWrapper2(base::Callback<void(A1, A2)> callback, 123 typename UnwrapConstRef<A1>::Type arg1; 132 template<typename A1, typename A2, typename A3> 133 void CallbackWrapper3(base::Callback<void(A1, A2, A3)> callback, 137 typename UnwrapConstRef<A1>::Type arg1; 149 template<typename A1, typename A2, typename A3, typename A4 [all...] |
/external/clang/test/CXX/special/class.dtor/ |
p5-0x.cpp | 17 union A1 { 18 A1(); 19 NonTrivDtor n; // expected-note {{destructor of 'A1' is implicitly deleted because variant field 'n' has a non-trivial destructor}} 21 A1 a1; // expected-error {{deleted function}} variable
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/ |
bind.hpp | 217 template< class A1 > class list1: private storage1< A1 > 221 typedef storage1< A1 > base_type; 225 explicit list1( A1 a1 ): base_type( a1 ) {} 227 A1 operator[] (boost::arg<1>) const { return base_type::a1_; } 229 A1 operator[] (boost::arg<1> (*) ()) const { return base_type::a1_; } 275 template< class A1, class A2 > class list2: private storage2< A1, A2 [all...] |
mem_fn_template.hpp | 136 template<class R, class T, class A1 BOOST_MEM_FN_CLASS_F> class BOOST_MEM_FN_NAME(mf1) 142 typedef A1 second_argument_type; 146 BOOST_MEM_FN_TYPEDEF(R (BOOST_MEM_FN_CC T::*F) (A1)) 163 R operator()(T * p, A1 a1) const 165 BOOST_MEM_FN_RETURN (p->*f_)(a1); 168 template<class U> R operator()(U & u, A1 a1) const 171 BOOST_MEM_FN_RETURN call(u, p, a1); 176 template<class U> R operator()(U const & u, A1 a1) cons [all...] |
/external/chromium_org/chrome/browser/common/ |
cancelable_request.h | 769 template<typename A1> 770 class CancelableRequest<base::Callback<void(A1)> > 773 typedef base::Callback<void(A1)> CallbackType; 782 typename base::internal::CallbackParamTraits<A1>::ForwardType a1) { 784 DoForward(base::Bind(callback_, a1), false); 788 typename base::internal::CallbackParamTraits<A1>::ForwardType a1) { 790 DoForward(base::Bind(callback_, a1), true); 800 template<typename A1, typename A2 [all...] |
/external/chromium_org/net/data/ssl/scripts/ |
generate-duplicate-cn-certs.sh | 8 # 1. A1 (end-entity) -> B (self-signed root) 11 # In which A1 and A2 share the same key, the same subject common name, but have 69 echo Generate the A1 end-entity CSR. 74 -out out/A1.csr \ 86 echo B signs A1. 97 -in out/A1.csr \ 98 -out out/A1.pem \ 120 -in out/A1.pem \ 131 cp out/A1.pem ../certificates/duplicate_cn_1.pem
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/ |
policy.hpp | 368 template <class A1 = default_policy, 387 BOOST_STATIC_ASSERT(::boost::math::policies::detail::is_valid_policy<A1>::value); 403 typedef mpl::list<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13> arg_list; 497 class A1 = default_policy, 513 typedef mpl::list<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13> arg_list; 629 template <class A1> 630 inline typename normalise<policy<>, A1>::type make_policy(const A1&) 632 typedef typename normalise<policy<>, A1>::type result_type; 636 template <class A1, class A2 [all...] |