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

1234567891011>>

/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/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/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/chromium_org/third_party/icu/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/chromium_org/third_party/icu/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/chromium_org/third_party/icu/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/chromium_org/third_party/icu/source/test/perf/ubrkperf/
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/chromium_org/third_party/icu/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/chromium_org/third_party/icu/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/chromium_org/third_party/icu/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/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];
/external/libcxx/test/utilities/utility/pairs/pairs.pair/
H A Drv_pair_U_V.pass.cpp37 P2 p2 = std::move(p1); local
38 assert(p2.first == nullptr);
39 assert(p2.second == 4);
/external/valgrind/main/none/tests/
H A Dmap_unaligned.c8 void *p2; local
25 if ( ( p2 = mmap( p1 + 1, 4096, PROT_READ, MAP_PRIVATE | MAP_ANONYMOUS | MAP_FIXED, -1, 0 ) ) == MAP_FAILED )
31 if ( munmap( p2, 4096 ) != 0 )
/external/compiler-rt/test/asan/TestCases/
H A Datexit_stats.cc14 int *p2 = (int*)malloc(90000); variable

Completed in 334 milliseconds

1234567891011>>