Searched defs:exception (Results 101 - 125 of 660) sorted by relevance

1234567891011>>

/external/mockito/src/test/java/org/mockito/internal/verification/checkers/
H A DMissingInvocationCheckerTest.java32 public ExpectedException exception = ExpectedException.none(); field in class:MissingInvocationCheckerTest
47 exception.expect(WantedButNotInvoked.class);
48 exception.expectMessage("Wanted but not invoked:");
49 exception.expectMessage("mock.simpleMethod()");
50 exception.expectMessage("However, there was exactly 1 interaction with this mock:");
51 exception.expectMessage("mock.differentMethod();");
61 exception.expect(ArgumentsAreDifferent.class);
63 exception.expectMessage("Argument(s) are different! Wanted:");
64 exception.expectMessage("mock.intArgumentMethod(2222);");
65 exception
[all...]
/external/objenesis/tck/src/main/java/org/objenesis/tck/
H A DReporter.java27 * startTests(startObjenesis(result | exception) * endObjenesis) * endTests
68 * @param exception Exception thrown by instantiator.
70 void exception(Exception exception); argument
/external/slf4j/osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/
H A DLogServiceImpl.java100 public void log(int level, String message, Throwable exception) { argument
104 delegate.debug(message, exception);
107 delegate.error(message, exception);
110 delegate.info(message, exception);
113 delegate.warn(message, exception);
179 public void log(ServiceReference sr, int level, String message, Throwable exception) { argument
184 delegate.debug(createMessage(sr, message), exception);
189 delegate.error(createMessage(sr, message), exception);
194 delegate.info(createMessage(sr, message), exception);
199 delegate.warn(createMessage(sr, message), exception);
[all...]
/external/v8/src/runtime/
H A Druntime-wasm.cc84 Object* exception = args[0]; local
85 // The unwinder will only deliver exceptions to wasm if the exception is a
88 CHECK(exception->IsNumber());
89 return exception;
/external/ImageMagick/MagickCore/
H A Dcolormap.c55 #include "MagickCore/exception.h"
56 #include "MagickCore/exception-private.h"
95 % ExceptionInfo *exception)
103 % o exception: return any errors or warnings in this structure.
107 const size_t colors,ExceptionInfo *exception)
146 return(SetImageStorageClass(image,PseudoClass,exception));
171 % ExceptionInfo *exception)
179 % o exception: return any errors or warnings in this structure. argument
183 const ssize_t displace,ExceptionInfo *exception)
199 (void) SetImageType(image,PaletteType,exception);
104 AcquireImageColormap(Image *image, const size_t colors,ExceptionInfo *exception) argument
289 SortColormapByIntensity(Image *image, ExceptionInfo *exception) argument
[all...]
/external/ImageMagick/MagickWand/
H A Dconjure.c76 % char **argv,char **metadata,ExceptionInfo *exception)
88 % o exception: return any errors or warnings in this structure.
133 int argc,char **argv,char **wand_unused(metadata),ExceptionInfo *exception)
144 (void) ThrowMagickException(exception,GetMagickModule(),asperity,tag,"`%s'", \
151 (void) ThrowMagickException(exception,GetMagickModule(),OptionError, \
180 assert(exception != (ExceptionInfo *) NULL);
293 image=ReadImages(image_info,filename,exception);
294 CatchException(exception);
130 ConjureImageCommand(ImageInfo *image_info, int argc,char **argv,char **wand_unused(metadata),ExceptionInfo *exception) argument
/external/ImageMagick/coders/
H A Daai.c49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
90 % Image *ReadAAIImage(const ImageInfo *image_info,ExceptionInfo *exception)
96 % o exception: return any errors or warnings in this structure. argument
99 static Image *ReadAAIImage(const ImageInfo *image_info,ExceptionInfo *exception)
136 assert(exception != (ExceptionInfo *) NULL);
137 assert(exception->signature == MagickCoreSignature);
138 image=AcquireImage(image_info,exception);
139 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
165 status=SetImageExtent(image,image->columns,image->rows,exception);
323 WriteAAIImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
H A Davs.c49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
89 % Image *ReadAVSImage(const ImageInfo *image_info,ExceptionInfo *exception)
95 % o exception: return any errors or warnings in this structure. argument
98 static Image *ReadAVSImage(const ImageInfo *image_info,ExceptionInfo *exception)
138 assert(exception != (ExceptionInfo *) NULL);
139 assert(exception->signature == MagickCoreSignature);
140 image=AcquireImage(image_info,exception);
141 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
167 status=SetImageExtent(image,image->columns,image->rows,exception);
323 WriteAVSImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
H A Ddebug.c54 #include "MagickCore/exception.h"
55 #include "MagickCore/exception-private.h"
158 % Image *image,ExceptionInfo *exception)
166 % o exception: return any errors or warnings in this structure.
170 Image *image,ExceptionInfo *exception)
204 status=OpenBlob(image_info,image,WriteBlobMode,exception);
224 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
164 WriteDEBUGImage(const ImageInfo *image_info, Image *image,ExceptionInfo *exception) argument
H A Ddng.c46 #include "MagickCore/exception.h"
47 #include "MagickCore/exception-private.h"
85 % ExceptionInfo *exception)
91 % o exception: return any errors or warnings in this structure.
94 static Image *ReadDNGImage(const ImageInfo *image_info,ExceptionInfo *exception)
116 assert(exception != (ExceptionInfo *) NULL);
117 assert(exception->signature == MagickCoreSignature);
118 image=AcquireImage(image_info,exception);
119 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
130 image=AcquireImage(image_info,exception);
93 ReadDNGImage(const ImageInfo *image_info,ExceptionInfo *exception) argument
[all...]
H A Dfax.c51 #include "MagickCore/exception.h"
52 #include "MagickCore/exception-private.h"
128 % Image *ReadFAXImage(const ImageInfo *image_info,ExceptionInfo *exception)
134 % o exception: return any errors or warnings in this structure.
137 static Image* FaxReadG3(Image *image,ExceptionInfo *exception)
142 status=HuffmanDecodeImage(image,exception);
144 ThrowFileException(exception,CorruptImageError,"UnableToReadImageData",
147 ThrowFileException(exception,CorruptImageError,"UnexpectedEndOfFile",
154 ExceptionInfo *exception)
163 if (ImageToFile(image,filename,exception)
133 FaxReadG3(Image *image,ExceptionInfo *exception) argument
149 FaxReadG4(Image *image,const ImageInfo *image_info, ExceptionInfo *exception) argument
182 ReadFAXImage(const ImageInfo *image_info,ExceptionInfo *exception) argument
353 WriteFAXImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
H A Dgray.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
104 ExceptionInfo *exception)
140 assert(exception != (ExceptionInfo *) NULL);
141 assert(exception->signature == MagickCoreSignature);
142 image=AcquireImage(image_info,exception);
145 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
152 ThrowFileException(exception,CorruptImageErro
375 WriteGRAYImage(const ImageInfo *image_info, Image *image,ExceptionInfo *exception) argument
[all...]
H A Dhrz.c49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
89 % Image *ReadHRZImage(const ImageInfo *image_info,ExceptionInfo *exception)
95 % o exception: return any errors or warnings in this structure. argument
98 static Image *ReadHRZImage(const ImageInfo *image_info,ExceptionInfo *exception)
133 assert(exception != (ExceptionInfo *) NULL);
134 assert(exception->signature == MagickCoreSignature);
135 image=AcquireImage(image_info,exception);
136 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
148 status=SetImageExtent(image,image->columns,image->rows,exception);
269 WriteHRZImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
H A Dlabel.c49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
82 % ExceptionInfo *exception)
88 % o exception: return any errors or warnings in this structure.
92 ExceptionInfo *exception)
125 assert(exception != (ExceptionInfo *) NULL);
126 assert(exception->signature == MagickCoreSignature);
127 image=AcquireImage(image_info,exception);
130 image_info->filename,exception);
131 (void) SetImageProperty(image,"label",property,exception);
89 ReadLABELImage(const ImageInfo *image_info, ExceptionInfo *exception) argument
[all...]
H A Dmac.c50 #include "MagickCore/exception.h"
51 #include "MagickCore/exception-private.h"
83 % Image *ReadMACImage(const ImageInfo *image_info,ExceptionInfo *exception)
89 % o exception: return any errors or warnings in this structure.
92 static Image *ReadMACImage(const ImageInfo *image_info,ExceptionInfo *exception)
130 assert(exception != (ExceptionInfo *) NULL);
131 assert(exception->signature == MagickCoreSignature);
132 image=AcquireImage(image_info,exception);
133 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
151 if (AcquireImageColormap(image,2,exception)
90 ReadMACImage(const ImageInfo *image_info,ExceptionInfo *exception) argument
[all...]
H A Dmask.c49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
86 % ExceptionInfo *exception)
92 % o exception: return any errors or warnings in this structure. argument
96 ExceptionInfo *exception)
112 assert(exception != (ExceptionInfo *) NULL);
113 assert(exception->signature == MagickCoreSignature);
117 image=ReadImage(read_info,exception);
124 status=GrayscaleImage(image,image->intensity,exception);
209 % Image *image,ExceptionInfo *exception)
215 MaskImage(const Image *image,ExceptionInfo *exception) argument
285 WriteMASKImage(const ImageInfo *image_info, Image *image,ExceptionInfo *exception) argument
[all...]
H A Dmtv.c49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
89 % Image *ReadMTVImage(const ImageInfo *image_info,ExceptionInfo *exception)
95 % o exception: return any errors or warnings in this structure. argument
98 static Image *ReadMTVImage(const ImageInfo *image_info,ExceptionInfo *exception)
137 assert(exception != (ExceptionInfo *) NULL);
138 assert(exception->signature == MagickCoreSignature);
139 image=AcquireImage(image_info,exception);
140 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
164 status=SetImageExtent(image,image->columns,image->rows,exception);
323 WriteMTVImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
H A Dmvg.c48 #include "MagickCore/exception.h"
49 #include "MagickCore/exception-private.h"
122 % Image *ReadMVGImage(const ImageInfo *image_info,ExceptionInfo *exception)
128 % o exception: return any errors or warnings in this structure.
131 static Image *ReadMVGImage(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);
196 status=SetImageExtent(image,image->columns,image->rows,exception);
127 ReadMVGImage(const ImageInfo *image_info,ExceptionInfo *exception) argument
313 WriteMVGImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
H A Dotb.c50 #include "MagickCore/exception.h"
51 #include "MagickCore/exception-private.h"
90 % Image *ReadOTBImage(const ImageInfo *image_info,ExceptionInfo *exception)
96 % o exception: return any errors or warnings in this structure.
100 static Image *ReadOTBImage(const ImageInfo *image_info,ExceptionInfo *exception)
135 assert(exception != (ExceptionInfo *) NULL);
136 assert(exception->signature == MagickCoreSignature);
137 image=AcquireImage(image_info,exception);
138 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
163 if (AcquireImageColormap(image,2,exception)
98 ReadOTBImage(const ImageInfo *image_info,ExceptionInfo *exception) argument
301 WriteOTBImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
H A Dpix.c48 #include "MagickCore/exception.h"
49 #include "MagickCore/exception-private.h"
81 % Image *ReadPIXImage(const ImageInfo *image_info,ExceptionInfo *exception)
87 % o exception: return any errors or warnings in this structure.
91 static Image *ReadPIXImage(const ImageInfo *image_info,ExceptionInfo *exception)
128 assert(exception != (ExceptionInfo *) NULL);
129 assert(exception->signature == MagickCoreSignature);
130 image=AcquireImage(image_info,exception);
131 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
156 if (AcquireImageColormap(image,256,exception)
89 ReadPIXImage(const ImageInfo *image_info,ExceptionInfo *exception) argument
[all...]
H A Dplasma.c49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
86 % ExceptionInfo *exception)
92 % o exception: return any errors or warnings in this structure.
97 double y,ExceptionInfo *exception)
103 exception);
112 (void) SyncAuthenticPixels(image,exception);
116 ExceptionInfo *exception)
153 image=ReadImage(read_info,exception);
157 (void) SetImageStorageClass(image,DirectClass,exception);
94 PlasmaPixel(Image *image,RandomInfo *random_info,double x, double y,ExceptionInfo *exception) argument
113 ReadPlasmaImage(const ImageInfo *image_info, ExceptionInfo *exception) argument
[all...]
H A Draw.c49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
91 % Image *ReadRAWImage(const ImageInfo *image_info,ExceptionInfo *exception)
97 % o exception: return any errors or warnings in this structure. argument
100 static Image *ReadRAWImage(const ImageInfo *image_info,ExceptionInfo *exception)
136 assert(exception != (ExceptionInfo *) NULL);
137 assert(exception->signature == MagickCoreSignature);
138 image=AcquireImage(image_info,exception);
141 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
148 ThrowFileException(exception,CorruptImageErro
433 WriteRAWImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
H A Drgf.c52 #include "MagickCore/exception.h"
53 #include "MagickCore/exception-private.h"
93 % Image *ReadRGFImage(const ImageInfo *image_info,ExceptionInfo *exception)
99 % o exception: return any errors or warnings in this structure. argument
102 static Image *ReadRGFImage(const ImageInfo *image_info,ExceptionInfo *exception)
138 assert(exception != (ExceptionInfo *) NULL);
139 assert(exception->signature == MagickCoreSignature);
140 image=AcquireImage(image_info,exception);
141 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
158 if (AcquireImageColormap(image,image->colors,exception)
310 WriteRGFImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
H A Duyvy.c49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
90 % ExceptionInfo *exception)
96 % o exception: return any errors or warnings in this structure. argument
100 ExceptionInfo *exception)
131 assert(exception != (ExceptionInfo *) NULL);
132 assert(exception->signature == MagickCoreSignature);
133 image=AcquireImage(image_info,exception);
139 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
143 ThrowFileException(exception,CorruptImageErro
288 WriteUYVYImage(const ImageInfo *image_info, Image *image,ExceptionInfo *exception) argument
[all...]
/external/ImageMagick/www/source/core/
H A Dsigmoidal-contrast.c46 CatchException(exception); \
66 *exception; local
91 exception=AcquireExceptionInfo();
92 contrast_image=ReadImage(image_info,exception);
108 status=WriteImages(image_info,contrast_image,argv[2],exception);
112 exception=DestroyExceptionInfo(exception);

Completed in 813 milliseconds

1234567891011>>