Searched refs:Equals (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_2/function/
H A Dtostring-2.js62 var equals = new TestFunction( "Equals", "a, b", tab+ "return a == b;" );
63 function Equals (a, b) { function
122 "Equals.toString()",
124 simplify(Equals.toString()) );
/macosx-10.10/mDNSResponder-561.1.1/Clients/DNSServiceBrowser.VB/
H A DDNSServiceBrowser.vb184 Public Overrides Function Equals(obj As Object) As Boolean
188 Return m_serviceName.Equals(obj.ToString)
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DProfileVerifierPass.cpp160 static bool Equals(double A, double B) { function in namespace:__anon10167
320 CheckValue(!Equals(DI.inWeight,DI.BBWeight),
326 CheckValue(!Equals(DI.BBWeight,DI.outWeight),
331 CheckValue(!Equals(DI.inWeight,DI.outWeight),
334 CheckValue(!Equals(DI.inWeight,DI.outWeight),
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DFoldingSet.h218 // Equals - Test if the profile for X would match ID, using TempID
222 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
251 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
354 DefaultFoldingSetTrait<T>::Equals(T &X, const FoldingSetNodeID &ID, function in class:llvm::DefaultFoldingSetTrait
367 DefaultContextualFoldingSetTrait<T, Ctx>::Equals(T &X, function in class:llvm::DefaultContextualFoldingSetTrait
402 return FoldingSetTrait<T>::Equals(*TN, ID, IDHash, TempID);
479 return ContextualFoldingSetTrait<T, Ctx>::Equals(*TN, ID, IDHash, TempID,
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h92 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
127 return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_);
216 virtual bool Equals(const ParamIteratorInterface<T>& other) const { function in class:testing::internal::RangeGenerator::Iterator
314 virtual bool Equals(const ParamIteratorInterface<T>& other) const { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
H A Dgtest-param-util-generated.h2888 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator2::Iterator
3011 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3152 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator4::Iterator
3310 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator5::Iterator
3487 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator6::Iterator
3681 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator7::Iterator
3894 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator8::Iterator
4123 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator9::Iterator
4370 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator10::Iterator
/macosx-10.10/zsh-61/zsh/Src/
H A Dsubst.c160 (str == str3 && c == Equals))
327 } else if (asssub && ((c == '=') || c == Equals) && str != str3) {
546 if ((*namptr)[1] && (eql = sub = strchr(*namptr + 1, Equals))) {
548 if ((sub[1] == Tilde || sub[1] == Equals) && filesubstr(&str, assign)) {
561 (sub[1] == Tilde || sub[1] == Equals) &&
609 if (*str == Tilde && str[1] != '=' && str[1] != Equals) {
665 } else if (*str == Equals && isset(EQUALS) && str[1]) { /* =foo */
1699 c != Inbrace && c != '=' && c != Equals && c != Hat &&
2104 } else if ((c = *s) == '=' || c == Equals) {
2106 if ((c = *++s) == '=' || c == Equals) {
[all...]
H A Dlex.c1275 c = Equals;
1277 add(Equals);
1312 c = Equals;
1314 c = Equals;
H A Dparse.c1602 (*p == Equals || *p == Inang || *p == OutangProc)) {
2214 if ((b[0] == Equals || b[0] == '=') &&
2215 (!b[1] || ((b[1] == Equals || b[1] == '=') && !b[2]))) {
2220 } else if (b[0] == '!' && (b[1] == Equals || b[1] == '=') && !b[2]) {
2225 } else if ((b[0] == Equals || b[0] == '=') &&
H A Dglob.c778 if ((c = *p) == '=' || c == Equals || c == '+' || c == '-' ||
803 if (c == '+' || c == '-' || c == '=' || c == Equals)
1243 case Equals:
H A Dutils.c2541 if (*t == Tilde || *t == Equals || *t == String)
2567 } else if (**s == Equals) {
2573 ic = Equals;
H A Dzsh.h145 #define Equals ((char) 0x8b) macro
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DLLVMContextImpl.h198 // Provide a FoldingSetTrait::Equals specialization for MDNode that can use a
201 static bool Equals(const MDNode &X, const FoldingSetNodeID &ID, function in struct:llvm::FoldingSetTrait
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcompctl.c1729 * trying to complete starts with (e.g. Tilde or Equals). */
2471 if (cmdstr && cmdstr[0] == Equals) {
3130 if (incompfunc || ((ic = *s) != Tilde && ic != Equals))
3175 rpre = (*p || *lpre == Tilde || *lpre == Equals) ?
3189 if (itok(*p) && (p > rpre || (*p != Equals && *p != Tilde)))
3353 } else if (ic == Equals) {
3509 *g = Equals;
3513 if ((*g == Equals || *g == Tilde) && !cc->withd) {
3544 if ((*g == Equals || *g == Tilde ||
H A Dzle_tricky.c491 *str != '=' && *str != Equals &&
560 *b != '=' && *b != Equals &&
709 if (*q == Equals) {
750 *q != '=' && *q != Equals &&
809 if (*w == Tilde || *w == Equals || *w == String)
839 if (*p == Tilde || *p == Equals)
1715 if (*s == Equals && !isset(EQUALS))
1878 *tp == '=' || *tp == Equals ||
H A Dcompcore.c1184 *b != '=' && *b != Equals &&
/macosx-10.10/mDNSResponder-561.1.1/Clients/DNSServiceBrowser.NET/
H A DDNSServiceBrowser.cs472 Equals(object other) method in class:DNSServiceBrowser_NET.Form1.BrowseData
/macosx-10.10/mDNSResponder-561.1.1/Clients/SimpleChat.NET/
H A DSimpleChat.cs573 Equals(object other) method in class:SimpleChat.NET.PeerData
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Analysis/
H A DScalarEvolution.h142 static bool Equals(const SCEV &X, const FoldingSetNodeID &ID, function in struct:llvm::FoldingSetTrait

Completed in 185 milliseconds