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

<<11121314151617181920>>

  /ndk/tests/device/test-stlport_static-exception/jni/
unexpected1.cpp 5 #include <exception>
  /packages/services/Mms/src/com/android/mms/service/exception/
ApnException.java 17 package com.android.mms.service.exception;
20 * APN exception
22 public class ApnException extends Exception {
MmsNetworkException.java 17 package com.android.mms.service.exception;
20 * MMS network exception
22 public class MmsNetworkException extends Exception {
  /prebuilts/misc/common/swig/include/2.0.11/
std_except.i 6 * require to support STL but only the 'exception.i' mechanism.
9 * exception specification, such as
14 * 'exception.i' library. If that is working in your target language,
17 * If the target language doesn't implement a robust 'exception.i'
30 %include <exception.i>
33 %define %std_exception_map(Exception, Code)
34 %typemap(throws,noblock=1) Exception {
37 %ignore Exception;
38 struct Exception {
45 %std_exception_map(exception, SWIG_SystemError)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
rule.py 19 from . import exception namespace
35 except exception.RuleNotConditional:
80 raise exception.RuleNotConditional
86 raise exception.RuleNotConditional
terule.py 21 from . import exception namespace
67 raise exception.InvalidTERuleType("{0} is not a valid TE rule type.".format(t))
99 raise exception.RuleNotConditional
110 raise exception.RuleNotConditional
139 except exception.RuleNotConditional:
152 raise exception.RuleUseError("{0} rules do not have a default type.".format(self.ruletype))
156 raise exception.RuleUseError("{0} rules do not have file names".format(self.ruletype))
172 except (exception.TERuleNoFilename, exception.RuleUseError):
178 except exception.RuleNotConditional
    [all...]
  /external/ImageMagick/coders/
hald.c 48 #include "MagickCore/exception.h"
49 #include "MagickCore/exception-private.h"
85 % ExceptionInfo *exception)
91 % o exception: return any errors or warnings in this structure.
95 ExceptionInfo *exception)
118 assert(exception != (ExceptionInfo *) NULL);
119 assert(exception->signature == MagickCoreSignature);
120 image=AcquireImage(image_info,exception);
130 status=SetImageExtent(image,image->columns,image->rows,exception);
145 q=QueueAuthenticPixels(image,0,y,image->columns,(size_t) level,exception);
    [all...]
matte.c 49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
149 % Image *image,ExceptionInfo *exception)
157 % o exception: return any errors or warnings in this structure.
161 Image *image,ExceptionInfo *exception)
186 matte_image=CloneImage(image,image->columns,image->rows,MagickTrue,exception);
189 (void) SetImageType(matte_image,TrueColorAlphaType,exception);
196 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
197 q=QueueAuthenticPixels(matte_image,0,y,matte_image->columns,1,exception);
209 if (SyncAuthenticPixels(matte_image,exception) == MagickFalse
    [all...]
ept.c 49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
153 % ExceptionInfo *exception)
159 % o exception: return any errors or warnings in this structure.
162 static Image *ReadEPTImage(const ImageInfo *image_info,ExceptionInfo *exception)
190 assert(exception != (ExceptionInfo *) NULL);
191 assert(exception->signature == MagickCoreSignature);
192 image=AcquireImage(image_info,exception);
193 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
226 (void) ThrowMagickException(exception,GetMagickModule(),CorruptImageWarning
    [all...]
cut.c 60 #include "MagickCore/exception.h"
61 #include "MagickCore/exception-private.h"
102 ExceptionInfo *exception)
113 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
136 (void) SyncAuthenticPixels(image,exception);
141 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
146 index=ConstrainColormapIndex(image,(*p >> 6) & 0x3,exception);
149 index=ConstrainColormapIndex(image,(*p >> 4) & 0x3,exception);
152 index=ConstrainColormapIndex(image,(*p >> 2) & 0x3,exception);
155 index=ConstrainColormapIndex(image,(*p) & 0x3,exception);
    [all...]
label.c 49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
82 % ExceptionInfo *exception)
88 % o exception: return any errors or warnings in this structure.
92 ExceptionInfo *exception)
125 assert(exception != (ExceptionInfo *) NULL);
126 assert(exception->signature == MagickCoreSignature);
127 image=AcquireImage(image_info,exception);
130 image_info->filename,exception);
131 (void) SetImageProperty(image,"label",property,exception);
    [all...]
vid.c 48 #include "MagickCore/exception.h"
49 #include "MagickCore/exception-private.h"
92 % Image *ReadVIDImage(const ImageInfo *image_info,ExceptionInfo *exception)
98 % o exception: return any errors or warnings in this structure.
101 static Image *ReadVIDImage(const ImageInfo *image_info,ExceptionInfo *exception)
142 assert(exception != (ExceptionInfo *) NULL);
143 assert(exception->signature == MagickCoreSignature);
144 image=AcquireImage(image_info,exception);
172 next_image=ReadImage(read_info,exception);
173 CatchException(exception);
    [all...]
  /external/ImageMagick/www/source/core/
sigmoidal-contrast.c 46 CatchException(exception); \
66 *exception; local
91 exception=AcquireExceptionInfo();
92 contrast_image=ReadImage(image_info,exception);
108 status=WriteImages(image_info,contrast_image,argv[2],exception);
112 exception=DestroyExceptionInfo(exception);
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
tokenizer.py 21 import dns.exception namespace
44 class UngetBufferFull(dns.exception.DNSException):
124 raise dns.exception.UnexpectedEnd
129 raise dns.exception.UnexpectedEnd
133 raise dns.exception.UnexpectedEnd
137 raise dns.exception.SyntaxError
294 @raises dns.exception.UnexpectedEnd: input ended prematurely
295 @raises dns.exception.SyntaxError: input was badly formed
319 raise dns.exception.UnexpectedEnd
327 raise dns.exception.SyntaxErro
    [all...]
  /external/v8/test/webkit/fast/js/kde/
