HomeSort by relevance Sort by last modified time
    Searched refs:CatchException (Results 1 - 25 of 33) sorted by null

1 2

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
Exceptions.h 40 CatchException (
Exceptions.c 34 // TryException() calls, and come back out on CatchException() calls.
85 CatchException (
100 fprintf (stderr, "ERROR: Invalid nesting level call to CatchException()\n");
106 // and CatchException() calls in a given function.
ProcessDsc.c 622 EMsg = CatchException ();
786 EMsg = CatchException ();
876 EMsg = CatchException ();
    [all...]
  /external/ImageMagick/api_examples/
magick_command.c 48 CatchException(exception);
  /external/ImageMagick/MagickWand/
magick-wand-private.h 43 CatchException(fatal_exception); \
conjure.c 294 CatchException(exception);
wandcli.c 255 CatchException(cli_wand->wand.exception); /* output and clear exceptions */
display.c 507 CatchException(exception);
    [all...]
mogrify.c 193 CatchException(exception);
239 CatchException(exception);
279 CatchException(exception);
    [all...]
  /external/ImageMagick/www/source/
core.c 35 CatchException(exception);
  /external/ImageMagick/tests/
validate.c 1065 CatchException(exception);
    [all...]
  /external/ImageMagick/MagickCore/
exception-private.h 49 CatchException(fatal_exception); \
exception.h 162 CatchException(ExceptionInfo *),
xwindow-private.h 63 CatchException(exception); \
exception.c 192 % CatchException() returns if no exceptions is found otherwise it reports
195 % The format of the CatchException method is:
197 % CatchException(ExceptionInfo *exception)
204 MagickExport void CatchException(ExceptionInfo *exception)
    [all...]
display.c     [all...]
animate.c 319 CatchException(exception);
463 CatchException(exception);
    [all...]
module.c 873 CatchException(exception);
    [all...]
methods.h 136 #define CatchException PrependMagickMethod(CatchException)
    [all...]
  /external/ImageMagick/coders/
xtrn.c 142 CatchException(exception);
180 CatchException(exception);
225 CatchException(exception);
vid.c 173 CatchException(exception);
  /external/ImageMagick/www/source/core/
sigmoidal-contrast.c 46 CatchException(exception); \
  /external/ImageMagick/www/api/
exception.php 55 <p class="text-center"><a href="exception.php#AcquireExceptionInfo">AcquireExceptionInfo</a> &bull; <a href="exception.php#ClearMagickException">ClearMagickException</a> &bull; <a href="exception.php#CatchException">CatchException</a> &bull; <a href="exception.php#CloneExceptionInfo">CloneExceptionInfo</a> &bull; <a href="exception.php#DestroyExceptionInfo">DestroyExceptionInfo</a> &bull; <a href="exception.php#GetExceptionMessage">GetExceptionMessage</a> &bull; <a href="exception.php#GetLocaleExceptionMessage">GetLocaleExceptionMessage</a> &bull; <a href="exception.php#InheritException">InheritException</a> &bull; <a href="exception.php#InitializeExceptionInfo">InitializeExceptionInfo</a> &bull; <a href="exception.php#MagickError">MagickError</a> &bull; <a href="exception.php#MagickFatalError">MagickFatalError</a> &bull; <a href="exception.php#MagickWarning">MagickWarning</a> &bull; <a href="exception.php#SetErrorHandler">SetErrorHandler</a> &bull; <a href="exception.php#SetFatalErrorHandler">SetFatalErrorHandler</a> &bull; <a href="exception.php#SetWarningHandler">SetWarningHandler</a> &bull; <a href="exception.php#ThrowException">ThrowException</a></p>
89 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/exception_8c.html" id="CatchException">CatchException</a></h2>
91 <p>CatchException() returns if no exceptions is found otherwise it reports the exception as a warning, error, or fatal depending on the severity.</p>
93 <p>The format of the CatchException method is:</p>
96 CatchException(ExceptionInfo *exception)
  /libcore/ojluni/src/main/java/java/lang/invoke/
Transformers.java 146 * Implements {@code MethodHandles.catchException}.
148 public static class CatchException extends Transformer {
155 public CatchException(MethodHandle target, MethodHandle handler, Class<?> exType) {
    [all...]
MethodHandles.java     [all...]

Completed in 973 milliseconds

1 2