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

<<31323334353637383940>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_erase/
erase_iter_db2.pass.cpp 21 #include <exception>
erase_iter_iter_db1.pass.cpp 20 #include <exception>
erase_iter_iter_db2.pass.cpp 20 #include <exception>
erase_iter_iter_db3.pass.cpp 20 #include <exception>
erase_iter_iter_db4.pass.cpp 20 #include <exception>
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
catch_class_01.pass.cpp 10 #include <exception>
test_vector3.pass.cpp 15 #include <exception>
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
ContentProviderTask.java 51 public final Exception exception; field in class:ContentProviderTask.Result
56 * @param exception
59 private Result(Exception exception, ContentProviderResult[] results) {
60 this.exception = exception;
77 private static Result newFailure(Exception failure) {
87 } catch (Exception e) {
88 LogUtils.w(LOG_TAG, e, "exception executing ContentProviderOperationsTask")
    [all...]
  /packages/services/Telephony/src/com/android/phone/
CdmaVoicePrivacyCheckBoxPreference.java 81 if (ar.exception != null) {
82 if (DBG) Log.d(LOG_TAG, "handleGetVPResponse: ar.exception=" + ar.exception);
97 if (ar.exception != null) {
98 if (DBG) Log.d(LOG_TAG, "handleSetVPResponse: ar.exception=" + ar.exception);
  /external/ImageMagick/MagickCore/
magic.c 48 #include "MagickCore/exception.h"
49 #include "MagickCore/exception-private.h"
243 % ExceptionInfo *exception)
249 % o exception: return any errors or warnings in this structure.
268 ExceptionInfo *exception)
298 options=GetConfigureOptions(filename,exception);
304 GetStringInfoDatum(option),GetStringInfoPath(option),0,exception);
325 (void) ThrowMagickException(exception,GetMagickModule(),
341 (void) ThrowMagickException(exception,GetMagickModule(),
365 % const size_t length,ExceptionInfo *exception)
    [all...]
pixel.c 50 #include "MagickCore/exception.h"
51 #include "MagickCore/exception-private.h"
205 % PixelInfo *destination,ExceptionInfo *exception)
215 % o exception: return any errors or warnings in this structure.
219 PixelInfo *destination,ExceptionInfo *exception)
238 (void) TransformImageColorspace(image,sRGBColorspace,exception);
241 (void) SetImageAlpha(image,OpaqueAlpha,exception);
483 % ExportImagePixels(image,0,0,640,1,"RGB",CharPixel,pixels,exception);
490 % ExceptionInfo *exception)
515 % o exception: return any errors or warnings in this structure
    [all...]
cache-view.c 56 #include "MagickCore/exception.h"
57 #include "MagickCore/exception-private.h"
101 % It always succeeds but may return a warning or informational exception.
106 % ExceptionInfo *exception)
112 % o exception: return any errors or warnings in this structure.
116 ExceptionInfo *exception)
121 cache_view=AcquireVirtualCacheView(image,exception);
139 % It always succeeds but may return a warning or informational exception.
144 % ExceptionInfo *exception)
150 % o exception: return any errors or warnings in this structure
    [all...]
  /external/ImageMagick/coders/
rle.c 49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
120 % Image *ReadRLEImage(const ImageInfo *image_info,ExceptionInfo *exception)
126 % o exception: return any errors or warnings in this structure.
130 static Image *ReadRLEImage(const ImageInfo *image_info,ExceptionInfo *exception)
203 assert(exception != (ExceptionInfo *) NULL);
204 assert(exception->signature == MagickCoreSignature);
205 image=AcquireImage(image_info,exception);
206 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
260 ThrowFileException(exception,CorruptImageError,"UnexpectedEndOfFile"
    [all...]
mat.c 60 #include "MagickCore/exception.h"
61 #include "MagickCore/exception-private.h"
185 double MaxVal,ExceptionInfo *exception)
197 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
241 if (!SyncAuthenticPixels(image,exception))
248 double MaxVal,ExceptionInfo *exception)
259 q = QueueAuthenticPixels(image, 0, y, image->columns, 1,exception);
304 if (!SyncAuthenticPixels(image,exception))
477 static Image *DecompressBlock(Image *orig, MagickOffsetType Size, ImageInfo *clone_info, ExceptionInfo *exception)
528 (void) ThrowMagickException(exception,GetMagickModule(),CorruptImageError
    [all...]
palm.c 57 #include "MagickCore/exception.h"
229 % ExceptionInfo *exception)
235 % o exception: return any errors or warnings in this structure.
239 ExceptionInfo *exception)
302 assert(exception != (ExceptionInfo *) NULL);
303 assert(exception->signature == MagickCoreSignature);
304 image=AcquireImage(image_info,exception);
305 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
320 status=SetImageExtent(image,image->columns,image->rows,exception);
347 (AcquireImageColormap(image,one << bits_per_pixel,exception) == MagickFalse)
    [all...]
