Home
last modified time | relevance | path

Searched refs:ExceptionType (Results 1 – 25 of 56) sorted by relevance

123

/external/ImageMagick/MagickCore/
Dexception.h99 } ExceptionType; typedef
103 ExceptionType
127 (*ErrorHandler)(const ExceptionType,const char *,const char *);
130 (*FatalErrorHandler)(const ExceptionType,const char *,const char *);
133 (*WarningHandler)(const ExceptionType,const char *,const char *);
139 *GetLocaleExceptionMessage(const ExceptionType,const char *);
153 ThrowException(ExceptionInfo *,const ExceptionType,const char *,
156 const size_t,const ExceptionType,const char *,const char *,va_list),
158 const ExceptionType,const char *,const char *,...)
165 MagickError(const ExceptionType,const char *,const char *),
[all …]
Dexception.c70 DefaultErrorHandler(const ExceptionType,const char *,const char *),
71 DefaultFatalErrorHandler(const ExceptionType,const char *,const char *),
72 DefaultWarningHandler(const ExceptionType,const char *,const char *);
291 static void DefaultErrorHandler(const ExceptionType magick_unused(severity), in DefaultErrorHandler()
333 static void DefaultFatalErrorHandler(const ExceptionType severity, in DefaultFatalErrorHandler()
375 static void DefaultWarningHandler(const ExceptionType magick_unused(severity), in DefaultWarningHandler()
512 static const char *ExceptionSeverityToTag(const ExceptionType severity) in ExceptionSeverityToTag()
584 MagickExport const char *GetLocaleExceptionMessage(const ExceptionType severity, in GetLocaleExceptionMessage()
714 MagickExport void MagickError(const ExceptionType error,const char *reason, in MagickError()
750 MagickExport void MagickFatalError(const ExceptionType error,const char *reason, in MagickFatalError()
[all …]
Dnt-base.h328 NTErrorHandler(const ExceptionType,const char *,const char *),
330 NTWarningHandler(const ExceptionType,const char *,const char *);
Dimage-view.h38 *GetImageViewException(const ImageView *,ExceptionType *);
/external/ImageMagick/MagickWand/
Dpixel-iterator.h32 *PixelGetIteratorException(const PixelIterator *,ExceptionType *);
34 extern WandExport ExceptionType
DMagickWand.h100 *MagickGetException(const MagickWand *,ExceptionType *);
102 extern WandExport ExceptionType
Dpixel-wand.h31 *PixelGetException(const PixelWand *,ExceptionType *);
45 extern WandExport ExceptionType
Dwandcli.h38 const ExceptionType,const char *,const char *,...)
Ddrawing-wand.h36 *DrawGetException(const DrawingWand *,ExceptionType *),
75 extern WandExport ExceptionType
Dwand-view.h38 *GetWandViewException(const WandView *,ExceptionType *);
Dmagick-wand.c274 ExceptionType *severity) in MagickGetException()
283 assert(severity != (ExceptionType *) NULL); in MagickGetException()
330 WandExport ExceptionType MagickGetExceptionType(const MagickWand *wand) in MagickGetExceptionType()
/external/antlr/runtime/Cpp/include/
Dantlr3interfaces.hpp72 enum ExceptionType enum
107 template<class ImplTraits, ExceptionType Ex, class StreamType>
Dantlr3exception.inl173 template<class ImplTraits, ExceptionType Ex, class StreamType>
185 template<class ImplTraits, ExceptionType Ex, class StreamType>
191 template<class ImplTraits, ExceptionType Ex, class StreamType>
208 template<class ImplTraits, ExceptionType Ex, class StreamType>
227 template<class ImplTraits, ExceptionType Ex, class StreamType>
/external/ImageMagick/www/source/
Dwand.c12 ExceptionType \ in main()
/external/ImageMagick/MagickWand/tests/
Dadd_norm.c12 ExceptionType in ThrowWandException()
Dadd_last.c12 ExceptionType in ThrowWandException()
Dadd_first.c12 ExceptionType in ThrowWandException()
Dadd_index.c12 ExceptionType in ThrowWandException()
Dadd_mixed.c12 ExceptionType in ThrowWandException()
Dadd_first_lists.c12 ExceptionType in ThrowWandException()
Dadd_last_lists.c12 ExceptionType in ThrowWandException()
Dadd_norm_lists.c12 ExceptionType in ThrowWandException()
Dadd_mixed_lists.c12 ExceptionType in ThrowWandException()
Dloop_over_lists.c15 ExceptionType in ThrowWandException()
/external/ImageMagick/api_examples/
Dwand.c33 ExceptionType in ThrowWandException()

123