Home
last modified time | relevance | path

Searched defs:exception (Results 401 – 425 of 24273) sorted by relevance

1...<<11121314151617181920>>...971

/dports/textproc/py-pybtex/pybtex-0.24.0/pybtex/
H A Derrors.py51 def format_error(exception, prefix='ERROR: '): argument
66 def print_error(exception, prefix='ERROR: '): argument
70 def report_error(exception): argument
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/xni/parser/
H A DXMLErrorHandler.java58 XMLParseException exception) throws XNIException; in warning()
77 XMLParseException exception) throws XNIException; in error()
104 XMLParseException exception) throws XNIException; in fatalError()
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/sci_gateway/cpp/
H A Dsci_xcosDiagramToScilab.cpp150 catch (const GiwsException::JniCallMethodException& exception) in importFile() local
156 catch (const GiwsException::JniException& exception) in importFile() local
183 catch (const GiwsException::JniCallMethodException& exception) in exportFile() local
188 catch (const GiwsException::JniException& exception) in exportFile() local
/dports/www/osrm-backend/osrm-backend-5.26.0/include/util/
H A Dexception.hpp45 class exception : public std::exception class
48 explicit exception(const char *message) : message(message) {} in exception() function in osrm::util::exception
49 explicit exception(std::string message) : message(std::move(message)) {} in exception() function in osrm::util::exception
50 explicit exception(boost::format message) : message(message.str()) {} in exception() function in osrm::util::exception
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/magick/
H A Doperator.c333 ExceptionInfo *exception) in QuantumAddCB()
400 ExceptionInfo *exception) in QuantumAndCB()
467 ExceptionInfo *exception) in QuantumAssignCB()
540 ExceptionInfo *exception) in QuantumDepthCB()
735 ExceptionInfo *exception) in QuantumGammaCB()
909 ExceptionInfo *exception) in QuantumLogCB()
1081 ExceptionInfo *exception) in QuantumMaxCB()
1156 ExceptionInfo *exception) in QuantumMinCB()
1477 ExceptionInfo *exception) in QuantumOrCB()
1549 ExceptionInfo *exception) in QuantumPowCB()
[all …]
H A Danalyze.c63 ExceptionInfo *exception) in GetImageBoundingBox()
334 ExceptionInfo * restrict exception /* Exception report */ in GetImageDepthCallBack()
418 ExceptionInfo *exception) in GetImageDepth()
509 ExceptionInfo *exception) in GetImageCharacteristics()
696 GetImageType(const Image *image,ExceptionInfo *exception) in GetImageType()
755 ExceptionInfo *exception) in IsGrayImage()
865 ExceptionInfo *exception) in IsMonochromeImage()
977 ExceptionInfo *exception) in IsOpaqueImage()
/dports/devel/codeworker/CodeWorker4_5_3/java/src/
H A DJNICompiledTemplateScript.cpp40 } catch(std::exception& exception) { in Java_org_codeworker_jni_CompiledTemplateScript_buildFromString() local
58 } catch(std::exception& exception) { in Java_org_codeworker_jni_CompiledTemplateScript_buildFromFile() local
77 } catch(std::exception& exception) { in Java_org_codeworker_jni_CompiledTemplateScript_generate() local
97 } catch(std::exception& exception) { in Java_org_codeworker_jni_CompiledTemplateScript_generateString() local
117 } catch(std::exception& exception) { in Java_org_codeworker_jni_CompiledTemplateScript_expand() local
/dports/lang/ruby26/ruby-2.6.9/gems/test-unit-3.2.9/lib/test/unit/
H A Derror.rb18 attr_reader :test_name, :exception accessor in Test.Unit.Error
26 def initialize(test_name, exception, options={}) argument
89 def handle_all_exception(exception) argument
97 def pass_through_exception?(exception) argument
119 def add_error(exception) argument
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack/src/ServiceStack.Interfaces/Logging/
H A DILog.cs29 void Debug(object message, Exception exception); in Debug()
49 void Error(object message, Exception exception); in Error()
69 void Fatal(object message, Exception exception); in Fatal()
89 void Info(object message, Exception exception); in Info()
109 void Warn(object message, Exception exception); in Warn()
/dports/lang/mono/mono-5.10.1.57/mcs/nunit24/NUnitCore/core/
H A DTestMethod.cs271 protected string GetStackTrace(Exception exception) in GetStackTrace()
294 protected internal virtual void ProcessException(Exception exception, TestCaseResult testResult) in ProcessException()
334 protected bool IsExpectedExceptionType(Exception exception) in IsExpectedExceptionType()
339 protected bool IsExpectedMessageMatch(Exception exception) in IsExpectedMessageMatch()
362 protected string WrongTypeMessage(Exception exception) in WrongTypeMessage()
370 protected string WrongTextMessage(Exception exception) in WrongTextMessage()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/functional/test/gaptest/
H A DBug4848653.java69 public void error(SAXParseException exception) throws SAXParseException { in error()
73 public void warning(SAXParseException exception) throws SAXParseException { in warning()
77 public void fatalError(SAXParseException exception) throws SAXParseException { in fatalError()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jaxp/javax/xml/jaxp/functional/test/gaptest/
H A DBug4848653.java69 public void error(SAXParseException exception) throws SAXParseException { in error()
73 public void warning(SAXParseException exception) throws SAXParseException { in warning()
77 public void fatalError(SAXParseException exception) throws SAXParseException { in fatalError()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/autotrace/
H A Dexception.c16 gboolean at_exception_got_fatal(at_exception_type * exception) in at_exception_got_fatal()
21 void at_exception_fatal(at_exception_type * exception, const gchar * message) in at_exception_fatal()
31 void at_exception_warning(at_exception_type * exception, const gchar * message) in at_exception_warning()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jaxp/javax/xml/jaxp/functional/test/gaptest/
H A DBug4848653.java69 public void error(SAXParseException exception) throws SAXParseException { in error()
73 public void warning(SAXParseException exception) throws SAXParseException { in warning()
77 public void fatalError(SAXParseException exception) throws SAXParseException { in fatalError()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jaxp/javax/xml/jaxp/functional/test/gaptest/
H A DBug4848653.java69 public void error(SAXParseException exception) throws SAXParseException { in error()
73 public void warning(SAXParseException exception) throws SAXParseException { in warning()
77 public void fatalError(SAXParseException exception) throws SAXParseException { in fatalError()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jaxp/javax/xml/jaxp/functional/test/gaptest/
H A DBug4858685.java69 transformer.transform(streamSource, domResult); in test()
74 … String goldenString = new String(Files.readAllBytes(Paths.get(GOLDEN_DIR + "Bug4858685.txt"))); in test()
81 * DOMDump: dump a DOM to a String in human readable form. method dumpDOM() in test()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jaxp/javax/xml/jaxp/functional/test/gaptest/
H A DBug4848653.java69 public void error(SAXParseException exception) throws SAXParseException { in error()
73 public void warning(SAXParseException exception) throws SAXParseException { in warning()
77 public void fatalError(SAXParseException exception) throws SAXParseException { in fatalError()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/functional/test/gaptest/
H A DBug4848653.java69 public void error(SAXParseException exception) throws SAXParseException { in error()
73 public void warning(SAXParseException exception) throws SAXParseException { in warning()
77 public void fatalError(SAXParseException exception) throws SAXParseException { in fatalError()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jaxp/javax/xml/jaxp/functional/test/gaptest/
H A DBug4848653.java69 public void error(SAXParseException exception) throws SAXParseException { in error()
73 public void warning(SAXParseException exception) throws SAXParseException { in warning()
77 public void fatalError(SAXParseException exception) throws SAXParseException { in fatalError()
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/magick/
H A Dattribute.c139 ExceptionInfo *exception) in GetEdgeBackgroundFactor()
252 ExceptionInfo *exception) in GetEdgeBoundingBox()
392 ExceptionInfo *exception) in GetImageBoundingBox()
576 const ChannelType channel,ExceptionInfo *exception) in GetImageChannelDepth()
973 ExceptionInfo *exception) in IdentifyImageGray()
1054 ExceptionInfo *exception) in IdentifyImageMonochrome()
1137 ExceptionInfo *exception) in IdentifyImageType()
1195 ExceptionInfo *exception) in IsGrayImage()
1232 ExceptionInfo *exception) in IsMonochromeImage()
1269 ExceptionInfo *exception) in IsOpaqueImage()
[all …]
H A Dconfigure.c141 ExceptionInfo *exception) in AcquireConfigureCache()
330 ExceptionInfo *exception) in GetConfigureInfo()
414 size_t *number_options,ExceptionInfo *exception) in GetConfigureInfoList()
508 size_t *number_options,ExceptionInfo *exception) in GetConfigureList()
581 *exception; in GetConfigureOption() local
623 ExceptionInfo *exception) in GetConfigureOptions()
714 ExceptionInfo *exception) in GetConfigurePaths()
993 static MagickBooleanType IsConfigureCacheInstantiated(ExceptionInfo *exception) in IsConfigureCacheInstantiated()
1032 ExceptionInfo *exception) in ListConfigureInfo()
1126 ExceptionInfo *exception) in LoadConfigureCache()
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/magick/
H A Dattribute.c139 ExceptionInfo *exception) in GetEdgeBackgroundFactor()
252 ExceptionInfo *exception) in GetEdgeBoundingBox()
392 ExceptionInfo *exception) in GetImageBoundingBox()
576 const ChannelType channel,ExceptionInfo *exception) in GetImageChannelDepth()
973 ExceptionInfo *exception) in IdentifyImageGray()
1054 ExceptionInfo *exception) in IdentifyImageMonochrome()
1137 ExceptionInfo *exception) in IdentifyImageType()
1195 ExceptionInfo *exception) in IsGrayImage()
1232 ExceptionInfo *exception) in IsMonochromeImage()
1269 ExceptionInfo *exception) in IsOpaqueImage()
[all …]
H A Dconfigure.c141 ExceptionInfo *exception) in AcquireConfigureCache()
330 ExceptionInfo *exception) in GetConfigureInfo()
414 size_t *number_options,ExceptionInfo *exception) in GetConfigureInfoList()
508 size_t *number_options,ExceptionInfo *exception) in GetConfigureList()
581 *exception; in GetConfigureOption() local
623 ExceptionInfo *exception) in GetConfigureOptions()
714 ExceptionInfo *exception) in GetConfigurePaths()
993 static MagickBooleanType IsConfigureCacheInstantiated(ExceptionInfo *exception) in IsConfigureCacheInstantiated()
1032 ExceptionInfo *exception) in ListConfigureInfo()
1126 ExceptionInfo *exception) in LoadConfigureCache()
/dports/www/matomo/piwik/plugins/Monolog/Processor/
H A DExceptionToTextProcessor.php72 private function isLooksLikeFatalErrorArray($exception)
77 private function getMessage($exception)
90 private function getStackTrace($exception)
100 public static function getMessageAndWholeBacktrace($exception, $shouldPrintBacktrace = null)
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickCore/
H A Dstream.c99 *exception; member
160 ExceptionInfo *exception) in AcquireStreamInfo()
367 ExceptionInfo *exception) in GetAuthenticPixelsStream()
513 Quantum *pixel,ExceptionInfo *exception) in GetOneVirtualPixelFromStream()
686 ExceptionInfo *exception) in AcquireStreamPixels()
742 ExceptionInfo *exception) in GetVirtualPixelStream()
919 ExceptionInfo *exception) in QueueAuthenticPixelsStream()
1043 ExceptionInfo *exception) in ReadStream()
1337 StreamInfo *stream_info,ExceptionInfo *exception) in StreamImage()
1402 const Image *image,ExceptionInfo *exception) in StreamImagePixels()
[all …]

1...<<11121314151617181920>>...971