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()
819 if (exception->severity < ConfigureError) in GetMagickModulePath()
Dexception.c556 case ConfigureError: return("Configure/Error/"); in ExceptionSeverityToTag()
Dmime.c830 ConfigureError,"IncludeElementNestedTooDeeply","`%s'",filename); in LoadMimeCache()
Dpolicy.c839 ConfigureError,"IncludeElementNestedTooDeeply","`%s'",token); in LoadPolicyCache()
Dconfigure.c1204 ConfigureError,"IncludeElementNestedTooDeeply","`%s'",token); in LoadConfigureCache()
Dlocale.c1275 ConfigureError,"IncludeElementNestedTooDeeply","`%s'",token); in LoadLocaleCache()
Dtype.c1150 ConfigureError,"IncludeNodeNestedTooDeeply","`%s'",token); in LoadTypeCache()
Dlog.c1516 ConfigureError,"IncludeElementNestedTooDeeply","`%s'",token); in LoadLogCache()
Ddelegate.c2088 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.in691 if (strEQ(name,"ConfigureError"))
692 return(ConfigureError);
/external/ImageMagick/Magick++/lib/
DException.cpp720 case MagickCore::ConfigureError: in createException()
903 case MagickCore::ConfigureError: in throwException()
/external/ImageMagick/PerlMagick/
DMagick.xs692 return(ConfigureError); in constant()