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

<<11121314151617181920>>

  /prebuilts/misc/common/swig/include/2.0.11/go/
std_except.i 5 * These typemaps are used when methods are declared with an STL exception specification, such as
15 %ignore exception;
16 struct exception {};
21 %typemap(throws) std::exception %{_swig_gopanic($1.what());%}
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
exception 19 // the native header <exception>.
40 * call to the native exception header:
43 # include_next <exception>
47 # include <../include/exception>
49 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(exception)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
handler.py 32 def error(self, exception):
34 raise exception
36 def fatalError(self, exception):
38 raise exception
40 def warning(self, exception):
42 print exception
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
permmap.py 23 from . import exception namespace
83 raise exception.PermissionMapParseError(
88 raise exception.PermissionMapParseError(
96 raise exception.PermissionMapParseError(
105 raise exception.PermissionMapParseError(
110 raise exception.PermissionMapParseError(
116 raise exception.PermissionMapParseError(
129 raise exception.PermissionMapParseError(
136 raise exception.PermissionMapParseError(
141 raise exception.PermissionMapParseError
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
handler.py 32 def error(self, exception):
34 raise exception
36 def fatalError(self, exception):
38 raise exception
40 def warning(self, exception):
42 print exception
  /external/ImageMagick/MagickWand/
mogrify.c 102 % ExceptionInfo *exception)
121 % o exception: return any errors or warnings in this structure.
126 ExceptionInfo *exception)
173 DistributePixelCacheServer(StringToInteger(argv[++i]),exception);
187 status=command(image_info,argc,argv,&text,exception);
188 if (exception->severity != UndefinedException)
190 if ((exception->severity > ErrorException) ||
193 CatchException(exception);
233 status=command(image_info,argc,argv,&text,exception);
234 if (exception->severity != UndefinedException
169 DistributePixelCacheServer(StringToInteger(argv[++i]),exception); local
    [all...]
  /art/runtime/interpreter/mterp/x86/
op_throw.S 2 * Throw an exception object in the current thread.
6 GET_VREG %eax, rINST # eax<- vAA (exception object)
  /art/runtime/interpreter/mterp/x86_64/
op_filled_new_array.S 15 testb %al, %al # 0 means an exception is thrown
op_new_instance.S 11 testb %al, %al # 0 means an exception is thrown
op_throw.S 2 * Throw an exception object in the current thread.
6 GET_VREG %eax, rINSTq # eax<- vAA (exception object)
  /external/ImageMagick/coders/
otb.c 50 #include "MagickCore/exception.h"
51 #include "MagickCore/exception-private.h"
90 % Image *ReadOTBImage(const ImageInfo *image_info,ExceptionInfo *exception)
96 % o exception: return any errors or warnings in this structure.
100 static Image *ReadOTBImage(const ImageInfo *image_info,ExceptionInfo *exception)
135 assert(exception != (ExceptionInfo *) NULL);
136 assert(exception->signature == MagickCoreSignature);
137 image=AcquireImage(image_info,exception);
138 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
163 if (AcquireImageColormap(image,2,exception) == MagickFalse
    [all...]
uyvy.c 49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
90 % ExceptionInfo *exception)
96 % o exception: return any errors or warnings in this structure.
100 ExceptionInfo *exception)
131 assert(exception != (ExceptionInfo *) NULL);
132 assert(exception->signature == MagickCoreSignature);
133 image=AcquireImage(image_info,exception);
139 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
143 ThrowFileException(exception,CorruptImageError,"UnexpectedEndOfFile"
    [all...]
vicar.c 52 #include "MagickCore/exception.h"
53 #include "MagickCore/exception-private.h"
135 % ExceptionInfo *exception)
145 % o exception: return any errors or warnings in this structure.
150 ExceptionInfo *exception)
193 assert(exception != (ExceptionInfo *) NULL);
194 assert(exception->signature == MagickCoreSignature);
195 image=AcquireImage(image_info,exception);
196 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
295 status=SetImageExtent(image,image->columns,image->rows,exception);
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
EstimationException.java 21 import org.apache.commons.math.exception.util.DummyLocalizable;
22 import org.apache.commons.math.exception.util.Localizable;
42 * Build an exception by translating and formating a message
52 * Build an exception by translating and formating a message
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
MathIllegalNumberException.java 17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.exception.util.Localizable;
39 * Construct an exception.
55 * Construct an exception.
OutOfRangeException.java 17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.exception.util.LocalizedFormats;
22 * Exception to be thrown when some argument is out of range.
38 * Construct an exception from the mismatched dimensions.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
InvalidMatrixException.java 21 import org.apache.commons.math.exception.util.DummyLocalizable;
22 import org.apache.commons.math.exception.util.Localizable;
36 * Construct an exception with the given message.
48 * Construct an exception with the given message.
58 * Construct an exception with the given message.
59 * @param cause the exception or error that caused this exception
MatrixIndexException.java 21 import org.apache.commons.math.exception.util.DummyLocalizable;
22 import org.apache.commons.math.exception.util.Localizable;
MatrixVisitorException.java 21 import org.apache.commons.math.exception.util.DummyLocalizable;
22 import org.apache.commons.math.exception.util.Localizable;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
DerivativeException.java 21 import org.apache.commons.math.exception.util.DummyLocalizable;
22 import org.apache.commons.math.exception.util.Localizable;
25 * This exception is made available to users to report
37 * Build an exception by translating and formating a message
46 * Build an exception by translating and formating a message
56 * @param cause cause for the exception
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
OptimizationException.java 21 import org.apache.commons.math.exception.util.DummyLocalizable;
22 import org.apache.commons.math.exception.util.Localizable;
39 * Build an exception by translating and formating a message
51 * Build an exception by translating and formating a message
61 * Create an exception with a given root cause.
62 * @param cause the exception or error that caused this exception to be thrown
  /external/google-breakpad/src/testing/gtest/test/
gtest-death-test_ex_test.cc 47 # include <exception> // For std::exception.
53 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(throw 1, ""), "threw an exception");
55 FAIL() << "An exception escaped a death test macro invocation "
61 class TestException : public std::exception {
67 // Verifies that the exception message is quoted in the failure text.
  /external/gtest/test/
gtest-death-test_ex_test.cc 47 # include <exception> // For std::exception.
53 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(throw 1, ""), "threw an exception");
55 FAIL() << "An exception escaped a death test macro invocation "
61 class TestException : public std::exception {
67 // Verifies that the exception message is quoted in the failure text.
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
OISException.h 26 #include <exception>
47 Inherits from std::exception so you can simply log those messages if you want to be generic.
48 Also note that this has a source file now since OSX was not finding the OIS::Exception symbol
49 which would cause program abortion with now correponding exception type.
51 class _OISExport Exception : public std::exception
54 Exception() : eType(E_General), eLine(0), eFile(0) {}
56 //! Creates exception object
57 Exception( OIS_ERROR err, const char* str, int line, const char *file )
60 ~Exception() throw() {
    [all...]
  /external/vogar/src/vogar/target/
AndroidLog.java 40 @Override public void info(String s, Throwable exception) {
41 Log.i(tag, s, exception);

Completed in 1162 milliseconds

<<11121314151617181920>>