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

<<31323334353637383940>>

  /external/ImageMagick/MagickCore/
nt-feature.c 53 #include "MagickCore/exception.h"
54 #include "MagickCore/exception-private.h"
88 % ExceptionInfo *exception)
97 % o exception: return any errors or warnings in this structure.
101 const RectangleInfo *geometry,ExceptionInfo *exception)
140 assert(exception != (ExceptionInfo *) NULL);
141 assert(exception->signature == MagickCoreSignature);
184 SetImageColorspace(image,sRGBColorspace,exception);
194 p=GetVirtualPixels(image,page.x,page.y+y,page.width,1,exception);
286 ExceptionInfo *exception)
    [all...]
  /external/ImageMagick/coders/
sgi.c 53 #include "MagickCore/exception.h"
54 #include "MagickCore/exception-private.h"
161 % Image *ReadSGIImage(const ImageInfo *image_info,ExceptionInfo *exception)
167 % o exception: return any errors or warnings in this structure.
260 static Image *ReadSGIImage(const ImageInfo *image_info,ExceptionInfo *exception)
307 assert(exception != (ExceptionInfo *) NULL);
308 assert(exception->signature == MagickCoreSignature);
309 image=AcquireImage(image_info,exception);
310 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
351 (void) SetImageProperty(image,"label",iris_info.name,exception);
    [all...]
  /external/ImageMagick/www/api/
histogram.php 65 size_t *number_colors,ExceptionInfo *exception)
76 <dt>exception</dt>
87 ExceptionInfo *exception)
95 <dt>exception</dt>
106 ExceptionInfo *exception)
114 <dt>exception</dt>
148 const double white,const double gamma,ExceptionInfo *exception)
170 <dt>exception</dt>
183 ExceptionInfo *exception)
194 <dt>exception</dt
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
SplineInterpolator.java 19 import org.apache.commons.math.exception.DimensionMismatchException;
20 import org.apache.commons.math.exception.util.LocalizedFormats;
21 import org.apache.commons.math.exception.NumberIsTooSmallException;
62 * @throws org.apache.commons.math.exception.NonMonotonousSequenceException
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
AbstractUnivariateRealOptimizer.java 25 import org.apache.commons.math.exception.MathUnsupportedOperationException;
26 import org.apache.commons.math.exception.NoDataException;
27 import org.apache.commons.math.exception.util.LocalizedFormats;
185 * @exception FunctionEvaluationException if the function cannot be evaluated
205 * @exception FunctionEvaluationException if the function cannot be evaluated
  /external/autotest/client/cros/
p2p_utils.py 84 logging.exception('Failed to import lansim.')
120 logging.exception('Failed to stop tested services.')
132 logging.exception('Failed to restore the P2P backup.')
  /external/autotest/client/site_tests/accessibility_Sanity/
accessibility_Sanity.py 51 exception = error.TestError(
68 exception=error.TestError('ChromeVox: "Indicator present" '
83 exception=error.TestError(
  /external/autotest/client/site_tests/desktopui_ScreenLocker/
desktopui_ScreenLocker.py 78 exception=error.TestFail('Screenlock screen not visible'))
90 exception=error.TestFail('Bad password bubble did not show'))
101 exception=error.TestFail('Failed to unlock screen'))
  /external/chromium-trace/catapult/devil/devil/android/
