| /external/vulkan-validation-layers/tests/gtest-1.7.0/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.
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
| InvalidPropertiesFormatExceptionTest.java | 29 public void test_Serialization() throws Exception { 44 InvalidPropertiesFormatException exception = new InvalidPropertiesFormatException( local 47 throwable, exception.getCause());
|
| /ndk/sources/cxx-stl/stlport/stlport/stl/ |
| _typeinfo.h | 41 class bad_cast : public exception {}; 74 struct bad_cast : exception {};
|
| /ndk/sources/third_party/googletest/googletest/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.
|
| /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/ |
| exception.hpp | 140 class exception; 185 char const * get_diagnostic_information( exception const &, char const * ); 187 void copy_boost_exception( exception *, exception const * ); 208 exception class in namespace:boost 212 exception(): function in class:boost::exception 220 //On HP aCC, this protected copy constructor prevents throwing boost::exception. 222 exception( exception const & x ) throw(): function in class:boost::exception 231 virtual ~exception() throw( [all...] |
| /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
| _typeinfo.h | 41 class bad_cast : public exception {}; 74 struct bad_cast : exception {};
|
| /external/ImageMagick/MagickWand/ |
| magick-wand.c | 90 ClearMagickException(wand->exception); 134 clone_wand->exception=AcquireExceptionInfo(); 135 InheritException(clone_wand->exception,wand->exception); 137 clone_wand->images=CloneImageList(wand->images,clone_wand->exception); 179 if (wand->exception != (ExceptionInfo *) NULL ) 180 wand->exception=DestroyExceptionInfo(wand->exception); 250 ClearMagickException(wand->exception); 291 *severity=wand->exception->severity 409 *exception; local 460 *exception; local 713 *exception; local 754 *exception; local [all...] |
| /external/ImageMagick/coders/ |
| mvg.c | 48 #include "MagickCore/exception.h" 49 #include "MagickCore/exception-private.h" 122 % Image *ReadMVGImage(const ImageInfo *image_info,ExceptionInfo *exception) 128 % o exception: return any errors or warnings in this structure. 131 static Image *ReadMVGImage(const ImageInfo *image_info,ExceptionInfo *exception) 152 assert(exception != (ExceptionInfo *) NULL); 153 assert(exception->signature == MagickCoreSignature); 154 image=AcquireImage(image_info,exception); 155 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception); 196 status=SetImageExtent(image,image->columns,image->rows,exception); [all...] |
| bgr.c | 51 #include "MagickCore/exception.h" 52 #include "MagickCore/exception-private.h" 94 % ExceptionInfo *exception) 100 % o exception: return any errors or warnings in this structure. 104 ExceptionInfo *exception) 143 assert(exception != (ExceptionInfo *) NULL); 144 assert(exception->signature == MagickCoreSignature); 145 image=AcquireImage(image_info,exception); 150 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception); 157 ThrowFileException(exception,CorruptImageError,"UnexpectedEndOfFile" [all...] |
| rgb.c | 51 #include "MagickCore/exception.h" 52 #include "MagickCore/exception-private.h" 94 % ExceptionInfo *exception) 100 % o exception: return any errors or warnings in this structure. 103 static Image *ReadRGBImage(const ImageInfo *image_info,ExceptionInfo *exception) 142 assert(exception != (ExceptionInfo *) NULL); 143 assert(exception->signature == MagickCoreSignature); 144 image=AcquireImage(image_info,exception); 149 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception); 156 ThrowFileException(exception,CorruptImageError,"UnexpectedEndOfFile" [all...] |
| rgf.c | 52 #include "MagickCore/exception.h" 53 #include "MagickCore/exception-private.h" 93 % Image *ReadRGFImage(const ImageInfo *image_info,ExceptionInfo *exception) 99 % o exception: return any errors or warnings in this structure. 102 static Image *ReadRGFImage(const ImageInfo *image_info,ExceptionInfo *exception) 138 assert(exception != (ExceptionInfo *) NULL); 139 assert(exception->signature == MagickCoreSignature); 140 image=AcquireImage(image_info,exception); 141 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception); 158 if (AcquireImageColormap(image,image->colors,exception) == MagickFalse [all...] |
| caption.c | 51 #include "MagickCore/exception.h" 52 #include "MagickCore/exception-private.h" 86 % ExceptionInfo *exception) 92 % o exception: return any errors or warnings in this structure. 96 ExceptionInfo *exception) 136 assert(exception != (ExceptionInfo *) NULL); 137 assert(exception->signature == MagickCoreSignature); 138 image=AcquireImage(image_info,exception); 146 image_info->filename,exception); 150 exception); [all...] |
| yuv.c | 49 #include "MagickCore/exception.h" 50 #include "MagickCore/exception-private.h" 93 % Image *ReadYUVImage(const ImageInfo *image_info,ExceptionInfo *exception) 99 % o exception: return any errors or warnings in this structure. 102 static Image *ReadYUVImage(const ImageInfo *image_info,ExceptionInfo *exception) 145 assert(exception != (ExceptionInfo *) NULL); 146 assert(exception->signature == MagickCoreSignature); 147 image=AcquireImage(image_info,exception); 150 status=SetImageExtent(image,image->columns,image->rows,exception); 186 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception); [all...] |
| aai.c | 49 #include "MagickCore/exception.h" 50 #include "MagickCore/exception-private.h" 90 % Image *ReadAAIImage(const ImageInfo *image_info,ExceptionInfo *exception) 96 % o exception: return any errors or warnings in this structure. 99 static Image *ReadAAIImage(const ImageInfo *image_info,ExceptionInfo *exception) 136 assert(exception != (ExceptionInfo *) NULL); 137 assert(exception->signature == MagickCoreSignature); 138 image=AcquireImage(image_info,exception); 139 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception); 165 status=SetImageExtent(image,image->columns,image->rows,exception); [all...] |
| avs.c | 49 #include "MagickCore/exception.h" 50 #include "MagickCore/exception-private.h" 89 % Image *ReadAVSImage(const ImageInfo *image_info,ExceptionInfo *exception) 95 % o exception: return any errors or warnings in this structure. 98 static Image *ReadAVSImage(const ImageInfo *image_info,ExceptionInfo *exception) 138 assert(exception != (ExceptionInfo *) NULL); 139 assert(exception->signature == MagickCoreSignature); 140 image=AcquireImage(image_info,exception); 141 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception); 167 status=SetImageExtent(image,image->columns,image->rows,exception); [all...] |
| hrz.c | 49 #include "MagickCore/exception.h" 50 #include "MagickCore/exception-private.h" 89 % Image *ReadHRZImage(const ImageInfo *image_info,ExceptionInfo *exception) 95 % o exception: return any errors or warnings in this structure. 98 static Image *ReadHRZImage(const ImageInfo *image_info,ExceptionInfo *exception) 133 assert(exception != (ExceptionInfo *) NULL); 134 assert(exception->signature == MagickCoreSignature); 135 image=AcquireImage(image_info,exception); 136 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception); 148 status=SetImageExtent(image,image->columns,image->rows,exception); [all...] |
| mtv.c | 49 #include "MagickCore/exception.h" 50 #include "MagickCore/exception-private.h" 89 % Image *ReadMTVImage(const ImageInfo *image_info,ExceptionInfo *exception) 95 % o exception: return any errors or warnings in this structure. 98 static Image *ReadMTVImage(const ImageInfo *image_info,ExceptionInfo *exception) 137 assert(exception != (ExceptionInfo *) NULL); 138 assert(exception->signature == MagickCoreSignature); 139 image=AcquireImage(image_info,exception); 140 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception); 164 status=SetImageExtent(image,image->columns,image->rows,exception); [all...] |
| /external/droiddriver/src/io/appium/droiddriver/helpers/ |
| BaseDroidDriverTest.java | 48 // Store uncaught exception from AUT. 70 protected void setUp() throws Exception { 80 protected void tearDown() throws Exception { 187 Throwable exception = null; local 192 exception = runException; 195 onFailure(exception); 200 if (exception == null) { 201 exception = tearDownException; 205 if (exception != null) { 206 throw exception; 253 Throwable exception = e.getTargetException(); local [all...] |
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
| IntegerTest.java | 94 boolean exception = false; 99 exception = true; 102 exception); 104 exception = false; 109 exception = true; 111 assertTrue("Failed to throw exception for MAX_VALUE + 1", exception); 113 exception = false; 118 exception = true; 120 assertTrue("Failed to throw exception for MIN_VALUE - 1", exception) [all...] |
| /external/ImageMagick/MagickCore/ |
| layer.c | 49 #include "MagickCore/exception.h" 50 #include "MagickCore/exception-private.h" 91 % ExceptionInfo *exception) 99 % o exception: return any errors or warnings in this structure. 103 ExceptionInfo *exception) 111 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); 120 q=GetAuthenticPixels(image,bounds->x,bounds->y+y,bounds->width,1,exception); 128 if (SyncAuthenticPixels(image,exception) == MagickFalse) 157 % const Image *image2,RectangleInfo bounds,ExceptionInfo *exception) 165 % o exception: return any errors or warnings in this structure [all...] |
| prepress.c | 45 #include "MagickCore/exception.h" 46 #include "MagickCore/exception-private.h" 79 % ExceptionInfo *exception) 85 % o exception: return any errors or warnings in this structure. 89 ExceptionInfo *exception) 109 (void) ThrowMagickException(exception,GetMagickModule(),ImageError, 115 image_view=AcquireVirtualCacheView(image,exception); 131 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
|
| /art/runtime/interpreter/mterp/arm/ |
| op_move_exception.S | 1 /* move-exception vAA */ 6 SET_VREG_OBJECT r3, r2 @ fp[AA]<- exception obj 8 str r1, [rSELF, #THREAD_EXCEPTION_OFFSET] @ clear exception
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/ |
| ArgumentOutsideDomainException.java | 20 import org.apache.commons.math.exception.util.LocalizedFormats; 34 * Constructs an exception with specified formatted detail message.
|
| DimensionMismatchException.java | 19 import org.apache.commons.math.exception.util.LocalizedFormats; 27 * {@link org.apache.commons.math.exception}. 41 * Construct an exception from the mismatched dimensions
|
| DuplicateSampleAbscissaException.java | 19 import org.apache.commons.math.exception.util.LocalizedFormats; 22 * Exception thrown when a sample contains several entries at the same abscissa. 33 * Construct an exception indicating the duplicate abscissa.
|