Searched refs:compare (Results 276 - 300 of 754) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonObject.h76 - (NSComparisonResult)compare:(id)other;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatRoomMember.h33 - (NSComparisonResult) compare:(JVChatRoomMember *) member;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonObject.h76 - (NSComparisonResult)compare:(id)other;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dlist.h38 * Callback function used to compare 2 data.
57 xmlListDataCompare compare);
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatRoomMember.h33 - (NSComparisonResult) compare:(JVChatRoomMember *) member;
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A DOC_PythonObject.h76 - (NSComparisonResult)compare:(id)other;
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dthemeutils.tcl175 if { [string compare $p(-style) "native"] == 0 } {
457 [string compare $_previous_style $cstyle] == 0 } {
482 if { [string compare [_read_ttk_current_theme] $cstyle] != 0 } {
579 if { [string compare [lindex $item 0] "-style"] != 0 } {
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/tcl/tequila/
H A Dtequila.tcl60 if {[string compare $error 0] == 0} {
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistWidget.tcl36 if {[string compare [interp alias {} ::tablelist::style] ""] != 0} {
40 if {[string compare [info commands ::ttk::style] ""] == 0} {
42 if {[string compare $::tile::version "0.7"] >= 0} {
460 if {[string compare [focus -lastfor %W] %W] == 0} {
497 if {[string compare $winSys "classic"] == 0 ||
498 [string compare $winSys "aqua"] == 0} {
654 if {[string compare $data(currentTheme) "tileqt"] == 0} {
930 if {$data(itemCount) == 0 || [string compare $dlineinfo ""] == 0} {
1165 set fullCollapsion [expr {[string compare $opt "-fully"] == 0}]
1175 if {[string compare
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dalphaindex.cpp104 UCollationResult cmp = coll.compare(s, *si, errorCode);
153 collatorPrimaryOnly.compare(name, bucket->lowerBoundary_, errorCode);
330 if (collatorPrimaryOnly_->compare(*item, firstScriptBoundary, errorCode) < 0) {
332 } else if (collatorPrimaryOnly_->compare(*item, overflowBoundary, errorCode) >= 0) {
335 collatorPrimaryOnly_->compare(*item, separated(*item), errorCode) == 0) {
471 if (collatorPrimaryOnly_->compare(current, *scriptUpperBoundary, errorCode) >= 0) {
477 if (collatorPrimaryOnly_->compare(current, *scriptUpperBoundary, errorCode) < 0) {
668 collatorPrimaryOnly_->compare(r->name_, *upperBoundary, errorCode) >= 0) {
670 // now reset the boundary that we compare against
935 if (collatorPrimaryOnly_->compare(
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/dbinc/
H A Ddb_185.in134 int (*compare) /* comparison function */
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dtest001.tcl16 # TEST After all are entered, retrieve all; compare output to original.
146 # Now we will get each key from the DB and compare the results
160 # Now compare the keys to see if they match the dictionary (or ints)
189 if { [string compare $omethod "-recno"] != 0 } {
202 if { [string compare $omethod "-recno"] != 0 } {
H A Dtest003.tcl16 # TEST retrieve all; compare output to original. Close file, reopen, do
77 if { [string compare [file type $f] "file"] != 0 } {
124 # Now we will get each key from the DB and compare the results
138 # Now compare the keys to see if they match the entries in the
150 if { [string compare [file type $f] "file"] != 0 } {
H A Dtest014.tcl199 # Now compare the keys to see if they match the dictionary (or ints)
222 if { [string compare $omethod "-recno"] != 0 } {
236 if { [string compare $omethod "-recno"] != 0 } {
H A Dtest030.tcl122 if { [string compare $k $str] != 0 } {
145 if { [string compare $k $str] != 0 } {
H A Dtest050.tcl135 dbc_get:next(compare) [lindex [lindex $old1 0] 1] DATAOVER1
196 if { [string compare $type by_key] == 0 } {
/macosx-10.10.1/CPANInternal-159.1/Data-UUID-1.219/
H A DUUID.pm44 $res = $ug->compare($uuid1, $uuid2);
120 $ug->compare(<uuid1>, <uuid2>);
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Ducaconf.cpp228 int32_t cmpres = coll->compare(oldB, oldBlen, buffer, buflen, status);
229 int32_t cmpres2 = coll->compare(buffer, buflen, oldB, oldBlen, status);
241 errln("Difference between coll->compare (%d) and sortkey compare (%d) on line %i",
/macosx-10.10.1/ICU-531.30/icuSources/test/iotest/
H A Dstream.cpp105 if (inStr.compare(thisMu) != 0) {
110 if (inStr2.compare(mu) != 0) {
/macosx-10.10.1/OpenSSL098-52/src/fips/rand/
H A Dfips_randtest.c194 static void compare(const unsigned char *result,const unsigned char *expected, function
234 compare(buf,tv->R, 16);
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dfips_randtest.c194 static void compare(const unsigned char *result,const unsigned char *expected, function
234 compare(buf,tv->R, 16);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_filedb/
H A DDbValue.h143 Comparator compare);
189 static int compare(const uint8 *a, const uint8 *b, int length);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DDbValue.h143 Comparator compare);
189 static int compare(const uint8 *a, const uint8 *b, int length);
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Denv.c61 static int compare(Dt_t *dt, Void_t* key1, Void_t* key2, Dtdisc_t* disc) function
81 compare
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DSmallString.h100 /// Check for string equality. This is more efficient than compare() when
113 int compare(StringRef RHS) const { function in class:llvm::SmallString
114 return str().compare(RHS);

Completed in 507 milliseconds

<<11121314151617181920>>