HomeSort by relevance Sort by last modified time
    Searched refs:exception (Results 2051 - 2075 of 4445) sorted by null

<<81828384858687888990>>

  /external/ImageMagick/Magick++/tests/
readWriteBlob.cpp 105 // If construction of image fails, an exception should be thrown
235 catch( Exception &error_ )
237 cout << "Caught exception: " << error_.what() << endl;
240 catch( exception &error_ )
242 cout << "Caught exception: " << error_.what() << endl;
  /external/ImageMagick/MagickCore/
signature.c 45 #include "MagickCore/exception.h"
46 #include "MagickCore/exception-private.h"
468 % MagickBooleanType SignatureImage(Image *image,ExceptionInfo *exception)
474 % o exception: return any errors or warnings in this structure.
478 ExceptionInfo *exception)
514 image_view=AcquireVirtualCacheView(image,exception);
523 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
562 (void) SetImageProperty(image,"signature",hex_signature,exception);
  /external/ImageMagick/coders/
svg.c 56 #include "MagickCore/exception.h"
57 #include "MagickCore/exception-private.h"
133 *exception;
250 % Image *ReadSVGImage(const ImageInfo *image_info,ExceptionInfo *exception)
256 % o exception: return any errors or warnings in this structure.
430 (void) ThrowMagickException(svg_info->exception,GetMagickModule(),
449 (void) ThrowMagickException(svg_info->exception,GetMagickModule(),
824 (void) ThrowMagickException(svg_info->exception,GetMagickModule(),
1143 &metrics,svg_info->exception);
131 *exception; member in struct:_SVGInfo
    [all...]
  /external/ImageMagick/www/api/
montage.php 144 ExceptionInfo *exception)
166 <dt>exception</dt>
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseRecognizer.h 120 - (void) displayRecognitionError:(NSArray *)theTokNams Exception:(ANTLRRecognitionException *)e;
126 - (void) recover:(id<ANTLRIntStream>)anInput Exception:(ANTLRRecognitionException *)e;
143 Exception:(ANTLRRecognitionException *)e
148 Exception:(ANTLRRecognitionException *)e
160 - (NSMutableArray *) getRuleInvocationStack:(ANTLRRecognitionException *)exception
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseRecognizer.h 120 - (void) displayRecognitionError:(NSArray *)theTokNams Exception:(ANTLRRecognitionException *)e;
126 - (void) recover:(id<ANTLRIntStream>)anInput Exception:(ANTLRRecognitionException *)e;
143 Exception:(ANTLRRecognitionException *)e
148 Exception:(ANTLRRecognitionException *)e
160 - (NSMutableArray *) getRuleInvocationStack:(ANTLRRecognitionException *)exception
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseRecognizer.h 120 - (void) displayRecognitionError:(NSArray *)theTokNams Exception:(ANTLRRecognitionException *)e;
126 - (void) recover:(id<ANTLRIntStream>)anInput Exception:(ANTLRRecognitionException *)e;
143 Exception:(ANTLRRecognitionException *)e
148 Exception:(ANTLRRecognitionException *)e
160 - (NSMutableArray *) getRuleInvocationStack:(ANTLRRecognitionException *)exception
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseRecognizer.h 112 - (void) displayRecognitionError:(AMutableArray *)theTokNams Exception:(ANTLRRecognitionException *)e;
118 - (void) recover:(id<ANTLRIntStream>)anInput Exception:(ANTLRRecognitionException *)e;
135 Exception:(ANTLRRecognitionException *)e
140 Exception:(ANTLRRecognitionException *)e
152 - (AMutableArray *) getRuleInvocationStack:(ANTLRRecognitionException *)exception
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/
LegendreGaussIntegrator.java 24 import org.apache.commons.math.exception.util.LocalizedFormats;
126 * @exception IllegalArgumentException if the number of points is not
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
BicubicSplineInterpolator.java 23 import org.apache.commons.math.exception.NoDataException;
MicrosphereInterpolatingFunction.java 26 import org.apache.commons.math.exception.NoDataException;
SmoothingBicubicSplineInterpolator.java 27 import org.apache.commons.math.exception.util.LocalizedFormats;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
SecantSolver.java 24 import org.apache.commons.math.exception.util.LocalizedFormats;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
WeibullDistributionImpl.java 23 import org.apache.commons.math.exception.util.LocalizedFormats;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
GaussNewtonEstimator.java 22 import org.apache.commons.math.exception.util.LocalizedFormats;
155 * @exception EstimationException if the problem cannot be solved
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
LocalizedFormats.java 17 package org.apache.commons.math.exception.util;
69 CANNOT_TRANSFORM_TO_DOUBLE("Conversion Exception in Transformation: {0}"),
226 OBJECT_TRANSFORMATION("conversion exception in transformation"), /* keep */
288 USER_EXCEPTION("exception generated in user code"), /* keep */
  /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
BigFractionFormat.java 29 import org.apache.commons.math.exception.util.LocalizedFormats;
188 * @exception ParseException if the beginning of the specified string
FractionFormat.java 28 import org.apache.commons.math.exception.util.LocalizedFormats;
199 * @exception ParseException if the beginning of the specified string
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
RealVectorFormat.java 29 import org.apache.commons.math.exception.util.LocalizedFormats;
259 * @exception ParseException if the beginning of the specified string
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
MultistepIntegrator.java 22 import org.apache.commons.math.exception.util.LocalizedFormats;
209 * @throws DerivativeException this exception is propagated to the caller if
368 /** Marker exception used ONLY to stop the starter integrator after first step. */
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
MultiStartDifferentiableMultivariateVectorialOptimizer.java 26 import org.apache.commons.math.exception.util.LocalizedFormats;
120 * @exception IllegalStateException if {@link #optimize(DifferentiableMultivariateVectorialFunction,
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
HarmonicCoefficientsGuesser.java 20 import org.apache.commons.math.exception.util.LocalizedFormats;
151 * @exception OptimizationException if the sample is too short or if
190 * @exception OptimizationException if the sample is too short or if
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
BracketFinder.java 20 import org.apache.commons.math.exception.NotStrictlyPositiveException;
BrentOptimizer.java 21 import org.apache.commons.math.exception.NotStrictlyPositiveException;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
ValueServer.java 26 import org.apache.commons.math.exception.util.LocalizedFormats;

Completed in 1169 milliseconds

<<81828384858687888990>>