Home
last modified time | relevance | path

Searched refs:ConfigureError (Results 1 – 17 of 17) sorted by relevance

/external/ImageMagick/MagickCore/
Dexception.h74 ConfigureError = 495, enumerator
Dmodule.c500 (void) ThrowMagickException(exception,GetMagickModule(),ConfigureError, in GetModuleList()
670 ThrowMagickException(exception,GetMagickModule(),ConfigureError, in GetMagickModulePath()
824 if (exception->severity < ConfigureError) in GetMagickModulePath()
Dcoder.c882 ConfigureError,"IncludeNodeNestedTooDeeply","`%s'",token); in LoadCoderCache()
Dexception.c564 case ConfigureError: return("Configure/Error/"); in ExceptionSeverityToTag()
Dpolicy.c813 ConfigureError,"IncludeElementNestedTooDeeply","`%s'",token); in LoadPolicyCache()
Dmagic.c904 ConfigureError,"IncludeElementNestedTooDeeply","`%s'",token); in LoadMagicCache()
Dmime.c831 ConfigureError,"IncludeElementNestedTooDeeply","`%s'",filename); in LoadMimeCache()
Dconfigure.c1217 ConfigureError,"IncludeElementNestedTooDeeply","`%s'",token); in LoadConfigureCache()
Dlocale.c1250 ConfigureError,"IncludeElementNestedTooDeeply","`%s'",token); in LoadLocaleCache()
Dtype.c1151 ConfigureError,"IncludeNodeNestedTooDeeply","`%s'",token); in LoadTypeCache()
Dlog.c1499 ConfigureError,"IncludeElementNestedTooDeeply","`%s'",token); in LoadLogCache()
Ddelegate.c2066 ConfigureError,"IncludeElementNestedTooDeeply","`%s'",token); in LoadDelegateCache()
Dcolor.c2071 ConfigureError,"IncludeElementNestedTooDeeply","`%s'",token); in LoadColorCache()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.pm.in43 ConfigureError FatalErrorException
Dquantum.xs.in679 if (strEQ(name,"ConfigureError"))
680 return(ConfigureError);
/external/ImageMagick/Magick++/lib/
DException.cpp721 case MagickCore::ConfigureError: in createException()
897 case MagickCore::ConfigureError: in throwException()
/external/ImageMagick/PerlMagick/
DMagick.xs680 return(ConfigureError); in constant()