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

<<21222324252627282930>>

  /external/v8/test/mjsunit/es6/debug-promises/
async-task-event.js 10 var exception = null; variable
44 exception = e;
63 assertNull(exception);
  /external/v8/test/mjsunit/es6/
debug-step-destructuring-assignment.js 7 var exception = null; variable
23 exception = e;
85 assertNull(exception);
debug-stepin-default-parameters.js 9 var exception = null;
24 exception = e;
42 assertNull(exception);
debug-stepin-proxies.js 9 var exception = null;
24 exception = e;
51 assertNull(exception);
debug-stepin-collections-foreach.js 9 var exception = null;
22 exception = e;
51 assertNull(exception);
59 assertNull(exception);
91 assertNull(exception);
99 assertNull(exception);
  /external/v8/test/mjsunit/harmony/
debug-async-function-async-task-event.js 10 var exception = null; variable
48 exception = e;
70 assertNull(exception);
  /external/v8/test/mjsunit/regress/
regress-2825.js 21 var exception = null;
31 exception = e;
43 assertNull(exception);
18 var exception = null; variable
regress-crbug-481896.js 12 var exception = null; variable
22 exception = e;
53 assertNull(exception);
regress-crbug-582051.js 17 var exception = null; variable
37 exception = e;
43 assertNull(exception);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
MockHandler.java 65 public void error(SAXParseException exception) throws SAXException {
66 logger.add("error", exception);
69 public void fatalError(SAXParseException exception) throws SAXException {
70 logger.add("fatalError", exception);
115 public void warning(SAXParseException exception) throws SAXException {
116 logger.add("warning", exception);
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
ActionTestHelpers.java 128 public final Exception exception; field in class:ActionTestHelpers.StubActionService.StubActionServiceCallLog
134 final Exception exception,
139 this.exception = exception;
170 final Exception exception) {
171 mServiceCalls.add(new StubActionServiceCallLog(null, request, null, exception, null));
  /packages/services/Telephony/src/com/android/phone/
CLIRListPreference.java 137 if (ar.exception != null) {
138 if (DBG) Log.d(LOG_TAG, "handleGetCLIRResponse: ar.exception="+ar.exception);
139 mTcpListener.onException(CLIRListPreference.this, (CommandException) ar.exception);
160 if (ar.exception != null) {
161 if (DBG) Log.d(LOG_TAG, "handleSetCallWaitingResponse: ar.exception="+ar.exception);
167 MESSAGE_SET_CLIR, MESSAGE_SET_CLIR, ar.exception));
  /external/ImageMagick/coders/
msl.c 65 #include "MagickCore/exception.h"
66 #include "MagickCore/exception-private.h"
113 (void) ThrowMagickException(msl_info->exception,GetMagickModule(),severity, \
129 *exception;
193 % Image *ReadMSLImage(const ImageInfo *image_info,ExceptionInfo *exception)
199 % o exception: return any errors or warnings in this structure.
208 ExceptionInfo *exception)
230 image=ReadImage(read_info,exception);
233 (void) SetImageRegistry(ImageRegistryType,key,image,exception);
583 msl_info->exception);
126 *exception; member in struct:_MSLInfo
630 *exception; local
7924 *exception; local
    [all...]
jpeg.c 60 #include "MagickCore/exception.h"
61 #include "MagickCore/exception-private.h"
129 *exception;
241 % ExceptionInfo *exception)
247 % o exception: return any errors or warnings in this structure.
319 *exception;
327 exception=error_manager->exception;
333 (void) ThrowMagickException(exception,GetMagickModule(),CorruptImageWarning,
336 (void) ThrowMagickException(exception,GetMagickModule(),CorruptImageError
127 *exception; member in struct:_ErrorManager
314 *exception; local
347 *exception; local
387 *exception; local
446 *exception; local
540 *exception; local
649 *exception; local
    [all...]
cals.c 54 #include "MagickCore/exception.h"
55 #include "MagickCore/exception-private.h"
138 % ExceptionInfo *exception)
144 % o exception: return any errors or warnings in this structure.
148 ExceptionInfo *exception)
191 assert(exception != (ExceptionInfo *) NULL);
192 assert(exception->signature == MagickCoreSignature);
193 image=AcquireImage(image_info,exception);
194 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
277 image=ReadImage(read_info,exception);
    [all...]
rla.c 48 #include "MagickCore/exception.h"
49 #include "MagickCore/exception-private.h"
83 % Image *ReadRLAImage(const ImageInfo *image_info,ExceptionInfo *exception)
89 % o exception: return any errors or warnings in this structure.
92 static Image *ReadRLAImage(const ImageInfo *image_info,ExceptionInfo *exception)
200 assert(exception != (ExceptionInfo *) NULL);
201 assert(exception->signature == MagickCoreSignature);
202 image=AcquireImage(image_info,exception);
203 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
270 status=SetImageExtent(image,image->columns,image->rows,exception);
    [all...]
xps.c 53 #include "MagickCore/exception.h"
54 #include "MagickCore/exception-private.h"
93 % Image *ReadXPSImage(const ImageInfo *image_info,ExceptionInfo *exception)
99 % o exception: return any errors or warnings in this structure.
102 static Image *ReadXPSImage(const ImageInfo *image_info,ExceptionInfo *exception)
159 assert(exception != (ExceptionInfo *) NULL);
160 assert(exception->signature == MagickCoreSignature);
164 image=AcquireImage(image_info,exception);
165 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
174 ThrowFileException(exception,FileOpenError,"UnableToCreateTemporaryFile"
    [all...]
  /external/ImageMagick/MagickCore/
shear.c 61 #include "MagickCore/exception.h"
62 #include "MagickCore/exception-private.h"
104 % const MagickBooleanType rotate,ExceptionInfo *exception)
112 % o exception: return any errors or warnings in this structure.
118 const MagickBooleanType rotate,ExceptionInfo *exception)
174 crop_image=CropImage(*image,&geometry,exception);
212 % ExceptionInfo *exception)
220 % o exception: return any errors or warnings in this structure.
334 const double threshold,size_t *projection,ExceptionInfo *exception)
362 exception);
662 exception); local
    [all...]
  /art/runtime/entrypoints/quick/
