/external/ImageMagick/MagickCore/ |
geometry.h | 147 ParseAffineGeometry(const char *,AffineMatrix *,ExceptionInfo *), 150 ExceptionInfo *), 152 ParsePageGeometry(const Image *,const char *,RectangleInfo *,ExceptionInfo *), 154 ExceptionInfo *);
|
opencl.h | 57 *GetOpenCLDevices(size_t *,ExceptionInfo *);
|
resize-private.h | 56 ExceptionInfo *),
|
resource_.h | 48 ListMagickResourceInfo(FILE *,ExceptionInfo *),
|
composite.h | 102 const MagickBooleanType,const ssize_t,const ssize_t,ExceptionInfo *), 103 TextureImage(Image *,const Image *,ExceptionInfo *);
|
image-view.h | 52 *NewImageView(Image *,ExceptionInfo *), 54 const size_t,ExceptionInfo *);
|
xwindow-private.h | 56 ExceptionInfo \ 499 ExceptionInfo *), 501 XDrawImage(Display *,const XPixelInfo *,XDrawInfo *,Image *,ExceptionInfo *), 502 XGetWindowColor(Display *,XWindows *,char *,ExceptionInfo *), 506 unsigned int,ExceptionInfo *), 516 ExceptionInfo *), 520 ExceptionInfo *), 535 XMakeMagnifyImage(Display *,XWindows *,ExceptionInfo *), 537 XStandardColormap *,XPixelInfo *,ExceptionInfo *), 596 ExceptionInfo *); [all...] |
quantum.h | 169 GetQuantumType(Image *,ExceptionInfo *); 173 unsigned char *magick_restrict,ExceptionInfo *), 176 const unsigned char *magick_restrict,ExceptionInfo *);
|
distribute-cache-private.h | 53 *AcquireDistributeCacheInfo(ExceptionInfo *),
|
/external/ImageMagick/api_examples/ |
cli_operators.c | 35 cli_wand = AcquireMagickCLI((ImageInfo *) NULL,(ExceptionInfo *) NULL);
|
magick_command.c | 35 ExceptionInfo *exception = AcquireExceptionInfo();
|
/external/ImageMagick/coders/ |
clip.c | 65 WriteCLIPImage(const ImageInfo *,Image *,ExceptionInfo *); 84 % ExceptionInfo *exception) 94 ExceptionInfo *exception) 110 assert(exception != (ExceptionInfo *) NULL); 211 % Image *image,ExceptionInfo *exception) 223 Image *image,ExceptionInfo *exception)
|
fd.c | 81 % Image *ReadFDImage(const ImageInfo *image_info,ExceptionInfo *exception) 90 static Image *ReadFDImage(const ImageInfo *image_info,ExceptionInfo *exception) 106 assert(exception != (ExceptionInfo *) NULL);
|
mask.c | 67 WriteMASKImage(const ImageInfo *,Image *,ExceptionInfo *); 86 % ExceptionInfo *exception) 96 ExceptionInfo *exception) 112 assert(exception != (ExceptionInfo *) NULL); 209 % Image *image,ExceptionInfo *exception) 221 static Image *MaskImage(const Image *image,ExceptionInfo *exception) 292 Image *image,ExceptionInfo *exception)
|
fax.c | 72 WriteFAXImage(const ImageInfo *,Image *,ExceptionInfo *); 128 % Image *ReadFAXImage(const ImageInfo *image_info,ExceptionInfo *exception) 137 static Image* FaxReadG3(Image *image,ExceptionInfo *exception) 154 ExceptionInfo *exception) 186 static Image *ReadFAXImage(const ImageInfo *image_info,ExceptionInfo *exception) 202 assert(exception != (ExceptionInfo *) NULL); 349 % Image *image,ExceptionInfo *exception) 361 ExceptionInfo *exception) 381 assert(exception != (ExceptionInfo *) NULL);
|
mvg.c | 66 WriteMVGImage(const ImageInfo *,Image *,ExceptionInfo *); 122 % Image *ReadMVGImage(const ImageInfo *image_info,ExceptionInfo *exception) 131 static Image *ReadMVGImage(const ImageInfo *image_info,ExceptionInfo *exception) 152 assert(exception != (ExceptionInfo *) NULL); 309 % Image *image,ExceptionInfo *exception) 321 ExceptionInfo *exception)
|
/external/proguard/src/proguard/classfile/visitor/ |
ExceptionExcludedOffsetFilter.java | 57 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) 59 if (!exceptionInfo.isApplicable(instructionOffset)) 61 exceptionInfoVisitor.visitExceptionInfo(clazz, method, codeAttribute, exceptionInfo);
|
ExceptionHandlerConstantVisitor.java | 54 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) 56 int catchType = exceptionInfo.u2catchType;
|
ExceptionHandlerFilter.java | 61 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) 63 int handlerPC = exceptionInfo.u2handlerPC; 67 exceptionInfoVisitor.visitExceptionInfo(clazz, method, codeAttribute, exceptionInfo);
|
ExceptionOffsetFilter.java | 57 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) 59 if (exceptionInfo.isApplicable(instructionOffset)) 61 exceptionInfoVisitor.visitExceptionInfo(clazz, method, codeAttribute, exceptionInfo);
|
ExceptionRangeFilter.java | 61 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) 63 if (exceptionInfo.isApplicable(startOffset, endOffset)) 65 exceptionInfoVisitor.visitExceptionInfo(clazz, method, codeAttribute, exceptionInfo);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
errhandlingapi.h | 17 typedef LONG (WINAPI *PTOP_LEVEL_EXCEPTION_FILTER) (struct _EXCEPTION_POINTERS *ExceptionInfo); 20 WINBASEAPI LONG WINAPI UnhandledExceptionFilter (struct _EXCEPTION_POINTERS *ExceptionInfo);
|
/external/google-breakpad/src/client/mac/crash_generation/ |
crash_generation_client.cc | 52 ExceptionInfo info;
|
crash_generation_server.h | 51 struct ExceptionInfo {
|
/external/proguard/src/proguard/classfile/attribute/ |
CodeAttribute.java | 40 public ExceptionInfo[] exceptionTable; 62 ExceptionInfo[] exceptionTable, 152 // type of ExceptionInfo. 166 ExceptionInfo exceptionInfo = exceptionTable[index]; 167 if (exceptionInfo.isApplicable(offset)) 169 exceptionInfoVisitor.visitExceptionInfo(clazz, method, this, exceptionInfo); 183 ExceptionInfo exceptionInfo = exceptionTable[index]; 184 if (exceptionInfo.isApplicable(startOffset, endOffset) [all...] |