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

<<51525354555657585960>>

  /external/ImageMagick/www/api/
paint.php 69 const MagickBooleanType invert,ExceptionInfo *exception)
99 <dt>exception</dt>
112 const double sigma,ExceptionInfo *exception)
134 <dt>exception</dt>
150 ExceptionInfo *exception)
176 <dt>exception</dt>
192 const MagickBooleanType invert,ExceptionInfo *exception)
218 <dt>exception</dt>
234 const MagickBooleanType invert,ExceptionInfo *exception)
264 <dt>exception</dt
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Lexer.pm 81 my $exception = $EVAL_ERROR;
82 if ($exception->isa('ANTLR::Runtime::RecognitionException')) {
83 $self->report_error($exception);
84 $self->recover($exception);
86 croak $exception;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
SuspendCountTest.java 71 } catch (NumberFormatException exception) {
73 ("## FAILURE: Exception while getting number of started threads from debuggee = " + exception);
95 } catch (ReplyErrorCodeException exception) {
97 ("## FAILURE: Exception in vmMirror.getAllThreadID() = " + exception);
116 } catch (ReplyErrorCodeException exception) {
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
message.py 24 import dns.exception namespace
37 class ShortHeader(dns.exception.FormError):
41 class TrailingJunk(dns.exception.FormError):
46 class UnknownHeaderField(dns.exception.DNSException):
51 class BadEDNS(dns.exception.FormError):
56 class BadTSIG(dns.exception.FormError):
61 class UnknownTSIGKey(dns.exception.DNSException):
389 @raises dns.exception.TooBig: max_size was exceeded
591 raise dns.exception.FormError
    [all...]
resolver.py 25 import dns.exception namespace
36 class NXDOMAIN(dns.exception.DNSException):
40 # The definition of the Timeout exception has moved from here to the
41 # dns.exception module. We keep dns.resolver.Timeout defined for
44 Timeout = dns.exception.Timeout
46 class NoAnswer(dns.exception.DNSException):
50 class NoNameservers(dns.exception.DNSException):
54 class NotAbsolute(dns.exception.DNSException):
59 class NoRootSOA(dns.exception.DNSException):
261 answer to the question. If the lifetime expires, a Timeout exception
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/websocket/
WebSocketClient.java 99 * @throws Exception if the private WebSocketClientFactory fails to start
102 public WebSocketClient() throws Exception
573 Throwable exception; local
576 exception=_exception;
579 exception=_exception;
589 if (exception!=null)
590 throw new ExecutionException(exception);
602 catch(Exception e)
  /external/libcxxabi/src/
cxa_exception.cpp 9 // This file implements the "Exception Handling APIs"
17 #include <exception> // for std::terminate
60 // Get the exception object from the unwind pointer.
62 // front of the user's exception object
98 static inline int incrementHandlerCount(__cxa_exception *exception) {
99 return ++exception->handlerCount;
103 static inline int decrementHandlerCount(__cxa_exception *exception) {
104 return --exception->handlerCount;
124 exc is called, and then the memory for the exception is deallocated.
135 // Just in case there exists a dependent exception that is pointing to this
    [all...]
  /external/libxml2/python/
drv_libxml2.py 127 for severity,exception in self.__errors:
130 self._err_handler.warning(exception)
135 if fatal and exception is self.__errors[-1][1]:
136 self._err_handler.fatalError(exception)
138 self._err_handler.error(exception)
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp 9 // This file implements the "Exception Handling APIs"
17 #include <exception> // for std::terminate
60 // Get the exception object from the unwind pointer.
62 // front of the user's exception object
98 static inline int incrementHandlerCount(__cxa_exception *exception) {
99 return ++exception->handlerCount;
103 static inline int decrementHandlerCount(__cxa_exception *exception) {
104 return --exception->handlerCount;
124 exc is called, and then the memory for the exception is deallocated.
135 // Just in case there exists a dependent exception that is pointing to this
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
Contact.java 98 private final Exception mException;
103 private Contact(Uri requestedUri, Contact.Status status, Exception exception) {
104 if (status == Status.ERROR && exception == null) {
105 throw new IllegalArgumentException("ERROR result must have exception");
108 mException = exception;
132 public static Contact forError(Uri requestedUri, Exception exception) {
133 return new Contact(requestedUri, Status.ERROR, exception);
276 * @return true when an exception happened during loading, in which cas
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/
AudioAttachmentView.java 207 private void onAudioReplayError(final int what, final int extra, final Exception exception) {
208 if (exception == null) {
212 LogUtil.e(LogUtil.BUGLE_TAG, "audio replay failed, exception=" + exception);
272 } catch (final Exception exception) {
273 onAudioReplayError(0, 0, exception);
  /external/ImageMagick/MagickCore/
compress.c 52 #include "MagickCore/exception.h"
53 #include "MagickCore/exception-private.h"
362 % ExceptionInfo *exception)
368 % o exception: return any errors or warnings in this structure.
372 ExceptionInfo *exception)
493 image_view=AcquireAuthenticCacheView(image,exception);
611 q=QueueCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
621 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
657 % Image *image,Image *inject_image,ExceptionInfo *exception)
667 % o exception: return any errors or warnings in this structure
    [all...]
morphology.c 59 #include "MagickCore/exception.h"
60 #include "MagickCore/exception-private.h"
377 ExceptionInfo *exception)
472 kernel = AcquireKernelBuiltIn((KernelInfoType)type, &args, exception);
490 ExceptionInfo *exception)
509 kernel_cache=FileToString(kernel_string+1,~0UL,exception);
522 new_kernel=ParseKernelName(p,exception);
    [all...]
quantum-export.c 53 #include "MagickCore/exception.h"
54 #include "MagickCore/exception-private.h"
96 % unsigned char *magick_restrict pixels,ExceptionInfo *exception)
111 % o exception: return any errors or warnings in this structure.
245 unsigned char *magick_restrict q,ExceptionInfo *exception)
253 assert(exception != (ExceptionInfo *) NULL);
254 assert(exception->signature == MagickCoreSignature);
350 unsigned char *magick_restrict q,ExceptionInfo *exception)
361 assert(exception != (ExceptionInfo *) NULL);
362 assert(exception->signature == MagickCoreSignature)
    [all...]
feature.c 65 #include "MagickCore/exception.h"
66 #include "MagickCore/exception-private.h"
117 % const double upper_percent,ExceptionInfo *exception)
131 % o exception: return any errors or warnings in this structure.
161 const double lower_threshold,ExceptionInfo *exception)
176 q=GetCacheViewAuthenticPixels(edge_view,x,y,1,1,exception);
180 status=SyncCacheViewAuthenticPixels(edge_view,exception);
213 exception);
223 status=SyncCacheViewAuthenticPixels(edge_view,exception);
241 ExceptionInfo *exception)
    [all...]
