Home
last modified time | relevance | path

Searched refs:p2 (Results 1 – 25 of 430) sorted by relevance

12345678910>>...18

/external/kernel-headers/original/asm-generic/
Dxor.h19 xor_8regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_8regs_2() argument
24 p1[0] ^= p2[0]; in xor_8regs_2()
25 p1[1] ^= p2[1]; in xor_8regs_2()
26 p1[2] ^= p2[2]; in xor_8regs_2()
27 p1[3] ^= p2[3]; in xor_8regs_2()
28 p1[4] ^= p2[4]; in xor_8regs_2()
29 p1[5] ^= p2[5]; in xor_8regs_2()
30 p1[6] ^= p2[6]; in xor_8regs_2()
31 p1[7] ^= p2[7]; in xor_8regs_2()
33 p2 += 8; in xor_8regs_2()
[all …]
/external/icu4c/test/perf/normperf/
DNormPerf_r.pl31 my $p2; # Latest
35 $p2 = $ICUPathLatest."/normperf/$WindowsPlatform/Release/normperf.exe";
38 $p2 = $ICUPathLatest."/normperf/normperf";
63 "NFC_NFD_Text", ["$p1 TestICU_NFC_NFD_Text" , "$p2 TestICU_NFC_NFD_Text" ],
64 "NFC_NFC_Text", ["$p1 TestICU_NFC_NFC_Text" , "$p2 TestICU_NFC_NFC_Text" ],
65 "NFC_Orig_Text", ["$p1 TestICU_NFC_Orig_Text" , "$p2 TestICU_NFC_Orig_Text"],
66 "NFD_NFD_Text", ["$p1 TestICU_NFD_NFD_Text" , "$p2 TestICU_NFD_NFD_Text" ],
67 "NFD_NFC_Text", ["$p1 TestICU_NFD_NFC_Text" , "$p2 TestICU_NFD_NFC_Text" ],
68 "NFD_Orig_Text", ["$p1 TestICU_NFD_Orig_Text" , "$p2 TestICU_NFD_Orig_Text"],
70 "QC_NFC_NFD_Text", ["$p1 TestQC_NFC_NFD_Text" , "$p2 TestQC_NFC_NFD_Text" ],
[all …]
/external/icu4c/test/perf/collperf/
DCollPerf_r.pl29 my $p1, $p2;
33 $p2 = $ICUPathLatest."/collperf/$WindowsPlatform/Release/collperf.exe";
36 $p2 = $ICUPathLatest."/collperf/collperf";
41 "Key Gen ICU null", ["$p1 TestIcu_KeyGen_null", "$p2 TestIcu_KeyGen_null"],
42 "Key Gen ICU len", ["$p1 TestIcu_KeyGen_len", "$p2 TestIcu_KeyGen_len"],
43 … "Iteration icu forward null", ["$p1 TestIcu_ForwardIter_null", "$p2 TestIcu_ForwardIter_null"],
44 "Iteration icu forward len", ["$p1 TestIcu_ForwardIter_len", "$p2 TestIcu_ForwardIter_len"],
45 …"Iteration icu backward null", ["$p1 TestIcu_BackwardIter_null", "$p2 TestIcu_BackwardIter_null"],
46 … "Iteration icu backward len", ["$p1 TestIcu_BackwardIter_len", "$p2 TestIcu_BackwardIter_len"],
47 …"Iteration/all icu forward null", ["$p1 TestIcu_ForwardIter_all_null", "$p2 TestIcu_ForwardIter_a…
[all …]
/external/clang/test/SemaObjC/
Dprotocol-id-test-3.m11 id<MyProto1> Func(INTF <MyProto1, MyProto2> *p2) // expected-note 2{{passing argument to parameter …
13 return p2;
19 id<MyProto1> Gunc(id <MyProto1, MyProto2>p2)
21 return p2;
25 id<MyProto1> Gunc1(id <MyProto1, MyProto2>p2)
27 return p2;
30 id<MyProto1, MyProto2> Gunc2(id <MyProto1>p2)
32 …Func(p2); // expected-warning {{passing 'id<MyProto1>' to parameter of incompatible type 'INTF<MyP…
33 …return p2; // expected-warning {{returning 'id<MyProto1>' from a function with incompatible result…
38 id<MyProto1> Gunc3(id <MyProto2>p2)
[all …]
Dincompatible-protocol-qualified-types.m11 …NTF <MyProto1> * Func(INTF <MyProto1, MyProto2> *p2) // expected-note{{passing argument to paramet…
13 return p2;
17 INTF <MyProto1> * Func1(INTF <MyProto1, MyProto2> *p2)
19 return p2;
22 INTF <MyProto1, MyProto2> * Func2(INTF <MyProto1> *p2)
24 …Func(p2); // expected-warning {{incompatible pointer types passing 'INTF<MyProto1> *' to parameter…
25 …return p2; // expected-warning {{incompatible pointer types returning 'INTF<MyProto1> *' from a fu…
30 INTF <MyProto1> * Func3(INTF <MyProto2> *p2)
32 …return p2; // expected-warning {{incompatible pointer types returning 'INTF<MyProto2> *' from a fu…
36 INTF <MyProto1, MyProto2> * Func4(INTF <MyProto2, MyProto1> *p2)
[all …]
Dclass-proto-1.m5 @protocol p1,p2,p3;
17 @interface E1 <p2> @end // expected-warning {{cannot find protocol definition for 'p2'}}
19 @protocol p2 @end protocol
22 @interface I2 <p1,p2> @end
24 @interface E2 <p1,p2,p3> @end // expected-warning {{cannot find protocol definition for 'p3'}}
35 @interface I4 : U2 <p1,p2>
/external/icu4c/test/perf/convperf/
DConvPerf_r.pl37 my $p2 = $ICUPathLatest."/convperf/$WindowsPlatform/Release/convperf.exe"; # Latest
43 …"UTF-8 From Unicode", ["$p1 TestICU_UTF8_FromUnicode" , "$p2 TestICU_UTF8_FromUnicode…
44 …"UTF-8 To Unicode", ["$p1 TestICU_UTF8_ToUnicode" , "$p2 TestICU_UTF8_ToUnicode" …
46 …"ISO-8859-1 From Unicode", ["$p1 TestICU_Latin1_FromUnicode" , "$p2 TestICU_Latin1_FromUnico…
47 …"ISO-8859-1 To Unicode", ["$p1 TestICU_Latin1_ToUnicode" , "$p2 TestICU_Latin1_ToUnicode…
49 …"Shift-JIS From Unicode", ["$p1 TestICU_SJIS_FromUnicode" , "$p2 TestICU_SJIS_FromUnicode…
50 …"Shift-JIS To Unicode", ["$p1 TestICU_SJIS_ToUnicode" , "$p2 TestICU_SJIS_ToUnicode" …
52 …"EUC-JP From Unicode", ["$p1 TestICU_EUCJP_FromUnicode" , "$p2 TestICU_EUCJP_FromUnicod…
53 …"EUC-JP To Unicode", ["$p1 TestICU_EUCJP_ToUnicode" , "$p2 TestICU_EUCJP_ToUnicode"…
55 …"GB2312 From Unicode", ["$p1 TestICU_GB2312_FromUnicode" , "$p2 TestICU_GB2312_FromUnico…
[all …]
/external/icu4c/test/perf/ustrperf/
DStringPerf_r.pl30 my $p2; # Latest
34 $p2 = $ICUPathLatest."/ustrperf/$WindowsPlatform/Release/stringperf.exe -b -u"; # Latest
37 $p2 = $ICUPathLatest."/ustrperf/stringperf -b -u"; # Latest
62 "Object Construction(empty string)", ["$p1 TestCtor" , "$p2 TestCtor" ],
63 "Object Construction(single char)", ["$p1 TestCtor1" , "$p2 TestCtor1" ],
64 "Object Construction(another string)", ["$p1 TestCtor2" , "$p2 TestCtor2" ],
65 "Object Construction(string literal)", ["$p1 TestCtor3" , "$p2 TestCtor3" ],
66 "String Assignment(helper)", ["$p1 TestAssign" , "$p2 TestAssign" ],
67 "String Assignment(string literal)", ["$p1 TestAssign1" , "$p2 TestAssign1" ],
68 "String Assignment(another string)", ["$p1 TestAssign2" , "$p2 TestAssign2" ],
[all …]
/external/icu4c/test/perf/charperf/
DCharPerf_r.pl31 my $p2; # Latest
34 $p2 = $ICUPathLatest."/charperf/$WindowsPlatform/Release/charperf.exe";
37 $p2 = $ICUPathLatest."/charperf/charperf";
44 "isAlpha", ["$p1 TestIsAlpha" , "$p2 TestIsAlpha" ],
45 "isUpper", ["$p1 TestIsUpper" , "$p2 TestIsUpper" ],
46 "isLower", ["$p1 TestIsLower" , "$p2 TestIsLower" ],
47 "isDigit", ["$p1 TestIsDigit" , "$p2 TestIsDigit" ],
48 "isSpace", ["$p1 TestIsSpace" , "$p2 TestIsSpace" ],
49 "isAlphaNumeric", ["$p1 TestIsAlphaNumeric" , "$p2 TestIsAlphaNumeric" ],
50 "isPrint", ["$p1 TestIsPrint" , "$p2 TestIsPrint" ],
[all …]
/external/icu4c/test/perf/usetperf/
DUsetPerf.pl31 my $p1, $p2;
34 $p2 = $ICUPathLatest."/usetperf/$WindowsPlatform/Release/usetperf.exe";
37 $p2 = $ICUPathLatest."/usetperf/usetperf";
42 "titlecase_letter/add", ["$p1 titlecase_letter_add", "$p2 titlecase_letter_add"],
43 … "titlecase_letter/contains", ["$p1 titlecase_letter_contains", "$p2 titlecase_letter_contains"],
44 … "titlecase_letter/iterator", ["$p1 titlecase_letter_iterator", "$p2 titlecase_letter_iterator"],
45 "unassigned/add", ["$p1 unassigned_add", "$p2 unassigned_add"],
46 "unassigned/contains", ["$p1 unassigned_contains", "$p2 unassigned_contains"],
47 "unassigned/iterator", ["$p1 unassigned_iterator", "$p2 unassigned_iterator"],
48 "pattern1", ["$p1 pattern1", "$p2 pattern1"],
[all …]
/external/icu4c/test/perf/ubrkperf/
DUBrkPerf_r.pl43 my $p2; # Latest
47 $p2 = $ICUPathLatest."/ubrkperf/$WindowsPlatform/Release/ubrkperf.exe";
50 $p2 = $ICUPathLatest."/ubrkperf/ubrkperf";
72 "TestForwardChar", ["$p1 $m1 TestICUForward", "$p2 $m1 TestICUForward"],
73 "TestForwardWord", ["$p1 $m2 TestICUForward", "$p2 $m2 TestICUForward"],
74 "TestForwardLine", ["$p1 $m3 TestICUForward", "$p2 $m3 TestICUForward"],
75 "TestForwardSentence", ["$p1 $m4 TestICUForward", "$p2 $m4 TestICUForward"],
77 "TestIsBoundChar", ["$p1 $m1 TestICUIsBound", "$p2 $m1 TestICUIsBound"],
78 "TestIsBoundWord", ["$p1 $m2 TestICUIsBound", "$p2 $m2 TestICUIsBound"],
79 "TestIsBoundLine", ["$p1 $m3 TestICUIsBound", "$p2 $m3 TestICUIsBound"],
[all …]
DUBrkPerf.pl44 my $p2; # Previous
49 $p2 = $ICUPathPrevious."/ubrkperf/$WindowsPlatform/Release/ubrkperf.exe";
53 $p2 = $ICUPathPrevious."/ubrkperf/ubrkperf";
80 "TestForwardChar", ["$p1 $m1 TestICUForward", "$p2 $m1 TestICUForward", "$p3 $m1 TestICUForwar…
81 "TestForwardWord", ["$p1 $m2 TestICUForward", "$p2 $m2 TestICUForward", "$p3 $m2 TestICUForwar…
82 "TestForwardLine", ["$p1 $m3 TestICUForward", "$p2 $m3 TestICUForward", "$p3 $m3 TestICUForwar…
83 "TestForwardSentence", ["$p1 $m4 TestICUForward", "$p2 $m4 TestICUForward", "$p3 $m4 TestICUForwar…
85 "TestIsBoundChar", ["$p1 $m1 TestICUIsBound", "$p2 $m1 TestICUIsBound", "$p3 $m1 TestICUIsBoun…
86 "TestIsBoundWord", ["$p1 $m2 TestICUIsBound", "$p2 $m2 TestICUIsBound", "$p3 $m2 TestICUIsBoun…
87 "TestIsBoundLine", ["$p1 $m3 TestICUIsBound", "$p2 $m3 TestICUIsBound", "$p3 $m3 TestICUIsBoun…
[all …]
/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
163 p2 = new ECPoint(BigInteger.valueOf(-23456L), BigInteger.valueOf(1L)); in testEqualsObject01()
164 assertTrue(p1.equals(p2) && p2.equals(p1)); in testEqualsObject01()
168 p2 = ECPoint.POINT_INFINITY; in testEqualsObject01()
169 assertTrue(p1.equals(p2) && p2.equals(p1)); in testEqualsObject01()
180 ECPoint p2=null, p1 = in testEqualsObject02() local
182 assertFalse(p1.equals(p2)); in testEqualsObject02()
186 p2 = new ECPoint(BigInteger.valueOf(-23456L), BigInteger.valueOf(1L)); in testEqualsObject02()
187 assertFalse(p1.equals(p2) || p2.equals(p1)); in testEqualsObject02()
191 p2 = new ECPoint(BigInteger.valueOf(-23456L), BigInteger.ZERO); in testEqualsObject02()
[all …]
/external/chromium/base/memory/
Dscoped_ptr.h108 void swap(scoped_ptr& p2) { in swap() argument
110 ptr_ = p2.ptr_; in swap()
111 p2.ptr_ = tmp; in swap()
131 template <class C2> bool operator==(scoped_ptr<C2> const& p2) const;
132 template <class C2> bool operator!=(scoped_ptr<C2> const& p2) const;
141 void swap(scoped_ptr<C>& p1, scoped_ptr<C>& p2) { in swap() argument
142 p1.swap(p2); in swap()
146 bool operator==(C* p1, const scoped_ptr<C>& p2) {
147 return p1 == p2.get();
151 bool operator!=(C* p1, const scoped_ptr<C>& p2) {
[all …]
/external/chromium/testing/gmock/include/gmock/
Dgmock-generated-actions.h1182 #define GMOCK_INTERNAL_DECL_TYPE_AND_3_VALUE_PARAMS(p0, p1, p2) , \ argument
1183 typename p0##_type, typename p1##_type, typename p2##_type
1184 #define GMOCK_INTERNAL_DECL_TYPE_AND_4_VALUE_PARAMS(p0, p1, p2, p3) , \ argument
1185 typename p0##_type, typename p1##_type, typename p2##_type, \
1187 #define GMOCK_INTERNAL_DECL_TYPE_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) , \ argument
1188 typename p0##_type, typename p1##_type, typename p2##_type, \
1190 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) , \ argument
1191 typename p0##_type, typename p1##_type, typename p2##_type, \
1193 #define GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
1194 p6) , typename p0##_type, typename p1##_type, typename p2##_type, \
[all …]
Dgmock-generated-matchers.h1412 #define MATCHER_P3(name, p0, p1, p2, description)\ argument
1413 template <typename p0##_type, typename p1##_type, typename p2##_type>\
1419 gmock_Impl(p0##_type gmock_p0, p1##_type gmock_p1, p2##_type gmock_p2)\
1420 : p0(gmock_p0), p1(gmock_p1), p2(gmock_p2) {}\
1431 p2##_type p2;\
1440 ::std::tr1::tuple<p0##_type, p1##_type, p2##_type>(p0, p1, \
1441 p2)));\
1448 new gmock_Impl<arg_type>(p0, p1, p2));\
1451 p2##_type gmock_p2) : p0(gmock_p0), p1(gmock_p1), p2(gmock_p2) {\
1455 p2##_type p2;\
[all …]
/external/bluetooth/glib/tests/
Dslist-test.c20 sort (gconstpointer p1, gconstpointer p2) in sort() argument
25 b = GPOINTER_TO_INT (p2); in sort()
47 gpointer p1, p2; in test_slist_sort() local
50 p2 = g_slist_nth_data (slist, i+1); in test_slist_sort()
52 g_assert (GPOINTER_TO_INT (p1) <= GPOINTER_TO_INT (p2)); in test_slist_sort()
71 gpointer p1, p2; in test_slist_sort_with_data() local
74 p2 = g_slist_nth_data (slist, i+1); in test_slist_sort_with_data()
76 g_assert (GPOINTER_TO_INT (p1) <= GPOINTER_TO_INT (p2)); in test_slist_sort_with_data()
94 gpointer p1, p2; in test_slist_insert_sorted() local
97 p2 = g_slist_nth_data (slist, i+1); in test_slist_insert_sorted()
[all …]
Dlist-test.c20 sort (gconstpointer p1, gconstpointer p2) in sort() argument
25 b = GPOINTER_TO_INT (p2); in sort()
47 gpointer p1, p2; in test_list_sort() local
50 p2 = g_list_nth_data (list, i+1); in test_list_sort()
52 g_assert (GPOINTER_TO_INT (p1) <= GPOINTER_TO_INT (p2)); in test_list_sort()
73 gpointer p1, p2; in test_list_sort_with_data() local
76 p2 = g_list_nth_data (list, i+1); in test_list_sort_with_data()
78 g_assert (GPOINTER_TO_INT (p1) <= GPOINTER_TO_INT (p2)); in test_list_sort_with_data()
98 gpointer p1, p2; in test_list_insert_sorted() local
101 p2 = g_list_nth_data (list, i+1); in test_list_insert_sorted()
[all …]
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
DCipher_ImplTest.java45 private Provider p2; field in Cipher_ImplTest
57 p2 = new MyProvider2(); in setUp()
59 Security.insertProviderAt(p2, 1); in setUp()
94 assertSame(p2, c.getProvider()); in testGetInstanceString1()
109 assertSame("Case2:", p2, c.getProvider()); in testGetInstanceString2()
176 assertSame("Case1:", p2, c.getProvider()); in testGetInstanceStringString2()
179 assertSame("Case2:", p2, c.getProvider()); in testGetInstanceStringString2()
188 Cipher.getInstance("DES/CBC/", p2); in testGetInstanceStringProvider1()
194 Cipher.getInstance("DES//PKCS5Padding", p2); in testGetInstanceStringProvider1()
200 Cipher.getInstance("DES/CBC/IncorrectPadding", p2); in testGetInstanceStringProvider1()
[all …]
/external/skia/gpu/src/
DGrPathUtils.cpp41 const GrPoint& p2, in generateQuadraticPoints() argument
46 (p1.distanceToLineSegmentBetweenSqd(p0, p2)) < tolSqd) { in generateQuadraticPoints()
47 (*points)[0] = p2; in generateQuadraticPoints()
54 { GrScalarAve(p1.fX, p2.fX), GrScalarAve(p1.fY, p2.fY) }, in generateQuadraticPoints()
60 uint32_t b = generateQuadraticPoints(r, q[1], p2, tolSqd, points, pointsLeft); in generateQuadraticPoints()
79 const GrPoint& p2, in generateCubicPoints() argument
86 p2.distanceToLineSegmentBetweenSqd(p0, p3) < tolSqd)) { in generateCubicPoints()
93 { GrScalarAve(p1.fX, p2.fX), GrScalarAve(p1.fY, p2.fY) }, in generateCubicPoints()
94 { GrScalarAve(p2.fX, p3.fX), GrScalarAve(p2.fY, p3.fY) } in generateCubicPoints()
/external/icu4c/test/perf/utfperf/
DUtfPerf.pl30 my $p2;
34 $p2 = $ICUPathLatest."/utfperf/$WindowsPlatform/Release/utfperf.exe -e gb18030"; # Latest
37 $p2 = $ICUPathLatest."/utfperf/utfperf -e gb18030"; # Latest
41 "Roundtrip", ["$p1 Roundtrip", "$p2 Roundtrip"],
42 "FromUnicode", ["$p1 FromUnicode", "$p2 FromUnicode"],
43 "FromUTF8", ["$p1 FromUTF8", "$p2 FromUTF8"],
/external/icu4c/test/perf/utrie2perf/
Dutrie2perf.pl30 my $p2;
34 $p2 = $ICUPathLatest."/utfperf/$WindowsPlatform/Release/utfperf.exe -e gb18030"; # Latest
37 $p2 = $ICUPathLatest."/utfperf/utfperf -e gb18030"; # Latest
41 "Roundtrip", ["$p1 Roundtrip", "$p2 Roundtrip"],
42 "FromUnicode", ["$p1 FromUnicode", "$p2 FromUnicode"],
43 "FromUTF8", ["$p1 FromUTF8", "$p2 FromUTF8"],
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
DPKIXParameters_ImplTest.java199 PKIXParameters p2 = (PKIXParameters)p1.clone(); in testClone01() local
203 p2.getPolicyQualifiersRejected()); in testClone01()
205 p2.isAnyPolicyInhibited()); in testClone01()
207 p2.isExplicitPolicyRequired()); in testClone01()
209 p2.isPolicyMappingInhibited()); in testClone01()
211 p2.isRevocationEnabled()); in testClone01()
212 assertEquals("check6", p1.getSigProvider(), p2.getSigProvider()); in testClone01()
215 assertNotNull("check7", p2.getTargetCertConstraints()); in testClone01()
217 assertEquals("check8", p1.getCertStores(), p2.getCertStores()); in testClone01()
220 assertFalse("check9", p2.getCertPathCheckers().isEmpty()); in testClone01()
[all …]
/external/valgrind/main/exp-ptrcheck/tests/
Dunaligned.c14 char** p2 = (char**)&c2[2]; char** p3 = (char**)&c3[3]; in main() local
16 *p0 = x; *p1 = x; *p2 = x; in main()
22 c = (*p2)[0]; in main()
28 c = (*p2)[5]; in main()
35 c = (*p2)[-1]; // undet in main()
41 c = (*p2)[6]; // undet in main()
/external/chromium/base/
Dbind.h53 Bind(Sig f, const P1& p1, const P2& p2) { in Bind() argument
56 f, p1, p2)); in Bind()
61 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3) { in Bind() argument
64 f, p1, p2, p3)); in Bind()
69 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4) { in Bind() argument
72 f, p1, p2, p3, p4)); in Bind()
79 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4, in Bind() argument
83 f, p1, p2, p3, p4, p5)); in Bind()
90 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4, in Bind() argument
94 f, p1, p2, p3, p4, p5, p6)); in Bind()

12345678910>>...18