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

<<21222324252627282930>>

  /frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
MultiLayoutVerificationTest.java 54 for (ScopedException exception : exceptions) {
55 ScopedErrorReport report = exception.getScopedErrorReport();
72 "layout/with_class_name"), exception.getBareMessage());
84 "layout-land/with_class_name"), exception.getBareMessage());
110 for (ScopedException exception : exceptions) {
111 ScopedErrorReport report = exception.getScopedErrorReport();
139 config + "/layout_with_variable_type"), exception.getBareMessage());
163 for (ScopedException exception : exceptions) {
164 ScopedErrorReport report = exception.getScopedErrorReport();
192 config + "/layout_with_import_type"), exception.getBareMessage())
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
SIMRecords.java 340 * ((AsyncResult)onComplete.obj).exception == null on success
341 * ((AsyncResult)onComplete.obj).exception != null on fail
392 * ((AsyncResult)onComplete.obj).exception == null on success
393 * ((AsyncResult)onComplete.obj).exception != null on fail
399 AsyncResult.forMessage((onComplete)).exception =
423 AsyncResult.forMessage((onComplete)).exception =
661 if (ar.exception != null) {
662 loge("Exception querying IMSI, Exception:" + ar.exception);
    [all...]
  /external/ImageMagick/MagickCore/
mime.c 46 #include "MagickCore/exception.h"
47 #include "MagickCore/exception-private.h"
154 % ExceptionInfo *exception)
160 % o exception: return any errors or warnings in this structure.
164 ExceptionInfo *exception)
184 options=GetConfigureOptions(filename,exception);
189 GetStringInfoDatum(option),GetStringInfoPath(option),0,exception);
196 status&=LoadMimeCache(cache,MimeMap,"built-in",0,exception);
219 % ExceptionInfo *exception)
231 % o exception: return any errors or warnings in this structure
1007 *exception; local
    [all...]
property.c 55 #include "MagickCore/exception.h"
56 #include "MagickCore/exception-private.h"
224 % ExceptionInfo *exception)
232 % o exception: return any errors or warnings in this structure.
236 const char *property,ExceptionInfo *exception)
255 return(SetImageProperty(image,key,value,exception));
367 *exception;
382 exception=AcquireExceptionInfo();
383 status=SetImageProperty(image,property,value,exception);
384 exception=DestroyExceptionInfo(exception)
361 *exception; local
1722 *exception; local
    [all...]
cipher.c 45 #include "MagickCore/exception.h"
46 #include "MagickCore/exception-private.h"
515 % const StringInfo *passkey,ExceptionInfo *exception)
517 % ExceptionInfo *exception)
527 % o exception: return any errors or warnings in this structure.
547 const char *passphrase,ExceptionInfo *exception)
560 status=PasskeyDecipherImage(image,passkey,exception);
566 const StringInfo *passkey,ExceptionInfo *exception)
619 assert(exception != (ExceptionInfo *) NULL);
620 assert(exception->signature == MagickCoreSignature)
    [all...]
