HomeSort by relevance Sort by last modified time
    Searched refs:A2 (Results 76 - 100 of 309) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
Filters.h 34 * Biquad with coefficients A0, A1, A2, B1 and B2 coefficients
41 LVM_INT16 A2;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
bind_mf2_cc.hpp 42 class A1, class A2>
43 _bi::bind_t<Rt2, _mfi::BOOST_BIND_MF_NAME(mf1)<R, T, B1>, typename _bi::list_av_2<A1, A2>::type>
44 BOOST_BIND(boost::type<Rt2>, R (BOOST_BIND_MF_CC T::*f) (B1), A1 a1, A2 a2)
47 typedef typename _bi::list_av_2<A1, A2>::type list_type;
48 return _bi::bind_t<Rt2, F, list_type>(F(f), list_type(a1, a2));
53 class A1, class A2>
54 _bi::bind_t<Rt2, _mfi::BOOST_BIND_MF_NAME(cmf1)<R, T, B1>, typename _bi::list_av_2<A1, A2>::type>
55 BOOST_BIND(boost::type<Rt2>, R (BOOST_BIND_MF_CC T::*f) (B1) const, A1 a1, A2 a2)
    [all...]
bind_mf_cc.hpp 41 class A1, class A2>
42 _bi::bind_t<R, _mfi::BOOST_BIND_MF_NAME(mf1)<R, T, B1>, typename _bi::list_av_2<A1, A2>::type>
43 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1), A1 a1, A2 a2)
46 typedef typename _bi::list_av_2<A1, A2>::type list_type;
47 return _bi::bind_t<R, F, list_type>(F(f), list_type(a1, a2));
52 class A1, class A2>
53 _bi::bind_t<R, _mfi::BOOST_BIND_MF_NAME(cmf1)<R, T, B1>, typename _bi::list_av_2<A1, A2>::type>
54 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1) const, A1 a1, A2 a2)
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...]
bind.hpp 275 template< class A1, class A2 > class list2: private storage2< A1, A2 >
279 typedef storage2< A1, A2 > base_type;
283 list2( A1 a1, A2 a2 ): base_type( a1, a2 ) {}
286 A2 operator[] (boost::arg<2>) const { return base_type::a2_; }
289 A2 operator[] (boost::arg<2> (*) ()) const { return base_type::a2_; }
352 template< class A1, class A2, class A3 > class list3: private storage3< A1, A2, A3
    [all...]
mem_fn_template.hpp 253 template<class R, class T, class A1, class A2 BOOST_MEM_FN_CLASS_F> class BOOST_MEM_FN_NAME(mf2)
261 BOOST_MEM_FN_TYPEDEF(R (BOOST_MEM_FN_CC T::*F) (A1, A2))
278 R operator()(T * p, A1 a1, A2 a2) const
280 BOOST_MEM_FN_RETURN (p->*f_)(a1, a2);
283 template<class U> R operator()(U & u, A1 a1, A2 a2) const
286 BOOST_MEM_FN_RETURN call(u, p, a1, a2);
291 template<class U> R operator()(U const & u, A1 a1, A2 a2) cons
    [all...]
  /external/clang/INPUTS/
macro_pounder_fn.c 8 #define A2(A, B) A1(A,B) A1(A,B) A1(A,B) A1(A,B) A1(A,B) A1(A,B)
9 #define A3(A, B) A2(A,B) A2(A,B) A2(A,B) A2(A,B) A2(A,B) A2(A,B)
  /external/chromium_org/base/
