Home
last modified time | relevance | path

Searched refs:throwException (Results 1 – 25 of 29) sorted by relevance

12

/external/r8/src/test/examples/nestedtrycatches/
DNestedTryCatches.java7 private static void throwException() { in throwException() method in NestedTryCatches
22 throwException(); in test()
26 throwException(); in test()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DListenableFutureTaskTest.java43 protected volatile boolean throwException = false; field in ListenableFutureTaskTest
51 if (throwException) {
107 throwException = true; in testListenerCalledOnException()
/external/llvm/test/ExecutionEngine/MCJIT/
Deh.ll11 define void @throwException() {
19 invoke void @throwException()
Dmulti-module-eh-a.ll13 define void @throwException() {
21 invoke void @throwException()
Deh-lg-pic.ll11 define void @throwException() {
19 invoke void @throwException()
Deh-sm-pic.ll11 define void @throwException() {
19 invoke void @throwException()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
DCountModifierDebuggee.java44 public void throwException() throws TestException { in throwException() method in CountModifierDebuggee.TestClass
58 obj.throwException(); in catchException()
DInstanceOnlyModifierDebuggee.java41 throwException(); in throwAndCatchException()
53 private void throwException() throws TestException { in throwException() method in InstanceOnlyModifierDebuggee.TestClass
DThreadOnlyModifierDebuggee.java61 throwException(); in throwAndCatchException()
67 void throwException() throws TestException { in throwException() method in ThreadOnlyModifierDebuggee.TestThread
/external/llvm/test/ExecutionEngine/OrcMCJIT/
Deh.ll11 define void @throwException() {
19 invoke void @throwException()
Deh-lg-pic.ll11 define void @throwException() {
19 invoke void @throwException()
Deh-sm-pic.ll11 define void @throwException() {
19 invoke void @throwException()
Dmulti-module-eh-a.ll13 define void @throwException() {
21 invoke void @throwException()
/external/llvm/test/ExecutionEngine/MCJIT/remote/
Deh.ll13 define void @throwException() {
21 invoke void @throwException()
/external/llvm/test/ExecutionEngine/OrcMCJIT/remote/
Deh.ll13 define void @throwException() {
21 invoke void @throwException()
/external/proguard/src/proguard/evaluation/
DBranchUnit.java62 public void throwException(); in throwException() method
DBasicBranchUnit.java119 public void throwException() in throwException() method in BasicBranchUnit
DProcessor.java556 branchUnit.throwException(); in visitSimpleInstruction()
/external/vogar/test/vogar/target/junit4/
DFailTest.java34 public void throwException() { in throwException() method in FailTest
/external/flatbuffers/java/com/google/flatbuffers/
DTable.java122 cr.throwException(); in __string()
DFlatBufferBuilder.java438 result.throwException(); in createString()
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestCharset.java1886 boolean throwException, boolean flush) throws BufferOverflowException, Exception { in smBufDecode() argument
1887 smBufDecode(decoder, encoding, source, target, throwException, flush, true); in smBufDecode()
1891 …boolean throwException, boolean flush, boolean backedByArray) throws BufferOverflowException, Exce… in smBufDecode() argument
1892 smBufDecode(decoder, encoding, source, target, throwException, flush, backedByArray, -1); in smBufDecode()
1896 boolean throwException, boolean flush, boolean backedByArray, int targetLimit) in smBufDecode() argument
1924 if (throwException) { in smBufDecode()
1931 if (throwException) { in smBufDecode()
1970 if (throwException) { in smBufDecode()
2021 boolean throwException, boolean flush) throws Exception, BufferOverflowException { in smBufEncode() argument
2022 smBufEncode(encoder, encoding, source, target, throwException, flush, true); in smBufEncode()
[all …]
/external/ImageMagick/Magick++/lib/Magick++/
DSTL.h2101 throwException(exceptionInfo);
2412 throwException(exceptionInfo,mapImage_.quiet());
2425 throwException(exceptionInfo,mapImage_.quiet());
2434 throwException(exceptionInfo,mapImage_.quiet());
DException.h420 extern MagickPPExport void throwException(
/external/ImageMagick/Magick++/lib/
DException.cpp820 MagickPPExport void Magick::throwException(ExceptionInfo *exception_, in throwException() function in Magick

12