Searched defs:exception (Results 151 - 175 of 660) sorted by relevance

1234567891011>>

/external/ImageMagick/coders/
H A Dclipboard.c56 #include "MagickCore/exception.h"
57 #include "MagickCore/exception-private.h"
98 % ExceptionInfo exception)
104 % o exception: return any errors or warnings in this structure.
109 ExceptionInfo *exception)
131 assert(exception != (ExceptionInfo *) NULL);
132 assert(exception->signature == MagickCoreSignature);
133 image=AcquireImage(image_info,exception);
175 status=SetImageExtent(image,image->columns,image->rows,exception);
222 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
105 ReadCLIPBOARDImage(const ImageInfo *image_info, ExceptionInfo *exception) argument
334 WriteCLIPBOARDImage(const ImageInfo *image_info, Image *image,ExceptionInfo *exception) argument
[all...]
H A Dcmyk.c50 #include "MagickCore/exception.h"
51 #include "MagickCore/exception-private.h"
93 % ExceptionInfo *exception)
99 % o exception: return any errors or warnings in this structure. argument
103 ExceptionInfo *exception)
142 assert(exception != (ExceptionInfo *) NULL);
143 assert(exception->signature == MagickCoreSignature);
144 image=AcquireImage(image_info,exception);
147 SetImageColorspace(image,CMYKColorspace,exception);
150 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
1213 WriteCMYKImage(const ImageInfo *image_info, Image *image,ExceptionInfo *exception) argument
[all...]
H A Dhistogram.c51 #include "MagickCore/exception.h"
52 #include "MagickCore/exception-private.h"
166 % Image *image,ExceptionInfo *exception)
174 % o exception: return any errors or warnings in this structure.
178 Image *image,ExceptionInfo *exception)
239 exception);
242 (void) SetImageStorageClass(histogram_image,DirectClass,exception);
260 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
294 &histogram_image->background_color,exception);
295 (void) SetImageBackgroundColor(histogram_image,exception);
172 WriteHISTOGRAMImage(const ImageInfo *image_info, Image *image,ExceptionInfo *exception) argument
[all...]
H A Dhtml.c51 #include "MagickCore/exception.h"
52 #include "MagickCore/exception-private.h"
201 % Image *image,ExceptionInfo *exception)
209 % o exception: return any errors or warnings in this structure.
213 Image *image,ExceptionInfo *exception)
247 assert(exception != (ExceptionInfo *) NULL);
248 assert(exception->signature == MagickCoreSignature);
249 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
253 (void) TransformImageColorspace(image,sRGBColorspace,exception);
294 assert(exception !
206 WriteHTMLImage(const ImageInfo *image_info, Image *image,ExceptionInfo *exception) argument
[all...]
H A Dinline.c49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
89 % ExceptionInfo *exception)
95 % o exception: return any errors or warnings in this structure. argument
99 ExceptionInfo *exception)
127 assert(exception != (ExceptionInfo *) NULL);
128 assert(exception->signature == MagickCoreSignature);
140 data_image=ReadInlineImage(image_info,filename,exception);
144 image=AcquireImage(image_info,exception);
145 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
277 WriteINLINEImage(const ImageInfo *image_info, Image *image,ExceptionInfo *exception) argument
[all...]
H A Dmap.c54 #include "MagickCore/exception.h"
55 #include "MagickCore/exception-private.h"
94 % Image *ReadMAPImage(const ImageInfo *image_info,ExceptionInfo *exception)
100 % o exception: return any errors or warnings in this structure. argument
103 static Image *ReadMAPImage(const ImageInfo *image_info,ExceptionInfo *exception)
147 assert(exception != (ExceptionInfo *) NULL);
148 assert(exception->signature == MagickCoreSignature);
149 image=AcquireImage(image_info,exception);
152 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
163 (image->offset != 0 ? image->offset : 256),exception);
338 WriteMAPImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
H A Dpwp.c47 #include "MagickCore/exception.h"
48 #include "MagickCore/exception-private.h"
116 % Image *ReadPWPImage(const ImageInfo *image_info,ExceptionInfo *exception)
122 % o exception: return any errors or warnings in this structure. argument
125 static Image *ReadPWPImage(const ImageInfo *image_info,ExceptionInfo *exception)
169 assert(exception != (ExceptionInfo *) NULL);
170 assert(exception->signature == MagickCoreSignature);
171 pwp_image=AcquireImage(image_info,exception);
173 status=OpenBlob(image_info,pwp_image,ReadBinaryBlobMode,exception);
210 ThrowFileException(exception,FileOpenErro
[all...]
H A Drgb.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. argument
103 static Image *ReadRGBImage(const ImageInfo *image_info,ExceptionInfo *exception)
142 assert(exception != (ExceptionInfo *) NULL);
143 assert(exception->signature == MagickCoreSignature);
144 image=AcquireImage(image_info,exception);
149 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
156 ThrowFileException(exception,CorruptImageErro
1093 WriteRGBImage(const ImageInfo *image_info, Image *image,ExceptionInfo *exception) argument
[all...]
H A Dscreenshot.c59 #include "MagickCore/exception.h"
60 #include "MagickCore/exception-private.h"
94 % Image *ReadXImage(const ImageInfo *image_info,ExceptionInfo *exception)
100 % o exception: return any errors or warnings in this structure.
104 ExceptionInfo *exception)
113 assert(exception != (ExceptionInfo *) NULL);
114 assert(exception->signature == MagickCoreSignature);
166 screen=AcquireImage(image_info,exception);
170 status=SetImageExtent(screen,screen->columns,screen->rows,exception);
212 q=QueueAuthenticPixels(screen,0,y,screen->columns,1,exception);
101 ReadSCREENSHOTImage(const ImageInfo *image_info, ExceptionInfo *exception) argument
[all...]
H A Dsct.c47 #include "MagickCore/exception.h"
48 #include "MagickCore/exception-private.h"
116 % Image *ReadSCTImage(const ImageInfo *image_info,ExceptionInfo *exception)
122 % o exception: return any errors or warnings in this structure. argument
125 static Image *ReadSCTImage(const ImageInfo *image_info,ExceptionInfo *exception)
170 assert(exception != (ExceptionInfo *) NULL);
171 assert(exception->signature == MagickCoreSignature);
172 image=AcquireImage(image_info,exception);
173 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
219 SetImageColorspace(image,CMYKColorspace,exception);
[all...]
H A Dstegano.c49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
83 % ExceptionInfo *exception)
89 % o exception: return any errors or warnings in this structure.
93 ExceptionInfo *exception)
140 assert(exception != (ExceptionInfo *) NULL);
141 assert(exception->signature == MagickCoreSignature);
143 image=AcquireImage(image_info,exception);
149 watermark=ReadImage(read_info,exception);
154 if (AcquireImageColormap(image,MaxColormapSize,exception)
90 ReadSTEGANOImage(const ImageInfo *image_info, ExceptionInfo *exception) argument
[all...]
H A Dttf.c47 #include "MagickCore/exception.h"
48 #include "MagickCore/exception-private.h"
162 % Image *ReadTTFImage(const ImageInfo *image_info,ExceptionInfo *exception)
168 % o exception: return any errors or warnings in this structure.
171 static Image *ReadTTFImage(const ImageInfo *image_info,ExceptionInfo *exception)
216 assert(exception != (ExceptionInfo *) NULL);
217 assert(exception->signature == MagickCoreSignature);
218 image=AcquireImage(image_info,exception);
221 type_info=GetTypeInfo(image_info->filename,exception);
225 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
167 ReadTTFImage(const ImageInfo *image_info,ExceptionInfo *exception) argument
[all...]
H A Duil.c52 #include "MagickCore/exception.h"
53 #include "MagickCore/exception-private.h"
152 % Image *image,ExceptionInfo *exception)
160 % o exception: return any errors or warnings in this structure.
164 ExceptionInfo *exception)
215 assert(exception != (ExceptionInfo *) NULL);
216 assert(exception->signature == MagickCoreSignature);
217 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
220 (void) TransformImageColorspace(image,sRGBColorspace,exception);
249 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
158 WriteUILImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
H A Durl.c48 #include "MagickCore/exception.h"
49 #include "MagickCore/exception-private.h"
96 % Image *ReadURLImage(const ImageInfo *image_info,ExceptionInfo *exception)
102 % o exception: return any errors or warnings in this structure.
133 static Image *ReadURLImage(const ImageInfo *image_info,ExceptionInfo *exception)
159 image=ReadImage(read_info,exception);
169 ThrowFileException(exception,FileOpenError,"UnableToCreateTemporaryFile",
184 ThrowFileException(exception,FileOpenError,"UnableToOpenFile",
241 image=ReadImage(read_info,exception);
248 (void) ThrowMagickException(exception,GetMagickModul
131 ReadURLImage(const ImageInfo *image_info,ExceptionInfo *exception) argument
[all...]
H A Dvicar.c52 #include "MagickCore/exception.h"
53 #include "MagickCore/exception-private.h"
135 % ExceptionInfo *exception)
145 % o exception: return any errors or warnings in this structure. argument
150 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);
295 status=SetImageExtent(image,image->columns,image->rows,exception);
424 WriteVICARImage(const ImageInfo *image_info, Image *image,ExceptionInfo *exception) argument
[all...]
H A Dvid.c48 #include "MagickCore/exception.h"
49 #include "MagickCore/exception-private.h"
92 % Image *ReadVIDImage(const ImageInfo *image_info,ExceptionInfo *exception)
98 % o exception: return any errors or warnings in this structure. argument
101 static Image *ReadVIDImage(const ImageInfo *image_info,ExceptionInfo *exception)
142 assert(exception != (ExceptionInfo *) NULL);
143 assert(exception->signature == MagickCoreSignature);
144 image=AcquireImage(image_info,exception);
172 next_image=ReadImage(read_info,exception);
173 CatchException(exception);
305 WriteVIDImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
H A Dwbmp.c50 #include "MagickCore/exception.h"
51 #include "MagickCore/exception-private.h"
93 % ExceptionInfo *exception)
99 % o exception: return any errors or warnings in this structure.
121 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);
178 ThrowFileException(exception,CorruptImageErro
118 ReadWBMPImage(const ImageInfo *image_info, ExceptionInfo *exception) argument
349 WriteWBMPImage(const ImageInfo *image_info, Image *image,ExceptionInfo *exception) argument
[all...]
H A Dycbcr.c50 #include "MagickCore/exception.h"
51 #include "MagickCore/exception-private.h"
93 % ExceptionInfo *exception)
99 % o exception: return any errors or warnings in this structure. argument
103 ExceptionInfo *exception)
149 assert(exception != (ExceptionInfo *) NULL);
150 assert(exception->signature == MagickCoreSignature);
151 image=AcquireImage(image_info,exception);
154 status=SetImageExtent(image,image->columns,image->rows,exception);
157 SetImageColorspace(image,YCbCrColorspace,exception);
994 WriteYCBCRImage(const ImageInfo *image_info, Image *image,ExceptionInfo *exception) argument
[all...]
/external/ImageMagick/utilities/
H A Dmagick.c105 *exception;
121 exception=AcquireExceptionInfo();
148 MagickCommands[i].use_metadata ? &metadata : (char **) NULL,exception);
170 exception=DestroyExceptionInfo(exception);
103 *exception; local
/external/ImageMagick/www/source/
H A Dmgk.c48 #include "magick/exception.h"
49 #include "magick/exception-private.h"
124 % ExceptionInfo *exception)
130 % o exception: return any errors or warnings in this structure.
134 ExceptionInfo *exception)
173 assert(exception != (ExceptionInfo *) NULL);
174 assert(exception->signature == MagickSignature);
176 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
208 InheritException(exception,&image->exception);
129 ReadMGKImage(const ImageInfo *image_info, ExceptionInfo *exception) argument
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DStopDebuggee.java38 * 'Stop' command with NullPointerException exception.
66 public static final String FIELD_NAME = "exception";
68 public static NullPointerException exception = new NullPointerException(); field in class:StopDebuggee
120 logWriter.println(getName() + ": FAILED: TIMEOUT is run out - No any exception is caught");
124 if ( thrown.equals(exception) ) {
/external/apache-http/src/org/apache/commons/logging/impl/
H A DJdk14Logger.java126 * @param exception log this cause
129 public void debug(Object message, Throwable exception) { argument
130 log(Level.FINE, String.valueOf(message), exception);
149 * @param exception log this cause
152 public void error(Object message, Throwable exception) { argument
153 log(Level.SEVERE, String.valueOf(message), exception);
172 * @param exception log this cause
175 public void fatal(Object message, Throwable exception) { argument
176 log(Level.SEVERE, String.valueOf(message), exception);
206 * @param exception lo
209 info(Object message, Throwable exception) argument
280 trace(Object message, Throwable exception) argument
303 warn(Object message, Throwable exception) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOMErrorImpl.java48 // The platform related exception
54 // The location of the exception
83 * @param exception
86 Exception exception) {
90 fException = exception;
97 * @param exception
102 Exception exception, Object relatedData, DOMLocatorImpl location) {
106 fException = exception;
141 * The related platform dependent exception if any.
85 DOMErrorImpl(short severity, String message, String type, Exception exception) argument
101 DOMErrorImpl(short severity, String message, String type, Exception exception, Object relatedData, DOMLocatorImpl location) argument
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
H A Dquery.py27 import dns.exception namespace
34 class UnexpectedSource(dns.exception.DNSException):
38 class BadResponse(dns.exception.FormError):
56 raise dns.exception.Timeout
67 raise dns.exception.Timeout
157 A Timeout exception will be raised if the operation is not completed
172 A Timeout exception will be raised if the operation is not completed
387 raise dns.exception.FormError
390 raise dns.exception.FormError("first RRset is not an SOA")
407 raise dns.exception
[all...]
H A Drcode.py18 import dns.exception namespace
55 class UnknownRcode(dns.exception.DNSException):

Completed in 327 milliseconds

1234567891011>>