Home
last modified time | relevance | path

Searched defs:RaiseError (Results 1 – 25 of 135) sorted by relevance

123456

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/exec/
H A DFunctorBase.h40 void RaiseError(const char* message) const { this->ErrorMessage.RaiseError(message); } in RaiseError() function
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/exec/
H A DFunctorBase.h50 void RaiseError(const char* message) const { this->ErrorMessage.RaiseError(message); } in RaiseError() function
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/exec/internal/
H A DErrorMessageBuffer.h49 VTKM_EXEC void RaiseError(const char* message) const in RaiseError() function
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/exec/internal/
H A DErrorMessageBuffer.h59 VTKM_EXEC void RaiseError(const char* message) const in RaiseError() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libjingle_xmpp/xmllite/
H A Dxmlparser.h76 virtual void RaiseError(XML_Error err) { if (!raised_) raised_ = err; } in RaiseError() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libjingle_xmpp/xmllite/
H A Dxmlparser.h76 virtual void RaiseError(XML_Error err) { if (!raised_) raised_ = err; } in RaiseError() function
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/xmllite/
H A Dxmlparser.h93 virtual void RaiseError(XML_Error err) { if (!raised_) raised_ = err; } in RaiseError() function
/dports/science/thermofun/thermofun-0.3.8/ThermoFun/Common/
H A DException.h46 #define RaiseError(exception) \ macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/device_orientation/
H A Ddevice_sensor_entry.cc91 void DeviceSensorEntry::RaiseError() { in RaiseError() function in blink::DeviceSensorEntry
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/device_orientation/
H A Ddevice_sensor_entry.cc94 void DeviceSensorEntry::RaiseError() { in RaiseError() function in blink::DeviceSensorEntry
/dports/sysutils/py-pytsk/pytsk3-20210419/
H A Daff4_errors.h48 #define RaiseError(t, message, ...) \ macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/vr/orientation/
H A Dorientation_device.cc112 void VROrientationDevice::RaiseError() { in RaiseError() function in device::VROrientationDevice
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/vr/orientation/
H A Dorientation_device.cc118 void VROrientationDevice::RaiseError() { in RaiseError() function in device::VROrientationDevice
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/sensor/
H A Dsensor_proxy_impl.cc124 void SensorProxyImpl::RaiseError() { in RaiseError() function in blink::SensorProxyImpl
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/sensor/
H A Dsensor_proxy_impl.cc120 void SensorProxyImpl::RaiseError() { in RaiseError() function in blink::SensorProxyImpl
/dports/games/0ad/0ad-0.0.23b-alpha/source/lib/
H A Dutf8.cpp77 static UTF32 RaiseError(Status err, Status* perr) in RaiseError() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/public/cpp/bindings/lib/
H A Dinterface_ptr_state.h245 void RaiseError() { in RaiseError() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/cpp/bindings/lib/
H A Dinterface_ptr_state.h245 void RaiseError() { in RaiseError() function
/dports/misc/gpsim/gpsim-0.31.0/eXdbm/
H A Dmisc.c52 void RaiseError(int errorcode) in RaiseError() function
/dports/databases/p5-DBIx-SearchBuilder/DBIx-SearchBuilder-1.68/lib/DBIx/SearchBuilder/
H A DHandle.pm195 sub RaiseError { subroutine
/dports/editors/lazarus/lazarus/doceditor/fpdocupdater/
H A Dmainunit.pas275 procedure RaiseError(const S: String); procedure
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/doceditor/fpdocupdater/
H A Dmainunit.pas276 procedure RaiseError(const S: String); procedure
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/doceditor/fpdocupdater/
H A Dmainunit.pas276 procedure RaiseError(const S: String); procedure
/dports/editors/lazarus-qt5/lazarus/doceditor/fpdocupdater/
H A Dmainunit.pas275 procedure RaiseError(const S: String); procedure
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/Common/
H A DEdkLogger.py165 def error(ToolName, ErrorCode, Message=None, File=None, Line=None, ExtraData=None, RaiseError=IsRai… argument

123456