Searched refs:compare (Results 26 - 50 of 754) sorted by relevance

1234567891011>>

/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-CoreText/PyObjCTest/
H A Dtest_ctfontcollection.py26 def compare(a, b, ctx): function in function:TestCTFontCollection.testFunctions
33 col, compare, "foo")
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/csv/
H A Dcsvjoin39 ![string compare $inA ""] ||
40 ![string compare $inB ""] ||
41 ![string compare $out ""]
47 if {![string compare $out -]} {
H A Dcsvsort43 ![string compare $in ""] ||
44 ![string compare $out ""]
50 if {![string compare $in -]} {
55 if {![string compare $out -]} {
/macosx-10.10.1/cups-408/cups/cgi-bin/
H A Dtemplate.c226 compare[1024]; /* Comparison string */ local
451 compare[0] = '\0';
459 for (s = compare; (ch = getc(in)) != EOF;)
462 else if (s >= (compare + sizeof(compare) - 1))
490 strlcpy(s, innerval, sizeof(compare) - (size_t)(s - compare));
497 strlcpy(s, innerval, sizeof(compare) - (size_t)(s - compare));
500 snprintf(s, sizeof(compare)
[all...]
/macosx-10.10.1/CPANInternal-159.1/Data-UUID-1.219/t/
H A Dbasic.t17 ok(!$ug->compare($uuid1, $uuid3), "they compare as equal");
24 ok(!$ug->compare($uuid6,$uuid1), "and it compares at equal, too");
/macosx-10.10.1/Security-57031.1.35/SecurityTool/
H A Dkeychain_create.c116 int compare = 1; local
133 compare = password ? strcmp(password, firstpass) : 1;
142 if (compare)
154 if (compare)
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dtrsa.com73 $ backup/compare fff.p f.p
75 $ backup/compare fff.p ff.p1
77 $! backup/compare fff.p ff.p2
79 $ backup/compare fff.p ff.p3
82 $! backup/compare f.t ff.t1
84 $! backup/compare f.t ff.t2
86 $! backup/compare f.t ff.t3
89 $ backup/compare f.p ff.p1
91 $! backup/compare f.p ff.p2
93 $ backup/compare
[all...]
H A Dtpkcs7.com44 $ backup/compare fff.p f.p
46 $ backup/compare fff.p ff.p1
48 $ backup/compare fff.p ff.p3
51 $ backup/compare f.p ff.p1
53 $ backup/compare f.p ff.p3
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Drmt81 if @txt.compare('insert', '<', @promptEnd)
92 if @txt.compare('insert', '<', @promptEnd)
98 if @txt.compare('insert', '<', @promptEnd)
103 if @txt.compare('insert', '<', @promptEnd)
108 if @txt.compare('insert', '<', @promptEnd)
113 if @txt.compare('insert', '<', @promptEnd)
118 if @txt.compare('insert', '<=', @promptEnd)
123 if @txt.compare('insert', '<=', @promptEnd)
143 if w.compare('sel.first','<=','insert') \
144 && w.compare('se
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Drmt81 if @txt.compare('insert', '<', @promptEnd)
92 if @txt.compare('insert', '<', @promptEnd)
98 if @txt.compare('insert', '<', @promptEnd)
103 if @txt.compare('insert', '<', @promptEnd)
108 if @txt.compare('insert', '<', @promptEnd)
113 if @txt.compare('insert', '<', @promptEnd)
118 if @txt.compare('insert', '<=', @promptEnd)
123 if @txt.compare('insert', '<=', @promptEnd)
143 if w.compare('sel.first','<=','insert') \
144 && w.compare('se
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/tests/
H A Dremote.tcl46 if {[string compare $l "--Marker--Marker--Marker--"] == 0} {
53 if {[string compare $l ""] == 0} {
88 if {[string compare -serverIsSilent [lindex $argv $i]] == 0} {
100 if {[string compare -port [lindex $argv $i]] == 0} {
119 if {[string compare -address [lindex $argv $i]] == 0} {
/macosx-10.10.1/tcl-105/tcl84/tcl/tests/
H A Dremote.tcl46 if {[string compare $l "--Marker--Marker--Marker--"] == 0} {
53 if {[string compare $l ""] == 0} {
88 if {[string compare -serverIsSilent [lindex $argv $i]] == 0} {
100 if {[string compare -port [lindex $argv $i]] == 0} {
119 if {[string compare -address [lindex $argv $i]] == 0} {
/macosx-10.10.1/tcl-105/tcl_ext/tls/tls/tests/
H A Dremote.tcl63 if {[string compare $l "--Marker--Marker--Marker--"] == 0} {
70 if {[string compare $l ""] == 0} {
106 if {[string compare -serverIsSilent [lindex $argv $i]] == 0} {
118 if {[string compare -port [lindex $argv $i]] == 0} {
137 if {[string compare -address [lindex $argv $i]] == 0} {
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Drmt69 if {[.t compare insert < promptEnd]} {
77 if {[.t compare insert <= promptEnd]} {
83 if {[.t compare insert < promptEnd]} {
88 if {[.t compare insert < promptEnd]} {
93 if {[.t compare insert < promptEnd]} {
98 if {[.t compare insert < promptEnd]} {
103 if {[.t compare insert <= promptEnd]} {
108 if {[.t compare insert <= promptEnd]} {
120 [$w compare sel.first <= insert] && [$w compare se
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Drmt66 if [.t compare insert < promptEnd] {
74 if [.t compare insert <= promptEnd] {
80 if [.t compare insert < promptEnd] {
85 if [.t compare insert < promptEnd] {
90 if [.t compare insert < promptEnd] {
95 if [.t compare insert < promptEnd] {
100 if [.t compare insert <= promptEnd] {
105 if [.t compare insert <= promptEnd] {
115 if {[$w compare sel.first <= insert]
116 && [$w compare se
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/iotest/
H A Dtrnstst.c121 UChar compare[] = { 0xfeff, 0x03a3, 0x03c4, 0x03b5, 0x03c6, 0x1f00, 0x03bd, 0x03bf, 0x03c2, 0x043C, 0x0000 }; local
193 len=fread(ubuf, sizeof(UChar), u_strlen(compare), infile);
195 if(len != u_strlen(compare))
197 log_err("Wanted %d UChars from file, got %d\n", u_strlen(compare), len);
201 if(u_strlen(compare) != u_strlen(ubuf))
203 log_err("Wanted %d UChars from file, but u_strlen() returns %d\n", u_strlen(compare), len);
206 if(u_strcmp(compare, ubuf))
227 UChar compare[] = { 0x03a3, 0x03c4, 0x03b5, 0x03c6, 0x1f00, 0x03bd, 0x03bf, 0x03c2, 0x043C, 0x0000 }; local
290 if(u_strlen(compare) != u_strlen(ubuf))
292 log_err("Wanted %d UChars from file, but u_strlen() returns %d\n", u_strlen(compare), u_strle
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/fumagic/
H A Dcfront.tcl128 set compare [string index $value 0]
131 set compare [string range $value 0 1]
140 set compare "=="
145 set compare "!="
157 set compare "=="
182 if {($value eq "\\0") && ($compare eq ">")} {
185 set compare x
186 } elseif {$compare eq "!="} {
189 set compare "=="
226 if {$compare n
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dheap.c60 ! heap->compare(heap->array[(i)], \
71 isc_heapcompare_t compare; member in struct:isc_heap
76 isc_heap_create(isc_mem_t *mctx, isc_heapcompare_t compare, argument
83 REQUIRE(compare != NULL);
98 heap->compare = compare;
150 i > 1 && heap->compare(elt, heap->array[p]) ;
171 if (j < size && heap->compare(heap->array[j+1],
174 if (heap->compare(elt, heap->array[j]))
221 less = heap->compare(el
[all...]
/macosx-10.10.1/ntp-92/lib/isc/
H A Dheap.c60 ! heap->compare(heap->array[(i)], \
71 isc_heapcompare_t compare; member in struct:isc_heap
76 isc_heap_create(isc_mem_t *mctx, isc_heapcompare_t compare, argument
83 REQUIRE(compare != NULL);
97 heap->compare = compare;
149 i > 1 && heap->compare(elt, heap->array[p]) ;
170 if (j < size && heap->compare(heap->array[j+1],
173 if (heap->compare(elt, heap->array[j]))
218 less = heap->compare(el
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Didnaconf.cpp247 if (namezone.compare(result, -1) == 0){
261 if (namebase.compare(result, -1) == 0){
293 while (s.compare(C_TAG, -1) != 0); //"====="
299 if (s.compare(C_TAG, -1) == 0){ //"====="
306 if (key.compare(C_TYPE, -1) == 0){
307 if (value.compare(C_TOASCII, -1) == 0) {
309 } else if (value.compare(C_TOUNICODE, -1) == 0){
312 } else if (key.compare(C_PASSFAIL, -1) == 0){
313 if (value.compare(C_PASS, -1) == 0){
315 } else if (value.compare(C_FAI
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dlogtrack.tcl85 if { [string compare $keyword PREFIX] == 0 } {
88 } elseif { [string compare $keyword BEGIN] == 0 } {
92 if { [string compare [lindex $line 1] noop] == 0 } {
95 if { [string compare [lindex $line 1] debug] == 0 } {
101 } elseif { [string compare $keyword DEPRECATED] == 0 ||
102 [string compare $keyword IGNORED] == 0 } {
/macosx-10.10.1/tcl-105/tcl_ext/ffidl/ffidl/demos/other/
H A Dtest-gmpz.tcl28 if {[string compare [$op $op1 $op2] $result] != 0} {
47 if {[string compare [$op $op1] $result] != 0} {
62 if {[string compare [zcvt $op $ibase $obase] $result] != 0} {
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/mime/mbot/
H A Dpersonal.tcl66 if {(![string compare $rhs $domain]) \
87 if {![string compare [string tolower $local@$domain] \
105 if {![string compare $outF ""]} {
120 if {[string compare $boundary $line]} {
261 if {[string compare $message ""]} {
282 if {![string compare $f ""]} {
443 if {![string compare $messageFile -]} {
454 if {![string compare $originatorAddress ""]} {
467 if {[string compare $userName ""]} {
488 if {![string compare
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/tools/
H A Dman2help.tcl35 if {[string compare $lastSection $section]} {
41 if {[string compare $lastTopic $topic]} {
124 if {![string compare [lindex $argv $arg] "-bitmap"]} {
/macosx-10.10.1/tcl-105/tcl84/tcl/tools/
H A Dman2help.tcl34 if {[string compare $lastSection $section]} {
40 if {[string compare $lastTopic $topic]} {
123 if {![string compare [lindex $argv $arg] "-bitmap"]} {

Completed in 409 milliseconds

1234567891011>>