Searched refs:equal (Results 251 - 275 of 1059) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DIdentity.cpp76 // Certificates in different keychains are considered equal if data is equal
83 // Certificates in different keychains are considered equal if data is equal;
85 // not be considered equal (according to mb)
89 bool Identity::equal(SecCFObject &other) function in class:Identity
/macosx-10.10/WTF-7600.1.24/wtf/
H A DSchedulePair.h82 static bool equal(const RefPtr<SchedulePair>& a, const RefPtr<SchedulePair>& b) { return a == b; } function in struct:WTF::SchedulePairHash
/macosx-10.10/WTF-7600.1.24/wtf/text/
H A DCString.h98 WTF_EXPORT_PRIVATE static bool equal(const CString& a, const CString& b);
H A DWTFString.h464 inline bool operator==(const String& a, const String& b) { return equal(a.impl(), b.impl()); }
465 inline bool operator==(const String& a, const LChar* b) { return equal(a.impl(), b); }
466 inline bool operator==(const String& a, const char* b) { return equal(a.impl(), reinterpret_cast<const LChar*>(b)); }
467 inline bool operator==(const LChar* a, const String& b) { return equal(a, b.impl()); }
468 inline bool operator==(const char* a, const String& b) { return equal(reinterpret_cast<const LChar*>(a), b.impl()); }
470 inline bool operator==(const Vector<char, inlineCapacity>& a, const String& b) { return equal(b.impl(), a.data(), a.size()); }
475 inline bool operator!=(const String& a, const String& b) { return !equal(a.impl(), b.impl()); }
476 inline bool operator!=(const String& a, const LChar* b) { return !equal(a.impl(), b); }
477 inline bool operator!=(const String& a, const char* b) { return !equal(a.impl(), reinterpret_cast<const LChar*>(b)); }
478 inline bool operator!=(const LChar* a, const String& b) { return !equal(
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DSubimageCacheWithTimer.h76 static bool equal(const SubimageCacheEntry& a, const SubimageCacheEntry& b) function in struct:WebCore::SubimageCacheWithTimer::SubimageCacheHash
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DCOMPtr.h235 using PtrHash<P*>::equal;
236 static bool equal(const COMPtr<P>& a, const COMPtr<P>& b) { return a == b; } function in struct:WTF::PtrHash
237 static bool equal(P* a, const COMPtr<P>& b) { return a == b; } function in struct:WTF::PtrHash
238 static bool equal(const COMPtr<P>& a, P* b) { return a == b; } function in struct:WTF::PtrHash
/macosx-10.10/WebKit2-7600.1.25/Platform/IPC/
H A DStringReference.h76 static bool equal(const StringReference& a, const StringReference& b) { return a == b; } function in struct:IPC::StringReference::Hash
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-async.el256 (when (and (equal group gnus-async-current-prefetch-group)
318 (when (equal group (nth 3 (car alist)))
370 (equal group (car gnus-async-header-prefetched))
371 (equal articles (cdr gnus-async-header-prefetched)))
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/ftp/
H A Dftp_geturl.tcl84 if {[string equal $ftp_file {}]} {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_pegrammar.tcl18 verify verify-as-canonical canonicalize print merge equal
208 if {![pt::pe equal \
234 if {![pt::pe equal \
254 proc ::pt::peg::equal {seriala serialb} {
256 string equal \
H A Dpt_pexpression.tcl19 bottomup topdown print equal \
47 set iscanonical [string equal $serial [list {*}$serial]]
160 proc ::pt::pe::equal {seriala serialb} {
161 return [string equal \
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dreftex-index.el53 (let* ((use-default (not (equal arg '(16)))) ; check for double prefix
76 (if (equal sel "")
138 ((equal ntag i) tag1)
158 (if (and (not (equal tag ""))
185 (if (and default (equal tag "")) (setq tag default))
249 (if (and default (equal rpl ?\C-m))
505 (equal (nth 1 cell) tag)
521 (when (and (not (equal first-char this-section-char))
618 (not (equal reftex-last-follow-point (point)))
1015 (and (equal ol
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPAttributeList.cpp100 if(equal(name.begin(), name.end(), tmpType.begin(),
123 if(equal(tmpAttrType.begin(), tmpAttrType.end(), attrType.begin(),
150 if(equal(type.begin(), type.end(), i->getName().begin(),
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DFloatingObjects.h104 static bool equal(const std::unique_ptr<FloatingObject>& a, const std::unique_ptr<FloatingObject>& b) { return &a->renderer() == &b->renderer(); } function in struct:WebCore::FloatingObjectHashFunctions
110 static bool equal(const std::unique_ptr<FloatingObject>& a, const RenderBox& b) { return &a->renderer() == &b; } function in struct:WebCore::FloatingObjectHashTranslator
111 static bool equal(const std::unique_ptr<FloatingObject>& a, const FloatingObject& b) { return &a->renderer() == &b.renderer(); } function in struct:WebCore::FloatingObjectHashTranslator
/macosx-10.10/emacs-93/emacs/lisp/
H A Dedmacro.el124 (if (string-equal cmd "")
248 (unless (equal str "")
249 (setq cmd (and (not (equal str "none"))
264 (unless (equal key "")
265 (if (equal key "none")
285 (unless (equal str "")
293 (unless (equal str "")
309 (unless (or cmd keys store-hook (equal str ""))
587 (unless (equal res "") (callf concat res "\n"))
598 (unless (equal re
[all...]
H A Dffap.el479 ((equal mesg "connection failed")
480 (if (equal (nth 2 error) "permission denied")
565 (if (equal host "localhost")
569 (if (or (equal user (ffap-soft-value "ange-ftp-default-user"))
570 (equal user (ffap-soft-value "efs-default-user")))
696 (if (equal (car tem) ".") (setcar tem ""))
759 (or dir-ok (setq dir-ok (equal "" (file-name-nondirectory file))))
865 (and (equal (ffap-string-around) "()") (ffap-info name)))
1056 (if (equal "" str)
1083 (let ((prefix (if (and (equal (ffa
[all...]
/macosx-10.10/emacs-93/emacs/lisp/mh-e/
H A Dmh-junk.el61 ((equal mh-junk-disposition "") "+")
138 score greater than or equal to 10. Here's how you can determine a
261 (unless (or (null from) (equal from ""))
295 (domains (make-hash-table :test 'equal)))
/macosx-10.10/ruby-106/ruby/lib/irb/ext/
H A Dmulti-irb.rb113 @jobs.find{|k, v| v.equal?(key)}
117 @jobs.find{|k, v| v.context.main.equal?(key)}
135 @jobs[i][1].context.main.equal?(key))
239 # if @eval_history #and !@__.equal?(@last_value)
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/des/
H A Ddes.tcl96 if {[string equal $state(dir) "encrypt"]} {
215 if {[string equal $opts(-dir) "encrypt"]} {
237 if {[string equal $opts(-dir) "encrypt"]} {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/fileutil/
H A Dtraverse.tcl201 [string equal [file tail $f] "."] ||
202 [string equal [file tail $f] ".."]
375 if {[string equal $::tcl_platform(platform) windows]} {
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/
H A Djsonrpc.tcl167 } elseif {[string equal struct $type] || [string equal object $type]} {
174 } elseif {[string equal $type "string"]} {
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/tkpiechart/
H A Dcanlabel.tcl58 ![string equal $switched::($this,-selectrelief) flat] &&\
98 if {[string equal $value flat]} {
118 if {[string equal $relief flat]} {
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Draw_usrreq.c142 #define equal(a1, a2) \ macro
144 if (rp->rcb_laddr && !equal(rp->rcb_laddr, dst))
146 if (rp->rcb_faddr && !equal(rp->rcb_faddr, src))
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-map.el524 (cond ((equal calc-mapping-dir "r") " rows")
525 ((equal calc-mapping-dir "c") " columns")
526 ((equal calc-mapping-dir "a") " across")
527 ((equal calc-mapping-dir "d") " down")
553 (setq calc-mapping-dir (if (equal calc-mapping-dir "r")
559 (setq calc-mapping-dir (if (equal calc-mapping-dir "r")
561 (setq calc-mapping-dir (if (equal calc-mapping-dir "a")
567 (setq calc-mapping-dir (if (equal calc-mapping-dir "c")
569 (setq calc-mapping-dir (if (equal calc-mapping-dir "d")
674 (let* ((dir (cond ((and (equal cal
[all...]
/macosx-10.10/MITKerberosShim-66/mittestcc/
H A Dtest_ccapi_ccache.c1696 cc_uint32 equal = 0; local
1717 equal = 1;
1718 check_once_cc_ccache_compare(ccache_a, ccache_a, &equal, ccNoError, "compare ccache with same pointer");
1719 equal = 1;
1720 check_once_cc_ccache_compare(ccache_a, ccache_b, &equal, ccNoError, "compare different handles to same ccache");
1729 equal = 0;
1730 check_once_cc_ccache_compare(ccache_a, ccache_b, &equal, ccNoError, "compare different ccaches");
1731 check_once_cc_ccache_compare(ccache_a, NULL, &equal, ccErrBadParam, "NULL compare_to ccache");
1747 cc_int32 check_once_cc_ccache_compare(cc_ccache_t ccache, cc_ccache_t compare_to, cc_uint32 *equal, cc_int32 expected_err, const char *description) { argument
1764 if (equal) {
[all...]

Completed in 375 milliseconds

<<11121314151617181920>>