Searched refs:Equals (Results 26 - 50 of 79) sorted by relevance

1234

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dgdiplustypes.h106 BOOL Equals(IN const Point& pt) function in class:Point
148 BOOL Equals(IN const PointF& pt) function in class:PointF
/vbox/src/libs/xpcom18a4/python/src/
H A DPyXPCOM.h292 if (!checkIID.Equals(Py_nsIID_NULL))
293 return self->m_iid.Equals(checkIID) != 0;
398 return m_iid.Equals(riid);
405 m_iid.Equals(((Py_nsIID *)ob)->m_iid);
410 return m_iid.Equals(iid.m_iid);
583 if (iid.Equals(NS_GET_IID(INTERFACE))) return (INTERFACE *)this; \
815 NS_ABORT_IF_FALSE(iid.Equals(NS_GET_IID(InterfaceName)), "Bad IID"); \
848 NS_ABORT_IF_FALSE(iid.Equals(NS_GET_IID(InterfaceName)), "Bad IID"); \
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsCheapSets.h81 return str && str->Equals(aVal);
H A DnsHashKeys.h83 return mStr.Equals(*aKey);
115 PRBool KeyEquals(KeyTypePointer aKey) const { return mStr.Equals(*aKey); }
239 PRBool KeyEquals(KeyTypePointer aKey) const { return aKey->Equals(mID); }
H A DnsCheapSets.cpp91 if (str && str->Equals(aVal)) {
H A DnsDoubleHashtable.h425 return NS_STATIC_CAST(const nsAString*, key)->Equals(mKey);
448 return NS_STATIC_CAST(const nsACString*, key)->Equals(mKey);
H A DnsISupportsArray.idl74 [notxpcom] boolean Equals([const] in nsISupportsArray other);
H A DnsStaticNameTable.cpp150 NS_ASSERTION(temp1.Equals(temp2), "upper case char in table");
H A DnsSupportsArray.h91 NS_IMETHOD_(PRBool) Equals(const nsISupportsArray* aOther);
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/
H A Dipcdclient.cpp315 if (td->observer && msg->Target().Equals(aTarget))
324 NS_ASSERTION(aTarget.Equals(IPCM_TARGET) || msg->Target().Equals(IPCM_TARGET),
366 PRBool isIPCMTarget = aTarget.Equals(IPCM_TARGET);
906 if (aTarget.Equals(IPCM_TARGET))
945 if (aTarget.Equals(IPCM_TARGET))
958 if (aTarget.Equals(IPCM_TARGET))
974 if (aTarget.Equals(IPCM_TARGET))
1027 if (msg->Target().Equals(IPCM_TARGET))
1135 if (aTarget.Equals(IPCM_TARGE
[all...]
/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/
H A DipcMessage.cpp146 ipcMessage::Equals(const nsID &target, const char *data, PRUint32 dataLen) const function in class:ipcMessage
149 mMsgHdr->mTarget.Equals(target) &&
155 ipcMessage::Equals(const ipcMessage *msg) const function in class:ipcMessage
/vbox/src/libs/xpcom18a4/xpcom/proxy/src/
H A DnsProxyEventClass.cpp134 isISupportsDescendent = iid->Equals(NS_GET_IID(nsISupports));
321 if(aIID.Equals(NS_GET_IID(ProxyEventClassIdentity)))
354 PRBool found = aIID.Equals(*iid);
/vbox/src/libs/xpcom18a4/xpcom/tests/windows/
H A DnsStringTest.h50 static const char* kEqualsError = "Equals error!";
531 PRBool result=mURL.Equals("file:/",PR_FALSE);
533 result=mURL.Equals("file:/",PR_FALSE,5);
535 result=mURL.Equals("file:/",PR_FALSE,-1);
539 result=s1.Equals("rick",PR_FALSE,6);
592 NS_ASSERTION(temp8.Equals(temp8),kEqualsError);
593 NS_ASSERTION(temp8.Equals(aaaa),kEqualsError);
597 NS_ASSERTION(temp8.Equals(temp10,PR_TRUE),kEqualsError);
598 NS_ASSERTION(temp8.Equals("AAAA",PR_TRUE),kEqualsError);
601 //now test the new string Equals API
[all...]
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiWorkingSet.cpp71 return iid1 == iid2 || iid1->Equals(*iid2);
388 if(!current || NS_FAILED(current->Equals(dir, &same)))
429 rv = dir->Equals(descDir, &matches);
H A DxptiInterfaceInfoManager.cpp266 greComponentDirectory->Equals(compDir, &equalsCompDir);
563 if(!iface->iid.Equals(zeroIID))
592 if(descriptor && aTypelibRecord.Equals(entry->GetTypelibRecord()))
628 if(NS_SUCCEEDED(parent->Equals(current, &same)) && same)
828 name.Equals(target.GetName()))
871 PRBool sameName = name.Equals(target.GetName());
1471 if(srcFile.Equals(destFile))
1523 if(srcZipItem.Equals(destZipItem))
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/
H A DipcClient.cpp125 if (!target.Equals(IPCM_TARGET))
H A DipcModuleReg.cpp239 if (entry.target.Equals(target)) {
H A Dipcd.cpp81 if (msg->Target().Equals(IPCM_TARGET)) {
H A DipcdWin.cpp186 if (msg->Target().Equals(IPCM_TARGET) &&
/vbox/src/libs/xpcom18a4/ipc/ipcd/test/
H A DTestIPC.cpp149 if (aTargets[i]->Equals(kTestTargetID))
151 else if (aTargets[i]->Equals(kIPCMTargetID))
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsDebug.h269 NS_ENSURE_FALSE(outer && !iid.Equals(NS_GET_IID(nsISupports)), NS_ERROR_INVALID_ARG)
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/src/
H A DtmTransactionService.cpp438 if (qmap && aDomainName.Equals(qmap->domainName))
464 if (qmap && aDomainName.Equals(qmap->domainName))
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.h125 mKey.mIID->Equals(*aKey->mIID);
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsExceptionService.cpp59 PRBool Equals(const nsHashKey *aKey) const { function in class:nsProviderKey
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsReadableUtils.cpp1026 return Substring(aSource, 0, sub_len).Equals(aSubstring, aComparator);
1037 return Substring(aSource, 0, sub_len).Equals(aSubstring, aComparator);
1048 return Substring(aSource, src_len - sub_len, sub_len).Equals(aSubstring,
1060 return Substring(aSource, src_len - sub_len, sub_len).Equals(aSubstring,

Completed in 131 milliseconds

1234