cancelable_callback.h 198 template <typename A1, typename A2>
199 class CancelableCallback<void(A1, A2)> {
204 explicit CancelableCallback(const base::Callback<void(A1, A2)>& callback)
227 void Reset(const base::Callback<void(A1, A2)>& callback) {
240 const base::Callback<void(A1, A2)>& callback() const {
245 void Forward(A1 a1, A2 a2) const {
246 callback_.Run(a1, a2);
252 forwarder_ = base::Bind(&CancelableCallback<void(A1, A2)>::Forward,
257 base::Callback<void(A1, A2)> forwarder_
    [all...]
bind_internal.h 217 template <typename R, typename A1, typename A2>
218 class RunnableAdapter<R(*)(A1, A2)> {
220 typedef R (RunType)(A1, A2);
222 explicit RunnableAdapter(R(*function)(A1, A2))
227 typename CallbackParamTraits<A2>::ForwardType a2) {
228 return function_(CallbackForward(a1), CallbackForward(a2));
232 R (*function_)(A1, A2);
236 template <typename R, typename T, typename A1, typename A2>
237 class RunnableAdapter<R(T::*)(A1, A2)> {
    [all...]
callback.h 451 template <typename R, typename A1, typename A2>
452 class Callback<R(A1, A2)> : public internal::CallbackBase {
454 typedef R(RunType)(A1, A2);
479 typename internal::CallbackParamTraits<A2>::ForwardType a2) const {
484 internal::CallbackForward(a2));
491 typename internal::CallbackParamTraits<A2>::ForwardType);
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)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
MessageDigestAlgorithm.java 62 String A2 = null;
65 A2 = method + ":" + digest_uri_value;
69 A2 = method + ":" + digest_uri_value + ":" + H(entity_body);
79 + qop_value + ":" + H(A2));
82 request_digest = KD(hashUserNameRealmPasswd, nonce_value + ":" + H(A2));
147 String A2 = null;
150 A2 = method + ":" + digest_uri_value;
154 A2 = method + ":" + digest_uri_value + ":" + H(entity_body);
164 + qop_value + ":" + H(A2));
167 request_digest = KD(H(A1), nonce_value + ":" + H(A2));
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
base_screen_handler_utils.h 76 template<typename A1, typename A2>
77 void CallbackWrapper2(base::Callback<void(A1, A2)> callback,
82 typename UnwrapConstRef<A2>::Type arg2;
90 template<typename A1, typename A2, typename A3>
91 void CallbackWrapper3(base::Callback<void(A1, A2, A3)> callback,
96 typename UnwrapConstRef<A2>::Type arg2;
107 template<typename A1, typename A2, typename A3, typename A4>
108 void CallbackWrapper4(base::Callback<void(A1, A2, A3, A4)> callback,
113 typename UnwrapConstRef<A2>::Type arg2;
  /external/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
construct.pass.cpp 45 typedef std::scoped_allocator_adaptor<A2<C>> allocator_type;
61 typedef std::scoped_allocator_adaptor<A2<D>> allocator_type;
95 typedef std::scoped_allocator_adaptor<A2<F>> allocator_type;
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));
165 typedef std::scoped_allocator_adaptor<A3<E>, A2<E>> K;
179 typedef std::scoped_allocator_adaptor<A3<F>, A2<F>> K;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
construct.pass.cpp 45 typedef std::scoped_allocator_adaptor<A2<C>> allocator_type;
61 typedef std::scoped_allocator_adaptor<A2<D>> allocator_type;
95 typedef std::scoped_allocator_adaptor<A2<F>> allocator_type;
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));
165 typedef std::scoped_allocator_adaptor<A3<E>, A2<E>> K;
179 typedef std::scoped_allocator_adaptor<A3<F>, A2<F>> K;
  /external/chromium_org/chrome/browser/devtools/
devtools_embedder_message_dispatcher.cc 88 template <class A1, class A2>
89 bool ParseAndHandle2(const base::Callback<void(A1, A2)>& handler,
96 Argument<A2> arg2(list, 1);
103 template <class A1, class A2, class A3>
104 bool ParseAndHandle3(const base::Callback<void(A1, A2, A3)>& handler,
111 Argument<A2> arg2(list, 1);
121 template <class A1, class A2, class A3, class A4>
122 bool ParseAndHandle4(const base::Callback<void(A1, A2, A3, A4)>& handler,
129 Argument<A2> arg2(list, 1);
192 template<class T, class A1, class A2>
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-function-params.cpp 36 template<typename T, typename A1, typename A2>
37 void instF0(X0<T(A1)> x0a, X0<T(A2)> x0b) {
39 X0<T(A2)> x0d;
49 template<typename R, typename A1, typename A2>
52 FuncPtr<R, A2, &unary_func<R, A2> > fp2;
dependent-base-member-init.cpp 15 class A2 { A2(int x, int y); };
17 A2 x;
  /external/llvm/include/llvm/IR/
TypeBuilder.h 263 template<typename R, typename A1, typename A2, bool cross>
264 class TypeBuilder<R(A1, A2), cross> {
269 TypeBuilder<A2, cross>::get(Context),
275 template<typename R, typename A1, typename A2, typename A3, bool cross>
276 class TypeBuilder<R(A1, A2, A3), cross> {
281 TypeBuilder<A2, cross>::get(Context),
289 template<typename R, typename A1, typename A2, typename A3, typename A4,
291 class TypeBuilder<R(A1, A2, A3, A4), cross> {
296 TypeBuilder<A2, cross>::get(Context),
305 template<typename R, typename A1, typename A2, typename A3, typename A4
    [all...]
  /external/clang/test/SemaCXX/
nested-name-spec.cpp 69 namespace A2 {
77 struct A2::RC {
81 struct A2::CC::NC {
103 void f6(int A2::RC::x); // expected-error{{parameter declarator cannot be qualified}}
105 int A2::RC::x; // expected-error{{non-static data member defined out-of-line}}
107 void A2::CC::NC::m(); // expected-error{{out-of-line declaration of a member must be a definition}}
190 foo<somens:a> a2; // expected-error {{unexpected ':' in nested name specifier}} variable
192 somens::a a3 = a2; // expected-error {{no viable conversion}}
282 struct A2 {
287 struct A2<T>::B::C; // expected-error {{no struct named 'C'}
    [all...]
enum-increment.cpp 3 enum A { A1, A2, A3 };
  /external/chromium_org/third_party/WebKit/Source/wtf/
Functional.h 394 template<typename R, typename A1, typename A2>
395 class FunctionImpl<R(A1, A2)> : public FunctionImplBase {
397 virtual R operator()(A1 a1, A2 a2) = 0;
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
    [all...]
  /external/clang/test/CXX/special/class.dtor/
p5-0x.cpp 22 struct A2 {
23 A2();
28 A2 a2; // expected-error {{deleted function}} variable
  /external/chromium_org/mojo/public/cpp/bindings/
callback.h 106 template <typename A1, typename A2>
107 class Callback<void(A1, A2)> {
113 typename internal::Callback_ParamTraits<A2>::ForwardType a2) const = 0;
128 typename internal::Callback_ParamTraits<A2>::ForwardType a2) const {
132 internal::Forward(a2));
145 typename internal::Callback_ParamTraits<A2>::ForwardType a2) const
149 internal::Forward(a2));
    [all...]
  /external/chromium_org/net/data/ssl/scripts/
generate-duplicate-cn-certs.sh 9 # 2. A2 (end-entity) -> B (self-signed root)
11 # In which A1 and A2 share the same key, the same subject common name, but have
60 echo Generate the A2 end-entity CSR
65 -out out/A2.csr \
79 echo B signs A2.
85 -in out/A2.csr \
86 -out out/A2.pem \
100 -in out/A2.pem \
105 try cp out/A2.pem ../certificates/duplicate_cn_2.pem
  /external/chromium_org/third_party/skia/src/core/
SkSmallAllocator.h 79 template<typename T, typename A1, typename A2>
80 T* createT(const A1& a1, const A2& a2) {
85 SkNEW_PLACEMENT_ARGS(buf, T, (a1, a2));
89 template<typename T, typename A1, typename A2, typename A3>
90 T* createT(const A1& a1, const A2& a2, const A3& a3) {
95 SkNEW_PLACEMENT_ARGS(buf, T, (a1, a2, a3));
99 template<typename T, typename A1, typename A2, typename A3, typename A4>
100 T* createT(const A1& a1, const A2& a2, const A3& a3, const A4& a4)
    [all...]
  /external/lldb/include/lldb/Utility/
SharingPtr.h 104 template <class A0, class A1, class A2>
105 shared_ptr_emplace(A0& a0, A1& a1, A2& a2)
106 : data_(a0, a1, a2) {}
108 template <class A0, class A1, class A2, class A3>
109 shared_ptr_emplace(A0& a0, A1& a1, A2& a2, A3& a3)
110 : data_(a0, a1, a2, a3) {}
112 template <class A0, class A1, class A2, class A3, class A4>
113 shared_ptr_emplace(A0& a0, A1& a1, A2& a2, A3& a3, A4& a4
    [all...]

Completed in 1772 milliseconds

1 2 34 5 6 7 8 91011>>