Home
last modified time | relevance | path

Searched refs:ConfigureWarning (Results 1 – 8 of 8) sorted by relevance

/external/ImageMagick/MagickCore/
Dexception.h51 ConfigureWarning = 395, enumerator
Dmodule.c630 ThrowFileException(exception,ConfigureWarning, in GetMagickModulePath()
674 ThrowFileException(exception,ConfigureWarning, in GetMagickModulePath()
822 ThrowFileException(exception,ConfigureWarning,"UnableToOpenModuleFile", in GetMagickModulePath()
Dconfigure.c702 (void) ThrowMagickException(exception,GetMagickModule(),ConfigureWarning, in GetConfigureOptions()
949 (void) ThrowMagickException(exception,GetMagickModule(),ConfigureWarning, in GetConfigurePaths()
Dexception.c594 case ConfigureWarning: return("Configure/Warning/"); in ExceptionSeverityToTag()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.pm.in39 ConfigureWarning ErrorException ResourceLimitError TypeError
Dquantum.xs.in703 if (strEQ(name,"ConfigureWarning"))
704 return(ConfigureWarning);
/external/ImageMagick/Magick++/lib/
DException.cpp723 case MagickCore::ConfigureWarning: in createException()
906 case MagickCore::ConfigureWarning: in throwException()
/external/ImageMagick/PerlMagick/
DMagick.xs704 return(ConfigureWarning); in constant()