Searched defs:exception (Results 126 - 150 of 660) sorted by relevance

1234567891011>>

/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
H A DMathIllegalArgumentException.java17 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;
H A DMathIllegalStateException.java17 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/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
H A Drdataclass.py28 import dns.exception namespace
68 class UnknownRdataclass(dns.exception.DNSException):
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/ANY/
H A DCERT.py19 import dns.exception namespace
86 raise dns.exception.SyntaxError("bad algorithm type")
93 raise dns.exception.SyntaxError
113 raise dns.exception.FormError
H A DNSEC3.py21 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/rdtypes/IN/
H A DAPL.py19 import dns.exception namespace
122 raise dns.exception.FormError
133 raise dns.exception.FormError
147 # seems better than throwing an exception
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/
H A Dmxbase.py21 import dns.exception namespace
69 raise dns.exception.FormError
/external/doclava/src/com/google/doclava/
H A DThrowsTagInfo.java52 public ThrowsTagInfo(String name, String kind, String text, ClassInfo exception, argument
55 mException = exception;
59 public ClassInfo exception() { method in class:ThrowsTagInfo
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DExceptionHandlerTable.java85 public int add (final Exception_info exception) argument
88 m_exceptions.add (exception);
93 public Exception_info set (final int offset, final Exception_info exception) argument
95 return (Exception_info) m_exceptions.set (offset, exception);
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAsyncSettableFuture.java75 public boolean setException(Throwable exception) { argument
76 return setFuture(Futures.<V>immediateFailedFuture(exception));
/external/jacoco/org.jacoco.core/src/org/jacoco/core/tools/
H A DExecDumpClient.java177 * @param exception
181 @SuppressWarnings("unused") final IOException exception) {
180 onConnectionFailure( @uppressWarnings�) final IOException exception) argument
/external/junit/src/main/java/org/junit/internal/runners/
H A DTestMethod.java51 boolean isUnexpected(Throwable exception) { argument
52 return !getExpectedException().isAssignableFrom(exception.getClass());
/external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
H A DAsyncWaiter.java40 public void onError(MojoException exception); argument
/external/lzma/Java/Tukaani/src/org/tukaani/xz/
H A DDeltaInputStream.java37 private IOException exception = null; field in class:DeltaInputStream
98 if (exception != null)
99 throw exception;
105 exception = e;
125 if (exception != null)
126 throw exception;
H A DXZInputStream.java69 private IOException exception = null; field in class:XZInputStream
232 * throw the pending exception.</li>
233 * <li>An exception is thrown.</li>
264 if (exception != null)
265 throw exception;
291 exception = e;
350 if (exception != null)
351 throw exception;
/external/mockito/src/main/java/org/mockito/internal/handler/
H A DInvocationNotifierHandler.java56 private void notifyMethodCallException(Invocation invocation, Throwable exception) { argument
59 listener.reportInvocation(new NotifiedMethodInvocationReport(invocation, exception));
H A DMockHandlerImpl.java104 // with a different one. The reset is required to avoid runtime exception that validates return type with stubbed method signature.
124 throw stubPassedToVerify(); // this throws an exception
130 private void notifyStubbedAnswerLookup(Invocation invocation, StubbedInvocationMatcher exception) { argument
134 listener.onStubbingLookup(invocation, exception);
/external/mockito/src/test/java/org/mockito/internal/verification/checkers/
H A DMissingInvocationInOrderCheckerTest.java40 public ExpectedException exception = ExpectedException.none(); field in class:MissingInvocationInOrderCheckerTest
65 exception.expect(WantedButNotInvoked.class);
66 exception.expectMessage("Wanted but not invoked:");
67 exception.expectMessage("mock.simpleMethod()");
77 exception.expect(ArgumentsAreDifferent.class);
79 exception.expectMessage("Argument(s) are different! Wanted:");
80 exception.expectMessage("mock.intArgumentMethod(2222);");
81 exception.expectMessage("Actual invocation has different arguments:");
82 exception.expectMessage("mock.intArgumentMethod(1111);");
98 exception
[all...]
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/
H A DProjectConverter.java42 private List<ConversionException> exception; field in class:ProjectConverter
110 if (exception == null) {
111 exception = new ArrayList<ConversionException>();
113 exception.add(exc);
117 if (exception != null) {
118 Iterator<ConversionException> iterator = exception.iterator();
123 exception = null;
/external/volley/src/test/java/com/android/volley/mock/
H A DMockHttpStack.java57 public void setExceptionToThrow(IOException exception) { argument
58 mExceptionToThrow = exception;
/external/ImageMagick/MagickCore/
H A Dregistry.c45 #include "MagickCore/exception.h"
46 #include "MagickCore/exception-private.h"
99 % const char *option,ExceptionInfo *exception)
107 % o exception: the exception.
111 const char *option,ExceptionInfo *exception)
129 return(SetImageRegistry(type,key,value,exception));
181 % ExceptionInfo *exception)
189 % o exception: the exception
106 DefineImageRegistry(const RegistryType type, const char *option,ExceptionInfo *exception) argument
186 GetImageRegistry(const RegistryType type,const char *key, ExceptionInfo *exception) argument
455 SetImageRegistry(const RegistryType type, const char *key,const void *value,ExceptionInfo *exception) argument
[all...]
/external/ImageMagick/MagickWand/
H A Dwandcli.c49 #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)
73 AcquireMagickCLI(ImageInfo *image_info, ExceptionInfo *exception) argument
[all...]
/external/ImageMagick/coders/
H A Dbgr.c51 #include "MagickCore/exception.h"
52 #include "MagickCore/exception-private.h"
94 % ExceptionInfo *exception)
100 % o exception: return any errors or warnings in this structure. argument
104 ExceptionInfo *exception)
143 assert(exception != (ExceptionInfo *) NULL);
144 assert(exception->signature == MagickCoreSignature);
145 image=AcquireImage(image_info,exception);
150 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
157 ThrowFileException(exception,CorruptImageErro
1100 WriteBGRImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
H A Dbraille.c49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
171 % Image *image,ExceptionInfo *exception)
179 % o exception: return any errors or warnings in this structure.
183 Image *image,ExceptionInfo *exception)
238 assert(exception != (ExceptionInfo *) NULL);
239 assert(exception->signature == MagickCoreSignature);
240 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
245 value=GetImageProperty(image,"label",exception);
271 (void) SetImageType(image,BilevelType,exception);
177 WriteBRAILLEImage(const ImageInfo *image_info, Image *image,ExceptionInfo *exception) argument
[all...]
H A Dcaption.c51 #include "MagickCore/exception.h"
52 #include "MagickCore/exception-private.h"
86 % ExceptionInfo *exception)
92 % o exception: return any errors or warnings in this structure.
96 ExceptionInfo *exception)
136 assert(exception != (ExceptionInfo *) NULL);
137 assert(exception->signature == MagickCoreSignature);
138 image=AcquireImage(image_info,exception);
146 image_info->filename,exception);
150 exception);
93 ReadCAPTIONImage(const ImageInfo *image_info, ExceptionInfo *exception) argument
[all...]

Completed in 1514 milliseconds

1234567891011>>