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

<<21222324252627282930>>

  /external/ImageMagick/coders/
psd.c 59 #include "MagickCore/exception.h"
60 #include "MagickCore/exception-private.h"
232 % Image *ReadPSDImage(image_info,ExceptionInfo *exception)
238 % o exception: return any errors or warnings in this structure.
283 Image *image,ExceptionInfo* exception)
314 q=GetAuthenticPixels(image,0,y,image->columns,1,exception);
340 if (SyncAuthenticPixels(image,exception) == MagickFalse)
363 ExceptionInfo *exception)
391 exception);
403 if (SyncAuthenticPixels(layer_info->image,exception) == MagickFalse
    [all...]
xcf.c 49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
297 ExceptionInfo *exception)
327 (void) ThrowMagickException(exception,GetMagickModule(),
334 ExceptionInfo *exception)
380 q=GetAuthenticPixels(tile_image,0,y,tile_image->columns,1,exception);
408 if (SyncAuthenticPixels(tile_image,exception) == MagickFalse)
417 ExceptionInfo *exception)
456 exception);
578 if (SyncAuthenticPixels(tile_image,exception) == MagickFalse
    [all...]
cip.c 50 #include "MagickCore/exception.h"
51 #include "MagickCore/exception-private.h"
154 % Image *image,ExceptionInfo *exception)
162 % o exception: return any errors or warnings in this structure.
166 ExceptionInfo *exception)
199 assert(exception != (ExceptionInfo *) NULL);
200 assert(exception->signature == MagickCoreSignature);
201 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
205 value=GetImageProperty(image,"label",exception);
233 (void) TransformImageColorspace(image,sRGBColorspace,exception);
    [all...]
scr.c 47 #include "MagickCore/exception.h"
48 #include "MagickCore/exception-private.h"
80 % Image *ReadSCRImage(const ImageInfo *image_info,ExceptionInfo *exception)
86 % o exception: return any errors or warnings in this structure.
89 static Image *ReadSCRImage(const ImageInfo *image_info,ExceptionInfo *exception)
150 assert(exception != (ExceptionInfo *) NULL);
151 assert(exception->signature == MagickCoreSignature);
152 image=AcquireImage(image_info,exception);
153 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
161 status=SetImageExtent(image,image->columns,image->rows,exception);
    [all...]
wpg.c 49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
272 ExceptionInfo *exception)
290 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
315 if (!SyncAuthenticPixels(image,exception))
321 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
326 index=ConstrainColormapIndex(image,(*p >> 6) & 0x3,exception);
330 index=ConstrainColormapIndex(image,(*p >> 4) & 0x3,exception);
334 index=ConstrainColormapIndex(image,(*p >> 2) & 0x3,exception);
338 index=ConstrainColormapIndex(image,(*p) & 0x3,exception);
    [all...]
tiff.c 60 #include "MagickCore/exception.h"
61 #include "MagickCore/exception-private.h"
295 % ExceptionInfo *exception)
301 % o exception: return any errors or warnings in this structure.
318 ExceptionInfo *exception)
354 assert(exception != (ExceptionInfo *) NULL);
355 assert(exception->signature == MagickCoreSignature);
356 image=AcquireImage(image_info,exception);
357 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
413 image=ReadTIFFImage(read_info,exception);
555 *exception; local
895 *exception; local
    [all...]
cin.c 56 #include "MagickCore/exception.h"
57 #include "MagickCore/exception-private.h"
290 % ExceptionInfo *exception)
296 % o exception: return any errors or warnings in this structure.
384 static Image *ReadCINImage(const ImageInfo *image_info,ExceptionInfo *exception)
437 assert(exception != (ExceptionInfo *) NULL);
438 assert(exception->signature == MagickCoreSignature);
439 image=AcquireImage(image_info,exception);
440 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
470 (void) SetImageProperty(image,"dpx:file.version",property,exception);
    [all...]
mpeg.c 46 #include "MagickCore/exception.h"
47 #include "MagickCore/exception-private.h"
161 % ExceptionInfo *exception)
167 % o exception: return any errors or warnings in this structure.
171 ExceptionInfo *exception)
193 assert(exception != (ExceptionInfo *) NULL);
194 assert(exception->signature == MagickCoreSignature);
195 image=AcquireImage(image_info,exception);
196 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
208 image=AcquireImage(image_info,exception);
    [all...]
