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

1 2 3 4

  /external/llvm/test/Transforms/SimplifyCFG/
invoke_unwind.ll 12 to label %1 unwind label %Rethrow
14 Rethrow:
  /ndk/tests/device/test-stlport_shared-exception/jni/
unexpected1.cpp 2 // Test that an unexpected handler can rethrow to categorize.
rethrow1.cpp 2 // Testcase for proper handling of rethrow.
rethrow2.cpp 2 // Testcase for proper handling of rethrow.
rethrow4.cpp 2 // Testcase for proper handling of rethrow.
rethrow5.cpp 2 // Testcase for proper handling of rethrow.
rethrow6.cpp 2 // Testcase for proper handling of rethrow.
  /ndk/tests/device/test-stlport_static-exception/jni/
unexpected1.cpp 2 // Test that an unexpected handler can rethrow to categorize.
rethrow1.cpp 2 // Testcase for proper handling of rethrow.
rethrow2.cpp 2 // Testcase for proper handling of rethrow.
rethrow4.cpp 2 // Testcase for proper handling of rethrow.
rethrow5.cpp 2 // Testcase for proper handling of rethrow.
rethrow6.cpp 2 // Testcase for proper handling of 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();
  /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/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:
  /ndk/sources/cxx-stl/gabi++/src/
cxxabi.cc 198 fatalError("Attempting to rethrow an exception that doesn't exist!");
202 header->handlerCount = -header->handlerCount; // Set rethrow flag
222 // Check rethrow flag
251 if (count < 0) { // Rethrow
  /external/guava/guava/src/com/google/common/io/
Flushables.java 43 * <p>If {@code swallowIOException} is true, then we don't rethrow
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
ListenableFutureTester.java 102 fail("Future should rethrow the exception.");

Completed in 643 milliseconds

1 2 3 4