quick_throw_entrypoints.cc 25 // Deliver an exception that's pending on thread helping set up a callee save frame on the way.
32 // Called by generated call to throw an exception.
33 extern "C" NO_RETURN void artDeliverExceptionFromCode(mirror::Throwable* exception, Thread* self)
36 * exception may be null, in which case this routine should
40 * exception_ in thread and delivering the exception.
43 if (exception == nullptr) {
44 self->ThrowNewException("Ljava/lang/NullPointerException;", "throw with null exception");
46 self->SetException(exception);
51 // Called by generated call to throw a NPE exception.
61 // Called by generated call to throw an arithmetic divide by zero exception
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/
FunctionEvaluationException.java 19 import org.apache.commons.math.exception.util.DummyLocalizable;
20 import org.apache.commons.math.exception.util.Localizable;
21 import org.apache.commons.math.exception.util.LocalizedFormats;
25 * Exception thrown when an error occurs evaluating a function.
41 * Construct an exception indicating the argument value
52 * Construct an exception indicating the argument value
64 * Constructs an exception with specified formatted detail message.
77 * Constructs an exception with specified formatted detail message.
91 * Constructs an exception with specified formatted detail message.
104 * Constructs an exception with specified formatted detail message
    [all...]
  /external/autotest/client/site_tests/logging_AsanCrash/
logging_AsanCrash.py 39 # Catch the exception raised when the browser crashes.
46 exception=error.TestFail(
58 exception=error.TestFail(
65 exception=error.TestFail(
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
__init__.py 31 import gslib.exception namespace
111 raise gslib.exception.CommandException(
118 raise gslib.exception.CommandException(
  /external/deqp/framework/platform/android/
tcuAndroidJNI.cpp 63 static void logException (const std::exception& e)
87 catch (const std::exception& e)
107 catch (const std::exception& e)
  /external/doclava/src/com/google/doclava/
ThrowsTagInfo.java 52 public ThrowsTagInfo(String name, String kind, String text, ClassInfo exception,
55 mException = exception;
59 public ClassInfo exception() { method in class:ThrowsTagInfo
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
EngineRunnable.java 55 Exception exception = null; local
59 } catch (Exception e) {
61 Log.v(TAG, "Exception decoding", e);
63 exception = e;
74 onLoadFailed(exception);
88 private void onLoadFailed(Exception e) {
97 private Resource<?> decode() throws Exception {
105 private Resource<?> decodeFromCache() throws Exception {
109 } catch (Exception e)
    [all...]

Completed in 1453 milliseconds

<<21222324252627282930>>