| /external/ImageMagick/MagickCore/ |
| version.c | 42 #include "MagickCore/exception.h" 43 #include "MagickCore/exception-private.h" 285 *exception; 290 exception=AcquireExceptionInfo(); 291 paths=GetConfigurePaths(MagickURLFilename,exception); 292 exception=DestroyExceptionInfo(exception); 279 *exception; local
|
| cache.c | 53 #include "MagickCore/exception.h" 54 #include "MagickCore/exception-private.h" 297 % MagickSizeType *length,ExceptionInfo *exception) 305 % o exception: return any errors or warnings in this structure. 309 MagickSizeType *length,ExceptionInfo *exception) 316 assert(exception != (ExceptionInfo *) NULL); 317 assert(exception->signature == MagickCoreSignature); 488 % CacheInfo *source_info,ExceptionInfo *exception) 496 % o exception: return any errors or warnings in this structure. 549 ExceptionInfo *exception) [all...] |
| configure.c | 48 #include "MagickCore/exception.h" 49 #include "MagickCore/exception-private.h" 147 % ExceptionInfo *exception) 153 % o exception: return any errors or warnings in this structure. 157 ExceptionInfo *exception) 183 options=GetConfigureOptions(filename,exception); 188 GetStringInfoDatum(option),GetStringInfoPath(option),0,exception); 210 (void) ThrowMagickException(exception,GetMagickModule(), 222 (void) ThrowMagickException(exception,GetMagickModule(), 360 % ExceptionInfo *exception) 614 *exception; local [all...] |
| enhance.c | 57 #include "MagickCore/exception.h" 58 #include "MagickCore/exception-private.h" 103 % MagickBooleanType AutoGammaImage(Image *image,ExceptionInfo *exception) 109 % o exception: return any errors or warnings in this structure. 113 ExceptionInfo *exception) 133 (void) GetImageMean(image,&mean,&sans,exception); 135 return(LevelImage(image,0.0,(double) QuantumRange,gamma,exception)); 151 status=GetImageMean(image,&mean,&sans,exception); 153 status&=LevelImage(image,0.0,(double) QuantumRange,gamma,exception); 178 % MagickBooleanType AutoLevelImage(Image *image,ExceptionInfo *exception) [all...] |
| type.c | 48 #include "MagickCore/exception.h" 49 #include "MagickCore/exception-private.h" 158 % ExceptionInfo *exception) 164 % o exception: return any errors or warnings in this structure. 196 ExceptionInfo *exception) 222 options=GetConfigureOptions(filename,exception); 228 GetStringInfoDatum(option),GetStringInfoPath(option),0,exception); 243 option=FileToString(path,~0UL,exception); 246 status&=LoadTypeCache(cache,option,path,0,exception); 254 status&=LoadTypeCache(cache,TypeMap,"built-in",0,exception); [all...] |
| /external/ImageMagick/coders/ |
| djvu.c | 49 #include "MagickCore/exception.h" 50 #include "MagickCore/exception-private.h" 121 % ExceptionInfo *exception) 127 % o exception: return any errors or warnings in this structure. 329 get_page_image(LoadContext *lc, ddjvu_page_t *page, int x, int y, int w, int h, ExceptionInfo *exception ) { 371 /* fixme: ThrowReaderException is a macro, which uses `exception' variable */ 402 Quantum * o = QueueAuthenticPixels(image,0,y,image->columns,1,exception); 420 if (SyncAuthenticPixels(image,exception) == MagickFalse) 424 SyncImage(image,exception); 444 r = QueueAuthenticPixels(image,0,i,image->columns,1,exception); [all...] |
| ps2.c | 53 #include "MagickCore/exception.h" 54 #include "MagickCore/exception-private.h" 180 % Image *image,ExceptionInfo *exception) 188 % o exception: return any errors or warnings in this structure. 193 Image *image,Image *inject_image,ExceptionInfo *exception) 214 group4_image=CloneImage(inject_image,0,0,MagickTrue,exception); 218 exception); 230 ExceptionInfo *exception) 469 assert(exception != (ExceptionInfo *) NULL); 470 assert(exception->signature == MagickCoreSignature) [all...] |
| pnm.c | 52 #include "MagickCore/exception.h" 53 #include "MagickCore/exception-private.h" 133 % Image *ReadPNMImage(const ImageInfo *image_info,ExceptionInfo *exception) 139 % o exception: return any errors or warnings in this structure. 143 static int PNMComment(Image *image,ExceptionInfo *exception) 160 comment=AcquireString(GetImageProperty(image,"comment",exception)); 183 (void) SetImageProperty(image,"comment",comment,exception); 189 ExceptionInfo *exception) 206 c=PNMComment(image,exception); 228 static Image *ReadPNMImage(const ImageInfo *image_info,ExceptionInfo *exception) [all...] |
| html.c | 51 #include "MagickCore/exception.h" 52 #include "MagickCore/exception-private.h" 201 % Image *image,ExceptionInfo *exception) 209 % o exception: return any errors or warnings in this structure. 213 Image *image,ExceptionInfo *exception) 247 assert(exception != (ExceptionInfo *) NULL); 248 assert(exception->signature == MagickCoreSignature); 249 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception); 253 (void) TransformImageColorspace(image,sRGBColorspace,exception); 294 assert(exception != (ExceptionInfo *) NULL) [all...] |
| fits.c | 52 #include "MagickCore/exception.h" 53 #include "MagickCore/exception-private.h" 140 % ExceptionInfo *exception) 146 % o exception: return any errors or warnings in this structure. 228 ExceptionInfo *exception) 298 assert(exception != (ExceptionInfo *) NULL); 299 assert(exception->signature == MagickCoreSignature); 300 image=AcquireImage(image_info,exception); 301 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception); 392 (void) SetImageProperty(image,property,p,exception); [all...] |
| dpx.c | 50 #include "MagickCore/exception.h" 51 #include "MagickCore/exception-private.h" 394 % Image *ReadDPXImage(const ImageInfo *image_info,ExceptionInfo *exception) 400 % o exception: return any errors or warnings in this structure. 659 static Image *ReadDPXImage(const ImageInfo *image_info,ExceptionInfo *exception) 707 assert(exception != (ExceptionInfo *) NULL); 708 assert(exception->signature == MagickCoreSignature); 709 image=AcquireImage(image_info,exception); 710 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception); 863 SetImageColorspace(image,RGBColorspace,exception); [all...] |
| pcl.c | 56 #include "MagickCore/exception.h" 57 #include "MagickCore/exception-private.h" 141 % Image *ReadPCLImage(const ImageInfo *image_info,ExceptionInfo *exception) 147 % o exception: return any errors or warnings in this structure. 150 static Image *ReadPCLImage(const ImageInfo *image_info,ExceptionInfo *exception) 207 assert(exception != (ExceptionInfo *) NULL); 208 assert(exception->signature == MagickCoreSignature); 212 image=AcquireImage(image_info,exception); 213 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception); 222 ThrowFileException(exception,FileOpenError,"UnableToCreateTemporaryFile" [all...] |
| ps.c | 57 #include "MagickCore/exception.h" 58 #include "MagickCore/exception-private.h" 107 % ExceptionInfo *exception) 117 % o exception: return any errors or warnings in this structure. 148 ExceptionInfo *exception) 170 exception); \ 175 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError, \ 267 (void) ThrowMagickException(exception,GetMagickModule(), 282 status=ExternalDelegateCommand(MagickFalse,verbose,command,message,exception); 342 % Image *ReadPSImage(const ImageInfo *image_info,ExceptionInfo *exception) [all...] |
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
| NewInstance002Test.java | 46 * is expected int value and returned exception object is null. 115 // Make NewInstance without Exception 126 logWriter.println(" Send ClassType.NewInstance (without Exception)"); 133 TaggedObject exception = reply.getNextValueAsTaggedObject(); local 134 logWriter.println(" ClassType.NewInstance: exception.tag=" 135 + exception.tag + "; exception.objectID=" + exception.objectID); 143 assertNotNull("exception is null", newObject); 144 assertEquals("ClassType::NewInstance returned invalid exception.objectID,", 0, exception.objectID) [all...] |
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
| SuspendTest.java | 64 } catch (NumberFormatException exception) { 66 ("## FAILURE: Exception while getting number of started threads from debuggee = " + exception); 85 } catch (ReplyErrorCodeException exception) { 87 ("## FAILURE: Exception in vmMirror.getAllThreadID() = " + exception); 102 } catch (ReplyErrorCodeException exception) {
|
| /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/ |
| keybase.py | 18 import dns.exception namespace 100 raise dns.exception.SyntaxError('unknown flag %s' % flag) 109 raise dns.exception.SyntaxError('unknown protocol %s' % protocol) 118 raise dns.exception.SyntaxError 133 raise dns.exception.FormError
|
| /external/google-breakpad/src/processor/ |
| exploitability_win.cc | 77 MinidumpException *exception = dump_->GetException(); local 78 if (!exception) { 79 BPLOG(INFO) << "Minidump does not have exception record."; 83 const MDRawExceptionStream *raw_exception = exception->exception(); 85 BPLOG(INFO) << "Could not obtain raw exception info."; 89 const MinidumpContext *context = exception->GetContext(); 91 BPLOG(INFO) << "Could not obtain exception context."; 153 // These represent bugs in exception handlers.
|
| /external/v8/test/mjsunit/ |
| debug-stepin-builtin-callback.js | 34 var exception = null; 46 exception = e; 72 assertNull(exception); 80 assertNull(exception); 88 assertNull(exception); 96 assertNull(exception); 104 assertNull(exception); 112 assertNull(exception); 120 assertNull(exception); 143 assertNull(exception); [all...] |
| /ndk/sources/cxx-stl/stlport/src/ |
| dll_main.cpp | 64 exception::exception() _STLP_NOTHROW {} 65 exception::~exception() _STLP_NOTHROW {} 68 const char* exception::what() const _STLP_NOTHROW { return "class exception"; }
|
| /external/google-breakpad/src/common/mac/testing/ |
| GTMSenTestCase.h | 100 exception:anException \ 130 exception:anException \ 159 exception:anException \ 187 exception:anException \ 226 exception:anException \ 256 exception:anException \ 296 exception:anException \ 375 exception:anException \ 409 exception:anException \ 438 exception:anException [all...] |
| /external/opencv3/modules/java/src/ |
| imgcodecs.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) { 85 } catch(const std::exception &e) { 113 } catch(const std::exception &e) [all...] |
| /external/v8/test/webkit/ |
| cached-call-uninitialized-arguments.js | 33 var exception; 38 exception = e; 41 if (exception) 42 testFailed(_a + " should be undefined. Threw exception " + exception);
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
| UiccPkcs15.java | 112 if (ar.exception != null || ar.result == null) { 113 log("Error: " + ar.exception); 114 AsyncResult.forMessage(mCallback, null, ar.exception); 159 if (ar.exception == null && ar.result != null) { 164 log("error: " + ar.exception); 165 AsyncResult.forMessage(mCallback, null, ar.exception); 206 if (ar.exception == null) { 214 log("select pkcs15 failed: " + ar.exception); 221 if (ar.exception == null && ar.result != null) { 232 if (ar.exception == null && ar.result != null) [all...] |
| /external/opencv3/modules/java/generator/src/cpp/ |
| Mat.cpp | 11 /// throw java exception 12 static void throwJavaException(JNIEnv *env, const std::exception *e, const char *method) { 13 std::string what = "unknown exception"; 17 std::string exception_type = "std::exception"; 19 if(dynamic_cast<const cv::Exception*>(e)) { 20 exception_type = "cv::Exception"; 27 if(!je) je = env->FindClass("java/lang/Exception"); 68 } catch(const std::exception &e) { 94 } catch(const std::exception &e) { 121 } catch(const std::exception &e) [all...] |
| /external/ImageMagick/www/api/ |
| statistic.php | 66 ExceptionInfo *exception) 69 ExceptionInfo *exception) 91 <dt>exception</dt> 105 const double *parameters,ExceptionInfo *exception) 127 <dt>exception</dt> 140 ExceptionInfo *exception) 158 <dt>exception</dt> 171 size_t *maxima,ExceptionInfo *exception) 193 <dt>exception</dt> 206 double *skewness,ExceptionInfo *exception) [all...] |