| /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/ |
| MathIllegalArgumentException.java | 17 package org.apache.commons.math.exception; 21 import org.apache.commons.math.exception.util.ArgUtils; 22 import org.apache.commons.math.exception.util.MessageFactory; 23 import org.apache.commons.math.exception.util.Localizable;
|
| MathIllegalStateException.java | 17 package org.apache.commons.math.exception; 21 import org.apache.commons.math.exception.util.ArgUtils; 22 import org.apache.commons.math.exception.util.MessageFactory; 23 import org.apache.commons.math.exception.util.Localizable;
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/ |
| DummyLocalizable.java | 17 package org.apache.commons.math.exception.util;
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/ |
| CardanEulerSingularityException.java | 21 import org.apache.commons.math.exception.util.LocalizedFormats; 37 * build an exception with a default message.
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
| NonSquareMatrixException.java | 20 import org.apache.commons.math.exception.util.LocalizedFormats; 34 * Construct an exception with the given message.
|
| NotPositiveDefiniteMatrixException.java | 21 import org.apache.commons.math.exception.util.LocalizedFormats; 37 * build an exception with a default message.
|
| NotSymmetricMatrixException.java | 21 import org.apache.commons.math.exception.util.LocalizedFormats; 37 * build an exception with a default message.
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/ |
| GaussianDerivativeFunction.java | 23 import org.apache.commons.math.exception.DimensionMismatchException; 24 import org.apache.commons.math.exception.util.LocalizedFormats; 25 import org.apache.commons.math.exception.ZeroException; 26 import org.apache.commons.math.exception.NullArgumentException;
|
| GaussianFunction.java | 24 import org.apache.commons.math.exception.DimensionMismatchException; 25 import org.apache.commons.math.exception.util.LocalizedFormats; 26 import org.apache.commons.math.exception.ZeroException; 27 import org.apache.commons.math.exception.NullArgumentException;
|
| ParametricGaussianFunction.java | 22 import org.apache.commons.math.exception.DimensionMismatchException; 23 import org.apache.commons.math.exception.util.LocalizedFormats; 24 import org.apache.commons.math.exception.ZeroException; 25 import org.apache.commons.math.exception.NullArgumentException;
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/ |
| NoFeasibleSolutionException.java | 20 import org.apache.commons.math.exception.util.LocalizedFormats;
|
| UnboundedSolutionException.java | 20 import org.apache.commons.math.exception.util.LocalizedFormats;
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/ |
| InvokeMethodTest.java | 44 * exception object is as expected. 118 ((shouldThrow) ? "with" : "without") + " exception."); 129 // Check that some exception was thrown. 130 TaggedObject exception = reply.getNextValueAsTaggedObject(); local 131 assertNotNull("Returned exception is null", exception); 132 assertTrue("Invalid exception object ID:<" + exception.objectID + ">", 133 exception.objectID != 0); 134 assertEquals("Invalid exception tag,", JDWPConstants.Tag.OBJECT_TAG, exception.ta 145 TaggedObject exception = reply.getNextValueAsTaggedObject(); local [all...] |
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
| InvokeMethodDefault002Test.java | 43 * exception object is null. 140 ((shouldThrow) ? "with" : "without") + " exception"); 151 // Check that some exception was thrown. 152 TaggedObject exception = reply.getNextValueAsTaggedObject(); local 153 assertNotNull("Returned exception is null", exception); 154 assertTrue("Invalid exception object ID:<" + exception.objectID + ">", 155 exception.objectID != 0L); 156 assertEquals("Invalid exception tag,", JDWPConstants.Tag.OBJECT_TAG, exception.ta 167 TaggedObject exception = reply.getNextValueAsTaggedObject(); local [all...] |
| InvokeMethodDefaultTest.java | 42 * exception object is null. 140 ((shouldThrow) ? "with" : "without") + " exception"); 151 // Check that some exception was thrown. 152 TaggedObject exception = reply.getNextValueAsTaggedObject(); local 153 assertNotNull("Returned exception is null", exception); 154 assertTrue("Invalid exception object ID:<" + exception.objectID + ">", 155 exception.objectID != 0L); 156 assertEquals("Invalid exception tag,", JDWPConstants.Tag.OBJECT_TAG, exception.ta 167 TaggedObject exception = reply.getNextValueAsTaggedObject(); local [all...] |
| /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
| DOMErrorImpl.java | 48 // The platform related exception
49 private Exception fException = null;
54 // The location of the exception
83 * @param exception
86 Exception exception) {
90 fException = exception;
97 * @param exception
102 Exception exception, Object relatedData, DOMLocatorImpl location) { [all...] |
| /external/autotest/server/cros/network/ |
| wifi_interface_claim_context.py | 21 def __exit__(self, exception, value, traceback):
|
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/awslambda/ |
| exceptions.py | 22 from boto.exception import BotoServerError
|
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/beanstalk/ |
| wrapper.py | 4 from boto.exception import BotoServerError 5 import boto.beanstalk.exception as exception namespace 13 raise exception.simple(e)
|
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/ |
| exceptions.py | 4 from boto.exception import BotoServerError
|
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/datapipeline/ |
| exceptions.py | 22 from boto.exception import JSONResponseError
|
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/domains/ |
| exceptions.py | 22 from boto.exception import BotoServerError
|
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/swf/ |
| exceptions.py | 4 This module subclasses the base SWF response exception, 7 from boto.exception import SWFResponseError
|
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/ |
| cb_test_harness.py | 37 exception=socket.error('mock socket error', 0), 42 self.exception = exception 44 # written at that position just before the first exception is thrown. 76 raise self.exception
|
| /external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
| ExceptionHandlerTable.java | 85 public int add (final Exception_info exception) 88 m_exceptions.add (exception); 93 public Exception_info set (final int offset, final Exception_info exception) 95 return (Exception_info) m_exceptions.set (offset, exception);
|