HomeSort by relevance Sort by last modified time
    Searched defs:CatchException (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
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.
  /external/ImageMagick/MagickCore/
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...]
methods.h 136 #define CatchException PrependMagickMethod(CatchException)
    [all...]
  /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...]

Completed in 246 milliseconds