Searched refs:NS_ABORT_IF_FALSE (Results 1 - 11 of 11) sorted by relevance
/vbox/src/libs/xpcom18a4/python/src/ |
H A D | VariantUtils.cpp | 235 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 D | PyGStub.cpp | 74 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 D | PyGBase.cpp | 90 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 D | dllmain.cpp | 131 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 D | PyGModule.cpp | 98 NS_ABORT_IF_FALSE(*r_classObj==NULL, "returning error result with an interface - probable leak!");
|
H A D | PyXPCOM.h | 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"); \
|
H A D | PyISupports.cpp | 472 NS_ABORT_IF_FALSE(ret==NULL, "Have an error, but also a return val!");
|
/vbox/src/libs/xpcom18a4/xpcom/glue/ |
H A D | nsDebug.h | 101 * 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 D | nsTimelineService.cpp | 112 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 D | nsExceptionService.cpp | 358 NS_ABORT_IF_FALSE(*emp, "Could not find the thread to drop!");
|
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsLocalFileWin.cpp | 295 NS_ABORT_IF_FALSE(path, "don't pass nulls");
|
Completed in 2315 milliseconds