lval-exceptions.js 47 var exception;
52 exception = e;
55 if (exception) {
56 if (typeof exType == "undefined" || exception instanceof exType)
57 testPassed(f + " threw exception " + exception + ".");
59 testFailed(f + " should throw exception " + exType + ". Threw exception " + exception + ".");
61 testFailed(f + " should throw exception " + exType + ". Was undefined.")
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinWorkerThread.java 112 * @param exception the exception causing this thread to abort due
115 protected void onTermination(Throwable exception) {
125 Throwable exception = null; local
130 exception = ex;
133 onTermination(exception);
135 if (exception == null)
136 exception = ex;
138 pool.deregisterWorker(this, exception);
  /external/ImageMagick/MagickCore/
module.c 49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
213 % ModuleInfo *GetModuleInfo(const char *tag,ExceptionInfo *exception)
220 % o exception: return any errors or warnings in this structure.
223 MagickExport ModuleInfo *GetModuleInfo(const char *tag,ExceptionInfo *exception)
236 (void) OpenModules(exception);
264 % size_t *number_modules,ExceptionInfo *exception)
272 % o exception: return any errors or warnings in this structure.
298 size_t *number_modules,ExceptionInfo *exception)
316 p=GetModuleInfo("*",exception);
854 *exception; local
    [all...]
compare.c 57 #include "MagickCore/exception-private.h"
94 % const MetricType metric,double *distortion,ExceptionInfo *exception)
106 % o exception: return any errors or warnings in this structure.
130 const MetricType metric,double *distortion,ExceptionInfo *exception)
175 exception);
183 difference_image=ExtentImage(image,&geometry,exception);
186 (void) SetImageAlphaChannel(difference_image,OpaqueAlphaChannel,exception);
187 highlight_image=CloneImage(image,columns,rows,MagickTrue,exception);
193 status=SetImageStorageClass(highlight_image,DirectClass,exception);
200 (void) SetImageAlphaChannel(highlight_image,OpaqueAlphaChannel,exception);
    [all...]
threshold.c 58 #include "MagickCore/exception.h"
59 #include "MagickCore/exception-private.h"
167 % const size_t height,const double bias,ExceptionInfo *exception)
179 % o exception: return any errors or warnings in this structure.
184 ExceptionInfo *exception)
214 assert(exception != (ExceptionInfo *) NULL);
215 assert(exception->signature == MagickCoreSignature);
217 exception);
220 status=SetImageStorageClass(threshold_image,DirectClass,exception);
232 image_view=AcquireVirtualCacheView(image,exception);
    [all...]
attribute.c 67 #include "MagickCore/exception.h"
68 #include "MagickCore/exception-private.h"
115 % ExceptionInfo *exception)
124 % o exception: return any errors or warnings in this structure.
128 ExceptionInfo *exception)
158 image_view=AcquireVirtualCacheView(image,exception);
159 r=GetCacheViewVirtualPixels(image_view,0,0,1,1,exception);
168 exception);
173 exception);
202 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
    [all...]
log.c 48 #include "MagickCore/exception.h"
49 #include "MagickCore/exception-private.h"
252 % ExceptionInfo *exception)
258 % o exception: return any errors or warnings in this structure.
262 ExceptionInfo *exception)
288 options=GetConfigureOptions(filename,exception);
293 GetStringInfoPath(option),0,exception);
314 (void) ThrowMagickException(exception,GetMagickModule(),
328 (void) ThrowMagickException(exception,GetMagickModule(),
356 *exception;
349 *exception; local
698 *exception; local
831 *exception; local
943 *exception; local
1266 *exception; local
1726 *exception; local
1775 *exception; local
1813 *exception; local
    [all...]
  /external/v8/test/mjsunit/es6/debug-promises/
throw-in-constructor.js 8 // an exception is thrown in the Promise constructor.
9 // We expect an Exception debug event with a promise to be triggered.
14 var exception = null; variable
18 if (event == Debug.DebugEvent.Exception) {
20 assertEquals("uncaught", event_data.exception().message);
28 exception = e;
40 assertNull(exception);
  /libcore/luni/src/test/java/tests/security/cert/
CertificateRevocationExceptionTest.java 101 public void testGetExtensions() throws Exception {
113 public void testGetRevocationDate() throws Exception {
114 CertificateRevokedException exception = getTestException();
116 Date firstDate = exception.getRevocationDate();
117 assertNotSame(firstDate, exception.getRevocationDate());
120 assertTrue(firstDate.compareTo(exception.getRevocationDate()) > 0);
123 public void testGetInvalidityDate() throws Exception {
124 CertificateRevokedException exception = getTestException();
126 Date firstDate = exception.getInvalidityDate();
127 assertNotSame(firstDate, exception.getInvalidityDate())
    [all...]
  /frameworks/base/core/java/android/os/
RegistrantList.java 74 internalNotifyRegistrants (Object result, Throwable exception)
78 r.internalNotifyRegistrant(result, exception);
89 notifyException(Throwable exception)
91 internalNotifyRegistrants (null, exception);
104 internalNotifyRegistrants(ar.result, ar.exception);
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
LZMA2OutputStream.java 36 private IOException exception = null; field in class:LZMA2OutputStream
90 if (exception != null)
91 throw exception;
107 exception = e;
183 if (exception != null)
184 throw exception;
196 exception = e;
204 if (exception != null)
205 throw exception;
220 exception = e
    [all...]

Completed in 822 milliseconds

<<11121314151617181920>>