sct.c 47 #include "MagickCore/exception.h"
48 #include "MagickCore/exception-private.h"
116 % Image *ReadSCTImage(const ImageInfo *image_info,ExceptionInfo *exception)
122 % o exception: return any errors or warnings in this structure.
125 static Image *ReadSCTImage(const ImageInfo *image_info,ExceptionInfo *exception)
170 assert(exception != (ExceptionInfo *) NULL);
171 assert(exception->signature == MagickCoreSignature);
172 image=AcquireImage(image_info,exception);
173 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
219 SetImageColorspace(image,CMYKColorspace,exception);
    [all...]
ttf.c 47 #include "MagickCore/exception.h"
48 #include "MagickCore/exception-private.h"
162 % Image *ReadTTFImage(const ImageInfo *image_info,ExceptionInfo *exception)
168 % o exception: return any errors or warnings in this structure.
171 static Image *ReadTTFImage(const ImageInfo *image_info,ExceptionInfo *exception)
216 assert(exception != (ExceptionInfo *) NULL);
217 assert(exception->signature == MagickCoreSignature);
218 image=AcquireImage(image_info,exception);
221 type_info=GetTypeInfo(image_info->filename,exception);
225 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
    [all...]
  /external/ImageMagick/MagickCore/
colormap.c 55 #include "MagickCore/exception.h"
56 #include "MagickCore/exception-private.h"
95 % ExceptionInfo *exception)
103 % o exception: return any errors or warnings in this structure.
107 const size_t colors,ExceptionInfo *exception)
146 return(SetImageStorageClass(image,PseudoClass,exception));
171 % ExceptionInfo *exception)
179 % o exception: return any errors or warnings in this structure.
183 const ssize_t displace,ExceptionInfo *exception)
199 (void) SetImageType(image,PaletteType,exception);
    [all...]
delegate.c 58 #include "MagickCore/exception.h"
59 #include "MagickCore/exception-private.h"
175 % ExceptionInfo *exception)
181 % o exception: return any errors or warnings in this structure.
185 ExceptionInfo *exception)
205 options=GetConfigureOptions(filename,exception);
210 GetStringInfoDatum(option),GetStringInfoPath(option),0,exception);
217 status&=LoadDelegateCache(cache,DelegateMap,"built-in",0,exception);
317 % char *message,ExceptionInfo *exception)
332 % o exception: return any errors here
1743 exception); local
    [all...]
