/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | jniutil.cc | 133 int throwException(JNIEnv* env, const char* className, const char* msg) { in throwException() function 153 return conscrypt::jniutil::throwException(env, "java/lang/RuntimeException", msg); in throwRuntimeException() 157 return conscrypt::jniutil::throwException(env, "java/lang/AssertionError", msg); in throwAssertionError() 161 return conscrypt::jniutil::throwException(env, "java/lang/NullPointerException", msg); in throwNullPointerException() 165 return conscrypt::jniutil::throwException(env, "java/lang/OutOfMemoryError", message); in throwOutOfMemory() 170 return conscrypt::jniutil::throwException(env, "javax/crypto/BadPaddingException", message); in throwBadPaddingException() 175 return conscrypt::jniutil::throwException(env, "java/security/SignatureException", message); in throwSignatureException() 180 return conscrypt::jniutil::throwException(env, "java/security/InvalidKeyException", message); in throwInvalidKeyException() 185 return conscrypt::jniutil::throwException( in throwIllegalBlockSizeException() 191 return conscrypt::jniutil::throwException( in throwShortBufferException() [all …]
|
/external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/ |
D | ClassUsingTryWithResources.java | 40 public void call(boolean throwException) { in call() argument 41 if (throwException) { in call() 74 public static Throwable[] checkSuppressedExceptions(boolean throwException) { in checkSuppressedExceptions() argument 77 resource.call(throwException); in checkSuppressedExceptions()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/ |
D | ParentCancellationTest.kt | 127 throwException: Throwable, in <lambda>() 140 throw throwException in <lambda>() 145 expectUnhandled -> assertSame(throwException, unhandledException) in <lambda>() 149 if (expectRethrows && throwException !is CancellationException) { in <lambda>() 157 assertSame(throwException, e) in <lambda>()
|
/external/tensorflow/tensorflow/java/src/main/native/ |
D | tensor_jni.cc | 31 throwException(env, kNullPointerException, in requireHandle() 73 throwException( in writeScalar() 106 throwException(env, kIllegalStateException, "invalid DataType(%d)", in writeScalar() 125 throwException( \ in write1DArray() 144 throwException(env, kIllegalStateException, "invalid DataType(%d)", in write1DArray() 157 throwException( in read1DArray() 179 throwException(env, kIllegalStateException, "invalid DataType(%d)", in read1DArray() 318 throwException(env, kNullPointerException, in Java_org_tensorflow_Tensor_allocate() 356 throwException(env, kNullPointerException, in checkForNullEntries() 407 throwException(env, kNullPointerException, in Java_org_tensorflow_Tensor_allocateNonScalarBytes() [all …]
|
D | utils_jni.cc | 25 throwException(env, kIllegalArgumentException, in resolveOutputs() 31 throwException(env, kIllegalArgumentException, in resolveOutputs() 40 throwException(env, kNullPointerException, "invalid %s (#%d of %d)", type, in resolveOutputs()
|
D | session_jni.cc | 29 throwException(env, kNullPointerException, in requireHandle() 42 throwException(env, kIllegalArgumentException, "expected %d, got %d %s", n, in resolveHandles() 50 throwException(env, kNullPointerException, "invalid %s (#%d of %d)", type, in resolveHandles() 83 throwException(env, kNullPointerException, "Graph has been close()d"); in Java_org_tensorflow_Session_allocate2()
|
D | graph_operation_jni.cc | 27 throwException( in requireHandleImpl() 91 throwException( in Java_org_tensorflow_GraphOperation_shape() 141 throwException( in Java_org_tensorflow_GraphOperation_dtype()
|
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
D | ListenableFutureTaskTest.java | 42 protected volatile boolean throwException = false; field in ListenableFutureTaskTest 51 if (throwException) { 109 throwException = true; in testListenerCalledOnException()
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | ListenableFutureTaskTest.java | 42 protected volatile boolean throwException = false; field in ListenableFutureTaskTest 51 if (throwException) { 109 throwException = true; in testListenerCalledOnException()
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | eh.ll | 11 define void @throwException() { 19 invoke void @throwException()
|
D | eh-sm-pic.ll | 11 define void @throwException() { 19 invoke void @throwException()
|
D | eh-lg-pic.ll | 11 define void @throwException() { 19 invoke void @throwException()
|
D | multi-module-eh-a.ll | 13 define void @throwException() { 21 invoke void @throwException()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/ |
D | CountModifierDebuggee.java | 44 public void throwException() throws TestException { in throwException() method in CountModifierDebuggee.TestClass 58 obj.throwException(); in catchException()
|
D | InstanceOnlyModifierDebuggee.java | 41 throwException(); in throwAndCatchException() 53 private void throwException() throws TestException { in throwException() method in InstanceOnlyModifierDebuggee.TestClass
|
D | ThreadOnlyModifierDebuggee.java | 61 throwException(); in throwAndCatchException() 67 void throwException() throws TestException { in throwException() method in ThreadOnlyModifierDebuggee.TestThread
|
/external/llvm-project/llvm/test/ExecutionEngine/MCJIT/ |
D | eh.ll | 12 define void @throwException() { 20 invoke void @throwException()
|
D | multi-module-eh-a.ll | 14 define void @throwException() { 22 invoke void @throwException()
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
D | eh.ll | 11 define void @throwException() { 19 invoke void @throwException()
|
D | eh-lg-pic.ll | 11 define void @throwException() { 19 invoke void @throwException()
|
D | eh-sm-pic.ll | 11 define void @throwException() { 19 invoke void @throwException()
|
D | multi-module-eh-a.ll | 13 define void @throwException() { 21 invoke void @throwException()
|
/external/llvm-project/llvm/test/ExecutionEngine/MCJIT/remote/ |
D | eh.ll | 14 define void @throwException() { 22 invoke void @throwException()
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/remote/ |
D | eh.ll | 13 define void @throwException() { 21 invoke void @throwException()
|
/external/llvm/test/ExecutionEngine/MCJIT/remote/ |
D | eh.ll | 13 define void @throwException() { 21 invoke void @throwException()
|