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

1 2

  /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
  /libcore/json/src/main/java/org/json/
JSONException.java 34 * rethrow:
  /libcore/luni/src/main/java/org/apache/harmony/luni/util/
SneakyThrow.java 26 * <p>The following code must enumerate several types to rethrow:
  /external/guava/src/com/google/common/io/
Flushables.java 40 * <p>If {@code swallowIOException} is true, then we don't rethrow
Closeables.java 58 * // If an exception occurs, only rethrow it if (threw==false).
  /libcore/luni/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/libvpx/examples/includes/geshi/geshi/
cil.php 98 'unbox.any', 'unbox', 'throw', 'stsfld', 'stobj', 'stfld', 'stelem', 'sizeof', 'rethrow', 'refanyval', 'refanytype', 'newobj',
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
unwind.h 137 /* @@@ Resume propagation of an FORCE_UNWIND exception, or to rethrow
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
unwind.h 137 /* @@@ Resume propagation of an FORCE_UNWIND exception, or to rethrow
  /dalvik/libnativehelper/
JNIHelp.c 261 (*env)->Throw(env, exception); // rethrow
  /external/guava/src/com/google/common/util/concurrent/
AbstractFuture.java 128 // call stack, so we rethrow it.
  /external/v8/src/
runtime.h 248 F(ReThrow, 1, 1) \
top.h 289 static Failure* ReThrow(Object* exception, MessageLocation* location = NULL);
top.cc 612 Failure* Top::ReThrow(Object* exception, MessageLocation* location) {
638 return ReThrow(thrown);
    [all...]
full-codegen.cc 961 // Call the finally block and then rethrow the exception.
  /frameworks/base/core/tests/utillib/src/coretestutils/http/
MockWebServer.java 62 // keep Futures around so we can rethrow any exceptions thrown by Callables
  /packages/providers/DownloadProvider/tests/src/tests/http/
MockWebServer.java 58 // keep Futures around so we can rethrow any exceptions thrown by Callables
  /prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/include/
unwind.h 144 /* @@@ Resume propagation of a FORCE_UNWIND exception, or to rethrow
  /hardware/ril/mock-ril/src/cpp/
js_support.cpp 276 try_catch.ReThrow();
  /libcore/luni/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java     [all...]
  /external/guava/javadoc/com/google/common/io/
Closeables.html 195 // If an exception occurs, only rethrow it if (threw==false).
Flushables.html 178 <p>If <code>swallowIOException</code> is true, then we don't rethrow
  /external/nist-sip/java/gov/nist/javax/sip/message/
MessageFactoryImpl.java 712 // Rethrow the error for the essential headers. Otherwise bad
    [all...]
  /development/pdk/docs/source/
code-style.jd 130 <li>Rethrow the exception. Many times you don't need to catch the exception at this level anyway, just let the method throw it.

Completed in 1605 milliseconds

1 2