HomeSort by relevance Sort by last modified time
    Searched full:rethrow (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/llvm/test/Transforms/SimplifyCFG/
invoke_unwind.ll 12 to label %1 unwind label %Rethrow
14 Rethrow:
  /dalvik/tests/003-omnibus-opcodes/src/
Throw.java 86 public void rethrow() { method in class:Throw
87 System.out.println("Throw.rethrow");
122 th.rethrow();
  /external/okhttp/src/main/java/libcore/net/http/
SpdyTransport.java 77 InterruptedIOException rethrow = new InterruptedIOException(); local
78 rethrow.initCause(e);
79 throw rethrow;
  /dalvik/tests/003-omnibus-opcodes/
expected.txt 68 Throw.rethrow
  /external/clang/test/CodeGenObjC/
exceptions.m 147 // -> rethrow
151 // to rethrow and should be true only in the last case.
157 // -> ret, rethrow
179 // rethrow:
  /external/clang/test/SemaObjC/
try-catch.m 46 @throw; // expected-error {{@throw (rethrow) used outside of a @catch block}}
  /frameworks/base/services/java/com/android/server/
NativeDaemonConnectorException.java 52 * Rethrow as a {@link RuntimeException} subclass that is handled by
  /libcore/json/src/main/java/org/json/
JSONException.java 34 * rethrow:
  /external/llvm/test/Transforms/ObjCARC/
invoke.ll 83 ; CHECK: finally.rethrow:
89 to label %invoke.cont unwind label %finally.rethrow, !clang.arc.no_objc_arc_exceptions !0
95 to label %finally.cont unwind label %finally.rethrow, !clang.arc.no_objc_arc_exceptions !0
101 finally.rethrow: ; preds = %invoke.cont, %entry
  /external/okhttp/src/main/java/libcore/util/
SneakyThrow.java 26 * <p>The following code must enumerate several types to rethrow:
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8BindingMacros.h 37 return block.ReThrow(); \
  /libcore/luni/src/main/java/libcore/util/
SneakyThrow.java 26 * <p>The following code must enumerate several types to rethrow:
  /external/guava/guava/src/com/google/common/io/
Flushables.java 43 * <p>If {@code swallowIOException} is true, then we don't rethrow
Closeables.java 62 * // If an exception occurs, only rethrow it if (threw==false).
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
ListenableFutureTester.java 102 fail("Future should rethrow the exception.");
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DefaultErrorHandler.java 47 * if this flag is set to true, we will rethrow the exception on
230 // If the m_throwExceptionOnError flag is true, rethrow the exception.
265 // If the m_throwExceptionOnError flag is true, rethrow the exception.
  /external/antlr/antlr-3.4/runtime/Perl5/t/examples/
simplecalc.t 77 ref $ex ? $ex->rethrow() : die $ex;
  /external/clang/test/CodeGenCXX/
nrvo.cpp 98 // %invoke.cont17: rethrow block for %eh.cleanup.
  /external/guava/guava-tests/test/com/google/common/eventbus/
EventHandlerTest.java 103 fail("Handlers whose methods throw Errors must rethrow them");
  /external/libvpx/examples/includes/geshi/geshi/
cil.php 98 'unbox.any', 'unbox', 'throw', 'stsfld', 'stobj', 'stfld', 'stelem', 'sizeof', 'rethrow', 'refanyval', 'refanytype', 'newobj',
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainServiceTest.java 123 // rethrow RuntimeException without wrapping
  /external/clang/lib/CodeGen/
CGException.cpp     [all...]
CGObjCRuntime.h 96 /// used to rethrow exceptions. If the begin and end catch functions are
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnectionPool.java 658 // Rethrow an exception from the wait, if we got one.
686 throw ex; // rethrow!
    [all...]
  /sdk/monkeyrunner/src/com/android/monkeyrunner/easy/
EasyMonkeyDevice.java 80 // TODO: try catch rethrow PyExc

Completed in 1381 milliseconds

1 2 3 4