/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/exception/ |
H A D | PlotRenderException.java | 17 package com.androidplot.exception;
|
/external/ImageMagick/MagickCore/ |
H A D | colormap-private.h | 23 #include "MagickCore/exception-private.h" 30 ExceptionInfo *exception) 34 (void) ThrowMagickException(exception,GetMagickModule(),CorruptImageError, 42 const ssize_t index,Quantum *target,ExceptionInfo *exception) 46 (void) ThrowMagickException(exception,GetMagickModule(),CorruptImageError, 29 ConstrainColormapIndex(Image *image,const ssize_t index, ExceptionInfo *exception) argument 41 ValidateColormapValue(Image *image, const ssize_t index,Quantum *target,ExceptionInfo *exception) argument
|
H A D | draw-private.h | 30 const ssize_t y,PixelInfo *fill,ExceptionInfo *exception) 43 pattern->tile_offset.x,y+pattern->tile_offset.y,fill,exception); 48 const ssize_t y,PixelInfo *stroke,ExceptionInfo *exception) 61 pattern->tile_offset.x,y+pattern->tile_offset.y,stroke,exception); 29 GetFillColor(const DrawInfo *draw_info,const ssize_t x, const ssize_t y,PixelInfo *fill,ExceptionInfo *exception) argument 47 GetStrokeColor(const DrawInfo *draw_info,const ssize_t x, const ssize_t y,PixelInfo *stroke,ExceptionInfo *exception) argument
|
H A D | prepress.c | 45 #include "MagickCore/exception.h" 46 #include "MagickCore/exception-private.h" 79 % ExceptionInfo *exception) 85 % o exception: return any errors or warnings in this structure. 89 ExceptionInfo *exception) 109 (void) ThrowMagickException(exception,GetMagickModule(),ImageError, 115 image_view=AcquireVirtualCacheView(image,exception); 131 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception); 86 GetImageTotalInkDensity(Image *image, ExceptionInfo *exception) argument
|
H A D | resample-private.h | 43 const MagickBooleanType interpolate,ExceptionInfo *exception) 62 filter[i]=AcquireResampleFilter(image,exception); 41 AcquireResampleFilterThreadSet( const Image *image,const VirtualPixelMethod method, const MagickBooleanType interpolate,ExceptionInfo *exception) argument
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/exception/ |
H A D | ExtException.java | 1 package org.bouncycastle.jce.exception; 5 * This is an extended exception. Java before version 1.4 did not offer the 6 * possibility the attach a cause to an exception. The cause of an exception is 8 * exception. This interface must be implemented by all exceptions to accomplish 16 * Returns the cause of the exception. 18 * @return The cause of the exception.
|
/external/clang/test/SemaTemplate/ |
H A D | instantiate-try-catch.cpp | 23 void exception() { function in class:PR10232::Templated 30 template class Templated<int>; // expected-note{{in instantiation of member function 'PR10232::Templated<int>::exception' requested here}}
|
/external/emma/core/java12/com/vladium/util/exception/ |
H A D | ICodedException.java | 9 package com.vladium.util.exception; 19 * An error code is a compact string representing the nature of exception 22 * the exception classes mentioned above. 32 * Returns the String that was passed as 'message' argument to an exception 33 * constructor. For a coded exception this will be the compact error code
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/exception/ |
H A D | BadSecretException.java | 17 package com.google.polo.exception;
|
H A D | NoConfigurationException.java | 17 package com.google.polo.exception;
|
H A D | PoloException.java | 17 package com.google.polo.exception; 20 * Generic exception thrown by the Polo library.
|
H A D | ProtocolErrorException.java | 17 package com.google.polo.exception;
|
/external/mockito/src/test/java/org/mockito/internal/progress/ |
H A D | TimesTest.java | 17 public ExpectedException exception = ExpectedException.none(); field in class:TimesTest 22 exception.expect(MockitoException.class); 23 exception.expectMessage("Negative value is not allowed here");
|
/external/sl4a/Utils/src/com/googlecode/android_scripting/exception/ |
H A D | Sl4aException.java | 17 package com.googlecode.android_scripting.exception;
|
/external/vogar/src/vogar/ |
H A D | Log.java | 25 void info(String s, Throwable exception); argument
|
/external/ImageMagick/api_examples/ |
H A D | magick_command.c | 21 #include "MagickCore/exception.h" 22 #include "MagickCore/exception-private.h" 35 ExceptionInfo *exception = AcquireExceptionInfo(); local 44 (void) MagickImageCommand(image_info, arg_count, args, NULL, exception); 46 if (exception->severity != UndefinedException) 48 CatchException(exception); 53 exception=DestroyExceptionInfo(exception);
|
/external/ImageMagick/coders/ |
H A D | fd.c | 48 #include "MagickCore/exception.h" 49 #include "MagickCore/exception-private.h" 81 % Image *ReadFDImage(const ImageInfo *image_info,ExceptionInfo *exception) 87 % o exception: return any errors or warnings in this structure. 90 static Image *ReadFDImage(const ImageInfo *image_info,ExceptionInfo *exception) 106 assert(exception != (ExceptionInfo *) NULL); 107 assert(exception->signature == MagickCoreSignature); 114 ThrowFileException(exception,BlobError,"UnableToOpenBlob", 119 image=ReadImage(read_info,exception); 124 (void) ThrowMagickException(exception,GetMagickModul 88 ReadFDImage(const ImageInfo *image_info,ExceptionInfo *exception) argument [all...] |
H A D | mpr.c | 46 #include "MagickCore/exception.h" 47 #include "MagickCore/exception-private.h" 82 % ExceptionInfo *exception) 88 % o exception: return any errors or warnings in this structure. argument 91 static Image *ReadMPRImage(const ImageInfo *image_info,ExceptionInfo *exception) 101 assert(exception != (ExceptionInfo *) NULL); 102 assert(exception->signature == MagickCoreSignature); 104 exception); 106 (void) SyncImageSettings(image_info,image,exception); 201 % Image *image,ExceptionInfo *exception) 206 WriteMPRImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument [all...] |
H A D | tile.c | 47 #include "MagickCore/exception.h" 48 #include "MagickCore/exception-private.h" 80 % ExceptionInfo *exception) 86 % o exception: return any errors or warnings in this structure. 90 ExceptionInfo *exception) 110 assert(exception != (ExceptionInfo *) NULL); 111 assert(exception->signature == MagickCoreSignature); 115 tile_image=ReadImage(read_info,exception); 119 image=AcquireImage(image_info,exception); 124 status=SetImageExtent(image,image->columns,image->rows,exception); 87 ReadTILEImage(const ImageInfo *image_info, ExceptionInfo *exception) argument [all...] |
H A D | x.c | 48 #include "MagickCore/exception.h" 49 #include "MagickCore/exception-private.h" 91 % Image *ReadXImage(const ImageInfo *image_info,ExceptionInfo *exception) 97 % o exception: return any errors or warnings in this structure. argument 100 static Image *ReadXImage(const ImageInfo *image_info,ExceptionInfo *exception) 105 (void) exception; 109 return(XImportImage(image_info,&ximage_info,exception)); 194 % Image *image,ExceptionInfo *exception) 202 % o exception: return any errors or warnings in this structure. 206 ExceptionInfo *exception) 199 WriteXImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument [all...] |
/external/ImageMagick/www/source/ |
H A D | core.c | 10 *exception; local 30 exception=AcquireExceptionInfo(); 33 images=ReadImage(image_info,exception); 34 if (exception->severity != UndefinedException) 35 CatchException(exception); 44 resize_image=ResizeImage(image,106,80,LanczosFilter,1.0,exception); 46 MagickError(exception->severity,exception->reason,exception->description); 60 exception [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
H A D | antlr3exception.c | 3 * otherwise handling ANTLR3 standard exception structures. 42 * Creates a new ANTLR3 exception structure 44 * \param[in] exception 52 * ANTLR3_FREE() when the exception is destroyed. 55 * Pointer to newly initialized exception structure, or an ANTLR3_ERR_xx defined value 58 * An exception is 'thrown' by a recognizer when input is seen that is not predicted by 62 * the list and the one currently installed is pointed to by the newly installed exception. 65 * After an exception is created, you may add a pointer to your own structure and a pointer 66 * to a function to free this structure when the exception is destroyed. 72 antlr3ExceptionNew(ANTLR3_UINT32 exception, voi argument [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/ |
H A D | ConvergenceException.java | 17 package org.apache.commons.math.exception; 19 import org.apache.commons.math.exception.util.Localizable; 20 import org.apache.commons.math.exception.util.LocalizedFormats; 34 * Construct the exception. 40 * Construct the exception with a specific context. 50 * Construct the exception with a specific context and arguments.
|
H A D | MathInternalError.java | 17 package org.apache.commons.math.exception; 19 import org.apache.commons.math.exception.util.LocalizedFormats;
|
H A D | NoDataException.java | 17 package org.apache.commons.math.exception; 19 import org.apache.commons.math.exception.util.Localizable; 20 import org.apache.commons.math.exception.util.LocalizedFormats; 34 * Construct the exception. 40 * Construct the exception with a specific context. 42 * @param specific Contextual information on what caused the exception.
|