| /external/opencv3/modules/java/src/ |
| objdetect.cpp | 22 /// throw java exception 23 static void throwJavaException(JNIEnv *env, const std::exception *e, const char *method) { 24 std::string what = "unknown exception"; 28 std::string exception_type = "std::exception"; 30 if(dynamic_cast<const cv::Exception*>(e)) { 31 exception_type = "cv::Exception"; 38 if(!je) je = env->FindClass("java/lang/Exception"); 64 } catch(const std::exception &e) { 89 } catch(const std::exception &e) { 114 } catch(const std::exception &e) [all...] |
| photo.cpp | 22 /// throw java exception 23 static void throwJavaException(JNIEnv *env, const std::exception *e, const char *method) { 24 std::string what = "unknown exception"; 28 std::string exception_type = "std::exception"; 30 if(dynamic_cast<const cv::Exception*>(e)) { 31 exception_type = "cv::Exception"; 38 if(!je) je = env->FindClass("java/lang/Exception"); 64 } catch(const std::exception &e) { 89 } catch(const std::exception &e) { 114 } catch(const std::exception &e) [all...] |
| /external/ImageMagick/MagickCore/ |
| identify.c | 61 #include "MagickCore/exception.h" 62 #include "MagickCore/exception-private.h" 118 % const MagickBooleanType verbose,ExceptionInfo *exception) 129 % o exception: return any errors or warnings in this structure. 134 const StatisticType type,ExceptionInfo *exception) 180 p=GetVirtualPixels(image,0,y,image->columns,1,exception); 291 *exception; 313 exception=AcquireExceptionInfo(); 324 p=GetVirtualPixels(image,0,y,image->columns,1,exception); 431 const MagickBooleanType verbose,ExceptionInfo *exception) 289 *exception; local [all...] |
| locale.c | 47 #include "MagickCore/exception.h" 48 #include "MagickCore/exception-private.h" 85 " <Exception>" 88 " </Exception>" 164 % ExceptionInfo *exception) 172 % o exception: return any errors or warnings in this structure. 192 const char *locale,ExceptionInfo *exception) 213 options=GetLocaleOptions(filename,exception); 219 exception); 225 options=GetLocaleOptions("english.xml",exception); 757 *exception; local [all...] |
| display.c | 63 #include "MagickCore/exception.h" 64 #include "MagickCore/exception-private.h" 3757 x_offset,(ssize_t) y_offset,&target,exception); local 10127 x_offset,(ssize_t) y_offset,&target,exception); local 10260 *exception; local [all...] |
| distribute-cache.c | 60 #include "MagickCore/exception.h" 61 #include "MagickCore/exception-private.h" 142 % DistributeCacheInfo *AcquireDistributeCacheInfo(ExceptionInfo *exception) 146 % o exception: return any errors or warnings in this structure. 180 size_t *session_key,ExceptionInfo *exception) 211 (void) ThrowMagickException(exception,GetMagickModule(),CacheError, 227 (void) ThrowMagickException(exception,GetMagickModule(),CacheError, 236 (void) ThrowMagickException(exception,GetMagickModule(),CacheError, 245 (void) ThrowMagickException(exception,GetMagickModule(),CacheError, 268 (void) ThrowMagickException(exception,GetMagickModule(),MissingDelegateError 774 *exception; local [all...] |
| annotate.c | 63 #include "MagickCore/exception.h" 64 #include "MagickCore/exception-private.h" 266 % ExceptionInfo *exception) 274 % o exception: return any errors or warnings in this structure. 278 const DrawInfo *draw_info,ExceptionInfo *exception) 338 exception); 341 if (SetImageStorageClass(image,DirectClass,exception) == MagickFalse) 344 (void) SetImageColorspace(image,sRGBColorspace,exception); 354 (void) GetTypeMetrics(image,annotate,&metrics,exception); 517 (void) DrawImage(image,undercolor_info,exception); [all...] |
| decorate.c | 50 #include "MagickCore/exception.h" 51 #include "MagickCore/exception-private.h" 93 % const CompositeOperator compose,ExceptionInfo *exception) 103 % o exception: return any errors or warnings in this structure. 108 ExceptionInfo *exception) 128 clone_image=CloneImage(image,0,0,MagickTrue,exception); 132 border_image=FrameImage(clone_image,&frame_info,compose,exception); 160 % const CompositeOperator compose,ExceptionInfo *exception) 170 % o exception: return any errors or warnings in this structure. 174 const CompositeOperator compose,ExceptionInfo *exception) [all...] |
| /prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.5/ |
| velocity-1.5.jar | |
| /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
| SQLExceptionTest.java | 47 } catch (Exception e) { 48 System.out.println("SUID check got exception: " + e.getMessage()); 49 // assertTrue("Exception while testing SUID ", false ); 73 Exception[] theExceptions = { null, null, null, null, null, null, null, 93 } catch (Exception e) { 95 fail(i + "Unexpected exception"); 97 assertEquals(i + "Exception mismatch", e.getClass(), 99 assertEquals(i + "Exception mismatch", e.getMessage(), 122 Exception[] theExceptions = { null, null, null, null, null, null, null, 142 } catch (Exception e) 545 SQLException exception = new SQLException(e); local 556 SQLException exception = new SQLException("reason", e); local 568 SQLException exception = new SQLException("reason", "state", e); local 581 SQLException exception = new SQLException("reason", "state", 18, e); local [all...] |
| /external/v8/test/mjsunit/ |
| strict-mode-implicit-receiver.js | 42 var exception = false; 43 try { strict_get_y(); } catch(e) { exception = true; } 44 assertTrue(exception); 54 var exception = false; 58 exception = true; 60 assertTrue(exception); 69 var exception = false; variable 76 exception = true; 78 assertTrue(exception);
|
| array-reduce.js | 414 var exception = false; variable 418 exception = true; 424 assertTrue(exception); 426 exception = false; 430 exception = true; 436 assertTrue(exception); 438 exception = false; 442 exception = true; 448 assertTrue(exception); 450 exception = false [all...] |
| /external/ImageMagick/coders/ |
| braille.c | 49 #include "MagickCore/exception.h" 50 #include "MagickCore/exception-private.h" 171 % Image *image,ExceptionInfo *exception) 179 % o exception: return any errors or warnings in this structure. 183 Image *image,ExceptionInfo *exception) 238 assert(exception != (ExceptionInfo *) NULL); 239 assert(exception->signature == MagickCoreSignature); 240 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception); 245 value=GetImageProperty(image,"label",exception); 271 (void) SetImageType(image,BilevelType,exception); [all...] |
| jp2.c | 53 #include "MagickCore/exception.h" 54 #include "MagickCore/exception-private.h" 182 % ExceptionInfo *exception) 188 % o exception: return any errors or warnings in this structure. 195 *exception; 197 exception=(ExceptionInfo *) client_data; 198 (void) ThrowMagickException(exception,GetMagickModule(),CoderError, 238 *exception; 240 exception=(ExceptionInfo *) client_data; 241 (void) ThrowMagickException(exception,GetMagickModule(),CoderWarning 190 *exception; local 233 *exception; local [all...] |
| sun.c | 54 #include "MagickCore/exception.h" 55 #include "MagickCore/exception-private.h" 214 % Image *ReadSUNImage(const ImageInfo *image_info,ExceptionInfo *exception) 220 % o exception: return any errors or warnings in this structure. 223 static Image *ReadSUNImage(const ImageInfo *image_info,ExceptionInfo *exception) 292 assert(exception != (ExceptionInfo *) NULL); 293 assert(exception->signature == MagickCoreSignature); 294 image=AcquireImage(image_info,exception); 295 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception); 349 if (AcquireImageColormap(image,image->colors,exception) == MagickFalse [all...] |
| /external/apache-harmony/support/src/test/java/tests/support/ |
| Support_ListTest.java | 150 boolean exception = false; 155 exception = true; 158 assertTrue("list iterator next() exception: " + i, exception); 160 assertTrue("list iterator next() exception: " + i, !exception); 179 boolean exception = false; 183 exception = true; 185 assertTrue("list iterator previous() exception", exception); [all...] |
| /external/chromium-trace/catapult/devil/devil/android/tools/ |
| device_recovery.py | 66 logging.exception('Failure while waiting for %s. ' 80 logging.exception('Failed to reboot %s.', str(device)) 85 logging.exception('Timed out while rebooting %s.', str(device)) 94 logging.exception('Failure while waiting for %s.', str(device)) 99 logging.exception('Timed out while waiting for %s.', str(device)) 152 logging.exception('Unable to reset USB for %s.', serial) 156 logging.exception('Unable to reset USB for %s.', serial)
|
| /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/ANY/ |
| GPOS.py | 16 import dns.exception namespace 27 raise dns.exception.FormError 29 raise dns.exception.FormError 31 raise dns.exception.FormError 101 raise dns.exception.FormError 109 raise dns.exception.FormError 117 raise dns.exception.FormError
|
| /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/ |
| renderer.py | 23 import dns.exception namespace 83 then L{dns.exception.TooBig} will be raised. 129 @raises dns.exception.FormError: an attempt was made to set 135 raise dns.exception.FormError 156 raise dns.exception.TooBig 177 raise dns.exception.TooBig 202 raise dns.exception.TooBig 249 raise dns.exception.TooBig 296 raise dns.exception.TooBig
|
| /frameworks/base/core/java/android/test/ |
| InstrumentationTestCase.java | 215 Throwable exception = null; local 221 exception = null; 224 exception = e.getTargetException(); 227 exception = e; 237 } while ((runCount < tolerance) && (isRepetitive || exception != null)); 239 if (exception != null) { 240 throw exception; 360 * @throws Exception 363 protected void tearDown() throws Exception {
|
| /libcore/support/src/test/java/tests/support/ |
| Support_ListTest.java | 150 boolean exception = false; 155 exception = true; 158 assertTrue("list iterator next() exception: " + i, exception); 160 assertTrue("list iterator next() exception: " + i, !exception); 179 boolean exception = false; 183 exception = true; 185 assertTrue("list iterator previous() exception", exception); [all...] |
| /external/autotest/client/site_tests/network_3GScanningProperty/ |
| network_3GScanningProperty.py | 170 exception=error.TestFail( 198 exception=error.TestFail('Scan machine failed to enter ' 210 exception=error.TestFail('Scan machine failed to exit ' 239 exception=error.TestFail( 245 exception=error.TestFail( 272 exception=error.TestFail('EnableMachine failed to wait in ' 289 exception=error.TestFail('EnableMachine failed to wait in ' 311 exception=error.TestFail('SearchingMachine failed to wait ' 321 exception=error.TestFail('SearchingMachine failed to wait '
|
| /external/guava/guava-tests/test/com/google/common/eventbus/ |
| EventBusTest.java | 43 @Override protected void setUp() throws Exception { 124 public void testSubscriberThrowsException() throws Exception{ 128 final RuntimeException exception = local 133 throw exception; 140 exception, handler.exception); 153 public void testSubscriberThrowsExceptionHandlerThrowsException() throws Exception{ 156 public void handleException(Throwable exception, 171 fail("Exception should not be thrown."); 268 public void testRegisterThreadSafety() throws Exception { 323 public Throwable exception; field in class:EventBusTest.RecordingSubscriberExceptionHandler [all...] |
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
| StringBuffer2Test.java | 234 boolean exception = false; 238 exception = true; 241 assertTrue("Should throw StringIndexOutOfBoundsException", exception); 309 boolean exception = false; 314 exception = true; 316 assertTrue("did not expect IndexOutOfBoundsException", !exception); 331 boolean exception = false; 336 exception = true; 339 assertTrue("Should throw StringIndexOutOfBoundsException", exception);
|
| /ndk/sources/cxx-stl/gabi++/src/ |
| cxxabi.cc | 34 #include <exception> 302 // the exception object is VERY large. This will propably never happen. 304 __gabixx::__fatal_error("Not enough memory to allocate exception!"); 318 __gabixx::__fatal_error("Exception destructor has thrown!"); 341 _Unwind_Exception* exception = &header->unwindHeader; local 344 "Attempting to rethrow an exception that doesn't exist!"); 347 if (isOurCxxException(exception->exception_class)) { 357 _Unwind_Exception *exception = static_cast<_Unwind_Exception*>(exc); variable 358 __cxa_exception* header = reinterpret_cast<__cxa_exception*>(exception+1)-1; 361 if (!isOurCxxException(exception->exception_class)) 383 _Unwind_Exception* exception = &header->unwindHeader; variable 391 _Unwind_DeleteException(exception); variable [all...] |