Searched refs:ResourceLimitWarning (Results 1 – 10 of 10) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | accelerate.c | 287 ResourceLimitWarning,"AcquireKernelInfo failed.","."); in createKernelInfo() 296 ResourceLimitWarning,"MemoryAllocationFailed.","."); in createKernelInfo() 308 ResourceLimitWarning,"CreateOpenCLBuffer failed.","."); in createKernelInfo() 349 …(void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "Acqu… in LaunchHistogramKernel() 362 …(void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEn… in LaunchHistogramKernel() 374 …(void) OpenCLThrowMagickException(device,exception, GetMagickModule(), ResourceLimitWarning, "clEn… in LaunchHistogramKernel() 504 ResourceLimitWarning,"AcquireOpenCLKernel failed.","."); in ComputeAddNoiseImage() 542 ResourceLimitWarning,"clSetKernelArg failed.","."); in ComputeAddNoiseImage() 684 ResourceLimitWarning,"AcquireOpenCLKernel failed.","."); in ComputeBlurImage() 705 ResourceLimitWarning,"SetOpenCLKernelArg failed.","."); in ComputeBlurImage() [all …]
|
D | exception.h | 31 ResourceLimitWarning = 300, enumerator
|
D | exception.c | 516 case ResourceLimitWarning: return("Resource/Limit/Warning/"); in ExceptionSeverityToTag() 979 ResourceLimitWarning,"TooManyExceptions", in ThrowException()
|
D | compress.c | 971 ThrowBinaryException(ResourceLimitWarning,"MemoryAllocationFailed", in LZWEncodeImage()
|
D | opencl.c | 1716 GetMagickModule(),ResourceLimitWarning, in EnqueueOpenCLKernel()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.pm.in | 35 WarningException ResourceLimitWarning TypeWarning OptionWarning
|
D | quantum.xs.in | 779 if (strEQ(name,"ResourceLimitWarning")) 780 return(ResourceLimitWarning);
|
/external/ImageMagick/Magick++/lib/ |
D | Exception.cpp | 783 case MagickCore::ResourceLimitWarning: in createException() 966 case MagickCore::ResourceLimitWarning: in throwException()
|
/external/ImageMagick/MagickWand/ |
D | drawing-wand.c | 1059 ThrowDrawException(ResourceLimitWarning,"MemoryAllocationFailed", in DrawComposite()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 780 return(ResourceLimitWarning); in constant()
|