| /external/ImageMagick/coders/ |
| thumbnail.c | 48 #include "MagickCore/exception.h" 49 #include "MagickCore/exception-private.h" 146 % Image *image,ExceptionInfo *exception) 154 % o exception: return any errors or warnings in this structure. 158 Image *image,ExceptionInfo *exception) 190 property=GetImageProperty(image,"exif:JPEGInterchangeFormat",exception); 194 property=GetImageProperty(image,"exif:JPEGInterchangeFormatLength",exception); 208 length,exception); 212 UndefinedPixelTrait ? TrueColorType : TrueColorAlphaType,exception); 217 (void) SetImageInfo(write_info,1,exception); [all...] |
| stegano.c | 49 #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) == MagickFalse [all...] |
| cmyk.c | 50 #include "MagickCore/exception.h" 51 #include "MagickCore/exception-private.h" 93 % ExceptionInfo *exception) 99 % o exception: return any errors or warnings in this structure. 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); [all...] |
| ipl.c | 50 #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) 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);} [all...] |
| xc.c | 50 #include "MagickCore/exception.h" 51 #include "MagickCore/exception-private.h" 83 % Image *ReadXCImage(const ImageInfo *image_info,ExceptionInfo *exception) 91 % o exception: return any errors or warnings in this structure. 94 static Image *ReadXCImage(const ImageInfo *image_info,ExceptionInfo *exception) 122 assert(exception != (ExceptionInfo *) NULL); 123 assert(exception->signature == MagickCoreSignature); 124 image=AcquireImage(image_info,exception); 129 status=SetImageExtent(image,image->columns,image->rows,exception); 138 &pixel,exception); [all...] |
| gray.c | 51 #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) 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,CorruptImageError,"UnexpectedEndOfFile" [all...] |
| art.c | 52 #include "MagickCore/exception.h" 53 #include "MagickCore/exception-private.h" 92 % ExceptionInfo *exception) 98 % o exception: return any errors or warnings in this structure. 101 static Image *ReadARTImage(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); 152 status=SetImageExtent(image,image->columns,image->rows,exception); [all...] |
| mono.c | 52 #include "MagickCore/exception.h" 53 #include "MagickCore/exception-private.h" 93 % ExceptionInfo *exception) 99 % o exception: return any errors or warnings in this structure. 103 ExceptionInfo *exception) 132 assert(exception != (ExceptionInfo *) NULL); 133 assert(exception->signature == MagickCoreSignature); 134 image=AcquireImage(image_info,exception); 137 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception); 144 ThrowFileException(exception,CorruptImageError,"UnexpectedEndOfFile" [all...] |
| wbmp.c | 50 #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,CorruptImageError,"UnexpectedEndOfFile" [all...] |
| mac.c | 50 #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) == MagickFalse [all...] |
| pix.c | 48 #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) == MagickFalse [all...] |
| /external/glide/library/src/main/java/com/bumptech/glide/util/ |
| ExceptionCatchingInputStream.java | 21 private IOException exception; field in class:ExceptionCatchingInputStream 76 exception = e; 88 exception = e; 105 exception = e; 117 exception = e; 128 return exception; 132 exception = null;
|
| /external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/ |
| ProjectConverter.java | 42 private List<ConversionException> exception; field in class:ProjectConverter 110 if (exception == null) { 111 exception = new ArrayList<ConversionException>(); 113 exception.add(exc); 117 if (exception != null) { 118 Iterator<ConversionException> iterator = exception.iterator(); 123 exception = null;
|
| /external/ImageMagick/MagickCore/ |
| fx.c | 61 #include "MagickCore/exception.h" 62 #include "MagickCore/exception-private.h" 134 *exception; member in struct:_FxInfo 154 % ExceptionInfo *exception) 162 % o exception: return any errors or warnings in this structure. 166 ExceptionInfo *exception) 184 fx_info->exception=AcquireExceptionInfo(); 198 fx_info->view[i]=AcquireVirtualCacheView(next,exception); 254 % const double attenuate,ExceptionInfo *exception) 267 % o exception: return any errors or warnings in this structure [all...] |
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
| ShortTest.java | 82 boolean exception = false; 87 exception = true; 90 exception); 92 exception = false; 97 exception = true; 99 assertTrue("Failed to throw exception for MAX_VALUE + 1", exception); 101 exception = false; 106 exception = true; 108 assertTrue("Failed to throw exception for MIN_VALUE - 1", exception) [all...] |
| IllegalArgumentExceptionTest.java | 49 Throwable emptyThrowable = new Exception(); 55 Throwable exception = new Exception("msg"); local 56 IllegalArgumentException e = new IllegalArgumentException(exception); 57 assertEquals(exception.getClass().getName() + ": " + "msg", e.getMessage()); 58 assertEquals(exception.getClass().getName(), emptyException.getLocalizedMessage()); 59 assertEquals(exception.getClass().getName(), emptyException.getCause().toString()); 77 public void testSerializationSelf() throws Exception { 84 public void testSerializationCompatibility() throws Exception {
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/ |
| MathUnsupportedOperationException.java | 17 package org.apache.commons.math.exception; 21 import org.apache.commons.math.exception.util.ArgUtils; 22 import org.apache.commons.math.exception.util.MessageFactory; 23 import org.apache.commons.math.exception.util.Localizable; 24 import org.apache.commons.math.exception.util.LocalizedFormats;
|
| /frameworks/base/core/java/android/os/ |
| Registrant.java | 55 notifyException(Throwable exception) 57 internalNotifyRegistrant (null, exception); 66 internalNotifyRegistrant (ar.result, ar.exception); 70 internalNotifyRegistrant (Object result, Throwable exception) 81 msg.obj = new AsyncResult(userObj, result, exception);
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
| InvokeMethodTest.java | 47 * Case 2: nonvirtual child method without exception and nonvirtual super method without exception 142 TaggedObject exception = reply.getNextValueAsTaggedObject(); local 143 logWriter.println(" ClassType.NewInstance: exception.tag=" 144 + exception.tag + " exception.objectID=" + exception.objectID); 152 assertTrue("exception must be != null", exception != null); 153 assertTrue("exception.objectID must be == 0", exception.objectID == 0) 219 TaggedObject exception = reply.getNextValueAsTaggedObject(); local 335 TaggedObject exception = reply.getNextValueAsTaggedObject(); local [all...] |
| /external/ImageMagick/PerlMagick/ |
| Magick.xs | 115 #define InheritPerlException(exception,perl_exception) \ 120 if ((exception)->severity != UndefinedException) \ 122 (void) FormatLocaleString(message,MagickPathExtent,"Exception %d: %s%s%s%s",\ 123 (exception)->severity, (exception)->reason ? \ 124 GetLocaleExceptionMessage((exception)->severity,(exception)->reason) : \ 125 "Unknown", (exception)->description ? " (" : "", \ 126 (exception)->description ? GetLocaleExceptionMessage( \ 127 (exception)->severity,(exception)->description) : "", [all...] |
| /external/ImageMagick/PerlMagick/quantum/ |
| quantum.xs.in | 115 #define InheritPerlException(exception,perl_exception) \ 120 if ((exception)->severity != UndefinedException) \ 122 (void) FormatLocaleString(message,MagickPathExtent,"Exception %d: %s%s%s%s",\ 123 (exception)->severity, (exception)->reason ? \ 124 GetLocaleExceptionMessage((exception)->severity,(exception)->reason) : \ 125 "Unknown", (exception)->description ? " (" : "", \ 126 (exception)->description ? GetLocaleExceptionMessage( \ 127 (exception)->severity,(exception)->description) : "", [all...] |
| /external/v8/test/mjsunit/ |
| function-call.js | 158 // Test that all natives using the ToObject call throw the right exception. 163 var exception = false; 170 exception = true; 173 assertTrue(exception); 175 exception = false; 179 exception = true; 182 assertTrue(exception); 184 exception = false; 188 exception = true; 191 assertTrue(exception); [all...] |
| /external/apache-commons-math/src/main/java/org/apache/commons/math/ |
| ConvergenceException.java | 19 import org.apache.commons.math.exception.util.DummyLocalizable; 20 import org.apache.commons.math.exception.util.Localizable; 21 import org.apache.commons.math.exception.util.LocalizedFormats; 42 * Constructs an exception with specified formatted detail message. 55 * Constructs an exception with specified formatted detail message. 66 * Create an exception with a given root cause. 67 * @param cause the exception or error that caused this exception to be thrown 74 * Constructs an exception with specified formatted detail message and root cause. 76 * @param cause the exception or error that caused this exception to be throw [all...] |
| MaxEvaluationsExceededException.java | 21 import org.apache.commons.math.exception.util.DummyLocalizable; 22 import org.apache.commons.math.exception.util.Localizable; 23 import org.apache.commons.math.exception.util.LocalizedFormats; 41 * Constructs an exception with a default detail message. 50 * Constructs an exception with specified formatted detail message. 64 * Constructs an exception with specified formatted detail message.
|
| MaxIterationsExceededException.java | 21 import org.apache.commons.math.exception.util.DummyLocalizable; 22 import org.apache.commons.math.exception.util.Localizable; 23 import org.apache.commons.math.exception.util.LocalizedFormats; 41 * Constructs an exception with a default detail message. 50 * Constructs an exception with specified formatted detail message. 64 * Constructs an exception with specified formatted detail message.
|