Searched refs:throwException (Results 1 - 10 of 10) sorted by relevance

/libcore/support/src/test/java/tests/support/
H A DSupport_ASimpleInputStream.java29 public Support_ASimpleInputStream(boolean throwException) { argument
31 throwExceptionOnNextUse = throwException;
H A DSupport_ASimpleOutputStream.java29 public Support_ASimpleOutputStream(boolean throwException) { argument
31 throwExceptionOnNextUse = throwException;
H A DSupport_ASimpleReader.java29 public Support_ASimpleReader(boolean throwException) { argument
31 throwExceptionOnNextUse = throwException;
H A DSupport_ASimpleWriter.java29 public Support_ASimpleWriter(boolean throwException) { argument
31 throwExceptionOnNextUse = throwException;
H A DSupport_OutputStream.java29 public Support_OutputStream(boolean throwException) { argument
31 throwsException = throwException;
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
H A DCoderResultTest.java60 CoderResult.OVERFLOW.throwException();
80 CoderResult.UNDERFLOW.throwException();
223 * Test method throwException().
228 CoderResult.OVERFLOW.throwException();
234 CoderResult.UNDERFLOW.throwException();
240 CoderResult.malformedForLength(1).throwException();
246 CoderResult.unmappableForLength(1).throwException();
/libcore/luni/src/main/java/java/io/
H A DOutputStreamWriter.java184 result.throwException();
199 result.throwException();
216 result.throwException();
H A DInputStreamReader.java267 result.throwException();
/libcore/luni/src/main/java/java/nio/charset/
H A DCoderResult.java219 public void throwException() throws BufferUnderflowException, method in class:CoderResult
/libcore/luni/src/main/native/
H A Dlibcore_io_Posix.cpp153 static void throwException(JNIEnv* env, jclass exceptionClass, jmethodID ctor3, jmethodID ctor2, function
183 throwException(env, JniConstants::errnoExceptionClass, ctor3, ctor2, functionName, error);
201 throwException(env, JniConstants::gaiExceptionClass, ctor3, ctor2, functionName, error);

Completed in 476 milliseconds