Home
last modified time | relevance | path

Searched defs:p2 (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/external/chromium/base/
Dbind.h53 Bind(Sig f, const P1& p1, const P2& p2) { in Bind()
61 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3) { in Bind()
69 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4) { in Bind()
79 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4, in Bind()
90 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4, in Bind()
/external/webrtc/src/system_wrappers/interface/
Dref_count.h52 RefCountImpl(P1 p1, P2 p2) : T(p1, p2), ref_count_(0) {} in RefCountImpl()
55 RefCountImpl(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) {} in RefCountImpl()
58 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4) : T(p1, p2, p3, p4), ref_count_(0) {} in RefCountImpl()
61 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) in RefCountImpl()
/external/kernel-headers/original/asm-generic/
Dxor.h19 xor_8regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_8regs_2()
38 xor_8regs_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_8regs_3()
59 xor_8regs_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_8regs_4()
81 xor_8regs_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_8regs_5()
104 xor_32regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_32regs_2()
140 xor_32regs_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_32regs_3()
186 xor_32regs_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_32regs_4()
241 xor_32regs_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_32regs_5()
305 xor_8regs_p_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_8regs_p_2()
331 xor_8regs_p_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_8regs_p_3()
[all …]
/external/qemu/distrib/jpeg-6b/
Djerror.h212 #define ERREXIT2(cinfo,code,p1,p2) \ argument
217 #define ERREXIT3(cinfo,code,p1,p2,p3) \ argument
223 #define ERREXIT4(cinfo,code,p1,p2,p3,p4) \ argument
245 #define WARNMS2(cinfo,code,p1,p2) \ argument
259 #define TRACEMS2(cinfo,lvl,code,p1,p2) \ argument
264 #define TRACEMS3(cinfo,lvl,code,p1,p2,p3) \ argument
269 #define TRACEMS4(cinfo,lvl,code,p1,p2,p3,p4) \ argument
274 #define TRACEMS5(cinfo,lvl,code,p1,p2,p3,p4,p5) \ argument
280 #define TRACEMS8(cinfo,lvl,code,p1,p2,p3,p4,p5,p6,p7,p8) \ argument
/external/jpeg/
Djerror.h212 #define ERREXIT2(cinfo,code,p1,p2) \ argument
217 #define ERREXIT3(cinfo,code,p1,p2,p3) \ argument
223 #define ERREXIT4(cinfo,code,p1,p2,p3,p4) \ argument
245 #define WARNMS2(cinfo,code,p1,p2) \ argument
259 #define TRACEMS2(cinfo,lvl,code,p1,p2) \ argument
264 #define TRACEMS3(cinfo,lvl,code,p1,p2,p3) \ argument
269 #define TRACEMS4(cinfo,lvl,code,p1,p2,p3,p4) \ argument
274 #define TRACEMS5(cinfo,lvl,code,p1,p2,p3,p4,p5) \ argument
280 #define TRACEMS8(cinfo,lvl,code,p1,p2,p3,p4,p5,p6,p7,p8) \ argument
/external/bluetooth/glib/tests/
Dlist-test.c20 sort (gconstpointer p1, gconstpointer p2) in sort()
47 gpointer p1, p2; in test_list_sort() local
73 gpointer p1, p2; in test_list_sort_with_data() local
98 gpointer p1, p2; in test_list_insert_sorted() local
126 gpointer p1, p2; in test_list_insert_sorted_with_data() local
Dslist-test.c20 sort (gconstpointer p1, gconstpointer p2) in sort()
47 gpointer p1, p2; in test_slist_sort() local
71 gpointer p1, p2; in test_slist_sort_with_data() local
94 gpointer p1, p2; in test_slist_insert_sorted() local
120 gpointer p1, p2; in test_slist_insert_sorted_with_data() local
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
DECPointTest.java157 ECPoint p2=null, p1 = in testEqualsObject01() local
180 ECPoint p2=null, p1 = in testEqualsObject02() local
239 ECPoint p2 = new ECPoint(BigInteger.valueOf(-23456L), BigInteger.valueOf(1L)); in testHashCode02() local
/external/astl/tests/
Dtest_ios_pos_types.cpp59 fpos p2(100); in testComparator() local
66 fpos p2(200); in testComparator() local
/external/chromium/testing/gmock/include/gmock/
Dgmock-generated-actions.h1182 #define GMOCK_INTERNAL_DECL_TYPE_AND_3_VALUE_PARAMS(p0, p1, p2) , \ argument
1184 #define GMOCK_INTERNAL_DECL_TYPE_AND_4_VALUE_PARAMS(p0, p1, p2, p3) , \ argument
1187 #define GMOCK_INTERNAL_DECL_TYPE_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) , \ argument
1190 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) , \ argument
1193 #define GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
1197 #define GMOCK_INTERNAL_DECL_TYPE_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
1201 #define GMOCK_INTERNAL_DECL_TYPE_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
1205 #define GMOCK_INTERNAL_DECL_TYPE_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
1218 #define GMOCK_INTERNAL_INIT_AND_3_VALUE_PARAMS(p0, p1, p2)\ argument
1221 #define GMOCK_INTERNAL_INIT_AND_4_VALUE_PARAMS(p0, p1, p2, p3)\ argument
[all …]
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
DNavCalculator.java67 public GCSailing greatCircleSailing(Position p1, Position p2) { in greatCircleSailing()
76 public RLSailing rhumbLineSailing(Position p1, Position p2) { in rhumbLineSailing()
86 public RLSailing mercatorSailing(Position p1, Position p2) { in mercatorSailing()
118 public RLSailing planeSailing(Position p1, Position p2) { in planeSailing()
150 public static double convertCourse(float tc, Position p1, Position p2) { in convertCourse()
533 public static int computeBearing(Position p1, Position p2) { in computeBearing()
550 public static int computeAngle(Position p1, Position p2) { in computeAngle()
561 public static int computeHeading(Position p1, Position p2) { in computeHeading()
/external/chromium/base/memory/
Dscoped_ptr.h108 void swap(scoped_ptr& p2) { in swap()
141 void swap(scoped_ptr<C>& p1, scoped_ptr<C>& p2) { in swap()
215 void swap(scoped_array& p2) { in swap()
246 void swap(scoped_array<C>& p1, scoped_array<C>& p2) { in swap()
/external/chromium/testing/
Dgmock_mutant.h2011 CreateFunctor(T* obj, R (U::*method)(X1, X2), const P1& p1, const P2& p2) { in CreateFunctor()
2021 CreateFunctor(R (*function)(X1, X2), const P1& p1, const P2& p2) { in CreateFunctor()
2033 CreateFunctor(T** obj, R (U::*method)(X1, X2), const P1& p1, const P2& p2) { in CreateFunctor()
2047 const P2& p2) { in CreateFunctor()
2057 CreateFunctor(R (__stdcall *function)(X1, X2), const P1& p1, const P2& p2) { in CreateFunctor()
2069 const P2& p2) { in CreateFunctor()
2083 CreateFunctor(T* obj, R (U::*method)(X1, X2, A1), const P1& p1, const P2& p2) { in CreateFunctor()
2094 CreateFunctor(R (*function)(X1, X2, A1), const P1& p1, const P2& p2) { in CreateFunctor()
2106 CreateFunctor(T** obj, R (U::*method)(X1, X2, A1), const P1& p1, const P2& p2) { in CreateFunctor()
2120 const P2& p2) { in CreateFunctor()
[all …]
/external/clang/test/SemaObjC/
Drdr-6211479-array-property.m7 @property(assign) T p2; // expected-error {{property cannot have array or function type 'T' (aka 'i… property
/external/skia/include/core/
DSkPath.h187 static bool IsLineDegenerate(const SkPoint& p1, const SkPoint& p2) { in IsLineDegenerate()
195 static bool IsQuadDegenerate(const SkPoint& p1, const SkPoint& p2, in IsQuadDegenerate()
205 static bool IsCubicDegenerate(const SkPoint& p1, const SkPoint& p2, in IsCubicDegenerate()
351 void quadTo(const SkPoint& p1, const SkPoint& p2) { in quadTo()
392 void cubicTo(const SkPoint& p1, const SkPoint& p2, const SkPoint& p3) { in cubicTo()
440 void arcTo(const SkPoint p1, const SkPoint p2, SkScalar radius) { in arcTo()
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
Dlabel-002.js22 LabelTest( { p1:"hi,", p2:" norris" }, "hi, norris", " norrishi," ); property
25 LabelTest2( { p1:"hi,", p2:" norris" }, "hi,", " norris" ); property
/external/v8/src/x64/
Dsimulator-x64.h39 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \ argument
47 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7) \ argument
/external/v8/src/ia32/
Dsimulator-ia32.h38 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \ argument
47 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7) \ argument
/external/valgrind/main/none/tests/
Dmap_unaligned.c8 void *p2; in main() local
/external/v8/test/mjsunit/compiler/
Dregress-stacktrace.js44 var p2 = stack.indexOf("at two"); variable
/external/webkit/Source/WebCore/platform/graphics/
DFloatQuad.h47 … FloatQuad(const FloatPoint& p1, const FloatPoint& p2, const FloatPoint& p3, const FloatPoint& p4) in FloatQuad()
64 FloatPoint p2() const { return m_p2; } in p2() function
DFloatPoint.cpp77 float findSlope(const FloatPoint& p1, const FloatPoint& p2, float& c) in findSlope()
88 bool findIntersection(const FloatPoint& p1, const FloatPoint& p2, const FloatPoint& d1, const Float… in findIntersection()
/external/openssh/openbsd-compat/
Dtimingsafe_bcmp.c26 const unsigned char *p1 = b1, *p2 = b2; in timingsafe_bcmp() local
/external/jdiff/src/jdiff/
DComparePkgPdiffs.java18 PackageDiff p2 = (PackageDiff)obj2; in compare() local
/external/v8/test/mjsunit/regress/
Dregress-3252443.js30 function x(p0, p1, p2, p3) { argument

12345678910>>...14