Searched refs:compare (Results 151 - 175 of 754) sorted by relevance

1234567891011>>

/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dnormconf.h100 void compare(const UnicodeString& s1,const UnicodeString& s2);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/examples/
H A Dmain.cpp32 bool result = lc->compare("cn=Manager,o=Organisation,c=DE",
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPConnection.h111 * @param dn Distinguished name of the entry for which the compare
114 * compare operation
117 * @returns The result of the compare operation. true if the
121 bool compare(const std::string& dn, const LDAPAttribute& attr,
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/data/
H A Dretcode.conf26 retcode-item "cn=compareFalse" 0x05 op=compare
27 retcode-item "cn=compareTrue" 0x06 op=compare
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dtpkcs7d.com44 $ backup/compare f.p ff.p1
46 $ backup/compare f.p ff.p3
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DProbeSetDataFrame.js34 WebInspector.ProbeSetDataFrame.compare = function(a, b) {
/macosx-10.10.1/WebKit-7600.1.25/ios/WebCoreSupport/
H A DWebVisiblePosition.h49 - (NSComparisonResult)compare:(WebVisiblePosition *)other;
/macosx-10.10.1/cxxfilt-11/
H A Dmerge-lipo72 } elsif (File::Compare::compare ($_, $destname) != 0) {
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/hash/
H A Dhashlib.h46 Hash_compare_f compare; /* name comparision routine */ member in struct:__anon9059
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Modules/
H A D_CoreFoundation_CFBinaryHeap.m11 -(NSComparisonResult)compare:(NSObject*)other;
40 NSComparisonResult result = [o1 compare:o2];
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Modules/
H A D_CoreFoundation_CFBinaryHeap.m6 -(NSComparisonResult)compare:(NSObject*)other;
37 NSComparisonResult result = [o1 compare:o2];
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Modules/
H A D_CoreFoundation_CFBinaryHeap.m6 -(NSComparisonResult)compare:(NSObject*)other;
37 NSComparisonResult result = [o1 compare:o2];
/macosx-10.10.1/swig-12/Lib/std/
H A Dstd_char_traits.i37 compare(const char_type* __s1, const char_type* __s2, size_t __n);
93 compare(const char_type* __s1, const char_type* __s2, size_t __n);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/stooop/
H A Dmkpkgidx.tcl100 if {[string compare [lindex $argv $index] -p]!=0} break
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/textutil/
H A Dstring.tcl106 if {0 == [string compare $min $max]} {return $min}
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/library/
H A Dsetfuncs.tcl90 set compareResult [string compare [lindex $list1 0] [lindex $list2 0]]
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tcldom/library/
H A Ddommap.tcl65 if {$match && ![string compare [::dom::node cget $node -nodeType] element]} {
H A Dxmlswitch.tcl450 } elseif {![string compare [lindex $step 1] "*"]} {
452 } elseif {![string compare [lindex $step 1] [dom::node cget $node -nodeName]]} {
493 if {![string compare [dom::node cget $child -nodeType] $typemap($name)]} {
504 if {![string compare [lindex $step 1] [dom::node cget $child -nodeName]]} {
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dclrpick.tcl41 if {[string compare $color ""]} {
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dclrpick.tcl41 if {[string compare $color ""]} {
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dkalloc.c416 * Cache misses probably more critical than compare-branches!
420 int compare = 0; local
424 compare += 1; /* 'if' (T) */
431 compare += 2; /* 'if' (F), 'if' (T) */
436 compare++; /* 'while' (T) */
438 compare++; /* 'while' (F) */
443 printf("kalloc_init: req size %4lu: %11s took %d compare%s\n",
444 (unsigned long)testsize, z->zone_name, compare,
445 compare == 1 ? "" : "s");
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dtblcoll.h39 * 6/17/97 helena Added IDENTICAL strength for compare, changed getRules to
44 * 02/10/98 damiba Added compare with "length" parameter
260 // Make deprecated versions of Collator::compare() visible.
261 using Collator::compare;
275 virtual UCollationResult compare(const UnicodeString& source,
280 * Does the same thing as compare but limits the comparison to a specified
292 virtual UCollationResult compare(const UnicodeString& source,
313 virtual UCollationResult compare(const UChar* source, int32_t sourceLength,
328 virtual UCollationResult compare(UCharIterator &sIter,
351 * that can be compared with CollationKey.compare
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DStringRef.h129 /// compare() when the relative ordering of inequal strings isn't needed.
140 /// compare - Compare two strings; the result is -1, 0, or 1 if this string
142 int compare(StringRef RHS) const { function in class:llvm::StringRef
163 /// \param Other the string to compare this string against.
524 return LHS.compare(RHS) == -1;
528 return LHS.compare(RHS) != 1;
532 return LHS.compare(RHS) == 1;
536 return LHS.compare(RHS) != -1;
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/ntext/
H A Dntext.tcl306 } elseif {[%W compare insert != 1.0]} {
427 if {[%W compare insert == {insert lineend}]} {
569 && [%W compare insert != 1.0]} {
806 if {[$w compare $cur != $anchor] || (abs($Priv(pressX) - $x) >= 3)} {
811 if {[$w compare $cur < tk::anchor$w]} {
847 if {[$w compare $cur < $first]} {
849 } elseif {[$w compare $cur > $last]} {
890 if {[$w compare $cur < $first]} {
892 } elseif {[$w compare $cur > $last]} {
1004 [$w compare [linde
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/library/
H A Dtreectrl.tcl142 if {[string compare [%W cget -selectmode] "browse"]} {
229 if {[$w column compare $column == "first visible lock right"]} {
232 if {[$w column compare $column == "last visible lock right"]} {
249 if {[$w column compare $column == $before] ||
254 return [expr {[$w column compare $before >= "first lock $lock"] &&
255 [$w column compare $before <= "last lock $lock next"]}]
342 if {[$w column compare $indColumn == "tail"]} {
344 } elseif {$prev ne "" && [$w column compare $prev == $indColumn]} {
346 } elseif {$next ne "" && [$w column compare $next == $indColumn]} {
380 if {[$w column compare
[all...]

Completed in 2501 milliseconds

1234567891011>>