histogram.c 48 #include "MagickCore/exception.h"
49 #include "MagickCore/exception-private.h"
154 % ExceptionInfo *exception)
160 % o exception: return any errors or warnings in this structure.
181 ExceptionInfo *exception)
226 (void) ThrowMagickException(exception,GetMagickModule(),
232 image_view=AcquireVirtualCacheView(image,exception);
235 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
254 (void) ThrowMagickException(exception,GetMagickModule(),
281 (void) ThrowMagickException(exception,GetMagickModule()
    [all...]
  /external/ImageMagick/coders/
hdr.c 49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
130 % Image *ReadHDRImage(const ImageInfo *image_info,ExceptionInfo *exception)
136 % o exception: return any errors or warnings in this structure.
139 static Image *ReadHDRImage(const ImageInfo *image_info,ExceptionInfo *exception)
187 assert(exception != (ExceptionInfo *) NULL);
188 assert(exception->signature == MagickCoreSignature);
189 image=AcquireImage(image_info,exception);
190 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
246 (void) SetImageProperty(image,"comment",comment,exception);
    [all...]
mpc.c 54 #include "MagickCore/exception.h"
55 #include "MagickCore/exception-private.h"
137 % Image *ReadMPCImage(const ImageInfo *image_info,ExceptionInfo *exception)
145 % o exception: return any errors or warnings in this structure.
148 static Image *ReadMPCImage(const ImageInfo *image_info,ExceptionInfo *exception)
204 assert(exception != (ExceptionInfo *) NULL);
205 assert(exception->signature == MagickCoreSignature);
206 image=AcquireImage(image_info,exception);
207 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
273 (void) SetImageProperty(image,"comment",comment,exception);
    [all...]
pcd.c 54 #include "MagickCore/exception.h"
55 #include "MagickCore/exception-private.h"
116 unsigned char *chroma1,unsigned char *chroma2,ExceptionInfo *exception)
303 (void) ThrowMagickException(exception,GetMagickModule(),
389 % o exception: return any errors or warnings in this structure.
393 ExceptionInfo *exception)
410 (void) SetImageProperty(p,"label",DefaultTileLabel,exception);
415 montage_image=MontageImageList(image_info,montage_info,image,exception);
475 static Image *ReadPCDImage(const ImageInfo *image_info,ExceptionInfo *exception)
529 assert(exception != (ExceptionInfo *) NULL)
    [all...]
xbm.c 52 #include "MagickCore/exception.h"
53 #include "MagickCore/exception-private.h"
128 % Image *ReadXBMImage(const ImageInfo *image_info,ExceptionInfo *exception)
134 % o exception: return any errors or warnings in this structure.
175 static Image *ReadXBMImage(const ImageInfo *image_info,ExceptionInfo *exception)
225 assert(exception != (ExceptionInfo *) NULL);
226 assert(exception->signature == MagickCoreSignature);
227 image=AcquireImage(image_info,exception);
228 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
284 if (AcquireImageColormap(image,image->colors,exception) == MagickFalse
    [all...]
meta.c 47 #include "MagickCore/exception.h"
48 #include "MagickCore/exception-private.h"
132 % ExceptionInfo *exception)
144 % o exception: return any errors or warnings in this structure.
1144 ExceptionInfo *exception)
1170 assert(exception != (ExceptionInfo *) NULL);
1171 assert(exception->signature == MagickCoreSignature);
1172 image=AcquireImage(image_info,exception);
1173 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
1181 if (SetImageBackgroundColor(image,exception) == MagickFalse
    [all...]
xpm.c 53 #include "MagickCore/exception.h"
54 #include "MagickCore/exception-private.h"
137 % Image *ReadXPMImage(const ImageInfo *image_info,ExceptionInfo *exception)
143 % o exception: return any errors or warnings in this structure.
240 static Image *ReadXPMImage(const ImageInfo *image_info,ExceptionInfo *exception)
291 assert(exception != (ExceptionInfo *) NULL);
292 assert(exception->signature == MagickCoreSignature);
293 image=AcquireImage(image_info,exception);
294 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
371 if (AcquireImageColormap(image,image->colors,exception) == MagickFalse
    [all...]
pdf.c 58 #include "MagickCore/exception.h"
59 #include "MagickCore/exception-private.h"
119 % const char *command,ExceptionInfo *exception)
129 % o exception: return any errors or warnings in this structure.
159 const char *command,char *message,ExceptionInfo *exception)
181 exception); \
186 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError, \
278 (void) ThrowMagickException(exception,GetMagickModule(),
293 status=ExternalDelegateCommand(MagickFalse,verbose,command,message,exception);
351 % Image *ReadPDFImage(const ImageInfo *image_info,ExceptionInfo *exception)
    [all...]
url.c 48 #include "MagickCore/exception.h"
49 #include "MagickCore/exception-private.h"
96 % Image *ReadURLImage(const ImageInfo *image_info,ExceptionInfo *exception)
102 % o exception: return any errors or warnings in this structure.
133 static Image *ReadURLImage(const ImageInfo *image_info,ExceptionInfo *exception)
159 image=ReadImage(read_info,exception);
169 ThrowFileException(exception,FileOpenError,"UnableToCreateTemporaryFile",
184 ThrowFileException(exception,FileOpenError,"UnableToOpenFile",
241 image=ReadImage(read_info,exception);
248 (void) ThrowMagickException(exception,GetMagickModule(),CoderError
    [all...]
  /libnativehelper/
JNIHelp.cpp 111 * Returns a human-readable summary of an exception object. The buffer will
113 * exception message.
115 static bool getExceptionSummary(C_JNIEnv* env, jthrowable exception, std::string& result) {
118 /* get the name of the exception's class */
119 scoped_local_ref<jclass> exceptionClass(env, (*env)->GetObjectClass(e, exception)); // can't fail
140 /* if the exception has a detail message, get that */
144 (jstring) (*env)->CallObjectMethod(e, exception, getMessage));
164 * Returns an exception (with stack trace) as a string.
166 static bool getStackTrace(C_JNIEnv* env, jthrowable exception, std::string& result) {
198 scoped_local_ref<jclass> exceptionClass(env, (*env)->GetObjectClass(e, exception)); // can't fai
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
ipv6.py 20 import dns.exception namespace
102 @raises dns.exception.SyntaxError: the text was not properly formatted
136 raise dns.exception.SyntaxError
142 raise dns.exception.SyntaxError
149 raise dns.exception.SyntaxError
154 raise dns.exception.SyntaxError
163 raise dns.exception.SyntaxError
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
LZMA2InputStream.java 60 private IOException exception = null; field in class:LZMA2InputStream
180 * or an exception is thrown.
208 if (exception != null)
209 throw exception;
249 exception = e;
337 if (exception != null)
338 throw exception;
SingleXZInputStream.java 51 private IOException exception = null; field in class:SingleXZInputStream
252 * throw the pending exception.</li>
253 * <li>An exception is thrown.</li>
284 if (exception != null)
285 throw exception;
319 exception = e;
354 if (exception != null)
355 throw exception;
  /external/sl4a/Utils/src/com/trilead/ssh2/
StreamGobbler.java 92 exception = e;
108 private IOException exception = null; field in class:StreamGobbler
150 if (exception != null) {
151 throw exception;
219 if (exception != null) {
220 throw exception;
  /external/v8/test/mjsunit/
debug-allscopes-on-debugger.js 8 var exception = null;
37 exception = e;
56 assertNull(exception); // Break 7.
debug-evaluate-declaration.js 16 var exception = null;
25 exception = e;
44 assertNull(exception);
debug-evaluate-nested.js 9 var exception = null; variable
41 exception = e;
49 assertNull(exception);
debug-liveedit-exceptions.js 13 var exception = null; variable
18 if (event != Debug.DebugEvent.Exception) return;
36 exception = e;
60 assertNull(exception);
debug-step-turbofan.js 30 var exception = null; variable
43 exception = e;
56 assertNull(exception);
debug-stepin-accessor-ic.js 27 var exception = null; variable
37 exception = e;
49 assertNull(exception);

Completed in 803 milliseconds

<<21222324252627282930>>