/external/guava/guava/src/com/google/common/io/ |
D | CharSource.java | 112 throw closer.rethrow(e); in copyTo() 133 throw closer.rethrow(e); in copyTo() 150 throw closer.rethrow(e); in read() 171 throw closer.rethrow(e); in readFirstLine() 198 throw closer.rethrow(e); in readLines() 227 throw closer.rethrow(e); in readLines() 246 throw closer.rethrow(e); in isEmpty()
|
D | ByteSource.java | 128 throw closer.rethrow(e); in isEmpty() 165 throw closer.rethrow(e); in size() 222 throw closer.rethrow(e); in copyTo() 243 throw closer.rethrow(e); in copyTo() 260 throw closer.rethrow(e); in read() 284 throw closer.rethrow(e); in read() 328 throw closer.rethrow(e); in contentEquals() 462 throw closer.rethrow(e); in sliceStream()
|
D | CharSink.java | 99 throw closer.rethrow(e); in write() 135 throw closer.rethrow(e); in writeLines() 158 throw closer.rethrow(e); in writeFrom()
|
D | Closer.java | 145 public RuntimeException rethrow(Throwable e) throws IOException { in rethrow() method in Closer 166 public <X extends Exception> RuntimeException rethrow(Throwable e, in rethrow() method in Closer 190 public <X1 extends Exception, X2 extends Exception> RuntimeException rethrow( in rethrow() method in Closer
|
D | ByteSink.java | 105 throw closer.rethrow(e); in write() 128 throw closer.rethrow(e); in writeFrom()
|
D | Files.java | 143 throw closer.rethrow(e); in read() 678 throw closer.rethrow(e); in map() 691 throw closer.rethrow(e); in map()
|
/external/junit/src/main/java/org/junit/internal/ |
D | Throwables.java | 34 Throwables.<Exception>rethrow(e); in rethrowAsException() 39 private static <T extends Throwable> void rethrow(Throwable e) throws T { in rethrow() method in Throwables
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | invoke_unwind.ll | 63 br label %rethrow 65 rethrow: 72 br label %rethrow
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/ |
D | invoke_unwind.ll | 63 br label %rethrow 65 rethrow: 72 br label %rethrow
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | CloserTest.java | 97 throw closer.rethrow(e); in testExceptionThrown_fromTryBlock() 123 throw closer.rethrow(e); in testExceptionThrown_whenCreatingCloseables() 194 throw closer.rethrow(e); in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock() 251 throw closer.rethrow(e); in testRuntimeExceptions() 303 throw closer.rethrow(new IOException("thrown"), IOException.class); in testLoggingSuppressor() 340 throw closer.rethrow(thrownException, IOException.class); in testSuppressingSuppressorIfPossible()
|
D | FilesTest.java | 93 throw closer.rethrow(e); in testReadFile_withCorrectSize() 108 throw closer.rethrow(e); in testReadFile_withSmallerSize() 123 throw closer.rethrow(e); in testReadFile_withLargerSize() 138 throw closer.rethrow(e); in testReadFile_withSizeZero()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrControl.td | 145 // Throwing an exception: throw / rethrow 157 defm RETHROW : NRI<(outs), (ins bb_op:$dst), [], "rethrow \t$dst", 0x09>; 159 // This is used when the destination for rethrow is the caller function. This 160 // will be converted to a rethrow in CFGStackify. 161 defm RETHROW_TO_CALLER : NRI<(outs), (ins), [], "rethrow">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/ |
D | exception.ll | 30 ; CHECK-NEXT: rethrow 45 br i1 %matches, label %catch, label %rethrow 52 rethrow: ; preds = %catch.start 64 ; CHECK: rethrow
|
D | wasmehprepare.ll | 29 br i1 %matches, label %catch, label %rethrow 48 rethrow: ; preds = %catch.start 99 br i1 %matches, label %catch4, label %rethrow 108 rethrow: ; preds = %catch.start3 133 br i1 %matches, label %catch, label %rethrow 168 rethrow: ; preds = %catch.start
|
/external/clang/test/CodeGenObjC/ |
D | exceptions.m | 150 // -> rethrow 154 // to rethrow and should be true only in the last case. 160 // -> ret, rethrow 182 // rethrow:
|
/external/v8/src/builtins/ |
D | builtins-iterator-gen.cc | 190 Label rethrow(this, Label::kDeferred); in IteratorCloseOnException() local 191 IteratorCloseOnException(context, iterator, &rethrow, exception); in IteratorCloseOnException() 193 BIND(&rethrow); in IteratorCloseOnException()
|
/external/llvm/test/Transforms/ObjCARC/ |
D | invoke.ll | 85 ; CHECK: finally.rethrow: 91 to label %invoke.cont unwind label %finally.rethrow, !clang.arc.no_objc_arc_exceptions !0 97 to label %finally.cont unwind label %finally.rethrow, !clang.arc.no_objc_arc_exceptions !0 103 finally.rethrow: ; preds = %invoke.cont, %entry
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ObjCARC/ |
D | invoke.ll | 85 ; CHECK: finally.rethrow: 91 to label %invoke.cont unwind label %finally.rethrow, !clang.arc.no_objc_arc_exceptions !0 97 to label %finally.cont unwind label %finally.rethrow, !clang.arc.no_objc_arc_exceptions !0 103 finally.rethrow: ; preds = %invoke.cont, %entry
|
/external/clang/test/SemaObjC/ |
D | try-catch.m | 46 @throw; // expected-error {{@throw (rethrow) used outside of a @catch block}}
|
/external/antlr/runtime/Perl5/t/examples/ |
D | simplecalc.t | 77 ref $ex ? $ex->rethrow() : die $ex;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | IntrinsicsWebAssembly.td | 43 // throw / rethrow
|
/external/catch2/docs/ |
D | limitations.md | 145 …ug with `std::uncaught_exception()` getting stuck returning `true` after rethrow, even if there ar…
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2001-05-18-ExceptionHandling.txt | 162 goto TryCleanup // Exception not caught, rethrow
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/ |
D | 2001-05-18-ExceptionHandling.txt | 162 goto TryCleanup // Exception not caught, rethrow
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-05-18-ExceptionHandling.txt | 162 goto TryCleanup // Exception not caught, rethrow
|