/libcore/luni/src/main/native/ |
D | libcore_math_NativeBN.cpp | 52 static void throwException(JNIEnv* env) { in throwException() function 81 throwException(env); in NativeBN_BN_new() 106 throwException(env); in NativeBN_litEndInts2bn() 122 throwException(env); in NativeBN_bn2litEndInts() 130 throwException(env); in NativeBN_bn2litEndInts() 136 throwException(env); in NativeBN_bn2litEndInts() 147 throwException(env); in NativeBN_BN_mul() 155 throwException(env); in NativeBN_BN_div() 163 throwException(env); in NativeBN_BN_mod_exp()
|
D | libcore_io_Linux.cpp | 237 static void throwException(JNIEnv* env, jclass exceptionClass, jmethodID ctor3, jmethodID ctor2, in throwException() function 282 throwException(env, gaiExceptionClass, ctor3, ctor2, functionName, error); in throwGaiException()
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
D | SSLSocketFactory.java | 292 private Socket throwException() throws SocketException { 301 return throwException(); 308 return throwException(); 316 return throwException(); 323 return throwException(); 331 return throwException(); 339 return throwException();
|
D | SSLServerSocketFactory.java | 201 private ServerSocket throwException() throws SocketException { in throwException() method in DefaultSSLServerSocketFactory 208 return throwException(); in createServerSocket() 216 return throwException(); in createServerSocket() 223 return throwException(); in createServerSocket() 231 return throwException(); in createServerSocket()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
D | CoderResultTest.java | 60 CoderResult.OVERFLOW.throwException(); in testConstants() 80 CoderResult.UNDERFLOW.throwException(); in testConstants() 228 CoderResult.OVERFLOW.throwException(); in testThrowException() 234 CoderResult.UNDERFLOW.throwException(); in testThrowException() 240 CoderResult.malformedForLength(1).throwException(); in testThrowException() 246 CoderResult.unmappableForLength(1).throwException(); in testThrowException()
|
/libcore/support/src/test/java/tests/support/ |
D | Support_ASimpleOutputStream.java | 29 public Support_ASimpleOutputStream(boolean throwException) { in Support_ASimpleOutputStream() argument 31 throwExceptionOnNextUse = throwException; in Support_ASimpleOutputStream()
|
D | Support_ASimpleInputStream.java | 29 public Support_ASimpleInputStream(boolean throwException) { in Support_ASimpleInputStream() argument 31 throwExceptionOnNextUse = throwException; in Support_ASimpleInputStream()
|
D | Support_ASimpleReader.java | 29 public Support_ASimpleReader(boolean throwException) { in Support_ASimpleReader() argument 31 throwExceptionOnNextUse = throwException; in Support_ASimpleReader()
|
D | Support_ASimpleWriter.java | 29 public Support_ASimpleWriter(boolean throwException) { in Support_ASimpleWriter() argument 31 throwExceptionOnNextUse = throwException; in Support_ASimpleWriter()
|
D | Support_OutputStream.java | 29 public Support_OutputStream(boolean throwException) { in Support_OutputStream() argument 31 throwsException = throwException; in Support_OutputStream()
|
/libcore/ojluni/src/main/java/sun/nio/cs/ |
D | StreamEncoder.java | 257 cr.throwException(); in flushLeftoverChar() 285 cr.throwException(); in implWrite() 312 cr.throwException(); in implClose()
|
D | StreamDecoder.java | 340 cr.throwException(); in implRead() 372 cr.throwException(); in implRead() 387 cr.throwException(); in implRead()
|
/libcore/ojluni/src/main/java/java/nio/charset/ |
D | CoderResult.java | 275 public void throwException() in throwException() method in CoderResult
|
D | CharsetDecoder.java | 818 cr.throwException(); in decode()
|
D | CharsetEncoder.java | 836 cr.throwException(); in encode()
|
/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | CallSite.java | 112 this.target = MethodHandles.throwException(type.returnType(), IllegalStateException.class); in CallSite()
|
D | MethodHandles.java | 3515 MethodHandle throwException(Class<?> returnType, Class<? extends Throwable> exType) { in throwException() method in MethodHandles
|
/libcore/ojluni/src/lambda/java/java/lang/invoke/ |
D | MethodHandles.java | 152 …MethodHandle throwException(Class<?> returnType, Class<? extends Throwable> exType) { return null;… in throwException() method in MethodHandles
|
/libcore/ojluni/annotations/hiddenapi/java/lang/invoke/ |
D | MethodHandles.java | 357 public static java.lang.invoke.MethodHandle throwException( in throwException() method in MethodHandles
|
/libcore/luni/src/test/java/libcore/java/lang/invoke/ |
D | MethodHandleCombinersTest.java | 34 MethodHandle handle = MethodHandles.throwException(String.class, in testThrowException() 1729 MethodHandle thrower = MethodHandles.throwException(void.class, in testThrowCatchExceptionMultiThreaded()
|
/libcore/api/ |
D | current.txt | 4310 …method public static java.lang.invoke.MethodHandle throwException(Class<?>, Class<? extends java.l… 6522 method public void throwException() throws java.nio.charset.CharacterCodingException;
|