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

<<11121314151617181920>>

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.h 47 * the static C++ native runtime. In this case the std::exception base class is no more
55 # pragma warning (disable: 4275) // Non dll interface class 'exception' used as base
62 using _STLP_VENDOR_EXCEPT_STD::exception;
65 # define _STLP_EXCEPTION_BASE exception
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ActionService.java 60 final Exception exception) {
61 ActionServiceImpl.handleFailureFromBackgroundWorker(action, exception);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
BindableMediaRequest.java 53 public void onMediaResourceLoadError(final MediaRequest<T> request, final Exception exception) {
55 mListener.onMediaResourceLoadError(request, exception);
  /packages/apps/Messaging/src/com/android/messaging/util/
VersionUtil.java 46 } catch (final NameNotFoundException exception) {
47 Assert.fail("couldn't get package info " + exception);
  /packages/services/Telephony/src/com/android/phone/
CallWaitingCheckBoxPreference.java 90 if (ar.exception instanceof CommandException) {
93 ar.exception);
97 (CommandException)ar.exception);
99 } else if (ar.userObj instanceof Throwable || ar.exception != null) {
102 Log.d(LOG_TAG, "handleGetCallWaitingResponse: Exception" + ar.exception);
127 if (ar.exception != null) {
129 Log.d(LOG_TAG, "handleSetCallWaitingResponse: ar.exception=" + ar.exception);
136 MESSAGE_SET_CALL_WAITING, MESSAGE_SET_CALL_WAITING, ar.exception));
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
std_pair.i 8 %include <exception.i>
  /prebuilts/misc/common/swig/include/2.0.11/d/
std_pair.i 8 %include <exception.i>
  /prebuilts/misc/common/swig/include/2.0.11/go/
std_pair.i 8 %include <exception.i>
  /prebuilts/misc/common/swig/include/2.0.11/java/
std_pair.i 8 %include <exception.i>
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
std_pair.i 8 %include <exception.i>
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
std_pair.i 8 %include <exception.i>
  /prebuilts/misc/common/swig/include/2.0.11/php/
std_pair.i 8 %include <exception.i>
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
std_pair.i 8 %include <exception.i>
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.h 47 * the static C++ native runtime. In this case the std::exception base class is no more
55 # pragma warning (disable: 4275) // Non dll interface class 'exception' used as base
62 using _STLP_VENDOR_EXCEPT_STD::exception;
65 # define _STLP_EXCEPTION_BASE exception
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
initsid.py 19 from . import exception namespace
37 raise exception.InvalidInitialSid("{0} is not a valid initial sid".format(name))
  /external/ImageMagick/coders/
exr.c 47 #include "MagickCore/exception.h"
48 #include "MagickCore/exception-private.h"
128 % Image *ReadEXRImage(const ImageInfo *image_info,ExceptionInfo *exception)
134 % o exception: return any errors or warnings in this structure.
137 static Image *ReadEXRImage(const ImageInfo *image_info,ExceptionInfo *exception)
180 assert(exception != (ExceptionInfo *) NULL);
181 assert(exception->signature == MagickCoreSignature);
182 image=AcquireImage(image_info,exception);
183 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
193 (void) ImageToFile(image,read_info->filename,exception);
    [all...]
vips.c 50 #include "MagickCore/exception.h"
51 #include "MagickCore/exception-private.h"
178 % Image *ReadVIPSmage(const ImageInfo *image_info,ExceptionInfo *exception)
184 % o exception: return any errors or warnings in this structure.
310 ExceptionInfo *exception)
326 q=GetAuthenticPixels(image,0,y,image->columns,1,exception);
359 if (SyncAuthenticPixels(image,exception) == MagickFalse)
366 ExceptionInfo *exception)
399 assert(exception != (ExceptionInfo *) NULL);
400 assert(exception->signature == MagickCoreSignature)
    [all...]
info.c 48 #include "MagickCore/exception.h"
49 #include "MagickCore/exception-private.h"
152 % Image *image,ExceptionInfo *exception)
160 % o exception: return any errors or warnings in this structure.
164 Image *image,ExceptionInfo *exception)
184 status=OpenBlob(image_info,image,WriteBlobMode,exception);
198 image_info->verbose,exception);
206 exception);
jbig.c 53 #include "MagickCore/exception.h"
54 #include "MagickCore/exception-private.h"
109 % ExceptionInfo *exception)
115 % o exception: return any errors or warnings in this structure.
119 ExceptionInfo *exception)
159 assert(exception != (ExceptionInfo *) NULL);
160 assert(exception->signature == MagickCoreSignature);
161 image=AcquireImage(image_info,exception);
162 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
212 if (AcquireImageColormap(image,2,exception) == MagickFalse
    [all...]
xtrn.c 65 #include "MagickCore/exception.h"
66 #include "MagickCore/exception-private.h"
84 WriteXTRNImage(const ImageInfo *,Image *,ExceptionInfo *exception);
106 % ExceptionInfo *exception)
112 % o exception: return any errors or warnings in this structure.
118 ExceptionInfo *exception)
141 image=ReadImage(clone_info,exception);
142 CatchException(exception);
157 image=CloneImage(*image_ptr,0,0,MagickFalse,exception);
179 image=BlobToImage(clone_info,*blob_data,*blob_length,exception);
    [all...]
  /art/runtime/interpreter/mterp/arm/
op_fill_array_data.S 10 cmp r0, #0 @ 0 means an exception is thrown
11 beq MterpPossibleException @ exception?
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/
EmptyWidget.java 21 import com.androidplot.exception.PlotRenderException;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
FractionConversionException.java 21 import org.apache.commons.math.exception.util.LocalizedFormats;
36 * Constructs an exception with specified formatted detail message.
46 * Constructs an exception with specified formatted detail message.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
NotARotationMatrixException.java 21 import org.apache.commons.math.exception.util.Localizable;
39 * Build an exception by translating and formating a message
51 * Build an exception by translating and formating a message
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
IntegratorException.java 21 import org.apache.commons.math.exception.util.Localizable;
24 * This exception is made available to users to report
36 * Build an exception by translating and formating a message
47 * Build an exception by translating and formating a message
57 * Create an exception with a given root cause.
58 * @param cause the exception or error that caused this exception to be thrown

Completed in 1138 milliseconds

<<11121314151617181920>>