Home
last modified time | relevance | path

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

12345678

/external/chromium/base/
Dbind.h51 template <typename Sig, typename P1, typename P2>
52 internal::InvokerStorageHolder<internal::InvokerStorage2<Sig,P1, P2> >
53 Bind(Sig f, const P1& p1, const P2& p2) { in Bind()
55 new internal::InvokerStorage2<Sig, P1, P2>( in Bind()
59 template <typename Sig, typename P1, typename P2, typename P3>
60 internal::InvokerStorageHolder<internal::InvokerStorage3<Sig,P1, P2, P3> >
61 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3) { in Bind()
63 new internal::InvokerStorage3<Sig, P1, P2, P3>( in Bind()
67 template <typename Sig, typename P1, typename P2, typename P3, typename P4>
68 internal::InvokerStorageHolder<internal::InvokerStorage4<Sig,P1, P2, P3, P4> >
[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/webkit/Source/WebKit2/Platform/CoreIPC/
DHandleMessage.h22 template<typename C, typename MF, typename P1, typename P2>
23 void callMemberFunction(const Arguments2<P1, P2>& args, C* object, MF function) in callMemberFunction()
28 template<typename C, typename MF, typename P1, typename P2, typename P3>
29 void callMemberFunction(const Arguments3<P1, P2, P3>& args, C* object, MF function) in callMemberFunction() argument
34 template<typename C, typename MF, typename P1, typename P2, typename P3, typename P4>
35 void callMemberFunction(const Arguments4<P1, P2, P3, P4>& args, C* object, MF function) in callMemberFunction() argument
40 template<typename C, typename MF, typename P1, typename P2, typename P3, typename P4, typename P5>
41 void callMemberFunction(const Arguments5<P1, P2, P3, P4, P5>& args, C* object, MF function) in callMemberFunction() argument
46 template<typename C, typename MF, typename P1, typename P2, typename P3, typename P4, typename P5, …
47 void callMemberFunction(const Arguments6<P1, P2, P3, P4, P5, P6>& args, C* object, MF function) in callMemberFunction() argument
[all …]
/external/webkit/Source/WebCore/dom/
DCrossThreadTask.h89 template<typename P1, typename MP1, typename P2, typename MP2>
93 typedef CrossThreadTask2<P1, MP1, P2, MP2> CrossThreadTask;
95 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
118 P2 m_parameter2;
121 template<typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3>
125 typedef CrossThreadTask3<P1, MP1, P2, MP2, P3, MP3> CrossThreadTask;
127 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
152 P2 m_parameter2;
156 template<typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3, typename …
160 typedef CrossThreadTask4<P1, MP1, P2, MP2, P3, MP3, P4, MP4> CrossThreadTask;
[all …]
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
DCCThreadTask.h92 template<typename T, typename P1, typename MP1, typename P2, typename MP2>
96 typedef CCThreadTask2<T, P1, MP1, P2, MP2> CCThreadTaskImpl;
98 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
122 P2 m_parameter2;
125 template<typename T, typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP…
129 typedef CCThreadTask3<T, P1, MP1, P2, MP2, P3, MP3> CCThreadTaskImpl;
131 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
157 P2 m_parameter2;
162 template<typename T, typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP…
166 typedef CCThreadTask4<T, P1, MP1, P2, MP2, P3, MP3, P4, MP4> CCThreadTaskImpl;
[all …]
DCCMainThreadTask.h92 template<typename T, typename P1, typename MP1, typename P2, typename MP2>
96 typedef MainThreadTask2<T, P1, MP1, P2, MP2> MainThreadTaskImpl;
98 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
122 P2 m_parameter2;
125 template<typename T, typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP…
129 typedef MainThreadTask3<T, P1, MP1, P2, MP2, P3, MP3> MainThreadTaskImpl;
131 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
157 P2 m_parameter2;
188 template<typename T, typename P1, typename MP1, typename P2, typename MP2>
193 const P2& parameter2) in createMainThreadTask()
[all …]
/external/chromium/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/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/webkit/Source/WebCore/fileapi/
DFileThreadTask.h99 template<typename T, typename P1, typename MP1, typename P2, typename MP2>
103 typedef FileThreadTask2<T, P1, MP1, P2, MP2> FileThreadTaskImpl;
105 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
129 P2 m_parameter2;
132 template<typename T, typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP…
136 typedef FileThreadTask3<T, P1, MP1, P2, MP2, P3, MP3> FileThreadTaskImpl;
138 typedef typename CrossThreadTaskTraits<P2>::ParamType Param2;
164 P2 m_parameter2;
195 template<typename T, typename P1, typename MP1, typename P2, typename MP2>
200 const P2& parameter2) in createFileThreadTask()
[all …]
/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/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/clang/test/SemaObjC/
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;
Dconditional-expr-3.m7 @protocol P2 protocol
19 void barP2(id<P2> x);
53 void f8(int cond, id<P0,P1> x0, id<P0,P2> x1) {
54 …0(cond ? x0 : x1); // expected-warning {{incompatible operand types ('id<P0,P1>' and 'id<P0,P2>')}}
57 void f9(int cond, id<P0,P1> x0, id<P0,P2> x1) {
58 …1(cond ? x0 : x1); // expected-warning {{incompatible operand types ('id<P0,P1>' and 'id<P0,P2>')}}
61 void f10(int cond, id<P0,P1> x0, id<P0,P2> x1) {
62 …2(cond ? x0 : x1); // expected-warning {{incompatible operand types ('id<P0,P1>' and 'id<P0,P2>')}}
/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
Dshift-folding.ll12 %P2 = getelementptr i32* %P, i64 %gep.upgrd.1
13 ret i32* %P2
25 %P2 = getelementptr i32* %P, i64 %gep.upgrd.2
26 ret i32* %P2
37 %P2 = getelementptr i32* %P, i32 %Y
38 ret i32* %P2
/external/clang/test/CodeGenObjC/
Dprotocols.m23 @protocol P2 protocol
27 @protocol P3<P1, P2>
39 Protocol *P2 = @protocol(P2);
45 Pbool([P1 conformsTo: P2]);
46 Pbool([P2 conformsTo: P1]);
Ddefault-property-synthesis.m7 // (such as different type or attributes). Do not @synthesize-by-default in the subclass. P2
25 @property (copy) id P2; property
30 …@property (nonatomic, retain) id P2; // expected-warning {{property 'P2' 'copy' attribute does not… property
31 …// expected-warning {{property 'P2' 'atomic' attribute does not match the property inherited from …
/external/clang/test/SemaObjCXX/
Dconditional-expr.mm7 @protocol P2 protocol
19 void barP2(id<P2> x);
53 void f8(int cond, id<P0,P1> x0, id<P0,P2> x1) {
54 …0(cond ? x0 : x1); // expected-warning {{incompatible operand types ('id<P0,P1>' and 'id<P0,P2>')}}
57 void f9(int cond, id<P0,P1> x0, id<P0,P2> x1) {
58 …1(cond ? x0 : x1); // expected-warning {{incompatible operand types ('id<P0,P1>' and 'id<P0,P2>')}}
61 void f10(int cond, id<P0,P1> x0, id<P0,P2> x1) {
62 …2(cond ? x0 : x1); // expected-warning {{incompatible operand types ('id<P0,P1>' and 'id<P0,P2>')}}
/external/clang/test/Parser/
Dobjc-type-printing.m4 @protocol P2 @end protocol
17 INTF<P1, P3, P2>* p4;
18 INTF<P2,P2, P3, P1>* p5;
Dobjc-alias-printing.m4 @protocol P2 @end protocol
14 INTF<P2,P1> *pi2;
16 alias<P1,P2> *p2;
/external/llvm/test/Analysis/BasicAA/
Dmodref.ll39 %P2 = getelementptr i8* %P, i32 127
40 store i8 1, i8* %P2 ;; Not dead across memset
42 %A = load i8* %P2
49 %P2 = getelementptr i8* %P, i32 126
52 store i8 1, i8* %P2 ;; Dead, clobbered by memset.
55 %A = load i8* %P2
67 %P2 = getelementptr i8* %P, i32 2
68 store i8 %Y, i8* %P2 ;; Not read by lifetime.end, should be removed.
69 ; CHECK: store i8 2, i8* %P2
71 store i8 2, i8* %P2
[all …]
/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h50 template <typename RET, typename P1, typename P2, typename P3, typename P4,
52 class CheckerFn<RET(P1, P2, P3, P4, P5)> {
53 typedef RET (*Func)(void *, P1, P2, P3, P4, P5);
58 RET operator()(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) const { in operator()
63 template <typename RET, typename P1, typename P2, typename P3, typename P4>
64 class CheckerFn<RET(P1, P2, P3, P4)> {
65 typedef RET (*Func)(void *, P1, P2, P3, P4);
70 RET operator()(P1 p1, P2 p2, P3 p3, P4 p4) const { in operator()
75 template <typename RET, typename P1, typename P2, typename P3>
76 class CheckerFn<RET(P1, P2, P3)> {
[all …]
/external/llvm/test/Transforms/GVN/
Drle.ll46 %P2 = bitcast i32* %P to float*
48 %A = load float* %P2
59 %P2 = bitcast i32** %P to float*
61 %A = load float* %P2
72 %P2 = bitcast float* %P to i32**
74 %A = load i32** %P2
85 %P2 = bitcast i32* %P to float*
86 %B = load float* %P2
106 %P2 = bitcast i32* %P to i8*
108 %A = load i8* %P2
[all …]
/external/llvm/test/Transforms/ConstantMerge/
Ddont-merge.ll13 define void @test1(i32** %P1, i32** %P2, i32** %P3) {
15 store i32* @T1G2, i32** %P2
26 define void @test2(i32** %P1, i32 addrspace(30)** %P2) {
28 store i32 addrspace(30)* @T2b, i32 addrspace(30)** %P2

12345678