/external/llvm-project/clang-tools-extra/clang-tidy/utils/ |
D | ExceptionAnalyzer.h | 40 class ExceptionInfo { 43 static ExceptionInfo createUnknown() { in createUnknown() 44 return ExceptionInfo(State::Unknown); in createUnknown() 46 static ExceptionInfo createNonThrowing() { in createNonThrowing() 47 return ExceptionInfo(State::Throwing); in createNonThrowing() 52 ExceptionInfo() : Behaviour(State::NotThrowing), ContainsUnknown(false) {} in ExceptionInfo() function 53 ExceptionInfo(State S) in ExceptionInfo() function 56 ExceptionInfo(const ExceptionInfo &) = default; 57 ExceptionInfo &operator=(const ExceptionInfo &) = default; 58 ExceptionInfo(ExceptionInfo &&) = default; [all …]
|
D | ExceptionAnalyzer.cpp | 15 void ExceptionAnalyzer::ExceptionInfo::registerException( in registerException() 22 void ExceptionAnalyzer::ExceptionInfo::registerExceptions( in registerExceptions() 30 ExceptionAnalyzer::ExceptionInfo &ExceptionAnalyzer::ExceptionInfo::merge( in merge() 31 const ExceptionAnalyzer::ExceptionInfo &Other) { in merge() 59 bool ExceptionAnalyzer::ExceptionInfo::filterByCatch(const Type *BaseClass) { in filterByCatch() 73 ExceptionAnalyzer::ExceptionInfo & 74 ExceptionAnalyzer::ExceptionInfo::filterIgnoredExceptions( in filterIgnoredExceptions() 96 void ExceptionAnalyzer::ExceptionInfo::clear() { in clear() 102 void ExceptionAnalyzer::ExceptionInfo::reevaluateBehaviour() { in reevaluateBehaviour() 112 ExceptionAnalyzer::ExceptionInfo ExceptionAnalyzer::throwsException( in throwsException() [all …]
|
/external/ImageMagick/MagickCore/ |
D | enhance.h | 28 AutoGammaImage(Image *,ExceptionInfo *), 29 AutoLevelImage(Image *,ExceptionInfo *), 30 BrightnessContrastImage(Image *,const double,const double,ExceptionInfo *), 32 ExceptionInfo *), 33 ClutImage(Image *,const Image *,const PixelInterpolateMethod,ExceptionInfo *), 34 ColorDecisionListImage(Image *,const char *,ExceptionInfo *), 35 ContrastImage(Image *,const MagickBooleanType,ExceptionInfo *), 36 ContrastStretchImage(Image *,const double,const double,ExceptionInfo *), 37 EqualizeImage(Image *image,ExceptionInfo *), 38 GammaImage(Image *,const double,ExceptionInfo *), [all …]
|
D | visual-effects.h | 40 *AddNoiseImage(const Image *,const NoiseType,const double,ExceptionInfo *), 41 *BlueShiftImage(const Image *,const double,ExceptionInfo *), 42 *CharcoalImage(const Image *,const double,const double,ExceptionInfo *), 43 *ColorizeImage(const Image *,const char *,const PixelInfo *,ExceptionInfo *), 44 *ColorMatrixImage(const Image *,const KernelInfo *kernel,ExceptionInfo *), 46 ExceptionInfo *), 47 *MorphImages(const Image *,const size_t,ExceptionInfo *), 49 const PixelInterpolateMethod,ExceptionInfo *), 50 *SepiaToneImage(const Image *,const double,ExceptionInfo *), 52 const ssize_t,ExceptionInfo *), [all …]
|
D | effect.h | 62 *AdaptiveBlurImage(const Image *,const double,const double,ExceptionInfo *), 64 ExceptionInfo *), 66 const double,const double,ExceptionInfo *), 67 *BlurImage(const Image *,const double,const double,ExceptionInfo *), 68 *ConvolveImage(const Image *,const KernelInfo *,ExceptionInfo *), 69 *DespeckleImage(const Image *,ExceptionInfo *), 70 *EdgeImage(const Image *,const double,ExceptionInfo *), 71 *EmbossImage(const Image *,const double,const double,ExceptionInfo *), 72 *GaussianBlurImage(const Image *,const double,const double,ExceptionInfo *), 73 *KuwaharaImage(const Image *,const double,const double,ExceptionInfo *), [all …]
|
D | accelerate-private.h | 36 ExceptionInfo *), 37 *AccelerateBlurImage(const Image *,const double,const double,ExceptionInfo *), 38 *AccelerateConvolveImage(const Image *,const KernelInfo *,ExceptionInfo *), 39 *AccelerateDespeckleImage(const Image *,ExceptionInfo *), 41 ExceptionInfo *), 43 const OffsetInfo*,ExceptionInfo*), 45 const ResizeFilter *,ExceptionInfo *), 46 *AccelerateRotationalBlurImage(const Image *,const double,ExceptionInfo *), 48 const double,const double,ExceptionInfo *), 49 *AccelerateWaveletDenoiseImage(const Image *,const double,ExceptionInfo *); [all …]
|
D | transform.h | 26 *AutoOrientImage(const Image *,const OrientationType,ExceptionInfo *), 27 *ChopImage(const Image *,const RectangleInfo *,ExceptionInfo *), 28 *ConsolidateCMYKImages(const Image *,ExceptionInfo *), 29 *CropImage(const Image *,const RectangleInfo *,ExceptionInfo *), 30 *CropImageToTiles(const Image *,const char *, ExceptionInfo *), 31 *ExcerptImage(const Image *,const RectangleInfo *,ExceptionInfo *), 32 *ExtentImage(const Image *,const RectangleInfo *,ExceptionInfo *), 33 *FlipImage(const Image *,ExceptionInfo *), 34 *FlopImage(const Image *,ExceptionInfo *), 35 *RollImage(const Image *,const ssize_t,const ssize_t,ExceptionInfo *), [all …]
|
D | threshold.h | 38 ExceptionInfo *); 42 *GetThresholdMap(const char *,ExceptionInfo *); 45 AutoThresholdImage(Image *,const AutoThresholdMethod,ExceptionInfo *), 46 BilevelImage(Image *,const double,ExceptionInfo *), 47 BlackThresholdImage(Image *,const char *,ExceptionInfo *), 48 ClampImage(Image *,ExceptionInfo *), 50 ExceptionInfo *), 51 ListThresholdMaps(FILE *,ExceptionInfo *), 52 OrderedDitherImage(Image *,const char *,ExceptionInfo *), 53 PerceptibleImage(Image *,const double,ExceptionInfo *), [all …]
|
D | image.h | 507 *AcquireImage(const ImageInfo *,ExceptionInfo *), 508 *AppendImages(const Image *,const MagickBooleanType,ExceptionInfo *), 510 ExceptionInfo *), 512 *GetImageMask(const Image *,const PixelMask,ExceptionInfo *), 514 ExceptionInfo *), 517 ExceptionInfo *); 525 ClipImage(Image *,ExceptionInfo *), 526 ClipImagePath(Image *,const char *,const MagickBooleanType,ExceptionInfo *), 528 const OffsetInfo *,ExceptionInfo *), 530 IsHighDynamicRangeImage(const Image *,ExceptionInfo *), [all …]
|
D | exception.c | 115 MagickExport ExceptionInfo *AcquireExceptionInfo(void) in AcquireExceptionInfo() 117 ExceptionInfo in AcquireExceptionInfo() 120 exception=(ExceptionInfo *) AcquireCriticalMemory(sizeof(*exception)); in AcquireExceptionInfo() 152 ExceptionInfo in DestroyExceptionElement() 155 p=(ExceptionInfo *) exception; in DestroyExceptionElement() 160 p=(ExceptionInfo *) RelinquishMagickMemory(p); in DestroyExceptionElement() 164 MagickExport void ClearMagickException(ExceptionInfo *exception) in ClearMagickException() 166 assert(exception != (ExceptionInfo *) NULL); in ClearMagickException() 203 MagickExport void CatchException(ExceptionInfo *exception) in CatchException() 208 const ExceptionInfo in CatchException() [all …]
|
D | blob.h | 52 *AcquireCustomStreamInfo(ExceptionInfo *), 59 *BlobToImage(const ImageInfo *,const void *,const size_t,ExceptionInfo *), 60 *PingBlob(const ImageInfo *,const void *,const size_t,ExceptionInfo *), 61 *CustomStreamToImage(const ImageInfo *,ExceptionInfo *); 64 BlobToFile(char *,const void *,const size_t,ExceptionInfo *), 65 FileToImage(Image *,const char *,ExceptionInfo *), 67 ImageToFile(Image *,char *,ExceptionInfo *), 69 ExceptionInfo *), 84 *FileToBlob(const char *,const size_t,size_t *,ExceptionInfo *), 85 *ImageToBlob(const ImageInfo *,Image *,size_t *,ExceptionInfo *), [all …]
|
D | statistic.h | 148 *GetImageStatistics(const Image *,ExceptionInfo *); 151 *GetImageMoments(const Image *,ExceptionInfo *); 154 *GetImagePerceptualHash(const Image *,ExceptionInfo *); 157 *EvaluateImages(const Image *,const MagickEvaluateOperator,ExceptionInfo *), 158 *PolynomialImage(const Image *,const size_t,const double *,ExceptionInfo *), 160 ExceptionInfo *); 164 ExceptionInfo *), 166 ExceptionInfo *), 167 GetImageEntropy(const Image *,double *,ExceptionInfo *), 168 GetImageExtrema(const Image *,size_t *,size_t *,ExceptionInfo *), [all …]
|
D | attribute.h | 30 IdentifyImageGray(const Image *,ExceptionInfo *), 31 IdentifyImageType(const Image *,ExceptionInfo *); 34 IdentifyImageMonochrome(const Image *,ExceptionInfo *), 37 IsImageOpaque(const Image *,ExceptionInfo *), 38 SetImageDepth(Image *,const size_t,ExceptionInfo *), 39 SetImageType(Image *,const ImageType,ExceptionInfo *); 42 *GetImageConvexHull(const Image *,size_t *,ExceptionInfo *), 43 *GetImageMinimumBoundingBox(Image *,size_t *,ExceptionInfo *); 46 GetImageBoundingBox(const Image *,ExceptionInfo *); 49 GetImageDepth(const Image *,ExceptionInfo *),
|
D | resize.h | 29 *AdaptiveResizeImage(const Image *,const size_t,const size_t,ExceptionInfo *), 31 const PixelInterpolateMethod,ExceptionInfo *), 33 const double,ExceptionInfo *), 34 *MagnifyImage(const Image *,ExceptionInfo *), 35 *MinifyImage(const Image *,ExceptionInfo *), 37 ExceptionInfo *), 39 ExceptionInfo *), 40 *SampleImage(const Image *,const size_t,const size_t,ExceptionInfo *), 41 *ScaleImage(const Image *,const size_t,const size_t,ExceptionInfo *), 42 *ThumbnailImage(const Image *,const size_t,const size_t,ExceptionInfo *);
|
D | layer.h | 58 *CoalesceImages(const Image *,ExceptionInfo *), 59 *DisposeImages(const Image *,ExceptionInfo *), 60 *CompareImagesLayers(const Image *,const LayerMethod,ExceptionInfo *), 61 *MergeImageLayers(Image *,const LayerMethod,ExceptionInfo *), 62 *OptimizeImageLayers(const Image *,ExceptionInfo *), 63 *OptimizePlusImageLayers(const Image *,ExceptionInfo *); 67 const ssize_t,ExceptionInfo *), 68 OptimizeImageTransparency(const Image *,ExceptionInfo *), 69 RemoveDuplicateLayers(Image **,ExceptionInfo *), 70 RemoveZeroDelayLayers(Image **,ExceptionInfo *);
|
D | cache.h | 45 const size_t,ExceptionInfo *) magick_hot_spot, 53 ExceptionInfo *), 55 ExceptionInfo *), 57 const ssize_t,const ssize_t,PixelInfo *,ExceptionInfo *), 59 MagickOffsetType *,ExceptionInfo *), 60 SyncAuthenticPixels(Image *,ExceptionInfo *) magick_hot_spot; 67 const size_t,ExceptionInfo *) magick_hot_spot, 70 const size_t,ExceptionInfo *) magick_hot_spot; 73 *AcquirePixelCachePixels(const Image *,size_t *,ExceptionInfo *), 75 *GetPixelCachePixels(Image *,MagickSizeType *,ExceptionInfo *);
|
D | constitute.h | 29 const void *,ExceptionInfo *), 30 *PingImage(const ImageInfo *,ExceptionInfo *), 31 *PingImages(ImageInfo *,const char *,ExceptionInfo *), 32 *ReadImage(const ImageInfo *,ExceptionInfo *), 33 *ReadImages(ImageInfo *,const char *,ExceptionInfo *), 34 *ReadInlineImage(const ImageInfo *,const char *,ExceptionInfo *); 37 WriteImage(const ImageInfo *,Image *,ExceptionInfo *), 38 WriteImages(const ImageInfo *,Image *,const char *,ExceptionInfo *);
|
D | cache-view.h | 52 *AcquireAuthenticCacheView(const Image *,ExceptionInfo *), 53 *AcquireVirtualCacheView(const Image *,ExceptionInfo *), 68 const size_t,const size_t,ExceptionInfo *) magick_hot_spot, 77 Quantum *,ExceptionInfo *), 79 const ssize_t,const ssize_t,Quantum *,ExceptionInfo *), 81 Quantum *,ExceptionInfo *), 83 PixelInfo *,ExceptionInfo *), 84 SetCacheViewStorageClass(CacheView *,const ClassType,ExceptionInfo *), 87 SyncCacheViewAuthenticPixels(CacheView *magick_restrict,ExceptionInfo *) 96 const size_t,const size_t,ExceptionInfo *) magick_hot_spot, [all …]
|
D | exception.h | 144 extern MagickExport ExceptionInfo 146 *CloneExceptionInfo(ExceptionInfo *), 147 *DestroyExceptionInfo(ExceptionInfo *); 153 ThrowException(ExceptionInfo *,const ExceptionType,const char *, 155 ThrowMagickExceptionList(ExceptionInfo *,const char *,const char *, 157 ThrowMagickException(ExceptionInfo *,const char *,const char *,const size_t, 162 CatchException(ExceptionInfo *), 163 ClearMagickException(ExceptionInfo *), 164 InheritException(ExceptionInfo *,const ExceptionInfo *),
|
D | quantize.h | 58 CompressImageColormap(Image *,ExceptionInfo *), 59 GetImageQuantizeError(Image *,ExceptionInfo *), 60 KmeansImage(Image *,const size_t,const size_t,const double,ExceptionInfo *), 61 PosterizeImage(Image *,const size_t,const DitherMethod,ExceptionInfo *), 62 QuantizeImage(const QuantizeInfo *,Image *,ExceptionInfo *), 63 QuantizeImages(const QuantizeInfo *,Image *,ExceptionInfo *), 64 RemapImage(const QuantizeInfo *,Image *,const Image *,ExceptionInfo *), 65 RemapImages(const QuantizeInfo *,Image *,const Image *,ExceptionInfo *);
|
D | cache-private.h | 38 Quantum *,ExceptionInfo *), 40 const ssize_t,const ssize_t,Quantum *,ExceptionInfo *), 41 (*SyncAuthenticPixelsHandler)(Image *,ExceptionInfo *); 45 const ssize_t,const ssize_t,const size_t,const size_t,ExceptionInfo *), 53 const size_t,const size_t,ExceptionInfo *); 60 const size_t,const size_t,ExceptionInfo *); 253 ExceptionInfo *) magick_hot_spot, 262 ExceptionInfo *) magick_hot_spot, 263 SyncImagePixelCache(Image *,ExceptionInfo *); 274 const size_t,const size_t,NexusInfo *,ExceptionInfo *) magick_hot_spot, [all …]
|
D | delegate.h | 53 ExceptionInfo *), 54 **GetDelegateList(const char *,size_t *,ExceptionInfo *); 60 *GetDelegateInfo(const char *,const char *,ExceptionInfo *exception), 61 **GetDelegateInfoList(const char *,size_t *,ExceptionInfo *); 65 const char *,char *,ExceptionInfo *); 72 InvokeDelegate(ImageInfo *,Image *,const char *,const char *,ExceptionInfo *), 73 ListDelegateInfo(FILE *,ExceptionInfo *);
|
D | histogram.h | 26 *GetImageHistogram(const Image *,size_t *,ExceptionInfo *); 29 *UniqueImageColors(const Image *,ExceptionInfo *); 32 IdentifyPaletteImage(const Image *,ExceptionInfo *), 33 IsHistogramImage(const Image *,ExceptionInfo *), 36 ExceptionInfo *); 39 GetNumberColors(const Image *,FILE *,ExceptionInfo *);
|
D | color.h | 85 **GetColorList(const char *,size_t *,ExceptionInfo *); 88 *GetColorInfo(const char *,ExceptionInfo *), 89 **GetColorInfoList(const char *,size_t *,ExceptionInfo *); 93 ExceptionInfo *), 94 ListColorInfo(FILE *,ExceptionInfo *), 96 ExceptionInfo *), 98 char *,ExceptionInfo *);
|
/external/ImageMagick/MagickWand/ |
D | mogrify.h | 26 (*MagickCommand)(ImageInfo *,int,char **,char **,ExceptionInfo *); 30 ExceptionInfo *), 31 MogrifyImage(ImageInfo *,const int,const char **,Image **,ExceptionInfo *), 32 MogrifyImageCommand(ImageInfo *,int,char **,char **,ExceptionInfo *), 33 MogrifyImageInfo(ImageInfo *,const int,const char **,ExceptionInfo *), 35 ExceptionInfo *), 37 Image **,ExceptionInfo *);
|