/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
base_screen_handler.h | 127 template<typename A1, typename A2, typename A3> 131 const A3& arg3) { 138 template<typename A1, typename A2, typename A3, typename A4> 142 const A3& arg3, 185 template<typename T, typename A1, typename A2, typename A3> 187 void (T::*method)(A1 arg1, A2 arg2, A3 arg3)) { 188 base::Callback<void(A1, A2, A3)> callback = 191 name, base::Bind(&CallbackWrapper3<A1, A2, A3>, callback)); 194 template<typename T, typename A1, typename A2, typename A3, typename A4> 196 void (T::*method)(A1 arg1, A2 arg2, A3 arg3, A4 arg4)) [all...] |
base_screen_handler_utils.h | 90 template<typename A1, typename A2, typename A3> 91 void CallbackWrapper3(base::Callback<void(A1, A2, A3)> callback, 97 typename UnwrapConstRef<A3>::Type arg3; 107 template<typename A1, typename A2, typename A3, typename A4> 108 void CallbackWrapper4(base::Callback<void(A1, A2, A3, A4)> callback, 114 typename UnwrapConstRef<A3>::Type arg3;
|
/external/clang/test/CXX/special/class.dtor/ |
p5-0x.cpp | 29 union A3 { 30 A3(); 33 A3 a3; // expected-error {{deleted function}} variable
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
Functional.h | 400 template<typename R, typename A1, typename A2, typename A3> 401 class FunctionImpl<R(A1, A2, A3)> : public FunctionImplBase { 403 virtual R operator()(A1 a1, A2 a2, A3 a3) = 0; 406 template<typename R, typename A1, typename A2, typename A3, typename A4> 407 class FunctionImpl<R(A1, A2, A3, A4)> : public FunctionImplBase { 409 virtual R operator()(A1 a1, A2 a2, A3 a3, A4 a4) = 0; 412 template<typename R, typename A1, typename A2, typename A3, typename A4, typename A5> 413 class FunctionImpl<R(A1, A2, A3, A4, A5)> : public FunctionImplBase [all...] |
/external/chromium_org/base/ |
bind_internal.h | 276 template <typename R, typename A1, typename A2, typename A3> 277 class RunnableAdapter<R(*)(A1, A2, A3)> { 279 typedef R (RunType)(A1, A2, A3); 281 explicit RunnableAdapter(R(*function)(A1, A2, A3)) 287 typename CallbackParamTraits<A3>::ForwardType a3) { 289 CallbackForward(a3)); 293 R (*function_)(A1, A2, A3); 297 template <typename R, typename T, typename A1, typename A2, typename A3> 298 class RunnableAdapter<R(T::*)(A1, A2, A3)> { [all...] |
callback.h | 495 template <typename R, typename A1, typename A2, typename A3> 496 class Callback<R(A1, A2, A3)> : public internal::CallbackBase { 498 typedef R(RunType)(A1, A2, A3); 524 typename internal::CallbackParamTraits<A3>::ForwardType a3) const { 530 internal::CallbackForward(a3)); 538 typename internal::CallbackParamTraits<A3>::ForwardType); 542 template <typename R, typename A1, typename A2, typename A3, typename A4> 543 class Callback<R(A1, A2, A3, A4)> : public internal::CallbackBase { 545 typedef R(RunType)(A1, A2, A3, A4) [all...] |
/external/llvm/include/llvm/IR/ |
TypeBuilder.h | 275 template<typename R, typename A1, typename A2, typename A3, bool cross> 276 class TypeBuilder<R(A1, A2, A3), cross> { 282 TypeBuilder<A3, cross>::get(Context), 289 template<typename R, typename A1, typename A2, typename A3, typename A4, 291 class TypeBuilder<R(A1, A2, A3, A4), cross> { 297 TypeBuilder<A3, cross>::get(Context), 305 template<typename R, typename A1, typename A2, typename A3, typename A4, 307 class TypeBuilder<R(A1, A2, A3, A4, A5), cross> { 313 TypeBuilder<A3, cross>::get(Context), 350 template<typename R, typename A1, typename A2, typename A3, bool cross [all...] |
/external/chromium_org/mojo/public/cpp/bindings/ |
callback.h | 157 template <typename A1, typename A2, typename A3> 158 class Callback<void(A1, A2, A3)> { 165 typename internal::Callback_ParamTraits<A3>::ForwardType a3) const = 0; 181 typename internal::Callback_ParamTraits<A3>::ForwardType a3) const { 186 internal::Forward(a3)); 200 typename internal::Callback_ParamTraits<A3>::ForwardType a3) const 205 internal::Forward(a3)); [all...] |
/external/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/ |
construct.pass.cpp | 165 typedef std::scoped_allocator_adaptor<A3<E>, A2<E>> K; 171 A3<E>::constructed = false; 174 assert(A3<E>::constructed); 179 typedef std::scoped_allocator_adaptor<A3<F>, A2<F>> K; 185 A3<F>::constructed = false; 188 assert(A3<F>::constructed);
|
allocate_size.pass.cpp | 41 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A;
|
deallocate.pass.cpp | 39 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A;
|
allocate_size_hint.pass.cpp | 41 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A; 63 typedef std::scoped_allocator_adaptor<A2<int>, A2<int>, A3<int>> A;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/ |
construct.pass.cpp | 165 typedef std::scoped_allocator_adaptor<A3<E>, A2<E>> K; 171 A3<E>::constructed = false; 174 assert(A3<E>::constructed); 179 typedef std::scoped_allocator_adaptor<A3<F>, A2<F>> K; 185 A3<F>::constructed = false; 188 assert(A3<F>::constructed);
|
allocate_size.pass.cpp | 41 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A;
|
deallocate.pass.cpp | 39 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A;
|
allocate_size_hint.pass.cpp | 41 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A; 63 typedef std::scoped_allocator_adaptor<A2<int>, A2<int>, A3<int>> A;
|
/external/chromium_org/chrome/browser/devtools/ |
devtools_embedder_message_dispatcher.cc | 103 template <class A1, class A2, class A3> 104 bool ParseAndHandle3(const base::Callback<void(A1, A2, A3)>& handler, 114 Argument<A3> arg3(list, 2); 121 template <class A1, class A2, class A3, class A4> 122 bool ParseAndHandle4(const base::Callback<void(A1, A2, A3, A4)>& handler, 132 Argument<A3> arg3(list, 2); 200 template<class T, class A1, class A2, class A3> 202 void (T::*handler)(A1, A2, A3), T* delegate) { 203 handlers_[method] = base::Bind(ParseAndHandle3<A1, A2, A3>, 208 template<class T, class A1, class A2, class A3, class A4 [all...] |
/external/clang/test/CXX/temp/temp.param/ |
p4.cpp | 9 template<enum E x, E y> struct A3;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/ |
bind.hpp | 352 template< class A1, class A2, class A3 > class list3: private storage3< A1, A2, A3 > 356 typedef storage3< A1, A2, A3 > base_type; 360 list3( A1 a1, A2 a2, A3 a3 ): base_type( a1, a2, a3 ) {} 364 A3 operator[] (boost::arg<3>) const { return base_type::a3_; } 368 A3 operator[] (boost::arg<3> (*) ()) const { return base_type::a3_; } 415 template< class A1, class A2, class A3, class A4 > class list4: private storage4< A1, A2, A3, A4 [all...] |
mem_fn_template.hpp | 366 template<class R, class T, class A1, class A2, class A3 BOOST_MEM_FN_CLASS_F> class BOOST_MEM_FN_NAME(mf3) 374 BOOST_MEM_FN_TYPEDEF(R (BOOST_MEM_FN_CC T::*F) (A1, A2, A3)) 391 R operator()(T * p, A1 a1, A2 a2, A3 a3) const 393 BOOST_MEM_FN_RETURN (p->*f_)(a1, a2, a3); 396 template<class U> R operator()(U & u, A1 a1, A2 a2, A3 a3) const 399 BOOST_MEM_FN_RETURN call(u, p, a1, a2, a3); 404 template<class U> R operator()(U const & u, A1 a1, A2 a2, A3 a3) cons [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/ |
policy.hpp | 370 class A3 = default_policy, 389 BOOST_STATIC_ASSERT(::boost::math::policies::detail::is_valid_policy<A3>::value); 403 typedef mpl::list<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13> arg_list; 499 class A3 = default_policy, 513 typedef mpl::list<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13> arg_list; 643 template <class A1, class A2, class A3> 644 inline typename normalise<policy<>, A1, A2, A3>::type make_policy(const A1&, const A2&, const A3&) 646 typedef typename normalise<policy<>, A1, A2, A3>::type result_type; 650 template <class A1, class A2, class A3, class A4 [all...] |
/external/arduino/hardware/arduino/cores/arduino/ |
WProgram.h | 37 const static uint8_t A3 = 57; 54 const static uint8_t A3 = 17;
|
/external/clang/test/SemaCXX/ |
cxx1y-contextual-conversion-tweaks.cpp | 61 struct A3 { 79 void foo(A0 a0, A1 a1, A2 a2, A3 a3, A4 a4, B2 b2) { 83 switch (a3) {} // @83 92 //expected-error@83 {{statement requires expression of integer type ('extended_examples::A3' invalid)}}
|
/external/opencv/cxcore/src/ |
cxjacobieigens.cpp | 116 float *A3, Apq = A1[q], App, Aqq, Aip, Aiq, Vpi, Vqi; 137 A3 = A; 138 for( i = 0; i < p; i++, A3 += n ) 140 Aip = A3[p]; 141 Aiq = A3[q]; 144 A3[p] = (float) (Aip * c - Aiq * s); 145 A3[q] = (float) (Aiq * c + Aip * s); 149 for( ; i < q; i++, A3 += n ) 152 Aiq = A3[q]; 156 A3[q] = (float) (Aiq * c + Aip * s) [all...] |
/external/clang/test/SemaTemplate/ |
temp_arg_nontype.cpp | 10 A<1 >> 2> *a3; // expected-warning{{use of right-shift operator ('>>') in template argument will require parentheses in C++11}} variable 45 template<int fp(int)> struct A3; // expected-note 1{{template parameter is declared here}} 46 A3<h> *a14_1; 47 A3<&h> *a14_2; 48 A3<f> *a14_3; 49 A3<&f> *a14_4; 50 A3<h2> *a14_6; // expected-error{{non-type template argument of type 'float (float)' cannot be converted to a value of type 'int (*)(int)'}} 51 A3<g> *a14_7; // expected-error{{address of overloaded function 'g' does not match required type 'int (int)'}}
|