Searched defs:p3 (Results 1 - 25 of 52) sorted by relevance

123

/external/chromium/base/
H A Dbind.h61 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3) { argument
64 f, p1, p2, p3));
69 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4) { argument
72 f, p1, p2, p3, p4));
79 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4, argument
83 f, p1, p2, p3, p4, p5));
90 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4, argument
94 f, p1, p2, p3, p4, p5, p6));
H A Dbind_internal.h1149 InvokerStorage3(Sig f, const P1& p1, const P2& p2, const P3& p3) argument
1152 p3_(static_cast<typename ParamTraits<P3>::StorageType>(p3)) {
1202 InvokerStorage4(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
1205 p3_(static_cast<typename ParamTraits<P3>::StorageType>(p3)),
1261 InvokerStorage5(Sig f, const P1& p1, const P2& p2, const P3& p3, argument
1265 p3_(static_cast<typename ParamTraits<P3>::StorageType>(p3)),
1326 InvokerStorage6(Sig f, const P1& p1, const P2& p2, const P3& p3, argument
1330 p3_(static_cast<typename ParamTraits<P3>::StorageType>(p3)),
/external/clang/test/SemaCXX/
H A Dtrailing-return-0x.cpp60 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 '='}}
H A Dreinterpret-cast.cpp36 structure *p3 = reinterpret_cast<structure*>(p2); local
38 ppint *deep = reinterpret_cast<ppint*>(p3);
H A Dcstyle-cast.cpp171 // Test conversion between pointer and integral types, as in p3 and p4.
186 structure *p3 = (structure*)(p2); local
188 ppint *deep = (ppint*)(p3);
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_TimeZone.java75 public int getOffset(int p1, int p2, int p3, int p4, int p5, int p6) { argument
/external/chromium/chrome/browser/sync/sessions/
H A Dordered_commit_set_unittest.cc64 OrderedCommitSet::Projection p1, p2, p3; local
67 p3 = commit_set1.GetCommitIdProjection(GROUP_DB);
68 EXPECT_TRUE(p1.size() + p2.size() + p3.size() == expected.size()) << "Sum"
84 for (size_t i = 0; i < p3.size(); i++) {
86 EXPECT_TRUE(expected[p3[i]] == commit_set1.GetCommitIdAt(p3[i]))
87 << "expected[p3[i]] = " << expected[p3[i]]
88 << ", commit_set1[p3[i]] = " << commit_set1.GetCommitIdAt(p3[
[all...]
/external/skia/samplecode/
H A DSamplePoints.cpp46 SkPaint p0, p1, p2, p3; local
52 p3.setColor(SK_ColorWHITE);
64 canvas->drawPoints(SkCanvas::kPoints_PointMode, n, pts, p3);
/external/valgrind/main/exp-ptrcheck/tests/
H A Dunaligned.c14 char** p2 = (char**)&c2[2]; char** p3 = (char**)&c3[3]; local
17 *p3 = x; *p4 = x;
23 c = (*p3)[0];
29 c = (*p3)[5];
36 c = (*p3)[-1]; // undet
42 c = (*p3)[6]; // undet
/external/chromium/base/win/
H A Dscoped_comptr_unittest.cc92 Ptr p3 = p2; local
95 p3 = p2;
/external/skia/gm/
H A Dpoints.cpp34 SkPaint p0, p1, p2, p3; local
40 p3.setColor(SK_ColorWHITE);
52 canvas->drawPoints(SkCanvas::kPoints_PointMode, n, pts, p3);
/external/valgrind/main/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);
H A Dvarinfo5so.c92 static void bar3 ( char* p1, char* p2, char* p3, char* p4 ) argument
96 croak(p3);
/external/clang/test/Sema/
H A Dcompound-literal.c13 static long *p3 = (long []){2,"x"}; // -expected-warning {{incompatible pointer to integer conversion initializing 'long' with an expression of type 'char [2]'}} variable
/external/skia/gpu/src/
H A DGrPathUtils.cpp80 const GrPoint& p3,
85 (p1.distanceToLineSegmentBetweenSqd(p0, p3) < tolSqd &&
86 p2.distanceToLineSegmentBetweenSqd(p0, p3) < tolSqd)) {
87 (*points)[0] = p3;
94 { GrScalarAve(p2.fX, p3.fX), GrScalarAve(p2.fY, p3.fY) }
103 uint32_t b = generateCubicPoints(s, r[1], q[2], p3, tolSqd, points, pointsLeft);
77 generateCubicPoints(const GrPoint& p0, const GrPoint& p1, const GrPoint& p2, const GrPoint& p3, GrScalar tolSqd, GrPoint** points, uint32_t pointsLeft) argument
/external/webrtc/src/common_audio/vad/main/source/
H A Dvad_sp.c70 WebRtc_Word16 *valptr, *idxptr, *p1, *p2, *p3; local
83 p3 = idxptr + i;
84 if (*p3 != 100)
86 *p3 += 1;
90 p2 = p3 + 1;
/external/kernel-headers/original/asm-generic/
H A Dxor.h39 unsigned long *p3)
44 p1[0] ^= p2[0] ^ p3[0];
45 p1[1] ^= p2[1] ^ p3[1];
46 p1[2] ^= p2[2] ^ p3[2];
47 p1[3] ^= p2[3] ^ p3[3];
48 p1[4] ^= p2[4] ^ p3[4];
49 p1[5] ^= p2[5] ^ p3[5];
50 p1[6] ^= p2[6] ^ p3[6];
51 p1[7] ^= p2[7] ^ p3[7];
54 p3
38 xor_8regs_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3) argument
59 xor_8regs_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4) argument
81 xor_8regs_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4, unsigned long *p5) argument
140 xor_32regs_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3) argument
186 xor_32regs_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4) argument
241 xor_32regs_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4, unsigned long *p5) argument
331 xor_8regs_p_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3) argument
361 xor_8regs_p_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4) argument
395 xor_8regs_p_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4, unsigned long *p5) argument
477 xor_32regs_p_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3) argument
534 xor_32regs_p_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4) argument
602 xor_32regs_p_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4, unsigned long *p5) argument
[all...]
/external/webkit/Source/WebCore/platform/graphics/
H A DFloatQuad.h47 FloatQuad(const FloatPoint& p1, const FloatPoint& p2, const FloatPoint& p3, const FloatPoint& p4) argument
50 , m_p3(p3)
65 FloatPoint p3() const { return m_p3; } function in class:WebCore::FloatQuad
136 a.p3() == b.p3() &&
144 a.p3() != b.p3() ||
H A DFloatRect.cpp175 void FloatRect::fitToPoints(const FloatPoint& p0, const FloatPoint& p1, const FloatPoint& p2, const FloatPoint& p3) argument
177 float left = min4(p0.x(), p1.x(), p2.x(), p3.x());
178 float top = min4(p0.y(), p1.y(), p2.y(), p3.y());
179 float right = max4(p0.x(), p1.x(), p2.x(), p3.x());
180 float bottom = max4(p0.y(), p1.y(), p2.y(), p3.y());
/external/chromium/testing/
H A Dgmock_mutant.h2561 const P3& p3) {
2565 (obj, method, MakeTuple(p1, p2, p3));
2573 const P3& p3) {
2577 (function, MakeTuple(p1, p2, p3));
2586 const P3& p3) {
2590 (obj, method, MakeTuple(p1, p2, p3));
2600 const P2& p2, const P3& p3) {
2604 (obj, method, MakeTuple(p1, p2, p3));
2612 const P3& p3) {
2616 (function, MakeTuple(p1, p2, p3));
2560 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3), const P1& p1, const P2& p2, const P3& p3) argument
2572 CreateFunctor(R (function)X1, X2, X3), const P1& p1, const P2& p2, const P3& p3) argument
2585 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3), const P1& p1, const P2& p2, const P3& p3) argument
2599 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3), const P1& p1, const P2& p2, const P3& p3) argument
2623 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3), const P1& p1, const P2& p2, const P3& p3) argument
2638 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, A1), const P1& p1, const P2& p2, const P3& p3) argument
2650 CreateFunctor(R (function)X1, X2, X3, A1), const P1& p1, const P2& p2, const P3& p3) argument
2663 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, A1), const P1& p1, const P2& p2, const P3& p3) argument
2677 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, A1), const P1& p1, const P2& p2, const P3& p3) argument
2701 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, A1), const P1& p1, const P2& p2, const P3& p3) argument
2717 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, A1, A2), const P1& p1, const P2& p2, const P3& p3) argument
2729 CreateFunctor(R (function)X1, X2, X3, A1, A2), const P1& p1, const P2& p2, const P3& p3) argument
2743 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, A1, A2), const P1& p1, const P2& p2, const P3& p3) argument
2758 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, A1, A2), const P1& p1, const P2& p2, const P3& p3) argument
2783 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, A1, A2), const P1& p1, const P2& p2, const P3& p3) argument
2799 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, A1, A2, A3), const P1& p1, const P2& p2, const P3& p3) argument
2811 CreateFunctor(R (function)X1, X2, X3, A1, A2, A3), const P1& p1, const P2& p2, const P3& p3) argument
2825 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, A1, A2, A3), const P1& p1, const P2& p2, const P3& p3) argument
2840 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, A1, A2, A3), const P1& p1, const P2& p2, const P3& p3) argument
2865 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, A1, A2, A3), const P1& p1, const P2& p2, const P3& p3) argument
2881 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, A1, A2, A3, A4), const P1& p1, const P2& p2, const P3& p3) argument
2894 CreateFunctor(R (function)X1, X2, X3, A1, A2, A3, A4), const P1& p1, const P2& p2, const P3& p3) argument
2908 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, A1, A2, A3, A4), const P1& p1, const P2& p2, const P3& p3) argument
2923 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, A1, A2, A3, A4), const P1& p1, const P2& p2, const P3& p3) argument
2949 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, A1, A2, A3, A4), const P1& p1, const P2& p2, const P3& p3) argument
2965 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, A1, A2, A3, A4, A5), const P1& p1, const P2& p2, const P3& p3) argument
2978 CreateFunctor(R (function)X1, X2, X3, A1, A2, A3, A4, A5), const P1& p1, const P2& p2, const P3& p3) argument
2992 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, A1, A2, A3, A4, A5), const P1& p1, const P2& p2, const P3& p3) argument
3007 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, A1, A2, A3, A4, A5), const P1& p1, const P2& p2, const P3& p3) argument
3033 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, A1, A2, A3, A4, A5), const P1& p1, const P2& p2, const P3& p3) argument
3049 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, A1, A2, A3, A4, A5, A6), const P1& p1, const P2& p2, const P3& p3) argument
3062 CreateFunctor(R (function)X1, X2, X3, A1, A2, A3, A4, A5, A6), const P1& p1, const P2& p2, const P3& p3) argument
3076 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, A1, A2, A3, A4, A5, A6), const P1& p1, const P2& p2, const P3& p3) argument
3091 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, A1, A2, A3, A4, A5, A6), const P1& p1, const P2& p2, const P3& p3) argument
3117 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, A1, A2, A3, A4, A5, A6), const P1& p1, const P2& p2, const P3& p3) argument
3133 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3145 CreateFunctor(R (function)X1, X2, X3, X4), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3159 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3174 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3187 const P2& p2, const P3& p3, const P4& p4) { member in namespace:testing
3199 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3215 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, A1), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3227 CreateFunctor(R (function)X1, X2, X3, X4, A1), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3241 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, A1), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3256 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3269 const P2& p2, const P3& p3, const P4& p4) { member in namespace:testing
3281 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3297 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, A1, A2), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3310 CreateFunctor(R (function)X1, X2, X3, X4, A1, A2), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3324 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, A1, A2), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3339 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1, A2), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3353 const P2& p2, const P3& p3, const P4& p4) { member in namespace:testing
3365 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1, A2), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3381 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, A1, A2, A3), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3394 CreateFunctor(R (function)X1, X2, X3, X4, A1, A2, A3), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3408 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, A1, A2, A3), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3423 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1, A2, A3), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3437 const P2& p2, const P3& p3, const P4& p4) { member in namespace:testing
3449 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1, A2, A3), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3465 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, A1, A2, A3, A4), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3478 CreateFunctor(R (function)X1, X2, X3, X4, A1, A2, A3, A4), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3492 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, A1, A2, A3, A4), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3507 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1, A2, A3, A4), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3521 const P1& p1, const P2& p2, const P3& p3, const P4& p4) { member in namespace:testing
3533 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1, A2, A3, A4), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3550 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, A1, A2, A3, A4, A5), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3563 CreateFunctor(R (function)X1, X2, X3, X4, A1, A2, A3, A4, A5), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3578 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, A1, A2, A3, A4, A5), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3594 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1, A2, A3, A4, A5), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3608 const P1& p1, const P2& p2, const P3& p3, const P4& p4) { member in namespace:testing
3621 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1, A2, A3, A4, A5), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3638 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, A1, A2, A3, A4, A5, A6), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3651 CreateFunctor(R (function)X1, X2, X3, X4, A1, A2, A3, A4, A5, A6), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3666 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, A1, A2, A3, A4, A5, A6), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3682 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1, A2, A3, A4, A5, A6), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3696 const P1& p1, const P2& p2, const P3& p3, const P4& p4) { member in namespace:testing
3709 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, A1, A2, A3, A4, A5, A6), const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
3725 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
3738 CreateFunctor(R (function)X1, X2, X3, X4, X5), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
3752 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
3767 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
3781 const P2& p2, const P3& p3, const P4& p4, const P5& p5) { member in namespace:testing
3793 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
3809 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, A1), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
3822 CreateFunctor(R (function)X1, X2, X3, X4, X5, A1), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
3836 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, A1), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
3851 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
3865 const P2& p2, const P3& p3, const P4& p4, const P5& p5) { member in namespace:testing
3877 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
3893 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, A1, A2), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
3906 CreateFunctor(R (function)X1, X2, X3, X4, X5, A1, A2), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
3920 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, A1, A2), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
3935 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1, A2), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
3949 const P2& p2, const P3& p3, const P4& p4, const P5& p5) { member in namespace:testing
3961 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1, A2), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
3978 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, A1, A2, A3), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
3991 CreateFunctor(R (function)X1, X2, X3, X4, X5, A1, A2, A3), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
4006 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, A1, A2, A3), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
4022 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1, A2, A3), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
4036 const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) { member in namespace:testing
4049 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1, A2, A3), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
4066 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, A1, A2, A3, A4), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
4079 CreateFunctor(R (function)X1, X2, X3, X4, X5, A1, A2, A3, A4), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
4094 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, A1, A2, A3, A4), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
4110 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1, A2, A3, A4), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
4125 const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) { member in namespace:testing
4138 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1, A2, A3, A4), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
4156 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
4170 CreateFunctor(R (function)X1, X2, X3, X4, X5, A1, A2, A3, A4, A5), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
4185 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
4201 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
4217 const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) { member in namespace:testing
4230 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
4248 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5, A6), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
4263 CreateFunctor(R (function)X1, X2, X3, X4, X5, A1, A2, A3, A4, A5, A6), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
4278 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5, A6), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
4295 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5, A6), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
4311 A6), const P1& p1, const P2& p2, const P3& p3, const P4& p4, member in namespace:testing
4325 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, A1, A2, A3, A4, A5, A6), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
4342 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, X6), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4355 CreateFunctor(R (function)X1, X2, X3, X4, X5, X6), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4369 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, X6), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4384 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4399 const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) { member in namespace:testing
4411 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4429 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4442 CreateFunctor(R (function)X1, X2, X3, X4, X5, X6, A1), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4457 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4473 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4488 const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) { member in namespace:testing
4501 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4519 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1, A2), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4533 CreateFunctor(R (function)X1, X2, X3, X4, X5, X6, A1, A2), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4548 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1, A2), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4565 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1, A2), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4580 const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, member in namespace:testing
4594 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1, A2), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4612 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4627 CreateFunctor(R (function)X1, X2, X3, X4, X5, X6, A1, A2, A3), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4642 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4659 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4675 const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, member in namespace:testing
4689 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4707 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4722 CreateFunctor(R (function)X1, X2, X3, X4, X5, X6, A1, A2, A3, A4), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4738 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4755 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4771 const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, member in namespace:testing
4785 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4803 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4818 CreateFunctor(R (function)X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4834 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4851 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4867 A5), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, member in namespace:testing
4881 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4900 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5, A6), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4915 CreateFunctor(R (function)X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5, A6), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4932 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5, A6), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4950 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5, A6), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
4966 A5, A6), const P1& p1, const P2& p2, const P3& p3, const P4& p4, member in namespace:testing
4981 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1, A2, A3, A4, A5, A6), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
[all...]
/external/libvpx/vp8/common/
H A Dloopfilter_filters.c28 uc p3, uc p2, uc p1, uc p0, uc q0, uc q1, uc q2, uc q3)
31 mask |= (abs(p3 - p2) > limit) * -1;
27 vp8_filter_mask(signed char limit, signed char flimit, uc p3, uc p2, uc p1, uc p0, uc q0, uc q1, uc q2, uc q3) argument
/external/v8/test/cctest/
H A Dtest-cpu-profiler.cc343 const v8::CpuProfile* p3 = v8::CpuProfiler::StopProfiling(name3); local
344 CHECK_NE(NULL, p3);
346 unsigned uid3 = p3->GetUid();
348 CHECK_EQ(p3, v8::CpuProfiler::FindProfile(uid3));
353 CHECK_EQ(p3, v8::CpuProfiler::FindProfile(uid3));
354 const_cast<v8::CpuProfile*>(p3)->Delete();
398 const v8::CpuProfile* p3 = v8::CpuProfiler::StopProfiling(name3); local
399 CHECK_NE(NULL, p3);
401 unsigned uid3 = p3->GetUid();
403 CHECK_EQ(p3, v
[all...]
/external/qemu/telephony/
H A Dsim_card.c330 int command, id, p1, p2, p3; local
379 if ( sscanf(cmd, "+CRSM=%d,%d,%d,%d,%d", &command, &id, &p1, &p2, &p3) == 5 ) {
385 assert(p1 == 0 && p2 == 0 && p3 == 15);
413 if (p3 > file->length)
418 gsm_hex_from_bytes( out, file->data, p3 );
419 out[p3*2] = 0;

Completed in 895 milliseconds

123