HomeSort by relevance Sort by last modified time
    Searched refs:p2 (Results 1 - 25 of 696) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu4c/test/perf/collperf/
CollPerf_r.pl 29 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_all_null"]
    [all...]
  /external/icu4c/test/perf/normperf/
NormPerf_r.pl 31 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/convperf/
ConvPerf_r.pl 37 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_FromUnicode" ],
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_FromUnicode" ],
53 "EUC-JP To Unicode", ["$p1 TestICU_EUCJP_ToUnicode" , "$p2 TestICU_EUCJP_ToUnicode" ],
55 "GB2312 From Unicode", ["$p1 TestICU_GB2312_FromUnicode" , "$p2 TestICU_GB2312_FromUnicode" ]
    [all...]
  /external/icu4c/test/perf/ustrperf/
StringPerf_r.pl 30 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/
CharPerf_r.pl 31 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/clang/test/Lexer/
hexfloat.cpp 5 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/icu4c/test/perf/usetperf/
UsetPerf.pl 31 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...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
residu.c 35 Word16 i,*p1, *p2; local
40 p2 = &x[i];
41 s = vo_mult32((*p1++), (*p2--));
42 s += vo_mult32((*p1++), (*p2--));
43 s += vo_mult32((*p1++), (*p2--));
44 s += vo_mult32((*p1++), (*p2--));
45 s += vo_mult32((*p1++), (*p2--));
46 s += vo_mult32((*p1++), (*p2--));
47 s += vo_mult32((*p1++), (*p2--));
48 s += vo_mult32((*p1++), (*p2--))
    [all...]
syn_filt.c 41 Word16 *yy, *p1, *p2; local
53 p2 = &yy[i-1];
55 L_tmp -= vo_mult32((*p1++), (*p2--));
56 L_tmp -= vo_mult32((*p1++), (*p2--));
57 L_tmp -= vo_mult32((*p1++), (*p2--));
58 L_tmp -= vo_mult32((*p1++), (*p2--));
59 L_tmp -= vo_mult32((*p1++), (*p2--));
60 L_tmp -= vo_mult32((*p1++), (*p2--));
61 L_tmp -= vo_mult32((*p1++), (*p2--));
62 L_tmp -= vo_mult32((*p1++), (*p2--))
97 Word16 *p1, *p2, *p3; local
    [all...]
  /external/icu4c/test/perf/utfperf/
UtfPerf.pl 30 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/
utrie2perf.pl 30 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/kernel-headers/original/asm-generic/
xor.h 19 xor_8regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2)
24 p1[0] ^= p2[0];
25 p1[1] ^= p2[1];
26 p1[2] ^= p2[2];
27 p1[3] ^= p2[3];
28 p1[4] ^= p2[4];
29 p1[5] ^= p2[5];
30 p1[6] ^= p2[6];
31 p1[7] ^= p2[7];
33 p2 += 8
    [all...]
  /external/icu4c/test/perf/ubrkperf/
UBrkPerf_r.pl 43 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...]
UBrkPerf.pl 44 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 $m3 TestICUIsBound", "$p3 $m3 TestICUIsBound"]
    [all...]
  /external/jdiff/src/jdiff/
ComparePkgPdiffs.java 18 PackageDiff p2 = (PackageDiff)obj2; local
19 if (p1.pdiff < p2.pdiff)
21 if (p1.pdiff > p2.pdiff)
23 return p1.name_.compareTo(p2.name_);
  /packages/inputmethods/PinyinIME/jni/include/
searchutility.h 115 int cmp_lpi_with_psb(const void *p1, const void *p2);
116 int cmp_lpi_with_unified_psb(const void *p1, const void *p2);
117 int cmp_lpi_with_id(const void *p1, const void *p2);
118 int cmp_lpi_with_hanzi(const void *p1, const void *p2);
120 int cmp_lpsi_with_str(const void *p1, const void *p2);
122 int cmp_hanzis_1(const void *p1, const void *p2);
123 int cmp_hanzis_2(const void *p1, const void *p2);
124 int cmp_hanzis_3(const void *p1, const void *p2);
125 int cmp_hanzis_4(const void *p1, const void *p2);
126 int cmp_hanzis_5(const void *p1, const void *p2);
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/gui/
TestZOrder.java 54 Picture p2 = new Picture("Picture2"); local
55 p2.move(0,0,1.001f);
56 p2.setPosition(150, 150);
57 p2.setWidth(100);
58 p2.setHeight(100);
59 p2.setImage(assetManager, "Interface/Logo/Monkey.png", false);
60 guiNode.attachChild(p2);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.ql_2.0.0.v20100503a.jar 
  /external/icu4c/test/perf/strsrchperf/
StrSrchPerf_r.pl 34 my $p2; # Latest
38 $p2 = $ICUPathLatest . "/strsrchperf/$WindowsPlatform/Release/strsrchperf.exe -b";
42 $p2 = $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" ],
  /bionic/libc/string/
memcmp.c 34 const unsigned char* p2 = s2; local
39 d = (int)*p1++ - (int)*p2++;
42 d = (int)*p1++ - (int)*p2++;
45 d = (int)*p1++ - (int)*p2++;
48 d = (int)*p1++ - (int)*p2++;
  /external/openssh/openbsd-compat/
timingsafe_bcmp.c 26 const unsigned char *p1 = b1, *p2 = b2; local
30 ret |= *p1++ ^ *p2++;
  /external/clang/test/CodeGen/
address-space-field1.c 3 // CHECK:define void @test_addrspace(%struct.S addrspace(1)* %p1, %struct.S addrspace(2)* %p2) nounwind
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;
  /packages/inputmethods/PinyinIME/jni/share/
searchutility.cpp 35 int cmp_lpi_with_psb(const void *p1, const void *p2) {
37 (static_cast<const LmaPsbItem*>(p2))->psb)
40 (static_cast<const LmaPsbItem*>(p2))->psb)
45 int cmp_lpi_with_unified_psb(const void *p1, const void *p2) {
47 const LmaPsbItem *item2 = static_cast<const LmaPsbItem*>(p2);
63 int cmp_lpi_with_id(const void *p1, const void *p2) {
65 (static_cast<const LmaPsbItem*>(p2))->id)
68 (static_cast<const LmaPsbItem*>(p2))->id)
73 int cmp_lpi_with_hanzi(const void *p1, const void *p2) {
75 (static_cast<const LmaPsbItem*>(p2))->hanzi
    [all...]
  /bionic/libc/netbsd/net/
getservent.c 59 char* p2; local
82 p2 = realloc( (char*)rs->servent.s_aliases, total );
83 if (p2 == NULL)
87 rs->servent.s_aliases = (char**) p2;
88 p2 += (count+1)*sizeof(char*);
89 rs->servent.s_name = p2;
90 p2 += namelen + 1;
91 rs->servent.s_proto = p2;
108 rs->servent.s_aliases[nn] = p2;
109 memcpy( p2, p+1, len2 )
    [all...]
  /external/valgrind/main/none/tests/
map_unaligned.c 8 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 )

Completed in 404 milliseconds

1 2 3 4 5 6 7 8 91011>>