Searched defs:exception (Results 226 - 250 of 660) sorted by relevance

1234567891011>>

/external/ImageMagick/coders/
H A Dcals.c54 #include "MagickCore/exception.h"
55 #include "MagickCore/exception-private.h"
138 % ExceptionInfo *exception)
144 % o exception: return any errors or warnings in this structure.
148 ExceptionInfo *exception)
191 assert(exception != (ExceptionInfo *) NULL);
192 assert(exception->signature == MagickCoreSignature);
193 image=AcquireImage(image_info,exception);
194 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
277 image=ReadImage(read_info,exception);
143 ReadCALSImage(const ImageInfo *image_info, ExceptionInfo *exception) argument
425 WriteCALSImage(const ImageInfo *image_info, Image *image,ExceptionInfo *exception) argument
[all...]
H A Dept.c49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
153 % ExceptionInfo *exception)
159 % o exception: return any errors or warnings in this structure.
162 static Image *ReadEPTImage(const ImageInfo *image_info,ExceptionInfo *exception)
190 assert(exception != (ExceptionInfo *) NULL);
191 assert(exception->signature == MagickCoreSignature);
192 image=AcquireImage(image_info,exception);
193 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
226 (void) ThrowMagickException(exception,GetMagickModul
157 ReadEPTImage(const ImageInfo *image_info,ExceptionInfo *exception) argument
363 WriteEPTImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
H A Dexr.c47 #include "MagickCore/exception.h"
48 #include "MagickCore/exception-private.h"
128 % Image *ReadEXRImage(const ImageInfo *image_info,ExceptionInfo *exception)
134 % o exception: return any errors or warnings in this structure.
137 static Image *ReadEXRImage(const ImageInfo *image_info,ExceptionInfo *exception)
180 assert(exception != (ExceptionInfo *) NULL);
181 assert(exception->signature == MagickCoreSignature);
182 image=AcquireImage(image_info,exception);
183 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
193 (void) ImageToFile(image,read_info->filename,exception);
133 ReadEXRImage(const ImageInfo *image_info,ExceptionInfo *exception) argument
356 WriteEXRImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
H A Dflif.c50 #include "MagickCore/exception.h"
51 #include "MagickCore/exception-private.h"
100 % ExceptionInfo *exception)
106 % o exception: return any errors or warnings in this structure. argument
110 ExceptionInfo *exception)
155 assert(exception != (ExceptionInfo *) NULL);
156 assert(exception->signature == MagickCoreSignature);
157 image=AcquireImage(image_info,exception);
158 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
196 AcquireNextImage(image_info,image,exception);
377 WriteFLIFImage(const ImageInfo *image_info, Image *image, ExceptionInfo *exception) argument
[all...]
H A Dipl.c50 #include "MagickCore/exception.h"
51 #include "MagickCore/exception-private.h"
156 % Image *ReadIPLImage(const ImageInfo *image_info,ExceptionInfo *exception)
162 % o exception: return any errors or warnings in this structure.
175 static Image *ReadIPLImage(const ImageInfo *image_info,ExceptionInfo *exception) argument
208 assert(exception != (ExceptionInfo *) NULL);
209 assert(exception->signature == MagickCoreSignature);
210 image=AcquireImage(image_info,exception);
211 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
251 if(ipl_info.colors == 3){ SetImageColorspace(image,sRGBColorspace,exception);}
502 WriteIPLImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
H A Djbig.c53 #include "MagickCore/exception.h"
54 #include "MagickCore/exception-private.h"
109 % ExceptionInfo *exception)
115 % o exception: return any errors or warnings in this structure. argument
119 ExceptionInfo *exception)
159 assert(exception != (ExceptionInfo *) NULL);
160 assert(exception->signature == MagickCoreSignature);
161 image=AcquireImage(image_info,exception);
162 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
212 if (AcquireImageColormap(image,2,exception)
407 WriteJBIGImage(const ImageInfo *image_info, Image *image,ExceptionInfo *exception) argument
[all...]
H A Djnx.c54 #include "MagickCore/exception.h"
55 #include "MagickCore/exception-private.h"
126 % Image *ReadJNXImage(const ImageInfo *image_info,ExceptionInfo *exception)
132 % o exception: return any errors or warnings in this structure.
135 static Image *ReadJNXImage(const ImageInfo *image_info,ExceptionInfo *exception)
163 assert(exception != (ExceptionInfo *) NULL);
164 assert(exception->signature == MagickCoreSignature);
165 image=AcquireImage(image_info,exception);
166 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
305 tile_image=BlobToImage(read_info,blob,tile_length+2,exception);
131 ReadJNXImage(const ImageInfo *image_info,ExceptionInfo *exception) argument
[all...]
H A Dmagick.c46 #include "MagickCore/exception.h"
47 #include "MagickCore/exception-private.h"
13030 % ExceptionInfo *exception)
13036 % o exception: return any errors or warnings in this structure.
13040 ExceptionInfo *exception)
13075 image=BlobToImage(blob_info,blob,extent,exception);
13214 % o exception: return any errors or warnings in this structure.
13218 Image *image,ExceptionInfo *exception)
13257 magick_image=CloneImage(image,0,0,MagickTrue,exception);
13259 ThrowWriterException(ResourceLimitError,exception
13035 ReadMAGICKImage(const ImageInfo *image_info, ExceptionInfo *exception) argument
13210 WriteMAGICKImage(const ImageInfo *image_info, Image *image,ExceptionInfo *exception) argument
[all...]
H A Dmpeg.c46 #include "MagickCore/exception.h"
47 #include "MagickCore/exception-private.h"
161 % ExceptionInfo *exception)
167 % o exception: return any errors or warnings in this structure.
171 ExceptionInfo *exception)
193 assert(exception != (ExceptionInfo *) NULL);
194 assert(exception->signature == MagickCoreSignature);
195 image=AcquireImage(image_info,exception);
196 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
208 image=AcquireImage(image_info,exception);
166 ReadMPEGImage(const ImageInfo *image_info, ExceptionInfo *exception) argument
434 WriteMPEGImage(const ImageInfo *image_info, Image *image,ExceptionInfo *exception) argument
[all...]
H A Dpango.c51 #include "MagickCore/exception.h"
52 #include "MagickCore/exception-private.h"
94 % ExceptionInfo *exception)
100 % o exception: return any errors or warnings in this structure.
104 ExceptionInfo *exception)
181 assert(exception != (ExceptionInfo *) NULL);
182 assert(exception->signature == MagickCoreSignature);
183 image=AcquireImage(image_info,exception);
191 image_info->filename,exception);
195 exception);
101 ReadPANGOImage(const ImageInfo *image_info, ExceptionInfo *exception) argument
[all...]
H A Dpes.c55 #include "MagickCore/exception.h"
56 #include "MagickCore/exception-private.h"
423 % o exception: return any errors or warnings in this structure.
426 static Image *ReadPESImage(const ImageInfo *image_info,ExceptionInfo *exception)
484 assert(exception != (ExceptionInfo *) NULL);
485 assert(exception->signature == MagickCoreSignature);
486 image=AcquireImage(image_info,exception);
487 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
502 ThrowFileException(exception,CorruptImageError,"UnexpectedEndOfFile",
522 ThrowFileException(exception,CorruptImageErro
421 ReadPESImage(const ImageInfo *image_info,ExceptionInfo *exception) argument
[all...]
H A Dscr.c47 #include "MagickCore/exception.h"
48 #include "MagickCore/exception-private.h"
80 % Image *ReadSCRImage(const ImageInfo *image_info,ExceptionInfo *exception)
86 % o exception: return any errors or warnings in this structure.
89 static Image *ReadSCRImage(const ImageInfo *image_info,ExceptionInfo *exception)
150 assert(exception != (ExceptionInfo *) NULL);
151 assert(exception->signature == MagickCoreSignature);
152 image=AcquireImage(image_info,exception);
153 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
161 status=SetImageExtent(image,image->columns,image->rows,exception);
87 ReadSCRImage(const ImageInfo *image_info,ExceptionInfo *exception) argument
[all...]
H A Dsfw.c47 #include "MagickCore/exception.h"
48 #include "MagickCore/exception-private.h"
116 % Image *ReadSFWImage(const ImageInfo *image_info,ExceptionInfo *exception)
122 % o exception: return any errors or warnings in this structure.
160 static Image *ReadSFWImage(const ImageInfo *image_info,ExceptionInfo *exception)
245 assert(exception != (ExceptionInfo *) NULL);
246 assert(exception->signature == MagickCoreSignature);
247 image=AcquireImage(image_info,exception);
248 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
321 ThrowFileException(exception,FileOpenErro
157 ReadSFWImage(const ImageInfo *image_info,ExceptionInfo *exception) argument
[all...]
H A Dtim.c48 #include "MagickCore/exception.h"
49 #include "MagickCore/exception-private.h"
83 % Image *ReadTIMImage(const ImageInfo *image_info,ExceptionInfo *exception)
89 % o exception: return any errors or warnings in this structure.
92 static Image *ReadTIMImage(const ImageInfo *image_info,ExceptionInfo *exception)
152 assert(exception != (ExceptionInfo *) NULL);
153 assert(exception->signature == MagickCoreSignature);
154 image=AcquireImage(image_info,exception);
155 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
199 if (AcquireImageColormap(image,pixel_mode == 1 ? 256UL : 16UL,exception)
90 ReadTIMImage(const ImageInfo *image_info,ExceptionInfo *exception) argument
[all...]
H A Dxbm.c52 #include "MagickCore/exception.h"
53 #include "MagickCore/exception-private.h"
128 % Image *ReadXBMImage(const ImageInfo *image_info,ExceptionInfo *exception)
134 % o exception: return any errors or warnings in this structure.
175 static Image *ReadXBMImage(const ImageInfo *image_info,ExceptionInfo *exception)
225 assert(exception != (ExceptionInfo *) NULL);
226 assert(exception->signature == MagickCoreSignature);
227 image=AcquireImage(image_info,exception);
228 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
284 if (AcquireImageColormap(image,image->colors,exception)
171 ReadXBMImage(const ImageInfo *image_info,ExceptionInfo *exception) argument
482 WriteXBMImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
H A Dxps.c53 #include "MagickCore/exception.h"
54 #include "MagickCore/exception-private.h"
93 % Image *ReadXPSImage(const ImageInfo *image_info,ExceptionInfo *exception)
99 % o exception: return any errors or warnings in this structure.
102 static Image *ReadXPSImage(const ImageInfo *image_info,ExceptionInfo *exception)
159 assert(exception != (ExceptionInfo *) NULL);
160 assert(exception->signature == MagickCoreSignature);
164 image=AcquireImage(image_info,exception);
165 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
174 ThrowFileException(exception,FileOpenErro
100 ReadXPSImage(const ImageInfo *image_info,ExceptionInfo *exception) argument
[all...]
H A Dxtrn.c65 #include "MagickCore/exception.h"
66 #include "MagickCore/exception-private.h"
84 WriteXTRNImage(const ImageInfo *,Image *,ExceptionInfo *exception);
106 % ExceptionInfo *exception)
112 % o exception: return any errors or warnings in this structure.
118 ExceptionInfo *exception)
141 image=ReadImage(clone_info,exception);
142 CatchException(exception);
157 image=CloneImage(*image_ptr,0,0,MagickFalse,exception);
179 image=BlobToImage(clone_info,*blob_data,*blob_length,exception);
114 ReadXTRNImage(const ImageInfo *image_info, ExceptionInfo *exception) argument
404 WriteXTRNImage(const ImageInfo *image_info, Image *image,ExceptionInfo *exception) argument
[all...]
H A Dyuv.c49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
93 % Image *ReadYUVImage(const ImageInfo *image_info,ExceptionInfo *exception)
99 % o exception: return any errors or warnings in this structure. argument
102 static Image *ReadYUVImage(const ImageInfo *image_info,ExceptionInfo *exception)
145 assert(exception != (ExceptionInfo *) NULL);
146 assert(exception->signature == MagickCoreSignature);
147 image=AcquireImage(image_info,exception);
150 status=SetImageExtent(image,image->columns,image->rows,exception);
186 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
557 WriteYUVImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
/external/ImageMagick/filters/
H A Danalyze.c67 % char **argv,ExceptionInfo *exception)
79 % o exception: return any errors or warnings in this structure.
83 const char **argv,ExceptionInfo *exception)
148 image_view=AcquireVirtualCacheView(image,exception);
163 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
193 exception);
199 exception);
209 exception);
217 exception);
221 exception);
80 analyzeImage(Image **images,const int argc, const char **argv,ExceptionInfo *exception) argument
[all...]
/external/ImageMagick/www/source/
H A Danalyze.c67 % char **argv,ExceptionInfo *exception)
79 % o exception: return any errors or warnings in this structure.
83 const char **argv,ExceptionInfo *exception)
162 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
80 analyzeImage(Image **images,const int argc, const char **argv,ExceptionInfo *exception) argument
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3recognizersharedstate.h59 /** If set to ANTLR3_TRUE then the recognizer has an exception
68 pANTLR3_EXCEPTION exception; member in struct:ANTLR3_RECOGNIZER_SHARED_STATE_struct
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
H A DObjectFactory.java99 * @exception ObjectFactory.ConfigurationError
126 * @exception ObjectFactory.ConfigurationError
173 * @exception ObjectFactory.ConfigurationError
201 * @exception ObjectFactory.ConfigurationError
255 * @exception ObjectFactory.ConfigurationError
337 // Ignore the exception.
363 // Ignore the exception.
480 //throw security exception if the calling thread is not allowed to access the
600 // Ignore the exception.
635 private Exception exception; field in class:ObjectFactory.ConfigurationError
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DObjectFactory.java99 * @exception ObjectFactory.ConfigurationError
126 * @exception ObjectFactory.ConfigurationError
173 * @exception ObjectFactory.ConfigurationError
201 * @exception ObjectFactory.ConfigurationError
255 * @exception ObjectFactory.ConfigurationError
337 // Ignore the exception.
363 // Ignore the exception.
480 //throw security exception if the calling thread is not allowed to access the
600 // Ignore the exception.
635 private Exception exception; field in class:ObjectFactory.ConfigurationError
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DObjectFactory.java98 * @exception ObjectFactory.ConfigurationError
125 * @exception ObjectFactory.ConfigurationError
172 * @exception ObjectFactory.ConfigurationError
200 * @exception ObjectFactory.ConfigurationError
254 * @exception ObjectFactory.ConfigurationError
336 // Ignore the exception.
362 // Ignore the exception.
479 //throw security exception if the calling thread is not allowed to access the
599 // Ignore the exception.
634 private Exception exception; field in class:ObjectFactory.ConfigurationError
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DObjectFactory.java99 * @exception ObjectFactory.ConfigurationError
126 * @exception ObjectFactory.ConfigurationError
173 * @exception ObjectFactory.ConfigurationError
201 * @exception ObjectFactory.ConfigurationError
255 * @exception ObjectFactory.ConfigurationError
337 // Ignore the exception.
363 // Ignore the exception.
480 //throw security exception if the calling thread is not allowed to access the
600 // Ignore the exception.
635 private Exception exception; field in class:ObjectFactory.ConfigurationError
[all...]

Completed in 299 milliseconds

1234567891011>>