Home
last modified time | relevance | path

Searched refs:RegistryError (Results 1 – 9 of 9) sorted by relevance

/external/ImageMagick/MagickCore/
Dregistry.c489 (void) ThrowMagickException(exception,GetMagickModule(),RegistryError, in SetImageRegistry()
504 (void) ThrowMagickException(exception,GetMagickModule(),RegistryError, in SetImageRegistry()
Dexception.h73 RegistryError = 490, enumerator
Dexception.c555 case RegistryError: return("Registry/Error/"); in ExceptionSeverityToTag()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.pm.in42 ModuleError DrawError ImageError XServerError RegistryError
Dquantum.xs.in781 if (strEQ(name,"RegistryError"))
782 return(RegistryError);
/external/ImageMagick/Magick++/lib/
DException.cpp775 case MagickCore::RegistryError: in createException()
958 case MagickCore::RegistryError: in throwException()
/external/python/cpython3/Lib/
Dshutil.py71 class RegistryError(Exception): class
851 raise RegistryError(msg % (extension,
/external/python/cpython3/Lib/test/
Dtest_shutil.py18 register_unpack_format, RegistryError,
1292 self.assertRaises(RegistryError, register_unpack_format, 'Boo2',
/external/ImageMagick/PerlMagick/
DMagick.xs782 return(RegistryError); in constant()