Searched refs:NS_ABORT_IF_FALSE (Results 1 - 11 of 11) sorted by relevance

/vbox/src/libs/xpcom18a4/python/src/
H A DVariantUtils.cpp235 NS_ABORT_IF_FALSE(0, "Unknown array type code!");
350 NS_ABORT_IF_FALSE(pthis, "Don't have a valid array to fill!");
432 NS_ABORT_IF_FALSE(PyString_Check(val_use), "PyObject_Str didnt return a string object!");
443 NS_ABORT_IF_FALSE(PyUnicode_Check(val_use), "PyUnicode_FromObject didnt return a Unicode object!");
483 NS_ABORT_IF_FALSE(PyString_Check(val_use), "PyObject_Str didnt return a string object!");
510 NS_ABORT_IF_FALSE(PyUnicode_Check(val_use), "PyUnicode_FromObject didnt return a Unicode object!");
639 NS_ABORT_IF_FALSE(PyErr_Occurred(), "NULL result in array conversion, but no error set!");
763 NS_ABORT_IF_FALSE(seq_length!=0, "VTYPE_ARRAY assumes at least one element!");
798 NS_ABORT_IF_FALSE(0, "BestVariantTypeForPyObject() returned a variant type not handled here!");
830 NS_ABORT_IF_FALSE(d
[all...]
H A DPyGStub.cpp74 NS_ABORT_IF_FALSE(iim != nsnull, "Cant get interface from IIM!");
114 NS_ABORT_IF_FALSE( ((NS_FAILED(rc)!=0)^(PyErr_Occurred()!=0)) == 0, "We must have failure with a Python error, or success without a Python error.");
H A DPyGBase.cpp90 NS_ABORT_IF_FALSE(*ppResult != NULL, "ThisAsIID() gave NULL, but we know it supports it!");
101 NS_ABORT_IF_FALSE(!(iid.Equals(NS_GET_IID(nsISupportsWeakReference)) || iid.Equals(NS_GET_IID(nsIWeakReference))),"Should not be creating gateways with weak-ref interfaces");
231 NS_ABORT_IF_FALSE(CheckDefaultGateway(ob, iid, &temp), "Auto-wrapped object didnt get a default gateway!");
396 NS_ABORT_IF_FALSE(PyErr_Occurred(), "Got NULL result, but no Python error flagged!");
450 NS_ABORT_IF_FALSE(m_pWeakRef, "Shouldn't be able to fail creating a weak reference!");
782 NS_ABORT_IF_FALSE(real_inst, "Did not have an _obj_ attribute");
819 NS_ABORT_IF_FALSE(real_inst, "Could not get the '_obj_' element");
823 NS_ABORT_IF_FALSE(swr, "Our gateway failed with a weak reference query");
H A Ddllmain.cpp131 NS_ABORT_IF_FALSE(0, "Could not create thread data for this thread!");
144 NS_ABORT_IF_FALSE(pData, "Have no thread data for this thread!");
153 NS_ABORT_IF_FALSE(pData, "Have no thread data for this thread!");
H A DPyGModule.cpp98 NS_ABORT_IF_FALSE(*r_classObj==NULL, "returning error result with an interface - probable leak!");
H A DPyXPCOM.h815 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"); \
H A DPyISupports.cpp472 NS_ABORT_IF_FALSE(ret==NULL, "Have an error, but also a return val!");
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsDebug.h101 * NS_ABORT_IF_FALSE(0 == foo++, "yikes foo should be zero");
106 #define NS_ABORT_IF_FALSE(_expr, _msg) \ macro
205 #define NS_ABORT_IF_FALSE(_expr, _msg) /* nothing */ macro
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTimelineService.cpp112 NS_ABORT_IF_FALSE(PR_GetCurrentThread() == mOwnerThread, \
209 NS_ABORT_IF_FALSE(gTLSIndex!=BAD_TLS_INDEX, "Our TLS not initialized");
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsExceptionService.cpp358 NS_ABORT_IF_FALSE(*emp, "Could not find the thread to drop!");
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileWin.cpp295 NS_ABORT_IF_FALSE(path, "don't pass nulls");

Completed in 251 milliseconds