/external/ImageMagick/MagickCore/ |
D | exception.h | 99 } 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 …]
|
D | exception.c | 71 DefaultErrorHandler(const ExceptionType,const char *,const char *), 72 DefaultFatalErrorHandler(const ExceptionType,const char *,const char *), 73 DefaultWarningHandler(const ExceptionType,const char *,const char *); 298 static void DefaultErrorHandler(const ExceptionType magick_unused(severity), in DefaultErrorHandler() 340 static void DefaultFatalErrorHandler(const ExceptionType severity, in DefaultFatalErrorHandler() 382 static void DefaultWarningHandler(const ExceptionType magick_unused(severity), in DefaultWarningHandler() 571 static const char *ExceptionSeverityToTag(const ExceptionType severity) in ExceptionSeverityToTag() 643 MagickExport const char *GetLocaleExceptionMessage(const ExceptionType severity, in GetLocaleExceptionMessage() 773 MagickExport void MagickError(const ExceptionType error,const char *reason, in MagickError() 809 MagickExport void MagickFatalError(const ExceptionType error,const char *reason, in MagickFatalError() [all …]
|
D | nt-base.h | 323 NTErrorHandler(const ExceptionType,const char *,const char *), 325 NTWarningHandler(const ExceptionType,const char *,const char *);
|
D | image-view.h | 38 *GetImageViewException(const ImageView *,ExceptionType *);
|
/external/ImageMagick/MagickWand/ |
D | pixel-iterator.h | 32 *PixelGetIteratorException(const PixelIterator *,ExceptionType *); 34 extern WandExport ExceptionType
|
D | MagickWand.h | 101 *MagickGetException(const MagickWand *,ExceptionType *); 103 extern WandExport ExceptionType
|
D | pixel-wand.h | 31 *PixelGetException(const PixelWand *,ExceptionType *); 45 extern WandExport ExceptionType
|
D | wandcli.h | 38 const ExceptionType,const char *,const char *,...)
|
D | drawing-wand.h | 36 *DrawGetException(const DrawingWand *,ExceptionType *), 75 extern WandExport ExceptionType
|
D | wand-view.h | 38 *GetWandViewException(const WandView *,ExceptionType *);
|
/external/antlr/runtime/Cpp/include/ |
D | antlr3interfaces.hpp | 72 enum ExceptionType enum 107 template<class ImplTraits, ExceptionType Ex, class StreamType>
|
D | antlr3exception.inl | 173 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/guava/guava-tests/benchmark/com/google/common/util/concurrent/ |
D | FuturesGetCheckedBenchmark.java | 75 private enum ExceptionType { enum in FuturesGetCheckedBenchmark 81 ExceptionType(Class<? extends Exception> exceptionType) { in ExceptionType() method in FuturesGetCheckedBenchmark.ExceptionType 103 @Param ExceptionType exceptionType;
|
/external/guava/android/guava-tests/benchmark/com/google/common/util/concurrent/ |
D | FuturesGetCheckedBenchmark.java | 75 private enum ExceptionType { enum in FuturesGetCheckedBenchmark 81 ExceptionType(Class<? extends Exception> exceptionType) { in ExceptionType() method in FuturesGetCheckedBenchmark.ExceptionType 103 @Param ExceptionType exceptionType;
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 671 bool Sema::handlerCanCatch(QualType HandlerType, QualType ExceptionType) { in handlerCanCatch() argument 682 if (Context.hasSameUnqualifiedType(ExceptionType, HandlerType)) in handlerCanCatch() 693 if (ExceptionType->isNullPtrType()) in handlerCanCatch() 705 if (IsQualificationConversion(ExceptionType, HandlerType, false, in handlerCanCatch() 707 IsFunctionConversion(ExceptionType, HandlerType, Result)) in handlerCanCatch() 711 if (!ExceptionType->isPointerType() || !HandlerType->isPointerType()) in handlerCanCatch() 716 ExceptionType = Context.getUnqualifiedArrayType( in handlerCanCatch() 717 ExceptionType->getPointeeType(), EQuals); in handlerCanCatch() 723 if (HandlerType->isVoidType() && ExceptionType->isObjectType()) in handlerCanCatch() 731 if (!ExceptionType->isRecordType() || !HandlerType->isRecordType()) in handlerCanCatch() [all …]
|
/external/llvm-project/clang-tools-extra/clang-tidy/utils/ |
D | ExceptionAnalyzer.cpp | 16 const Type *ExceptionType) { in registerException() argument 17 assert(ExceptionType != nullptr && "Only valid types are accepted"); in registerException() 19 ThrownExceptions.insert(ExceptionType); in registerException()
|
/external/ImageMagick/www/source/ |
D | wand.c | 12 ExceptionType \ in main()
|
/external/ImageMagick/MagickWand/tests/ |
D | add_norm.c | 12 ExceptionType in ThrowWandException()
|
D | add_last.c | 12 ExceptionType in ThrowWandException()
|
D | add_first.c | 12 ExceptionType in ThrowWandException()
|
D | add_index.c | 12 ExceptionType in ThrowWandException()
|
D | add_mixed.c | 12 ExceptionType in ThrowWandException()
|
D | add_first_lists.c | 12 ExceptionType in ThrowWandException()
|
D | add_norm_lists.c | 12 ExceptionType in ThrowWandException()
|
/external/ImageMagick/api_examples/ |
D | wand.c | 33 ExceptionType in ThrowWandException()
|