Home
last modified time | relevance | path

Searched refs:P2 (Results 1 – 25 of 250) sorted by relevance

12345678910

/external/chromium_org/third_party/webrtc/base/
Dbind.h183 class P2>
188 P2 p2) in MethodFunctor2()
198 P2 p2_;
203 class P2>
206 Functor2(const FunctorT& functor, P1 p1, P2 p2) in Functor2()
215 P2 p2_;
219 #define FP_T(x) R (ObjectT::*x)(P1, P2)
223 class P2>
224 MethodFunctor2<ObjectT, FP_T(NONAME), R, P1, P2>
227 typename detail::identity<P2>::type p2) { in Bind()
[all …]
Dcallback.h132 class P2>
139 R operator()(P1 p1, P2 p2) { in operator()
149 virtual R Run(P1 p1, P2 p2) = 0;
153 virtual R Run(P1 p1, P2 p2) { in Run()
163 class P2,
171 R operator()(P1 p1, P2 p2, P3 p3) { in operator()
181 virtual R Run(P1 p1, P2 p2, P3 p3) = 0;
185 virtual R Run(P1 p1, P2 p2, P3 p3) { in Run()
195 class P2,
204 R operator()(P1 p1, P2 p2, P3 p3, P4 p4) { in operator()
[all …]
Drefcount.h39 template<typename P1, typename P2>
40 RefCountedObject(P1 p1, P2 p2) : T(p1, p2), ref_count_(0) { in RefCountedObject()
43 template<typename P1, typename P2, typename P3>
44 RefCountedObject(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) { in RefCountedObject()
47 template<typename P1, typename P2, typename P3, typename P4>
48 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4) in RefCountedObject()
52 template<typename P1, typename P2, typename P3, typename P4, typename P5>
53 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) in RefCountedObject()
/external/chromium_org/gin/
Dfunction_template.h91 template<typename R, typename P1 = void, typename P2 = void,
97 const base::Callback<R(P1, P2, P3, P4, P5, P6)>& callback,
99 const P2& a2,
107 template<typename P1, typename P2, typename P3, typename P4, typename P5,
109 struct Invoker<void, P1, P2, P3, P4, P5, P6> {
112 const base::Callback<void(P1, P2, P3, P4, P5, P6)>& callback,
114 const P2& a2,
123 template<typename R, typename P1, typename P2, typename P3, typename P4,
125 struct Invoker<R, P1, P2, P3, P4, P5, void> {
128 const base::Callback<R(P1, P2, P3, P4, P5)>& callback,
[all …]
/external/chromium_org/v8/test/cctest/compiler/
Dcall-tester.h187 template <typename R, typename F, typename P1, typename P2>
188 R DoCall(F* f, P1 p1, P2 p2) {
194 template <typename R, typename F, typename P1, typename P2, typename P3>
195 R DoCall(F* f, P1 p1, P2 p2, P3 p3) {
201 template <typename R, typename F, typename P1, typename P2, typename P3,
203 R DoCall(F* f, P1 p1, P2 p2, P3 p3, P4 p4) {
225 template <typename R, typename F, typename P1, typename P2>
226 R DoCall(F* f, P1 p1, P2 p2) {
229 ParameterTraits<P2>::Cast(p2)));
231 template <typename R, typename F, typename P1, typename P2, typename P3>
[all …]
/external/clang/test/Sema/
Dwarn-cast-align.c16 const volatile void *P2 = P; in test1() local
17 char *d = (char*) P2; in test1()
18 short *e = (short*) P2; in test1()
19 int *f = (int*) P2; in test1()
21 const char *g = (const char*) P2; in test1()
22 const short *h = (const short*) P2; in test1()
23 const int *i = (const int*) P2; in test1()
25 const volatile char *j = (const volatile char*) P2; in test1()
26 const volatile short *k = (const volatile short*) P2; in test1()
27 const volatile int *l = (const volatile int*) P2; in test1()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DCrossThreadTask.h108 template<typename P1, typename MP1, typename P2, typename MP2>
112 typedef CrossThreadTask2<P1, MP1, P2, MP2> CrossThreadTask;
114 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
137 P2 m_parameter2;
140 template<typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3>
144 typedef CrossThreadTask3<P1, MP1, P2, MP2, P3, MP3> CrossThreadTask;
146 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
171 P2 m_parameter2;
175 template<typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3, typename …
179 typedef CrossThreadTask4<P1, MP1, P2, MP2, P3, MP3, P4, MP4> CrossThreadTask;
[all …]
DExecutionContextTask.h89 template<typename FunctionType, typename P1, typename P2>
92 const P1& parameter1, const P2& parameter2) in createSameThreadTask()
99 template<typename FunctionType, typename P1, typename P2, typename P3>
102 const P1& parameter1, const P2& parameter2, const P3& parameter3) in createSameThreadTask()
110 template<typename FunctionType, typename P1, typename P2, typename P3, typename P4>
113 const P1& parameter1, const P2& parameter2, const P3& parameter3, const P4& parameter4) in createSameThreadTask()
122 template<typename FunctionType, typename P1, typename P2, typename P3, typename P4, typename P5>
125 …const P1& parameter1, const P2& parameter2, const P3& parameter3, const P4& parameter4, const P5& … in createSameThreadTask()
135 template<typename FunctionType, typename P1, typename P2, typename P3, typename P4, typename P5, ty…
138 …const P1& parameter1, const P2& parameter2, const P3& parameter3, const P4& parameter4, const P5& … in createSameThreadTask()
/external/linux-tools-perf/perf-3.12.0/arch/blackfin/lib/
Dmemcpy.S37 P2 = R2 ; /* length */ define
57 P2 = P2 >> 2; define
58 CC = P2 <= 2;
61 P2 = R2; define
62 LSETUP(.Lthree_start, .Lthree_end) LC0=P2;
72 P2 += -1; /* because we unroll one iteration */
73 LSETUP(.Lword_loops, .Lword_loope) LC0=P2;
94 .Lbytes_left: P2 = R3;
97 LSETUP (.Lbyte_start, .Lbyte_end) LC0=P2;
112 P0 = P0 + P2;
[all …]
Dmemset.S28 P2 = R2 ; /* P2 = count */ define
39 P1 = P2 >> 2; /* count = n/4 */
43 P2 = R3; define
49 CC = P0 == P2;
57 P2 = R2; define
60 CC = P2 == 0; /* Check zero count */
64 LSETUP (.Lbyte_loop , .Lbyte_loop) LC0=P2;
81 P2 -= P1; /* reduce count */
/external/chromium_org/third_party/WebKit/Source/wtf/
DFunctional.h85 template<typename R, typename P1, typename P2>
86 class FunctionWrapper<R(*)(P1, P2)> {
90 explicit FunctionWrapper(R(*function)(P1, P2)) in FunctionWrapper() argument
95 R operator()(P1 p1, P2 p2) in operator()
101 R(*m_function)(P1, P2);
104 template<typename R, typename P1, typename P2, typename P3>
105 class FunctionWrapper<R(*)(P1, P2, P3)> {
109 explicit FunctionWrapper(R(*function)(P1, P2, P3)) in FunctionWrapper() argument
114 R operator()(P1 p1, P2 p2, P3 p3) in operator()
120 R(*m_function)(P1, P2, P3);
[all …]
/external/clang/test/SemaObjC/
Dobjcbridge-attribute.m51 @protocol P2 @end protocol
56 @interface NSError<P1, P2, P3> @end // expected-note 3 {{declared here}}
79 (void)(id<P1, P2>)cf; // okay
80 …(void)(id<P1, P2, P4>)cf; // expected-warning {{'CFErrorRef' (aka 'struct __CFErrorRef *') bridges…
85 (void)(id<P1, P2>)cf; // ok
86 (void)(id<P1, P2, P3>)cf; // ok
87 (void)(id<P2, P3>)cf; // ok
88 …(void)(id<P1, P2, P4>)cf; // expected-warning {{'CFMyErrorRef' (aka 'struct __CFMyErrorRef *') bri…
91 void Test5(id<P1, P2, P3> P123, id ID, id<P1, P2, P3, P4> P1234, id<P1, P2> P12, id<P2, P3> P23) {
99 void Test6(id<P1, P2, P3> P123, id ID, id<P1, P2, P3, P4> P1234, id<P1, P2> P12, id<P2, P3> P23) {
[all …]
Dclass-conforming-protocol-1.m4 @protocol P2 @end protocol
11 - (INTF<P2,P1>*) METH2; // expected-note {{previous declaration is here}}
12 - (INTF<P2,P1,P3>*) METH2; // expected-error {{duplicate declaration of method 'METH2'}}
14 - (INTF<P2,P1,P3>*) METH3; // expected-note {{previous declaration is here}}
15 - (INTF<P3,P1,P2, P3>*) METH3; // expected-warning {{multiple declarations of method 'METH3' found …
19 INTF<P2,P1,P3>* p1;
/external/chromium_org/testing/
Dgmock_mutant.h324 template <typename R, typename T, typename Method, typename P1, typename P2>
326 const Tuple2<P1, P2>& p, in DispatchToMethod()
330 template <typename R, typename Function, typename P1, typename P2>
332 const Tuple2<P1, P2>& p, in DispatchToFunction()
338 template <typename R, typename T, typename Method, typename P1, typename P2,
341 const Tuple2<P1, P2>& p, in DispatchToMethod()
345 template <typename R, typename Function, typename P1, typename P2, typename C1>
347 const Tuple2<P1, P2>& p, in DispatchToFunction()
353 template <typename R, typename T, typename Method, typename P1, typename P2,
356 const Tuple2<P1, P2>& p, in DispatchToMethod()
[all …]
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
Dref_count.h51 template<typename P1, typename P2>
52 RefCountImpl(P1 p1, P2 p2) : T(p1, p2), ref_count_(0) {} in RefCountImpl()
54 template<typename P1, typename P2, typename P3>
55 RefCountImpl(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) {} in RefCountImpl()
57 template<typename P1, typename P2, typename P3, typename P4>
58 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4) : T(p1, p2, p3, p4), ref_count_(0) {} in RefCountImpl()
60 template<typename P1, typename P2, typename P3, typename P4, typename P5>
61 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) in RefCountImpl()
/external/webrtc/src/system_wrappers/interface/
Dref_count.h51 template<typename P1, typename P2>
52 RefCountImpl(P1 p1, P2 p2) : T(p1, p2), ref_count_(0) {} in RefCountImpl()
54 template<typename P1, typename P2, typename P3>
55 RefCountImpl(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) {} in RefCountImpl()
57 template<typename P1, typename P2, typename P3, typename P4>
58 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4) : T(p1, p2, p3, p4), ref_count_(0) {} in RefCountImpl()
60 template<typename P1, typename P2, typename P3, typename P4, typename P5>
61 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) in RefCountImpl()
/external/libgsm/src/
Dadd.c23 word gsm_add P2((a,b), word a, word b)
29 word gsm_sub P2((a,b), word a, word b)
35 word gsm_mult P2((a,b), word a, word b)
41 word gsm_mult_r P2((a,b), word a, word b)
56 longword gsm_L_mult P2((a,b),word a, word b)
62 longword gsm_L_add P2((a,b), longword a, longword b)
78 longword gsm_L_sub P2((a,b), longword a, longword b)
153 longword gsm_L_asl P2((a,n), longword a, int n)
161 word gsm_asl P2((a,n), word a, int n)
169 longword gsm_L_asr P2((a,n), longword a, int n)
[all …]
/external/chromium_org/ppapi/shared_impl/
Dproxy_lock.h129 template <class ReturnType, class A1, class A2, class P1, class P2>
132 const P2& p2) { in CallWhileUnlocked()
136 template <class ReturnType, class A1, class A2, class A3, class P1, class P2,
140 const P2& p2, in CallWhileUnlocked()
146 class P2, class P3, class P4>
149 const P2& p2, in CallWhileUnlocked()
156 class P1, class P2, class P3, class P4, class P5>
159 const P2& p2, in CallWhileUnlocked()
266 template <typename P1, typename P2>
267 class RunWhileLockedHelper<void(P1, P2)> {
[all …]
Dthread_aware_callback.h76 template <class P1, class P2>
77 void RunOnTargetThread(const P1& p1, const P2& p2) { in RunOnTargetThread()
81 template <class P1, class P2, class P3>
82 void RunOnTargetThread(const P1& p1, const P2& p2, const P3& p3) { in RunOnTargetThread()
86 template <class P1, class P2, class P3, class P4>
88 const P2& p2, in RunOnTargetThread()
94 template <class P1, class P2, class P3, class P4, class P5>
96 const P2& p2, in RunOnTargetThread()
/external/clang/test/Misc/
Ddiagnostic-crash.cpp17 template <bool del, class R, class T, class P1, class P2, class A1>
20 template <bool del, class T, class P1, class P2, class A1>
21 class AAAAAAAResultCallback_2_1< del, void, T, P1, P2, A1> :
26 template <class T1, class T2, class R, class P1, class P2, class A1>
27 inline typename AAAAAAAResultCallback_2_1<true, R, T1, P1, P2, A1>::base*
28 NewCallback(T1* obj, R(T2::* member)(P1, P2, A1), const P1& p1, const P2& p2) {} in NewCallback() argument
/external/llvm/test/CodeGen/PowerPC/
Dvec_perf_shuffle.ll3 define <4 x float> @test_uu72(<4 x float>* %P1, <4 x float>* %P2) {
5 %V2 = load <4 x float>* %P2 ; <<4 x float>> [#uses=1]
10 define <4 x float> @test_30u5(<4 x float>* %P1, <4 x float>* %P2) {
12 %V2 = load <4 x float>* %P2 ; <<4 x float>> [#uses=1]
17 define <4 x float> @test_3u73(<4 x float>* %P1, <4 x float>* %P2) {
19 %V2 = load <4 x float>* %P2 ; <<4 x float>> [#uses=1]
24 define <4 x float> @test_3774(<4 x float>* %P1, <4 x float>* %P2) {
26 %V2 = load <4 x float>* %P2 ; <<4 x float>> [#uses=1]
31 define <4 x float> @test_4450(<4 x float>* %P1, <4 x float>* %P2) {
33 %V2 = load <4 x float>* %P2 ; <<4 x float>> [#uses=1]
/external/chromium_org/base/
Dbind.h121 template <typename Functor, typename P1, typename P2>
127 typename internal::CallbackParamTraits<P2>::StorageType)>
129 Bind(Functor functor, const P1& p1, const P2& p2) { in Bind()
161 COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P2>::value, in Bind()
165 typename internal::CallbackParamTraits<P2>::StorageType)> BindState; in Bind()
172 template <typename Functor, typename P1, typename P2, typename P3>
178 typename internal::CallbackParamTraits<P2>::StorageType,
181 Bind(Functor functor, const P1& p1, const P2& p2, const P3& p3) { in Bind()
214 COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P2>::value, in Bind()
220 typename internal::CallbackParamTraits<P2>::StorageType, in Bind()
[all …]
/external/clang/test/SemaObjCXX/
Dobjcbridge-attribute.mm41 @protocol P2 @end protocol
46 @interface NSError<P1, P2, P3> @end // expected-note 5 {{declared here}}
91 …(void)(id<P1, P2>)cf; // expected-error {{cast of C pointer type 'CFErrorRef' (aka '__CFErrorRef *…
94 …(void)(id<P1, P2, P4>)cf; // expected-warning {{'CFErrorRef' (aka '__CFErrorRef *') bridges to NSE…
95 …ype 'CFErrorRef' (aka '__CFErrorRef *') to Objective-C pointer type 'id<P1,P2,P4>' requires a brid…
104 …oid)(id<P1, P2>)cf; // expected-error {{cast of C pointer type 'CFMyErrorRef' (aka '__CFMyErrorRef…
107 …d)(id<P1, P2, P3>)cf; // expected-error {{cast of C pointer type 'CFMyErrorRef' (aka '__CFMyErrorR…
110 …(void)(id<P2, P3>)cf; // expected-error {{cast of C pointer type 'CFMyErrorRef' (aka '__CFMyErrorR…
113 …(void)(id<P1, P2, P4>)cf; // expected-warning {{'CFMyErrorRef' (aka '__CFMyErrorRef *') bridges to…
114 …'CFMyErrorRef' (aka '__CFMyErrorRef *') to Objective-C pointer type 'id<P1,P2,P4>' requires a brid…
[all …]
Dobjcbridge-attribute-arc.mm41 @protocol P2 @end protocol
46 @interface NSError<P1, P2, P3> @end // expected-note 5 {{declared here}}
91 …(void)(id<P1, P2>)cf; // expected-error {{cast of C pointer type 'CFErrorRef' (aka '__CFErrorRef *…
94 …(void)(id<P1, P2, P4>)cf; // expected-warning {{'CFErrorRef' (aka '__CFErrorRef *') bridges to NSE…
95 …ype 'CFErrorRef' (aka '__CFErrorRef *') to Objective-C pointer type 'id<P1,P2,P4>' requires a brid…
104 …oid)(id<P1, P2>)cf; // expected-error {{cast of C pointer type 'CFMyErrorRef' (aka '__CFMyErrorRef…
107 …d)(id<P1, P2, P3>)cf; // expected-error {{cast of C pointer type 'CFMyErrorRef' (aka '__CFMyErrorR…
110 …(void)(id<P2, P3>)cf; // expected-error {{cast of C pointer type 'CFMyErrorRef' (aka '__CFMyErrorR…
113 …(void)(id<P1, P2, P4>)cf; // expected-warning {{'CFMyErrorRef' (aka '__CFMyErrorRef *') bridges to…
114 …'CFMyErrorRef' (aka '__CFMyErrorRef *') to Objective-C pointer type 'id<P1,P2,P4>' requires a brid…
[all …]
/external/llvm/test/CodeGen/X86/
Dfp-stack-2results.ll29 define void @call1(x86_fp80 *%P1, x86_fp80 *%P2) {
35 store x86_fp80 %c, x86_fp80* %P2
40 define void @call2(x86_fp80 *%P1, x86_fp80 *%P2) {
46 store x86_fp80 %c, x86_fp80* %P2
51 define void @call3(x86_fp80 *%P1, x86_fp80 *%P2) {
59 define void @call4(x86_fp80 *%P1, x86_fp80 *%P2) {
63 store x86_fp80 %c, x86_fp80* %P2

12345678910