Searched refs:p2 (Results 51 - 75 of 1000) sorted by relevance

1234567891011>>

/external/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
H A Dparam_eq.pass.cpp28 param_type p2(p0, p0+2);
29 assert(p1 == p2);
36 param_type p2; local
37 assert(p1 != p2);
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/
H A Downer_before_shared_ptr.pass.cpp22 const std::shared_ptr<int> p2 = p1; local
24 assert(!p1.owner_before(p2));
25 assert(!p2.owner_before(p1));
27 assert(p3.owner_before(p1) == p3.owner_before(p2));
/external/libcxx/test/utilities/utility/pairs/pairs.pair/
H A Dassign_rv_pair_U_V.pass.cpp37 P2 p2; local
38 p2 = std::move(p1);
39 assert(p2.first == nullptr);
40 assert(p2.second == 4);
/external/clang/test/Analysis/
H A DNewDelete+MismatchedDeallocator_intersections.cpp20 int *p2 = (int *)malloc(sizeof(int)); local
21 free(p2);
22 free(p2); // no warn
/external/clang/test/CodeGen/
H A Daddress-space-field1.c3 // CHECK:define void @test_addrspace(%struct.S addrspace(1)* %p1, %struct.S addrspace(2)* %p2) [[NUW:#[0-9]+]]
7 // CHECK: store %struct.S addrspace(2)* %p2, %struct.S addrspace(2)** [[p2addr]]
34 void test_addrspace(__addr1 S* p1, __addr2 S*p2) {
36 p1->a = p2->b;
37 p1->b = p2->a;
/external/clang/test/Lexer/
H A Dhexfloat.cpp5 double d = 0x.2p2; // expected-warning{{hexadecimal floating constants are a C99 feature}}
6 float g = 0x1.2p2; // expected-warning{{hexadecimal floating constants are a C99 feature}}
7 double h = 0x1.p2; // expected-warning{{hexadecimal floating constants are a C99 feature}}
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/
H A Deq.pass.cpp27 const std::shared_ptr<int> p2(ptr2);
29 assert(p1 != p2);
30 assert(p2 == p3);
/external/libnfc-nci/src/include/
H A Dbt_trace.h168 extern void LogMsg_2 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2);
169 extern void LogMsg_3 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,
171 extern void LogMsg_4 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,
173 extern void LogMsg_5 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,
175 extern void LogMsg_6 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,
591 #define BT_TRACE_2(l,t,m,p1,p2) LogMsg_2(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINT32)(p1), \
592 (UINT32)(p2))
593 #define BT_TRACE_3(l,t,m,p1,p2,p3) LogMsg_3(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINT32)(p1), \
594 (UINT32)(p2),(UINT32)(p3))
595 #define BT_TRACE_4(l,t,m,p1,p2,p
[all...]
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
H A Dprocess_test.js45 var p2 = new tracing.trace_model.Process(model, 2);
46 p2.name = 'Renderer';
48 assertTrue(p1.compareTo(p2) < 0);
57 var p2 = new tracing.trace_model.Process(model, 2);
58 p2.name = 'Renderer';
60 assertTrue(p1.compareTo(p2) > 0);
68 var p2 = new tracing.trace_model.Process(model, 2);
69 p2.name = 'Renderer';
71 assertTrue(p1.compareTo(p2) < 0);
80 var p2
[all...]
/external/chromium_org/base/memory/
H A Dref_counted_unittest.cc66 scoped_refptr<SelfAssign> p2; local
71 EXPECT_TRUE(!p2);
72 EXPECT_FALSE(p2);
74 EXPECT_NE(p1, p2);
77 p2 = raw_p;
78 EXPECT_NE(p1, p2);
79 EXPECT_EQ(raw_p, p2);
81 p2 = p1;
82 EXPECT_NE(raw_p, p2);
83 EXPECT_EQ(p1, p2);
[all...]
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dproxies-hash.js50 var p2 = create(handler)
56 s.add(p2);
58 assertTrue(s.has(p2));
62 fix(p2)
64 assertTrue(s.has(p2));
67 s.delete(p2);
69 assertFalse(s.has(p2));
87 var p2 = create(handler)
93 m.set(p2, 321);
95 assertTrue(m.has(p2));
[all...]
/external/chromium_org/third_party/icu/source/test/perf/ubrkperf/
H A 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 TestICUForward"],
81 "TestForwardWord", ["$p1 $m2 TestICUForward", "$p2 $m2 TestICUForward", "$p3 $m2 TestICUForward"],
82 "TestForwardLine", ["$p1 $m3 TestICUForward", "$p2 $m3 TestICUForward", "$p3 $m3 TestICUForward"],
83 "TestForwardSentence", ["$p1 $m4 TestICUForward", "$p2 $m4 TestICUForward", "$p3 $m4 TestICUForward"],
85 "TestIsBoundChar", ["$p1 $m1 TestICUIsBound", "$p2 $m1 TestICUIsBound", "$p3 $m1 TestICUIsBound"],
86 "TestIsBoundWord", ["$p1 $m2 TestICUIsBound", "$p2 $m2 TestICUIsBound", "$p3 $m2 TestICUIsBound"],
87 "TestIsBoundLine", ["$p1 $m3 TestICUIsBound", "$p2
[all...]
H A 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
[all...]
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mman_test.cc24 char *p2 = (char*)internal_alloc(MBlockScopedBuf, 20); local
25 EXPECT_NE(p2, (char*)0);
26 EXPECT_NE(p2, p);
31 ((char*)p2)[i] = 42;
34 internal_free(p2);
42 char *p2 = (char*)user_alloc(thr, pc, 20); local
43 EXPECT_NE(p2, (char*)0);
44 EXPECT_NE(p2, p);
46 EXPECT_EQ(20U, user_alloc_usable_size(p2));
48 user_free(thr, pc, p2);
70 void *p2 = user_realloc(thr, pc, p, 0); local
77 void *p2 = user_realloc(thr, pc, p, 10000); local
88 void *p2 = user_realloc(thr, pc, p, 10); local
100 char *p2 = (char*)user_alloc(thr, pc, 20); local
[all...]
/external/icu/icu4c/source/test/perf/charperf/
H A DCharPerf_r.pl31 my $p2; # Latest
34 $p2 = "cd ".$ICULatest."/bin && ".$ICUPathLatest."/charperf/$WindowsPlatform/Release/charperf.exe";
37 $p2 = "LD_LIBRARY_PATH=".$ICULatest."/source/lib:".$ICULatest."/source/tools/ctestfw ".$ICUPathLatest."/charperf/charperf";
43 "isAlpha", ["$p1 TestIsAlpha" , "$p2 TestIsAlpha" ],
44 "isUpper", ["$p1 TestIsUpper" , "$p2 TestIsUpper" ],
45 "isLower", ["$p1 TestIsLower" , "$p2 TestIsLower" ],
46 "isDigit", ["$p1 TestIsDigit" , "$p2 TestIsDigit" ],
47 "isSpace", ["$p1 TestIsSpace" , "$p2 TestIsSpace" ],
48 "isAlphaNumeric", ["$p1 TestIsAlphaNumeric" , "$p2 TestIsAlphaNumeric" ],
49 "isPrint", ["$p1 TestIsPrint" , "$p2 TestIsPrin
[all...]
/external/icu/icu4c/source/test/perf/collperf/
H A DCollPerf_r.pl29 my $p1, $p2;
33 $p2 = "cd ".$ICULatest."/bin && ".$ICUPathLatest."/collperf/$WindowsPlatform/Release/collperf.exe";
36 $p2 = "LD_LIBRARY_PATH=".$ICULatest."/source/lib:".$ICULatest."/source/tools/ctestfw ".$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_all_nul
[all...]
/external/icu/icu4c/source/test/perf/collperf2/
H A DCollPerf2_r.pl50 my $p1, $p2;
54 $p2 = "cd ".$ICULatest."/bin && ".$ICUPathLatest."/collperf2/$WindowsPlatform/Release/collperf2.exe";
57 $p2 = "LD_LIBRARY_PATH=".$ICULatest."/lib:".$ICULatest."/tools/ctestfw ".$ICULatest."/test/perf/collperf2/collperf2";
61 "ucol_strcoll/len", ["$p1,TestStrcoll", "$p2,TestStrcoll"],
62 "ucol_strcoll/null", ["$p1,TestStrcollNull", "$p2,TestStrcollNull"],
63 "ucol_strcoll/len/similar", ["$p1,TestStrcollSimilar", "$p2,TestStrcollSimilar"],
65 "ucol_strcollUTF8/len", ["$p1,TestStrcollUTF8", "$p2,TestStrcollUTF8"],
66 "ucol_strcollUTF8/null", ["$p1,TestStrcollUTF8Null", "$p2,TestStrcollUTF8Null"],
67 "ucol_strcollUTF8/len/similar", ["$p1,TestStrcollUTF8Similar", "$p2,TestStrcollUTF8Similar"],
69 "ucol_getSortKey/len", ["$p1,TestGetSortKey", "$p2,TestGetSortKe
[all...]
/external/icu/icu4c/source/test/perf/normperf/
H A DNormPerf_r.pl31 my $p2; # Latest
35 $p2 = "cd ".$ICULatest."/bin && ".$ICUPathLatest."/normperf/$WindowsPlatform/Release/normperf.exe";
38 $p2 = "LD_LIBRARY_PATH=".$ICULatest."/source/lib:".$ICULatest."/source/tools/ctestfw ".$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_Tex
[all...]
/external/icu/icu4c/source/test/perf/strsrchperf/
H A DStrSrchPerf_r.pl34 my $p2; # Latest
38 $p2 = "cd ".$ICULatest."/bin && ".$ICUPathLatest . "/strsrchperf/$WindowsPlatform/Release/strsrchperf.exe -b";
42 $p2 = "LD_LIBRARY_PATH=".$ICULatest."/source/lib:".$ICULatest."/source/tools/ctestfw ".$ICUPathLatest . "/strsrchperf/strsrchperf -b";
56 "ICU Forward Search", [ "$p1 Test_ICU_Forward_Search", "$p2 Test_ICU_Forward_Search" ],
57 "ICU Backward Search",[ "$p1 Test_ICU_Backward_Search", "$p2 Test_ICU_Backward_Search" ],
/external/icu/icu4c/source/test/perf/ubrkperf/
H A 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 TestICUForward"],
81 "TestForwardWord", ["$p1 $m2 TestICUForward", "$p2 $m2 TestICUForward", "$p3 $m2 TestICUForward"],
82 "TestForwardLine", ["$p1 $m3 TestICUForward", "$p2 $m3 TestICUForward", "$p3 $m3 TestICUForward"],
83 "TestForwardSentence", ["$p1 $m4 TestICUForward", "$p2 $m4 TestICUForward", "$p3 $m4 TestICUForward"],
85 "TestIsBoundChar", ["$p1 $m1 TestICUIsBound", "$p2 $m1 TestICUIsBound", "$p3 $m1 TestICUIsBound"],
86 "TestIsBoundWord", ["$p1 $m2 TestICUIsBound", "$p2 $m2 TestICUIsBound", "$p3 $m2 TestICUIsBound"],
87 "TestIsBoundLine", ["$p1 $m3 TestICUIsBound", "$p2
[all...]
H A DUBrkPerf_r.pl43 my $p2; # Latest
47 $p2 = "cd ".$ICULatest."/bin && ".$ICUPathLatest."/ubrkperf/$WindowsPlatform/Release/ubrkperf.exe";
50 $p2 = "LD_LIBRARY_PATH=".$ICULatest."/source/lib:".$ICULatest."/source/tools/ctestfw ".$ICUPathLatest."/ubrkperf/ubrkperf";
82 "TestForwardChar", ["$p1,$m1,TestICUForward", "$p2,$m1,TestICUForward"],
83 "TestForwardWord", ["$p1,$m2,TestICUForward", "$p2,$m2,TestICUForward"],
84 "TestForwardLine", ["$p1,$m3,TestICUForward", "$p2,$m3,TestICUForward"],
85 "TestForwardSentence", ["$p1,$m4,TestICUForward", "$p2,$m4,TestICUForward"],
87 "TestIsBoundChar", ["$p1,$m1,TestICUIsBound", "$p2,$m1,TestICUIsBound"],
88 "TestIsBoundWord", ["$p1,$m2,TestICUIsBound", "$p2,$m2,TestICUIsBound"],
89 "TestIsBoundLine", ["$p1,$m3,TestICUIsBound", "$p2,
[all...]
/external/icu/icu4c/source/test/perf/usetperf/
H A DUsetPerf.pl31 my $p1, $p2;
34 $p2 = "cd ".$ICULatest."/bin && ".$ICUPathLatest."/usetperf/$WindowsPlatform/Release/usetperf.exe";
37 $p2 = "LD_LIBRARY_PATH=".$ICULatest."/source/lib:".$ICULatest."/source/tools/ctestfw ".$ICUPathLatest."/usetperf/usetperf";
41 "titlecase_letter/add", ["$p1,titlecase_letter_add", "$p2,titlecase_letter_add"],
42 "titlecase_letter/contains", ["$p1,titlecase_letter_contains", "$p2,titlecase_letter_contains"],
43 "titlecase_letter/iterator", ["$p1,titlecase_letter_iterator", "$p2,titlecase_letter_iterator"],
44 "unassigned/add", ["$p1,unassigned_add", "$p2,unassigned_add"],
45 "unassigned/contains", ["$p1,unassigned_contains", "$p2,unassigned_contains"],
46 "unassigned/iterator", ["$p1,unassigned_iterator", "$p2,unassigned_iterator"],
47 "pattern1", ["$p1,pattern1", "$p2,pattern
[all...]
/external/icu/icu4c/source/test/perf/ustrperf/
H A DStringPerf_r.pl30 my $p2; # Latest
34 $p2 = "cd ".$ICULatest."/bin && ".$ICUPathLatest."/ustrperf/$WindowsPlatform/Release/stringperf.exe -b -u"; # Latest
37 $p2 = "LD_LIBRARY_PATH=".$ICULatest."/source/lib:".$ICULatest."/source/tools/ctestfw ".$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,TestAssign
[all...]
/external/icu/icu4c/source/test/perf/utfperf/
H A DUtfPerf.pl30 my $p2;
34 $p2 = "cd ".$ICULatest."/bin && ".$ICUPathLatest."/utfperf/$WindowsPlatform/Release/utfperf.exe -e gb18030"; # Latest
37 $p2 = "LD_LIBRARY_PATH=".$ICULatest."/source/lib:".$ICULatest."/source/tools/ctestfw ".$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/chromium_org/third_party/brotli/src/brotli/enc/
H A Dcontext.h26 // If p1 and p2 are the previous two bytes, we calcualte the context as
28 // context = kUTF8ContextLookup[p1] | kUTF8ContextLookup[p2 + 256].
33 // context = 4 * context1(p1) + context2(p2),
168 static inline uint8_t Context(uint8_t p1, uint8_t p2, int mode) { argument
175 return kUTF8ContextLookup[p1] | kUTF8ContextLookup[p2 + 256];
177 return (kSigned3BitContextLookup[p1] << 3) + kSigned3BitContextLookup[p2];

Completed in 2796 milliseconds

1234567891011>>