Searched refs:ToString (Results 1 - 25 of 39) sorted by relevance

12

/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/tests/
H A DTestInterfaceInfo.cpp65 fprintf(stderr, "%s iid %s\n", name1, iid1->ToString());
70 fprintf(stderr, "%s iid %s\n", name2, iid2->ToString());
72 fprintf(stderr, "iid: %s, name: %s\n", iid1->ToString(), name1);
73 fprintf(stderr, "iid: %s, name: %s\n", iid2->ToString(), name2);
84 fprintf(stderr, "%s iid %s\n", name3, iid2->ToString());
126 fprintf(stderr, "iid assoc'd with param 2 of method 7 of GetServiceWithListener - %s\n", nsISL->ToString());
138 fprintf(stderr, "iid assoc'd with param 3 of method 7 of GetServiceWithListener - %s\n", nsISS->ToString());
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestID.cpp63 char* cp = id.ToString();
65 fprintf(stderr, "TestID: ToString failed on test #%d\n", i);
69 fprintf(stderr, "TestID: compare of ToString failed on test #%d\n", i);
H A DTestAtoms.cpp88 id->ToString(s1);
89 ids[i]->ToString(s2);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsSupportsPrimitives.cpp88 NS_IMETHODIMP nsSupportsIDImpl::ToString(char **_retval) function in class:nsSupportsIDImpl
94 result = mData->ToString();
127 NS_IMETHODIMP nsSupportsCStringImpl::ToString(char **_retval) function in class:nsSupportsCStringImpl
164 NS_IMETHODIMP nsSupportsStringImpl::ToString(PRUnichar **_retval) function in class:nsSupportsStringImpl
211 NS_IMETHODIMP nsSupportsPRBoolImpl::ToString(char **_retval) function in class:nsSupportsPRBoolImpl
252 NS_IMETHODIMP nsSupportsPRUint8Impl::ToString(char **_retval) function in class:nsSupportsPRUint8Impl
297 NS_IMETHODIMP nsSupportsPRUint16Impl::ToString(char **_retval) function in class:nsSupportsPRUint16Impl
342 NS_IMETHODIMP nsSupportsPRUint32Impl::ToString(char **_retval) function in class:nsSupportsPRUint32Impl
387 NS_IMETHODIMP nsSupportsPRUint64Impl::ToString(char **_retval) function in class:nsSupportsPRUint64Impl
432 NS_IMETHODIMP nsSupportsPRTimeImpl::ToString(cha function in class:nsSupportsPRTimeImpl
477 NS_IMETHODIMP nsSupportsCharImpl::ToString(char **_retval) function in class:nsSupportsCharImpl
522 NS_IMETHODIMP nsSupportsPRInt16Impl::ToString(char **_retval) function in class:nsSupportsPRInt16Impl
567 NS_IMETHODIMP nsSupportsPRInt32Impl::ToString(char **_retval) function in class:nsSupportsPRInt32Impl
612 NS_IMETHODIMP nsSupportsPRInt64Impl::ToString(char **_retval) function in class:nsSupportsPRInt64Impl
657 NS_IMETHODIMP nsSupportsFloatImpl::ToString(char **_retval) function in class:nsSupportsFloatImpl
702 NS_IMETHODIMP nsSupportsDoubleImpl::ToString(char **_retval) function in class:nsSupportsDoubleImpl
748 NS_IMETHODIMP nsSupportsVoidImpl::ToString(char **_retval) function in class:nsSupportsVoidImpl
827 NS_IMETHODIMP nsSupportsInterfacePointerImpl::ToString(char **_retval) function in class:nsSupportsInterfacePointerImpl
865 nsSupportsDependentCString::ToString(char **_retval) function in class:nsSupportsDependentCString
[all...]
H A DnsAtomTable.cpp360 AtomImpl::ToString(nsAString& aBuf) function in class:AtomImpl
421 nsStaticAtomWrapper::ToString(nsAString& aBuf) function in class:nsStaticAtomWrapper
H A DnsVariant.cpp774 static nsresult ToString(const nsDiscriminatedUnion& data, function
791 NS_ERROR("ToString being called for a string type - screwy logic!");
808 ptr = data.u.mIDValue.ToString();
886 nsresult rv = ToString(data, tempCString);
936 return ToString(data, _retval);
989 nsresult rv = ToString(data, tempCString);
1082 rv = ToString(data, tempCString);
1152 rv = ToString(data, tempCString);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTTimeSpec.cpp45 char *ToString(PRTTIME pTime) function
67 RTTestIPrintf(RTTESTLVL_ALWAYS, "%RI64 ns - %s\n", ns, ToString(&T1)); \
76 RTTestIPrintf(RTTESTLVL_ALWAYS, "%RI64 sec - %s\n", sec, ToString(&T1)); \
100 ToString(pTime), __LINE__, (_i32Year), (_u8Month), (_u8MonthDay), (_u8Hour), (_u8Minute), \
104 RTTestIPrintf(RTTESTLVL_ALWAYS, "=> %s\n", ToString(pTime)); \
120 RTTestIPrintf(RTTESTLVL_ALWAYS, " %s\n", ToString(pTime)); \
149 RTTestIPrintf(RTTESTLVL_ALWAYS, " %RI64 ns - %s\n", RTTimeSpecGetNano(&Now), ToString(&T1));
160 RTTestIPrintf(RTTESTLVL_ALWAYS, " %RI64 ns - %s\n", RTTimeSpecGetNano(&Now), ToString(&T1));
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcnetdb.h81 virtual PRStatus ToString(char *string, PRSize size) const;
H A Drcnetdb.cpp126 PRStatus RCNetAddr::ToString(char *string, PRSize size) const function in class:RCNetAddr
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsID.h103 NS_COM char* ToString() const;
H A DnsID.cpp127 NS_COM char *nsID::ToString() const function in class:nsID
/vbox/src/libs/xpcom18a4/xpcom/proxy/src/
H A DnsProxyEventClass.cpp95 char* iidStr = aIID.ToString();
105 char* iidStr = aIID.ToString();
183 char* iidStr = aIID.ToString();
226 char* iidStr = mIID.ToString();
H A DnsProxyEventObject.cpp136 char * iid = GetClass()->GetProxiedIID().ToString();
/vbox/src/libs/xpcom18a4/python/src/
H A DTypeObject.cpp150 iid_repr = pis->m_iid.ToString();
174 rv = ss->ToString(&val);
H A DPyIID.cpp183 iid_repr = me->m_iid.ToString();
209 char *sziid = s_iid->m_iid.ToString();
223 char *sziid = s_iid->m_iid.ToString();
H A DPyISupports.cpp210 rv = ss->ToString(&val);
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManager.cpp1668 char *buf = aClass.ToString();
1746 buf = aClass->ToString();
1776 char *buf = aClass.ToString();
1800 cid.Adopt(aClass.ToString());
1841 cid.Adopt(aClass.ToString());
1842 iid.Adopt(aIID.ToString());
1863 cid.Adopt(aClass.ToString());
1888 char *buf = aClass.ToString();
1922 iid.Adopt(aIID.ToString());
2041 cid.Adopt(aClass.ToString());
[all...]
/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaXPCOMBindingUtils.cpp492 char* iid_str = item->iid.ToString();
551 char* iid_str = aIID.ToString();
586 char* iid_str = aIID.ToString();
622 char* iid_str = aIID.ToString();
713 char* iid_str = iid->ToString();
746 char* iid_str = aIID.ToString();
H A DnsJavaXPTCStub.cpp72 char* iid_str = iid->ToString();
111 char* iid_str = iid->ToString();
151 char* iid_str = iid->ToString();
171 char* iid_str = iid->ToString();
288 char* iid_str = aIID.ToString();
1653 char* iid_str = iid->ToString();
/vbox/src/VBox/Main/src-all/
H A DVirtualBoxErrorInfoImpl.cpp301 NS_IMETHODIMP VirtualBoxErrorInfo::ToString(char ** /* retval */) function in class:VirtualBoxErrorInfo
/vbox/include/iprt/
H A Dsha.h443 RTDECL(int) RT_CONCAT3(RTSha,a_Name,ToString)(uint8_t const pabDigest[RT_CONCAT3(RTSHA,a_UName,_HASH_SIZE)], char *pszDigest, size_t cchDigest); \
/vbox/src/libs/xpcom18a4/ipc/ipcd/test/
H A DTestIPC.cpp155 char *str = aTargets[i]->ToString();
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsGenericFactory.cpp387 char* cs = aClass.ToString();
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiManifest.cpp99 char* iidStr = entry->GetTheIID()->ToString();
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/
H A Dipcdclient.cpp1378 char *targetStr = target.ToString();
1421 char *targetStr = msg->Target().ToString();

Completed in 1474 milliseconds

12