animate.c 54 #include "MagickCore/exception.h"
55 #include "MagickCore/exception-private.h"
271 % exception member of image to determine the reason for any failure.
276 % Image *images,ExceptionInfo *exception)
284 % o exception: return any errors or warnings in this structure.
288 Image *images,ExceptionInfo *exception)
314 (void) ThrowMagickException(exception,GetMagickModule(),XServerError,
318 if (exception->severity != UndefinedException)
319 CatchException(exception);
328 (void) XAnimateImages(display,&resource_info,argv,1,images,exception);
    [all...]
  /external/v8/src/runtime/
runtime-object.cc 163 if (maybe.IsNothing()) return isolate->heap()->exception();
182 if (maybe.IsNothing()) return isolate->heap()->exception();
194 if (!result.IsJust()) return isolate->heap()->exception();
249 isolate->heap()->exception());
261 isolate->heap()->exception());
311 isolate->heap()->exception());
376 if (!maybe.IsJust()) return isolate->heap()->exception();
402 if (!maybe.IsJust()) return isolate->heap()->exception();
459 MAYBE_RETURN(result, isolate->heap()->exception());
506 if (!maybe.IsJust()) return isolate->heap()->exception();
    [all...]
  /external/ImageMagick/MagickWand/
animate.c 79 % char **argv,char **metadata,ExceptionInfo *exception)
91 % o exception: return any errors or warnings in this structure.
232 int argc,char **argv,char **wand_unused(metadata),ExceptionInfo *exception)
251 (void) ThrowMagickException(exception,GetMagickModule(),asperity,tag,"`%s'", \
258 (void) ThrowMagickException(exception,GetMagickModule(),OptionError, \
311 assert(exception != (ExceptionInfo *) NULL);
441 images=PingImages(image_info,filename,exception);
443 images=ReadImages(image_info,filename,exception);
445 (exception->severity < ErrorException);
575 clone_images=CloneImages(clone_images,"-1",exception);
    [all...]
pixel-wand.c 75 *exception;
119 ClearMagickException(wand->exception);
164 clone_wand->exception=AcquireExceptionInfo();
165 InheritException(clone_wand->exception,wand->exception);
249 wand->exception=DestroyExceptionInfo(wand->exception);
422 wand->exception=AcquireExceptionInfo();
501 ClearMagickException(wand->exception);
72 *exception; member in struct:_PixelWand
    [all...]
  /packages/services/Telephony/src/com/android/phone/settings/
VoicemailSettingsActivity.java 1137 Throwable exception = result.exception; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
IncrementalSAXSource_Filter.java 235 // EXCEPTION: In this case we need to run the event BEFORE we yield.
427 // us in the exception handling code because it won't be delivered as part
430 public void error(SAXParseException exception) throws SAXException
433 clientErrorHandler.error(exception);
436 public void fatalError(SAXParseException exception) throws SAXException
438 // EXCEPTION: In this case we need to run the event BEFORE we yield --
441 clientErrorHandler.error(exception);
448 public void warning(SAXParseException exception) throws SAXException
451 clientErrorHandler.error(exception);
545 * very quickly by throwing a reserved exception to it. If the stream i
    [all...]
  /external/autotest/site_utils/rpm_control_system/
rpm_controller_unittest.py 223 exception = pexpect.TIMEOUT(
227 mox.IgnoreArg()).MultipleTimes().AndRaise(exception)
268 exception = pexpect.TIMEOUT('Could not exit configuration terminal.')
271 mox.IgnoreArg()).MultipleTimes().AndRaise(exception)
291 exception = pexpect.TIMEOUT('Could not verify state.')
294 mox.IgnoreArg()).MultipleTimes().AndRaise(exception)
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractIteratorTester.java 55 * throws an exception.
60 * next, even if a subsequent next() call threw an exception; however
66 * throws an exception in next().
78 * Don't verify iterator behavior after a call to add() throws an exception.
86 * stimulus sequence after the iterator under test throws an exception in
106 * Meta-exception thrown by
108 * throwing any particular exception type.
125 boolean isPermitted(RuntimeException exception) {
127 if (Platform.checkIsInstance(clazz, exception)) {
135 void assertPermitted(RuntimeException exception) {
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Norm2AllModes.java 300 if(singleton.exception!=null) {
301 throw singleton.exception;
337 if(singleton.exception!=null) {
338 throw singleton.exception;
373 exception=e;
378 private RuntimeException exception; field in class:Norm2AllModes.Norm2AllModesSingleton
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Norm2AllModes.java 296 if(singleton.exception!=null) {
297 throw singleton.exception;
333 if(singleton.exception!=null) {
334 throw singleton.exception;
369 exception=e;
374 private RuntimeException exception; field in class:Norm2AllModes.Norm2AllModesSingleton

Completed in 2054 milliseconds

<<51525354555657585960>>