Searched refs:p1 (Results 26 - 50 of 666) sorted by relevance

1234567891011>>

/macosx-10.10.1/ICU-531.30/icuSources/test/perf/ustrperf/
H A DStringPerf_r.pl29 my $p1; # Previous
33 $p1 = "cd ".$ICUPrevious."/bin && ".$ICUPathPrevious."/ustrperf/$WindowsPlatform/Release/stringperf.exe -b -u"; # Previous
36 $p1 = "LD_LIBRARY_PATH=".$ICUPrevious."/source/lib:".$ICUPrevious."/source/tools/ctestfw ".$ICUPathPrevious."/ustrperf/stringperf -b -u"; # Previous
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,TestAssign
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/utfperf/
H A DUtfPerf.pl29 my $p1;
33 $p1 = "cd ".$ICUPrevious."/bin && ".$ICUPathPrevious."/utfperf/$WindowsPlatform/Release/utfperf.exe -e gb18030"; # Previous
36 $p1 = "LD_LIBRARY_PATH=".$ICUPrevious."/source/lib:".$ICUPrevious."/source/tools/ctestfw ".$ICUPathPrevious."/utfperf/utfperf -e gb18030"; # Previous
41 "Roundtrip", ["$p1,Roundtrip", "$p2,Roundtrip"],
42 "FromUnicode", ["$p1,FromUnicode", "$p2,FromUnicode"],
43 "FromUTF8", ["$p1,FromUTF8", "$p2,FromUTF8"],
/macosx-10.10.1/tcl-105/tk/tk/tests/
H A Dbugs.tcl18 image create photo p1
21 p1 copy p2
22 label .l -image p1
/macosx-10.10.1/tcl-105/tk84/tk/tests/
H A Dbugs.tcl18 image create photo p1
21 p1 copy p2
22 label .l -image p1
/macosx-10.10.1/shell_cmds-179/hexdump/
H A Dparse.c213 unsigned char *p1, *p2, *fmtp; local
231 for (p1 = fmtp; *p1 && *p1 != '%'; ++p1);
234 if (!*p1) {
247 for (++p1; index(spec, *p1); ++p1);
250 while (index(spec + 1, *++p1));
460 escape(char *p1) argument
[all...]
/macosx-10.10.1/libarchive-30/libarchive/tar/test/
H A Dtest_option_r.c34 char *p0, *p1; local
86 p1 = slurpfile(&s, "archive.tar");
87 if (!assert(p1 != NULL)) {
93 assertEqualMem(p0, p1, 1024);
95 assertEqualMem(p1 + 1024, "f1", 3);
96 assertEqualMem(p1 + 1536, "123", 3);
98 assertEqualMem(p1 + 2048, "\0\0\0\0\0\0\0\0", 8);
99 assertEqualMem(p1 + 2560, "\0\0\0\0\0\0\0\0", 8);
101 free(p1);
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/lazy-pointer-binding/
H A Dfoo.c25 bool floattest(double p1, float p2, double p3, float p4, double p5, float p6, argument
29 if ( p1 != 1.0 )
60 bool inttest(long long p1, long long p2, long long p3, long long p4, long long p5) argument
62 if ( p1 != 0x100000002)
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dhtml2text.el93 function is called with the arguments p1, p2, p3 and p4. These are
99 p1 p2 p3 p4
148 (defun html2text-get-attr (p1 p2)
149 (goto-char p1)
228 (defun html2text-clean-list-items (p1 p2 list-type)
229 (goto-char p1)
234 (goto-char p1)
243 (defun html2text-clean-dtdd (p1 p2)
244 (goto-char p1)
249 (goto-char p1)
[all...]
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstrcasecmp.c36 const unsigned char *p1 = (const unsigned char *) s1; local
40 if (p1 == p2)
45 c1 = TOLOWER (*p1);
51 ++p1;
H A Dstrncasecmp.c36 register const unsigned char *p1 = (const unsigned char *) s1; local
40 if (p1 == p2 || n == 0)
45 c1 = TOLOWER (*p1);
51 ++p1;
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/tests/
H A Dtstore1.cpp11 s1.SetStructure("a[p1:I]");
20 c4_IntProp p1("p1");
22 s1.SetStructure("a[p1:I]");
24 v1.Add(p1[123]);
25 v1.Add(p1[456]);
26 v1.InsertAt(1, p1[789]);
38 c4_FloatProp p1("p1");
40 s1.SetStructure("a[p1
[all...]
H A Dtstore3.cpp10 c4_IntProp p1("p1");
15 v1 = s1.GetAs("a[p1:I,p2:S]");
16 v1.Add(p1[123]);
20 //A(p1 (v1[0]) == 123);
31 c4_StringProp p1("p1"), p2("p2");
34 storage.SetStructure("a[p1:S,p2:S]");
38 p1(r1) = "One";
43 p1(r
[all...]
H A Dtmapped.cpp10 c4_ViewProp p1("_B");
26 v1.Add(p1[v]);
39 c4_StringProp p1("p1");
42 c4_View v1 = s1.GetAs("v1[p1:S]");
46 v3.Add(p1["b93655249726e5ef4c68e45033c2e0850570e1e07"]);
47 v3.Add(p1["2ab03fba463d214f854a71ab5c951cea096887adf"]);
48 v3.Add(p1["2e196eecb91b02c16c23360d8e1b205f0b3e3fa3d"]);
53 int f = v3.Find(p1["7c0734c9187133f34588517fb5b39294076f22ba3"]);
62 c4_BytesProp p1("p
[all...]
H A Dtstore5.cpp10 c4_IntProp p1("p1");
15 s1.SetStructure("a[p1:I]");
18 v1.Add(p1[123]);
19 A(p1(v1[0]) == 123);
33 A(p1(v1[0]) == 123);
41 A(p1(v1[0]) == 123);
43 p1(v1[0]) = 456;
45 A(p1(v1[0]) == 456);
56 A(p1(v
[all...]
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSecurePromptClient.h71 IOReturn postKeyGated(void * p1, void * p2, void * p3,void * p4);
74 IOReturn setGatheringMethod(void * p1, void * p2, void * p3,
78 IOReturn getGatheringMethod(void * p1, void * p2, void * p3,
81 IOReturn setLayoutMethod(void * p1, void * p2, void * p3,
83 IOReturn setLayoutGated(void * p1, void * p2, void * p3,void * p4);
86 IOReturn getLayoutMethod(void * p1, void * p2, void * p3,
89 IOReturn confirmKeyMethod(void * p1, void * p2, void * p3,
91 IOReturn confirmKeyGated(void * p1, void * p2, void * p3,void * p4);
94 IOReturn deleteKeysMethod(void * p1, void * p2, void * p3,
96 IOReturn deleteKeysGated(void * p1, voi
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dct.c45 * @param p1 memory region 1 to compare
55 ct_memcmp(const void *p1, const void *p2, size_t len) argument
57 const unsigned char *s1 = p1, *s2 = p2;
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/interpose-multiple/
H A Dfoo2.c7 int (*p1)() = &base1; variable
12 if ( (*p1)() == 10 )
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/lazy-binding-reg-params/
H A Dfoo.c2 * Copyright (c) 2005 Apple Computer p1, Inc. All rights reserved.
30 bool dointtest(int p1, int p2, int p3, int p4, int p5) argument
32 if ( p1 != 123)
46 bool dofloattest(double p1, double p2, double p3, double p4, double p5, double p6, double p7, argument
49 if ( p1 != 1.0 )
83 static bool comparevFloat(vFloat p1, vFloat p2) argument
85 return (memcmp(&p1, &p2, 16) == 0);
88 bool dovectortest(vFloat p1, vFloat p2, vFloat p3, vFloat p4, vFloat p5) argument
96 if ( !comparevFloat(p1, r1) )
/macosx-10.10.1/vim-55/src/
H A Dos_win16.h111 # define TRACE1(sz, p1) Trace(_T(sz), p1)
112 # define TRACE2(sz, p1, p2) Trace(_T(sz), p1, p2)
113 # define TRACE3(sz, p1, p2, p3) Trace(_T(sz), p1, p2, p3)
125 # define TRACE1(sz, p1)
126 # define TRACE2(sz, p1, p2)
127 # define TRACE3(sz, p1, p2, p3)
H A Dos_win32.h160 # define TRACE1(sz, p1) Trace(_T(sz), p1)
161 # define TRACE2(sz, p1, p2) Trace(_T(sz), p1, p2)
162 # define TRACE3(sz, p1, p2, p3) Trace(_T(sz), p1, p2, p3)
163 # define TRACE4(sz, p1, p2, p3, p4) Trace(_T(sz), p1, p2, p3, p4)
175 # define TRACE1(sz, p1)
176 # define TRACE2(sz, p1, p
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWKInspectorHighlightView.mm76 static bool findIntersectionOnLineBetweenPoints(const FloatPoint& p1, const FloatPoint& p2, const FloatPoint& d1, const FloatPoint& d2, FloatPoint& intersection)
80 if (!findIntersection(p1, p2, d1, d2, temporaryIntersectionPoint))
84 if (p1.x() >= p2.x()) {
85 if (temporaryIntersectionPoint.x() > p1.x() || temporaryIntersectionPoint.x() < p2.x())
88 if (temporaryIntersectionPoint.x() > p2.x() || temporaryIntersectionPoint.x() < p1.x())
91 if (p1.y() >= p2.y()) {
92 if (temporaryIntersectionPoint.y() > p1.y() || temporaryIntersectionPoint.y() < p2.y())
95 if (temporaryIntersectionPoint.y() > p2.y() || temporaryIntersectionPoint.y() < p1.y())
108 FloatPoint p1, p2, p3, p4;
119 if (bounds.containsPoint(toClamp.p1())) {
[all...]
/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.parse.c74 asyntax(struct wordent *p1, struct wordent *p2) argument
76 while (p1 != p2) {
77 if (!any(";&\n", p1->word[0]))
78 return asyn0(p1, p2);
79 p1 = p1->next;
85 asyn0(struct wordent *p1, struct wordent *p2) argument
90 for (p = p1; p != p2; p = p->next)
114 if (asyn3(p1, p) != 0)
122 return asyn3(p1, p
136 asyn3(struct wordent *p1, struct wordent *p2) argument
184 freenod(struct wordent *p1, struct wordent *p2) argument
209 syntax(const struct wordent *p1, const struct wordent *p2, int flags) argument
226 syn0(const struct wordent *p1, const struct wordent *p2, int flags) argument
294 syn1(const struct wordent *p1, const struct wordent *p2, int flags) argument
336 syn1a(const struct wordent *p1, const struct wordent *p2, int flags) argument
378 syn1b(const struct wordent *p1, const struct wordent *p2, int flags) argument
419 syn2(const struct wordent *p1, const struct wordent *p2, int flags) argument
471 syn3(const struct wordent *p1, const struct wordent *p2, int flags) argument
[all...]
/macosx-10.10.1/MITKerberosShim-66/test/
H A Dtest-principal.c45 krb5_principal p1, p2; local
53 ret = krb5_parse_name(context, "lha@OD.APPLE.COM", &p1);
60 ret = krb5_realm_compare(context, p1, p2);
64 ret = krb5_principal_compare(context, p1, p2);
/macosx-10.10.1/OpenSSL098-52/src/crypto/
H A Do_str.h66 int OPENSSL_memcmp(const void *p1,const void *p2,size_t n);
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dstrcasecmp.c45 register const unsigned char *p1 = (const unsigned char *) s1; local
49 if (p1 == p2 || LENGTH_LIMIT_EXPR (n == 0))
54 c1 = TOLOWER (*p1);
60 ++p1;

Completed in 294 milliseconds

1234567891011>>