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

<<41424344454647484950>>

  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
stdc++.h 17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
68 #include <exception>
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
stdc++.h 17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
68 #include <exception>
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
mlsrule.py 21 from . import exception namespace
61 raise exception.InvalidMLSRuleType("{0} is not a valid MLS rule type.".format(t))
  /external/ImageMagick/coders/
png.c 59 #include "MagickCore/exception.h"
60 #include "MagickCore/exception-private.h"
847 LosslessReduceDepthOK(Image *image,ExceptionInfo *exception)
909 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
1629 *exception; member in struct:_PNGErrorInfo
1635 *exception; local
1666 *exception; local
3216 GrayQuantum,ping_pixels+row_offset,exception); local
3220 GrayAlphaQuantum,ping_pixels+row_offset,exception); local
3224 RGBAQuantum,ping_pixels+row_offset,exception); local
3228 IndexQuantum,ping_pixels+row_offset,exception); local
3232 RGBQuantum,ping_pixels+row_offset,exception); local
    [all...]
jnx.c 54 #include "MagickCore/exception.h"
55 #include "MagickCore/exception-private.h"
126 % Image *ReadJNXImage(const ImageInfo *image_info,ExceptionInfo *exception)
132 % o exception: return any errors or warnings in this structure.
135 static Image *ReadJNXImage(const ImageInfo *image_info,ExceptionInfo *exception)
163 assert(exception != (ExceptionInfo *) NULL);
164 assert(exception->signature == MagickCoreSignature);
165 image=AcquireImage(image_info,exception);
166 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
305 tile_image=BlobToImage(read_info,blob,tile_length+2,exception);
    [all...]
  /external/ImageMagick/MagickCore/
colorspace.c 53 #include "MagickCore/exception.h"
54 #include "MagickCore/exception-private.h"
111 % const ColorspaceType colorspace,EsceptionInfo *exception)
119 % o exception: return any errors or warnings in this structure.
228 const ColorspaceType colorspace,ExceptionInfo *exception)
276 if (SyncImage(image,exception) == MagickFalse)
278 if (SetImageStorageClass(image,DirectClass,exception) == MagickFalse)
281 if (SetImageColorspace(image,colorspace,exception) == MagickFalse)
284 image_view=AcquireAuthenticCacheView(image,exception);
306 exception);
    [all...]
static.c 45 #include "MagickCore/exception-private.h"
83 % o exception: return any errors or warnings in this structure.
88 Image **image,const int argc,const char **argv,ExceptionInfo *exception)
101 (void) ThrowMagickException(exception,GetMagickModule(),PolicyError,
109 (void) exception;
122 (void) ThrowMagickException(exception,GetMagickModule(),ModuleError,
132 signature=image_filter(image,argc,argv,exception);
138 (void) ThrowMagickException(exception,GetMagickModule(),ModuleError,
  /external/ImageMagick/MagickWand/
conjure.c 76 % char **argv,char **metadata,ExceptionInfo *exception)
88 % o exception: return any errors or warnings in this structure.
133 int argc,char **argv,char **wand_unused(metadata),ExceptionInfo *exception)
144 (void) ThrowMagickException(exception,GetMagickModule(),asperity,tag,"`%s'", \
151 (void) ThrowMagickException(exception,GetMagickModule(),OptionError, \
180 assert(exception != (ExceptionInfo *) NULL);
293 image=ReadImages(image_info,filename,exception);
294 CatchException(exception);
  /external/ImageMagick/www/api/
cipher.php 128 const StringInfo *passkey,ExceptionInfo *exception)
130 ExceptionInfo *exception)
152 <dt>exception</dt>
165 const StringInfo *passkey,ExceptionInfo *exception)
167 ExceptionInfo *exception)
189 <dt>exception</dt>
228 const StringInfo *passkey,ExceptionInfo *exception)
230 ExceptionInfo *exception)
252 <dt>exception</dt>
265 const StringInfo *passkey,ExceptionInfo *exception)
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/ANY/
NSEC.py 18 import dns.exception namespace
62 raise dns.exception.SyntaxError("NSEC with bit 0")
64 raise dns.exception.SyntaxError("NSEC with bit > 65535")
105 raise dns.exception.FormError("NSEC too short")
109 raise dns.exception.FormError("bad NSEC octets")
113 raise dns.exception.FormError("bad NSEC bitmap length")
NSEC3.py 21 import dns.exception namespace
101 raise dns.exception.SyntaxError("NSEC3 with bit 0")
103 raise dns.exception.SyntaxError("NSEC3 with bit > 65535")
160 raise dns.exception.FormError("NSEC3 too short")
164 raise dns.exception.FormError("bad NSEC3 octets")
168 raise dns.exception.FormError("bad NSEC3 bitmap length")
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
tsig.py 21 import dns.exception namespace
25 class BadTime(dns.exception.DNSException):
29 class BadSignature(dns.exception.DNSException):
33 class PeerError(dns.exception.DNSException):
129 raise dns.exception.FormError
147 raise dns.exception.FormError
  /external/libgdx/backends/gdx-backend-headless/src/com/badlogic/gdx/backends/headless/
HeadlessApplication.java 240 public void debug (String tag, String message, Throwable exception) {
243 exception.printStackTrace(System.out);
255 public void log (String tag, String message, Throwable exception) {
258 exception.printStackTrace(System.out);
270 public void error (String tag, String message, Throwable exception) {
273 exception.printStackTrace(System.err);
  /external/objenesis/tck/src/org/objenesis/tck/candidates/
candidates.properties 65 org.objenesis.tck.candidates.SerializableWithAncestorThrowingException = Serializable with ancestor throwing exception
70 org.objenesis.tck.candidates.ConstructorThrowingException = Constructor throwing exception
71 org.objenesis.tck.candidates.SerializableConstructorThrowingException = Constructor throwing exception (serializable)
  /external/v8/src/runtime/
runtime-operators.cc 117 if (!result.IsJust()) return isolate->heap()->exception();
127 if (!result.IsJust()) return isolate->heap()->exception();
153 if (!result.IsJust()) return isolate->heap()->exception();
163 if (!result.IsJust()) return isolate->heap()->exception();
173 if (!result.IsJust()) return isolate->heap()->exception();
183 if (!result.IsJust()) return isolate->heap()->exception();
  /external/v8/test/mjsunit/
debug-evaluate-shadowed-context.js 14 var exception = null;
37 exception = e;
83 assertNull(exception);
debug-liveedit-stepin.js 13 var exception = null; variable
38 exception = e;
58 assertNull(exception);
debug-multiple-var-decl.js 10 var exception = null; variable
39 exception = e;
59 assertNull(exception);
debug-stepframe.js 84 var exception = null;
98 exception = e;
110 assertNull(exception);
debug-stepin-foreach.js 9 var exception = null;
34 exception = e;
50 assertNull(exception); // Break 11.
  /external/v8/test/mjsunit/es6/
debug-evaluate-arrow-function-receiver.js 13 var exception = null; variable
27 exception = e;
116 assertNull(exception);
debug-scope-default-param-with-eval.js 11 var exception = null; variable
50 exception = e;
60 assertNull(exception);
debug-step-destructuring-bind.js 7 var exception = null; variable
23 exception = e;
110 assertNull(exception);
  /external/v8/test/mjsunit/es6/debug-promises/
stepin-handler.js 9 var exception = null;
34 exception = e;
61 assertNull(exception); // Break 8.
  /external/v8/test/mjsunit/es6/regress/
regress-468661.js 8 var exception = null;
52 exception = e;
73 assertNull(exception); // Break 8.

Completed in 1847 milliseconds

<<41424344454647484950>>