fourier.c 122 % ExceptionInfo *exception)
130 % o exception: return any errors or warnings in this structure.
134 ExceptionInfo *exception)
177 assert(exception != (ExceptionInfo *) NULL);
178 assert(exception->signature == MagickCoreSignature);
181 (void) ThrowMagickException(exception,GetMagickModule(),ImageError,
185 image=CloneImage(images,images->columns,images->rows,MagickTrue,exception);
188 if (SetImageStorageClass(image,DirectClass,exception) == MagickFalse)
196 image=CloneImage(images,images->columns,images->rows,MagickTrue,exception);
222 Ar_view=AcquireVirtualCacheView(Ar_image,exception);
    [all...]
  /external/ImageMagick/MagickWand/
wandcli.c 49 #include "MagickCore/exception.h"
64 % Wand). The given image_info and exception is included as is if provided.
72 % ExceptionInfo *exception)
76 ExceptionInfo *exception)
107 if ( exception == (ExceptionInfo *) NULL)
108 cli_wand->wand.exception=AcquireExceptionInfo();
110 cli_wand->wand.exception=exception;
122 /* default exception location...
155 % Exception *exception
    [all...]
wand-view.c 89 *exception;
143 wand_view->exception);
146 clone_view->exception=AcquireExceptionInfo();
147 InheritException(clone_view->exception,wand_view->exception);
204 wand_view->exception=DestroyExceptionInfo(wand_view->exception);
292 destination->exception);
323 source->extent.width,1,source->exception);
335 duplex->extent.width,1,duplex->exception);
87 *exception; member in struct:_WandView
746 *exception; local
808 *exception; local
    [all...]
  /external/ImageMagick/filters/
analyze.c 67 % char **argv,ExceptionInfo *exception)
79 % o exception: return any errors or warnings in this structure.
83 const char **argv,ExceptionInfo *exception)
148 image_view=AcquireVirtualCacheView(image,exception);
163 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
193 exception);
199 exception);
209 exception);
217 exception);
221 exception);
    [all...]
  /external/ImageMagick/www/source/
mgk.c 48 #include "magick/exception.h"
49 #include "magick/exception-private.h"
124 % ExceptionInfo *exception)
130 % o exception: return any errors or warnings in this structure.
134 ExceptionInfo *exception)
173 assert(exception != (ExceptionInfo *) NULL);
174 assert(exception->signature == MagickSignature);
176 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
208 InheritException(exception,&image->exception);
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
InvokeMethodTest.java 55 * which should not throw any Exception, and checks,
57 * exception object is null;
59 * which should throw some Exception, and checks, that
60 * returned exception object is not null and has expected attributes;
163 // Make InvokeMethod without Exception
173 logWriter.println(" Send ClassType.InvokeMethod without Exception");
183 TaggedObject exception = reply.getNextValueAsTaggedObject(); local
184 assertNotNull("Returned exception is null", exception);
185 assertTrue("Invalid exception object ID:<" + exception.objectID + ">", exception.objectID == 0)
352 TaggedObject exception = reply.getNextValueAsTaggedObject(); local
479 TaggedObject exception = reply.getNextValueAsTaggedObject(); local
    [all...]
  /external/autotest/client/site_tests/cellular_Signal/
cellular_Signal.py 27 class _WrongTech(Exception):
36 self, label, condition, exception=None, timeout=10, sleep_interval=0.5):
42 exception: exception to throw if condition doesn't become true
45 desc: description of default TimeoutError used if 'exception' is None
51 'exception' arg
56 exception=exception,
104 exception=_STILL_REGISTERED_ERROR)
112 exception=_NOT_REGISTERED_ERROR
    [all...]
  /frameworks/base/core/tests/utillib/src/android/test/
BandwidthTestCase.java 118 Throwable exception = null; local
124 exception = null;
127 exception = e.getTargetException();
130 exception = e;
140 } while ((runCount < tolerance) && (isRepetitive || exception != null));
142 if (exception != null) {
143 throw exception;
  /external/apache-http/android/src/android/net/http/
Connection.java 158 Exception exception = null; local
233 exception = e;
236 exception = e;
239 exception = e;
242 if (exception != null) {
243 if (httpFailure(req, error, exception) &&
249 exception = null;
281 exception = e;
284 exception = e
349 Exception exception = null; local
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLWarningTest.java 41 Exception[] theExceptions = { null };
60 } catch (Exception e) {
62 fail(i + "Unexpected exception");
64 assertEquals(i + "Exception mismatch", e.getClass(),
66 assertEquals(i + "Exception mismatch", e.getMessage(),
87 Exception[] theExceptions = { null, null, null, null, null, null, null,
107 } catch (Exception e) {
109 fail(i + "Unexpected exception");
111 assertEquals(i + "Exception mismatch", e.getClass(),
113 assertEquals(i + "Exception mismatch", e.getMessage()
356 SQLWarning exception = new SQLWarning(e); local
367 SQLWarning exception = new SQLWarning("reason", e); local
379 SQLWarning exception = new SQLWarning("reason", "state", e); local
392 SQLWarning exception = new SQLWarning("reason", "state", 18, e); local
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
PairingSession.java 21 import com.google.polo.exception.BadSecretException;
22 import com.google.polo.exception.NoConfigurationException;
23 import com.google.polo.exception.PoloException;
24 import com.google.polo.exception.ProtocolErrorException;
241 } catch (PoloException exception) {
242 logDebug("Exception while getting message: " + exception);
243 mMessageQueue.put(new QueueMessage(exception));
245 } catch (IOException exception) {
246 logDebug("Exception while getting message: " + exception)
    [all...]
  /external/v8/test/mjsunit/es6/debug-promises/
try-throw-reject-in-constructor.js 8 // an exception is thrown in the Promise constructor, but caught in an
10 // We expect an Exception debug event with a promise to be triggered.
15 var exception = null; variable
19 if (event == Debug.DebugEvent.Exception) {
21 assertEquals("uncaught", event_data.exception().message);
29 exception = e;
44 assertNull(exception);
  /external/v8/test/webkit/
dfg-getter-throw.js 25 "Tests that DFG getter caching does not break the world if the getter throws an exception."
36 return "Threw exception: " + e;
46 throw "Oh hi, I'm an exception!";
48 shouldBe("bar(o)", i < 100 ? "\"Returned result: " + i + "\"" : "\"Threw exception: Oh hi, I'm an exception!\"");

Completed in 676 milliseconds

<<21222324252627282930>>