| /external/ImageMagick/coders/ |
| histogram.c | 51 #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); [all...] |
| raw.c | 49 #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. 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,CorruptImageError,"UnexpectedEndOfFile" [all...] |
| pwp.c | 47 #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. 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,FileOpenError,"UnableToWriteFile" [all...] |
| screenshot.c | 59 #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); [all...] |
| /external/ImageMagick/tests/ |
| validate.c | 86 % ExceptionInfo *exception) 94 % o exception: return any errors or warnings in this structure. 1032 ExceptionInfo *exception) 1065 CatchException(exception); 1131 % size_t *fail,ExceptionInfo *exception) 2424 *exception; local [all...] |
| /art/runtime/interpreter/mterp/x86/ |
| op_filled_new_array.S | 18 testb %al, %al # 0 means an exception is thrown
|
| op_new_instance.S | 14 testb %al, %al # 0 means an exception is thrown
|
| /art/runtime/interpreter/mterp/x86_64/ |
| op_fill_array_data.S | 7 testb %al, %al # 0 means an exception is thrown
|
| op_new_array.S | 16 testb %al, %al # 0 means an exception is thrown
|
| /art/test/407-arrays/src/ |
| Main.java | 134 ArrayIndexOutOfBoundsException exception = null; local 138 exception = e; 141 assertNotNull(exception); 142 assertTrue(exception.toString().contains(Integer.toString(index))); 144 exception = null; 148 exception = e; 151 assertNotNull(exception); 152 assertTrue(exception.toString().contains(Integer.toString(index)));
|
| /external/ImageMagick/MagickWand/ |
| magick-wand-private.h | 31 (void) ThrowMagickException(wand->exception,GetMagickModule(),severity, \ 64 *exception; member in struct:_MagickWand
|
| pixel-iterator.c | 76 *exception; 131 ClearMagickException(iterator->exception); 178 clone_iterator->exception=AcquireExceptionInfo(); 179 InheritException(clone_iterator->exception,iterator->exception); 226 iterator->exception=DestroyExceptionInfo(iterator->exception); 301 *exception; 323 exception=AcquireExceptionInfo(); 324 view=AcquireVirtualCacheView(image,exception); 73 *exception; member in struct:_PixelIterator 293 *exception; local 413 *exception; local [all...] |
| /external/apache-commons-math/src/main/java/org/apache/commons/math/ |
| MathConfigurationException.java | 21 import org.apache.commons.math.exception.util.DummyLocalizable; 22 import org.apache.commons.math.exception.util.Localizable; 41 * Constructs an exception with specified formatted detail message. 52 * Constructs an exception with specified formatted detail message. 63 * Create an exception with a given root cause. 64 * @param cause the exception or error that caused this exception to be thrown 71 * Constructs an exception with specified formatted detail message and root cause. 73 * @param cause the exception or error that caused this exception to be throw [all...] |
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
| InvokeMethod003Test.java | 45 * exception object is null. 120 logWriter.println(" Send ClassType.InvokeMethod without Exception"); 130 TaggedObject exception = reply.getNextValueAsTaggedObject(); local 131 assertNotNull("Returned exception is null", exception); 132 assertTrue("Invalid exception object ID:<" + exception.objectID + ">", exception.objectID == 0); 133 assertEquals("Invalid exception tag,", JDWPConstants.Tag.OBJECT_TAG, exception.ta [all...] |
| /external/autotest/client/site_tests/desktopui_ConnectivityDiagnostics/ |
| desktopui_ConnectivityDiagnostics.py | 32 error = "Tests threw an exception"; 47 exception = error.TestError('Tests failed to complete'))
|
| /external/autotest/client/site_tests/video_VideoReload/ |
| video_VideoReload.py | 36 exception=error.TestError('Video is not started'), 46 exception=error.TestError('Video is not restarted'),
|
| /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/ |
| ttl.py | 18 import dns.exception namespace 20 class BadTTL(dns.exception.SyntaxError):
|
| /external/chromium-trace/catapult/third_party/gsutil/third_party/retry-decorator/retry_decorator/ |
| retry_decorator.py | 27 logging.exception(msg) 29 logger.exception(msg)
|
| /external/guava/guava/src/com/google/common/util/concurrent/ |
| AbstractFuture.java | 196 * @param throwable the exception that the task failed with. 236 private Throwable exception; field in class:AbstractFuture.Sync 291 * on success, an exception on failure, a cancellation on cancellation, or 298 if (exception != null) { 299 throw new ExecutionException(exception); 307 "Task was cancelled.", exception); 345 * Transition to the COMPLETED state and set the exception. 367 * @param t the exception to set as the result of the computation. 375 // and exception and then release to the final state. 378 this.exception = ((finalState & (CANCELLED | INTERRUPTED)) != 0 392 CancellationException exception = new CancellationException(message); local [all...] |
| /external/v8/test/mjsunit/es6/debug-promises/ |
| reject-in-constructor.js | 9 // We expect an Exception debug event with a promise to be triggered. 14 var exception = null; variable 18 if (event == Debug.DebugEvent.Exception) { 20 assertEquals("uncaught", event_data.exception().message); 27 exception = e; 39 assertNull(exception);
|
| try-reject-in-constructor.js | 9 // We expect an Exception debug event with a promise to be triggered. 14 var exception = null; variable 18 if (event == Debug.DebugEvent.Exception) { 20 assertEquals("uncaught", event_data.exception().message); 28 exception = e; 42 assertNull(exception);
|
| /external/v8/test/mjsunit/regress/ |
| regress-crbug-323936.js | 10 var exception = null; variable 26 exception = e; 37 // and 'e' binds to the exception. 51 assertNull(exception);
|
| regress-crbug-432493.js | 13 var exception = null; variable 23 } else if (event = Debug.DebugEvent.Exception) { 29 exception = e; 45 // Trigger exception event. 57 assertNull(exception);
|
| /frameworks/base/core/java/android/os/ |
| AsyncResult.java | 27 // Expect either exception or result to be null 29 public Throwable exception; field in class:AsyncResult 66 exception = ex;
|
| /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/ |
| OutputStreamTarget.java | 60 } catch (IOException exception) { 62 "OutputStreamTarget: Could not write to stream: " + exception.getMessage() + "!");
|