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

12 3 4

  /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/guava/guava/src/com/google/common/io/
Closeables.java 62 * // If an exception occurs, only rethrow it if (threw==false).
  /ndk/sources/cxx-stl/gabi++/src/
call_unexpected.cc 267 // these values get overwritten by the rethrow. So save them now:
306 // don't actually rethrow it. This means you can temporarily
  /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/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 95 /// 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...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
unwind.h 137 /* @@@ Resume propagation of an FORCE_UNWIND exception, or to rethrow
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
unwind.h 137 /* @@@ Resume propagation of an FORCE_UNWIND exception, or to rethrow
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyStream.java 169 InterruptedIOException rethrow = new InterruptedIOException(); local
170 rethrow.initCause(e);
171 throw rethrow;
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractFuture.java 192 // call stack, so we rethrow it.
  /external/llvm/docs/HistoricalNotes/
2001-05-18-ExceptionHandling.txt 162 goto TryCleanup // Exception not caught, rethrow
  /external/webkit/Source/WebCore/bindings/v8/
V8Binding.h 235 block.ReThrow();
  /libnativehelper/
JNIHelp.cpp 284 (*env)->Throw(e, currentException.get()); // rethrow
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
unwind.h 141 /* @@@ Resume propagation of a FORCE_UNWIND exception, or to rethrow
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/
unwind.h 141 /* @@@ Resume propagation of a FORCE_UNWIND exception, or to rethrow
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
unwind.h 141 /* @@@ Resume propagation of a FORCE_UNWIND exception, or to rethrow
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
unwind.h 141 /* @@@ Resume propagation of a FORCE_UNWIND exception, or to rethrow
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
unwind.h 141 /* @@@ Resume propagation of a FORCE_UNWIND exception, or to rethrow
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
unwind.h 141 /* @@@ Resume propagation of a FORCE_UNWIND exception, or to rethrow
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
unwind.h 141 /* @@@ Resume propagation of a FORCE_UNWIND exception, or to rethrow

Completed in 2786 milliseconds

12 3 4