Home
last modified time | relevance | path

Searched refs:ErrorModule (Results 1 – 5 of 5) sorted by relevance

/external/ImageMagick/Magick++/lib/
DException.cpp231 Magick::ErrorModule::ErrorModule(const std::string& what_) in ErrorModule() function in Magick::ErrorModule
236 Magick::ErrorModule::ErrorModule(const std::string& what_,Exception *nested_) in ErrorModule() function in Magick::ErrorModule
241 Magick::ErrorModule::~ErrorModule() throw() in ~ErrorModule()
757 return new ErrorModule(message); in createException()
940 throw ErrorModule(message,nestedException); in throwException()
/external/tensorflow/tensorflow/python/module/
Dmodule_test.py133 ErrorModule(call_super=True)
142 ErrorModule(call_super=False)
147 mod = ErrorModule(call_super=True, raise_in_constructor=False)
276 class ErrorModule(module.Module): class
280 super(ErrorModule, self).__init__()
/external/ImageMagick/Magick++/lib/Magick++/
DException.h152 class MagickPPExport ErrorModule: public Error
155 explicit ErrorModule(const std::string& what_);
156 explicit ErrorModule(const std::string& what_,Exception *nested_);
157 ~ErrorModule() throw();
DSTL.h2157 catch ( Magick::ErrorModule& ) in catch() argument
/external/ImageMagick/Magick++/
DChangeLog151 * lib/Magick++/Exception.h (ErrorModule): Added class to handle