Searched defs:p3 (Results 26 - 50 of 220) sorted by relevance

123456789

/external/skqp/gm/
H A Dpoints.cpp41 SkPaint p0, p1, p2, p3; variable
47 p3.setColor(SK_ColorWHITE);
59 canvas->drawPoints(SkCanvas::kPoints_PointMode, n, pts, p3);
H A Dfilterbug.cpp79 SkPaint p3; variable
80 p3.setAntiAlias(kDoAA);
81 p3.setFilterQuality(kFilterQuality);
84 p3.setShader(SkImageShader::Make(fBot,
88 canvas->drawRect(r3, p3);
/external/skqp/samplecode/
H A DSamplePoints.cpp47 SkPaint p0, p1, p2, p3; local
53 p3.setColor(SK_ColorWHITE);
65 canvas->drawPoints(SkCanvas::kPoints_PointMode, n, pts, p3);
/external/webrtc/webrtc/system_wrappers/include/
H A Dref_count.h55 RefCountImpl(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) {} argument
58 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4) : T(p1, p2, p3, p4), ref_count_(0) {} argument
61 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) argument
62 : T(p1, p2, p3, p4, p5), ref_count_(0) {}
/external/clang/test/Modules/
H A Dusing-decl.cpp81 int conflicting_hidden_using_decl_mixed_3::*p3; member in class:conflicting_hidden_using_decl_mixed_3
/external/clang/test/SemaCXX/
H A Dtrailing-return-0x.cpp72 only<double> p3 = xx.g(0L, 1.0); variable
H A Drval-references-examples.cpp69 unique_ptr<int> p3 = make_unique_ptr<int>(17); local
80 p2 = p3; // expected-error{{overload resolution selected deleted operator '='}}
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.cons/
H A Dcopy.pass.cpp64 char g1, g2, g3, p1, p3; local
67 t.setp(&p1, &p3);
71 wchar_t g1, g2, g3, p1, p3; local
74 t.setp(&p1, &p3);
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
H A Dassign.pass.cpp67 char g1, g2, g3, p1, p3; local
70 t.setp(&p1, &p3);
75 wchar_t g1, g2, g3, p1, p3; local
78 t.setp(&p1, &p3);
H A Dswap.pass.cpp76 char g1, g2, g3, p1, p3; local
79 t.setp(&p1, &p3);
84 wchar_t g1, g2, g3, p1, p3; local
87 t.setp(&p1, &p3);
/external/skia/gm/
H A Dfilterbug.cpp80 SkPaint p3; variable
81 p3.setAntiAlias(kDoAA);
82 p3.setFilterQuality(kFilterQuality);
85 p3.setShader(SkImageShader::Make(fBot,
89 canvas->drawRect(r3, p3);
/external/valgrind/memcheck/tests/
H A Dleak-cases.c10 // p3 AAA DL / L
60 Node* p3; variable
H A Dvarinfo3.c40 void bar ( char* p1, char* p2, char* p3, char* p4 ) argument
44 croak(p3);
/external/python/cpython3/Modules/_decimal/libmpdec/literature/
H A Dumodarith.lisp373 (defmacro p3 () function
385 ;; reduce the double word number hi*2**64 + lo (mod p3)
386 (defun simple-mod-reduce-p3 (hi lo)
406 (defthmd congruence-p3-aux
408 (+ (* (p3) hi)
441 (defthmd simple-mod-reduce-p3-congruent
444 (equal (mod (simple-mod-reduce-p3 hi lo) (p3))
445 (mod (join hi lo) (p3))))
446 :hints (("Goal''" :use ((:instance congruence-p3
[all...]
/external/aac/libFDK/src/
H A DFDK_matrixCalloc.cpp240 char *p3; local
252 if ((p3 = (char *)fdkCallocMatrix1D(dim1 * dim2 * dim3, size)) == NULL) {
262 p2[j] = p3;
263 p3 += dim3 * size;
283 char *p3; local
297 if ((p3 = (char *)fdkCallocMatrix1D_int(dim1 * dim2 * dim3, size, s)) ==
308 p2[j] = p3;
309 p3 += dim3 * size;
/external/clang/test/Analysis/inlining/
H A Dinline-defensive-checks.cpp63 void idc(int *p3) { argument
64 if (p3)
/external/clang/test/Sema/
H A Dbuiltin-object-size.c70 } *p3; local
76 a += __builtin_object_size(p3->b, 0);
H A Dcompound-literal.c14 static long *p3 = (long []){2,"x"}; // expected-warning {{incompatible pointer to integer conversion initializing 'long' with an expression of type 'char [2]'}} variable
H A Denable_if.c99 void *p3 = (void *)&isdigit2; local
127 void *p3 = (void*)&f2; // expected-error{{address of overloaded function 'f2' is ambiguous}} expected-note@121{{candidate function}} expected-note@122{{candidate function made ineligible by enable_if}} expected-note@123{{candidate function}} local
136 void *p3 = (void*)&f3; // expected-error{{address of overloaded function 'f3' does not match required type 'void'}} expected-note@131{{candidate function made ineligible by enable_if}} expected-note@132{{candidate function made ineligible by enable_if}} local
/external/python/cpython2/Tools/pybench/
H A DInstances.py36 p3 = d(3,i,3) variable in class:CreateInstances.test.e
H A DNewInstances.py45 p3 = d(3,i,3) variable in class:CreateNewInstances.test.e
/external/python/cpython3/Tools/pybench/
H A DInstances.py36 p3 = d(3,i,3) variable in class:CreateInstances.test.e
H A DNewInstances.py45 p3 = d(3,i,3) variable in class:CreateNewInstances.test.e
/external/webrtc/webrtc/base/
H A Dcallback.h170 R operator()(P1 p1, P2 p2, P3 p3) { argument
173 return helper_->Run(p1, p2, p3);
180 virtual R Run(P1 p1, P2 p2, P3 p3) = 0;
184 virtual R Run(P1 p1, P2 p2, P3 p3) { argument
185 return functor_(p1, p2, p3);
203 R operator()(P1 p1, P2 p2, P3 p3, P4 p4) { argument
206 return helper_->Run(p1, p2, p3, p4);
213 virtual R Run(P1 p1, P2 p2, P3 p3, P4 p4) = 0;
217 virtual R Run(P1 p1, P2 p2, P3 p3, P4 p4) { argument
218 return functor_(p1, p2, p3, p
237 operator ()(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) argument
251 Run(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) argument
[all...]
H A Drefcount.h44 RefCountedObject(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) { argument
48 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4) argument
49 : T(p1, p2, p3, p4), ref_count_(0) {
53 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) argument
54 : T(p1, p2, p3, p4, p5), ref_count_(0) {
59 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) argument
60 : T(p1, p2, p3, p4, p5, p6), ref_count_(0) {
65 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) argument
66 : T(p1, p2, p3, p
71 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) argument
77 RefCountedObject( P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9) argument
84 RefCountedObject( P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9, P10 p10) argument
92 RefCountedObject( P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9, P10 p10, P11 p11) argument
[all...]

Completed in 600 milliseconds

123456789