pdb.c 61 #include "MagickCore/exception.h"
62 #include "MagickCore/exception-private.h"
264 % Image *ReadPDBImage(const ImageInfo *image_info,ExceptionInfo *exception)
270 % o exception: return any errors or warnings in this structure.
273 static Image *ReadPDBImage(const ImageInfo *image_info,ExceptionInfo *exception)
326 assert(exception != (ExceptionInfo *) NULL);
327 assert(exception->signature == MagickCoreSignature);
328 image=AcquireImage(image_info,exception);
329 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
412 if (AcquireImageColormap(image,one << bits_per_pixel,exception) == MagickFalse
    [all...]
viff.c 54 #include "MagickCore/exception.h"
55 #include "MagickCore/exception-private.h"
132 % ExceptionInfo *exception)
142 % o exception: return any errors or warnings in this structure.
146 ExceptionInfo *exception)
269 assert(exception != (ExceptionInfo *) NULL);
270 assert(exception->signature == MagickCoreSignature);
271 image=AcquireImage(image_info,exception);
272 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
301 (void) SetImageProperty(image,"comment",viff_info.comment,exception);
    [all...]
flif.c 50 #include "MagickCore/exception.h"
51 #include "MagickCore/exception-private.h"
100 % ExceptionInfo *exception)
106 % o exception: return any errors or warnings in this structure.
110 ExceptionInfo *exception)
155 assert(exception != (ExceptionInfo *) NULL);
156 assert(exception->signature == MagickCoreSignature);
157 image=AcquireImage(image_info,exception);
158 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
196 AcquireNextImage(image_info,image,exception);
    [all...]
  /external/google-breakpad/src/client/mac/tests/
exception_handler_test.cc 129 MinidumpException* exception = minidump.GetException(); local
130 ASSERT_TRUE(exception);
132 const MDRawExceptionStream* raw_exception = exception->exception();
152 const MinidumpContext* context = exception->GetContext();
204 // The minidump should not contain an exception stream.
208 MinidumpException* exception = minidump.GetException(); local
209 EXPECT_FALSE(exception);
223 // The minidump should contain an exception stream.
227 MinidumpException* exception = minidump.GetException() local
374 MinidumpException* exception = minidump.GetException(); local
473 MinidumpException* exception = minidump.GetException(); local
572 MinidumpException* exception = minidump.GetException(); local
645 MinidumpException* exception = minidump.GetException(); local
    [all...]
  /external/opencv3/modules/java/src/
video.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");
80 } catch(const std::exception &e) {
105 } catch(const std::exception &e) {
144 } catch(const std::exception &e)
    [all...]
videoio.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...]
ml.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");
63 } catch(const std::exception &e) {
88 } catch(const std::exception &e) {
113 } catch(const std::exception &e)
    [all...]
  /external/ImageMagick/MagickWand/
magick-image.c 108 clone_wand->exception=AcquireExceptionInfo();
109 InheritException(clone_wand->exception,wand->exception);
150 (void) ThrowMagickException(wand->exception,GetMagickModule(),WandError,
203 sharp_image=AdaptiveBlurImage(wand->images,radius,sigma,wand->exception);
249 resize_image=AdaptiveResizeImage(wand->images,columns,rows,wand->exception);
302 sharp_image=AdaptiveSharpenImage(wand->images,radius,sigma,wand->exception);
355 wand->exception);
462 images=CloneImageList(add_wand->images,wand->exception);
509 noise_image=AddNoiseImage(wand->images,noise_type,attenuate,wand->exception);
    [all...]
  /art/runtime/interpreter/mterp/mips/
op_filled_new_array.S 15 beqz v0, MterpPossibleException # has exception
  /art/runtime/interpreter/mterp/x86/
op_fill_array_data.S 10 testb %al, %al # 0 means an exception is thrown

Completed in 1171 milliseconds

<<31323334353637383940>>