| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/ |
| SoftReferenceTest.java | 44 } catch (Exception e) { 45 fail("Exception during test : " + e.getMessage()); 48 boolean exception = false; 52 exception = true; 54 assertTrue("Should not throw NullPointerException", !exception); 66 } catch (Exception e) { 67 fail("Exception during test : " + e.getMessage()); 131 } catch (Exception e) { 132 fail("Exception : " + e.getMessage());
|
| /libnativehelper/include/nativehelper/ |
| JNIHelp.h | 48 * Throw an exception with the specified class and an optional message. 53 * If an exception is currently pending, we log a warning message and 56 * Returns 0 on success, nonzero if something failed (e.g. the exception 57 * class couldn't be found, so *an* exception will still be pending). 59 * Currently aborts the VM if it can't throw the exception. 107 * Log a message and an exception. 108 * If exception is NULL, logs the current exception in the JNI environment. 110 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception); 171 inline void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowable exception = NULL) [all...] |
| /external/ImageMagick/www/api/ |
| effect.php | 65 const double sigma,ExceptionInfo *exception) 87 <dt>exception</dt> 100 const double sigma,ExceptionInfo *exception) 122 <dt>exception</dt> 135 const double sigma,ExceptionInfo *exception) 157 <dt>exception</dt> 170 ExceptionInfo *exception) 188 <dt>exception</dt> 200 Image *DespeckleImage(const Image *image,ExceptionInfo *exception) 214 <dt>exception</dt [all...] |
| colorspace.php | 65 const ColorspaceType colorspace,ExceptiionInfo *exception) 83 <dt>exception</dt> 96 ExceptionInfo *exception) 110 <dt>exception</dt> 123 ExceptionInfo *exception) 137 <dt>exception</dt> 150 const ColorspaceType colorspace,ExceptionInfo *exception) 168 <dt>exception</dt>
|
| /external/ImageMagick/coders/ |
| miff.c | 55 #include "MagickCore/exception.h" 56 #include "MagickCore/exception-private.h" 156 % ExceptionInfo *exception) 164 % o exception: return any errors or warnings in this structure. 194 size_t *length,PixelInfo *pixel,ExceptionInfo *exception) 209 exception); 216 exception); 222 pixel->index=ConstrainColormapIndex(image,*p,exception); 227 (void) ThrowMagickException(exception,GetMagickModule(), 271 (void) ThrowMagickException(exception,GetMagickModule() [all...] |
| /external/opencv3/modules/java/src/ |
| features2d.cpp | 21 /// throw java exception 22 static void throwJavaException(JNIEnv *env, const std::exception *e, const char *method) { 23 std::string what = "unknown exception"; 27 std::string exception_type = "std::exception"; 29 if(dynamic_cast<const cv::Exception*>(e)) { 30 exception_type = "cv::Exception"; 37 if(!je) je = env->FindClass("java/lang/Exception"); 69 } catch(const std::exception &e) { 103 } catch(const std::exception &e) { 128 } catch(const std::exception &e) [all...] |
| /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/ |
| DeviceInfo.java | 67 public void testCollectDeviceInfo() throws Exception { 89 } catch (Exception e) { 99 protected void setUp() throws Exception { 107 } catch (Exception e) { 108 Log.e(LOG_TAG, "Exception occurred while getting activities.", e); 120 protected abstract void collectDeviceInfo(DeviceInfoStore store) throws Exception; 133 private void error(String message, Throwable exception) { 136 Log.e(LOG_TAG, message, exception); 139 private void failed(String message, Throwable exception) { 142 Log.e(LOG_TAG, message, exception); [all...] |
| /device/google/contexthub/lib/libm/ |
| wf_asin.c | 36 struct exception exc;
|
| wf_fmod.c | 34 struct exception exc;
|
| /external/ImageMagick/Magick++/demo/ |
| button.cpp | 93 catch( exception &error_ ) 95 cout << "Caught exception: " << error_.what() << endl;
|
| zoom.cpp | 66 catch( exception &/* error_ */) 122 catch( exception &/* error_ */) 135 catch( exception &/* error_ */) 183 catch( exception &error_ ) 185 cout << "Caught exception: " << error_.what() << endl;
|
| /external/ImageMagick/Magick++/tests/ |
| averageImages.cpp | 56 catch( Exception &error_ ) 58 cout << "Caught exception: " << error_.what() << endl; 61 catch( exception &error_ ) 63 cout << "Caught exception: " << error_.what() << endl;
|
| exceptions.cpp | 27 // Basic exception test 38 // Throw a Magick++ exception class. 42 cout << "Throwing 'Magick::WarningResourceLimit' exception" << endl; 46 catch( Exception & /*error_*/ ) 48 cout << "Successfully caught 'Magick::WarningResourceLimit' exception" << endl; 66 cout << "Throwing library 'Magick::Exception' exception" << endl; 70 catch ( Exception& /*error_*/ ) 72 cout << "Successfully caught library 'Magick::Exception' exception" << endl [all...] |
| geometry.cpp | 53 catch( Exception &error_ ) 55 cout << "Caught exception: " << error_.what() << endl; 58 catch( exception &error_ ) 60 cout << "Caught exception: " << error_.what() << endl;
|
| morphImages.cpp | 52 catch( Exception &error_ ) 54 cout << "Caught exception: " << error_.what() << endl; 57 catch( exception &error_ ) 59 cout << "Caught exception: " << error_.what() << endl;
|
| /external/ImageMagick/MagickCore/ |
| delegate.h | 60 *GetDelegateInfo(const char *,const char *,ExceptionInfo *exception),
|
| distort.h | 76 const double *,MagickBooleanType,ExceptionInfo *exception),
|
| /external/ImageMagick/MagickWand/ |
| mogrify-private.h | 27 (void) SyncImagesSettings(image_info,images,exception); \ 43 (void) SyncImagesSettings(image_info,image,exception); \ 51 (const char **) (argv+j),exception); \ 57 exception); \
|
| /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/ |
| PieWidget.java | 20 import com.androidplot.exception.PlotRenderException;
|
| /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
| XYSeriesRenderer.java | 21 import com.androidplot.exception.PlotRenderException;
|
| /external/antlr/antlr-3.4/runtime/C/include/ |
| antlr3recognizersharedstate.h | 59 /** If set to ANTLR3_TRUE then the recognizer has an exception 68 pANTLR3_EXCEPTION exception; member in struct:ANTLR3_RECOGNIZER_SHARED_STATE_struct
|
| /external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
| ANTLRDebugTreeParser.h | 48 exception:(NSException *)e
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/ |
| MessageFactory.java | 17 package org.apache.commons.math.exception.util;
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/ |
| RandomKeyMutation.java | 23 import org.apache.commons.math.exception.util.LocalizedFormats;
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
| UncorrelatedRandomVectorGenerator.java | 22 import org.apache.commons.math.exception.DimensionMismatchException;
|