decorators_test.py 78 def alwaysRaisesProvidedException(exception, timeout=None, retries=None):
79 raise exception
86 self.assertEquals(exception_desc, str(e.exception))
178 def alwaysRaisesProvidedException(exception, timeout=None, retries=None):
179 raise exception
185 self.assertEquals(exception_desc, str(e.exception))
219 def alwaysRaisesProvidedException(exception):
220 raise exception
226 self.assertEquals(exception_desc, str(e.exception))
274 def alwaysRaisesProvidedException(self, exception, timeout=None
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/ANY/
HINFO.py 16 import dns.exception namespace
65 raise dns.exception.FormError
73 raise dns.exception.FormError
ISDN.py 16 import dns.exception namespace
75 raise dns.exception.FormError
84 raise dns.exception.FormError
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/
connection.py 27 from boto.route53 import exception namespace
124 raise exception.DNSServerError(response.status,
152 raise exception.DNSServerError(response.status,
246 raise exception.DNSServerError(response.status,
263 raise exception.DNSServerError(response.status,
310 raise exception.DNSServerError(response.status, response.reason, body)
335 raise exception.DNSServerError(response.status,
353 raise exception.DNSServerError(response.status,
374 raise exception.DNSServerError(response.status,
443 raise exception.DNSServerError(response.status
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
test_https_cert_validation.py 45 from boto import exception, https_connection namespace
99 self.assertConnectionThrows(S3Connection, exception.S3ResponseError)
100 self.assertConnectionThrows(GSConnection, exception.GSResponseError)
  /external/conscrypt/src/compat/native/
JNIHelp.h 48 * Throw an exception with the specified class and an optional message.
53 * If an exception is currently pending, we log a warning message and
56 * Returns 0 on success, nonzero if something failed (e.g. the exception
57 * class couldn't be found, so *an* exception will still be pending).
59 * Currently aborts the VM if it can't throw the exception.
107 * Log a message and an exception.
108 * If exception is NULL, logs the current exception in the JNI environment.
110 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception);
171 inline void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowable exception = NULL)
    [all...]
  /external/google-breakpad/src/processor/
minidump_dump.cc 128 MinidumpException *exception = minidump.GetException(); local
129 if (!exception) {
132 exception->Print();
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
JsonWireAdapter.java 19 import com.google.polo.exception.PoloException;
109 public void sendErrorMessage(Exception exception) throws IOException {
111 writeJson(JsonMessageBuilder.getErrorJson(exception));
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlWireAdapter.java 19 import com.google.polo.exception.PoloException;
94 public void sendErrorMessage(Exception exception) throws IOException {
97 errorXml = mBuilder.getErrorXML(exception);
  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
AbstractIteratorTest.java 72 fail("no exception thrown");
77 public void testSneakyThrow() throws Exception {
91 // The first time, the sneakily-thrown exception comes out
94 fail("No exception thrown");
95 } catch (Exception e) {
104 fail("No exception thrown");
110 final SomeUncheckedException exception = new SomeUncheckedException(); local
113 throw exception;
120 fail("No exception thrown");
122 assertSame(exception, e)
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
AbstractIteratorTest.java 75 fail("no exception thrown");
80 public void testSneakyThrow() throws Exception {
94 // The first time, the sneakily-thrown exception comes out
97 fail("No exception thrown");
98 } catch (Exception e) {
107 fail("No exception thrown");
113 final SomeUncheckedException exception = new SomeUncheckedException(); local
116 throw exception;
123 fail("No exception thrown");
125 assertSame(exception, e)
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
LwjglAWTCanvas.java 123 exception(ex);
128 exception(ex);
243 exception(ex);
405 public void debug (String tag, String message, Throwable exception) {
408 exception.printStackTrace(System.out);
420 public void log (String tag, String message, Throwable exception) {
423 exception.printStackTrace(System.out);
435 public void error (String tag, String message, Throwable exception) {
438 exception.printStackTrace(System.err);
470 exception(ex)
503 protected void exception (Throwable ex) { method in class:LwjglAWTCanvas
    [all...]
LwjglFrame.java 72 protected void exception (Throwable t) {
73 LwjglFrame.this.exception(t);
124 protected void exception (Throwable ex) { method in class:LwjglFrame
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
_AbstractFakeCommandHandlerTest.groovy 108 commandHandler.assertValidReplyCode(1) // no exception expected
116 commandHandler.getRequiredSessionAttribute(session, "abc") // no exception
119 commandHandler.getRequiredSessionAttribute(session, "abc") // no exception
125 commandHandler.verifyLoggedIn(session) // no exception expected
135 commandHandler.verifyFileSystemCondition(true, PATH, '') // no exception expected
178 * specified exception, that the expected reply is sent through the session.
180 private void assertHandleCommandReplyCode(Throwable exception, int expected, text = null) {
181 commandHandler.exception = exception
200 def exception
    [all...]
  /external/objenesis/tck/test/org/objenesis/tck/
ObjenesisTest.java 63 public void exception(Exception exception) { method in class:ObjenesisTest.JUnitReporter
66 out.println("Exception when instantiating " + currentCandidate + " with "
68 exception.printStackTrace(out);
107 protected void setUp() throws Exception {
115 protected void tearDown() throws Exception {
121 public void testObjenesisStd() throws Exception {
127 public void testObjenesisSerializer() throws Exception {
133 public void testObjenesisSerializerParentConstructorCalled() throws Exception {
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ByteTest.java 446 boolean exception = false;
451 exception = true;
453 assertTrue("Failed to throw exception for MAX_VALUE + 1", exception);
455 exception = false;
460 exception = true;
462 assertTrue("Failed to throw exception for MIN_VALUE - 1", exception);
464 exception = false;
469 exception = true
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
PhantomReferenceTest.java 121 } catch (Exception e) {
122 fail("Exception during test : " + e.getMessage());
127 boolean exception = false;
131 exception = true;
133 assertTrue("Should not throw NullPointerException", !exception);

Completed in 1722 milliseconds

<<31323334353637383940>>