Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dexception.h74 ConfigureError = 495, enumerator
Dmodule.c486 (void) ThrowMagickException(exception,GetMagickModule(),ConfigureError, in GetModuleList()
665 ThrowMagickException(exception,GetMagickModule(),ConfigureError, in GetMagickModulePath()
821 if (exception->severity < ConfigureError) in GetMagickModulePath()
Dexception.c615 case ConfigureError: return("Configure/Error/"); in ExceptionSeverityToTag()
Dmime.c822 ConfigureError,"IncludeElementNestedTooDeeply","`%s'",filename); in LoadMimeCache()
Dconfigure.c1210 ConfigureError,"IncludeElementNestedTooDeeply","`%s'",token); in LoadConfigureCache()
Dpolicy.c866 ConfigureError,"IncludeElementNestedTooDeeply","`%s'",token); in LoadPolicyCache()
Dlocale.c1243 ConfigureError,"IncludeElementNestedTooDeeply","`%s'",token); in LoadLocaleCache()
Dtype.c1148 ConfigureError,"IncludeNodeNestedTooDeeply","`%s'",token); in LoadTypeCache()
Dlog.c933 ConfigureError,"IncludeElementNestedTooDeeply","`%s'",token); in LoadLogCache()
Ddelegate.c2128 ConfigureError,"IncludeElementNestedTooDeeply","`%s'",token); in LoadDelegateCache()
Dcolor.c2034 ConfigureError,"IncludeElementNestedTooDeeply","`%s'",token); in LoadColorCache()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.pm.in43 ConfigureError FatalErrorException
Dquantum.xs.in701 if (strEQ(name,"ConfigureError"))
702 return(ConfigureError);
/external/ImageMagick/Magick++/lib/
DException.cpp720 case MagickCore::ConfigureError: in createException()
903 case MagickCore::ConfigureError: in throwException()
/external/ImageMagick/PerlMagick/
DMagick.xs702 return(ConfigureError); in constant()