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

1 2 3 4

  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/utils/
IoUtils.java 30 } catch (RuntimeException rethrown) {
31 throw rethrown;
  /external/v8/test/mjsunit/es6/debug-promises/
rethrow-in-try-finally.js 30 assertEquals([0 /* create */, -1 /* rethrown */], events);
  /external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
Util.java 71 } catch (RuntimeException rethrown) {
72 throw rethrown;
  /cts/tests/tests/calllog/src/android/calllog/cts/
TestUtils.java 68 } catch (RuntimeException rethrown) {
69 throw rethrown;
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
UriDerivativeLoader.java 129 } catch (RuntimeException rethrown) {
130 throw rethrown;
  /frameworks/support/v4/api21/android/support/v4/provider/
DocumentsContractApi21.java 79 } catch (RuntimeException rethrown) {
80 throw rethrown;
  /external/llvm/test/Transforms/Inline/
invoke_test-3.ll 1 ; Test that any rethrown exceptions in an inlined function are automatically
  /external/guava/guava/src/com/google/common/io/
Closer.java 133 * Stores the given throwable and rethrows it. It will be rethrown as is if it is an
134 * {@code IOException}, {@code RuntimeException} or {@code Error}. Otherwise, it will be rethrown
153 * Stores the given throwable and rethrows it. It will be rethrown as is if it is an
155 * given type. Otherwise, it will be rethrown wrapped in a {@code RuntimeException}. <b>Note:</b>
176 * Stores the given throwable and rethrows it. It will be rethrown as is if it is an
178 * of the given types. Otherwise, it will be rethrown wrapped in a {@code RuntimeException}.
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
Util.java 72 } catch (RuntimeException rethrown) {
73 throw rethrown;
89 } catch (RuntimeException rethrown) {
90 throw rethrown;
104 } catch (RuntimeException rethrown) {
105 throw rethrown;
  /frameworks/base/core/jni/
android_os_MessageQueue.h 44 * The exception will be rethrown when control returns to the message queue which
  /external/libcxxabi/src/
cxa_exception.cpp 401 // Increment the handler count, removing the flag about being rethrown
443 * If it has been rethrown, there is nothing to do.
461 // If we've rethrown a foreign exception, then globals->caughtExceptions
472 // The exception has been rethrown by __cxa_rethrow, so don't delete it
480 // that need to be told that this exception is rethrown. Don't
485 // The native exception has not been rethrown
509 // The foreign exception has not been rethrown. Pop the stack
540 (in an implementation-defined way) as being rethrown.
559 // Mark the exception as being rethrown (reverse the effects of __cxa_begin_catch)
566 // The only way to communicate to __cxa_end_catch that we've rethrown
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp 401 // Increment the handler count, removing the flag about being rethrown
443 * If it has been rethrown, there is nothing to do.
461 // If we've rethrown a foreign exception, then globals->caughtExceptions
472 // The exception has been rethrown by __cxa_rethrow, so don't delete it
480 // that need to be told that this exception is rethrown. Don't
485 // The native exception has not been rethrown
509 // The foreign exception has not been rethrown. Pop the stack
540 (in an implementation-defined way) as being rethrown.
559 // Mark the exception as being rethrown (reverse the effects of __cxa_begin_catch)
566 // The only way to communicate to __cxa_end_catch that we've rethrown
    [all...]
  /cts/libs/deviceutil/src/android/cts/util/
TestThread.java 20 * Uncaught exceptions in the Runnable are rethrown in the context of the the thread
  /libcore/ojluni/src/main/java/java/lang/
ThreadDeath.java 35 * be rethrown so that the thread actually dies.
  /cts/tests/backup/src/android/backup/cts/
BackupQuotaTest.java 168 } catch (RuntimeException rethrown) {
169 throw rethrown;
  /cts/tests/tests/telecom/src/android/telecom/cts/
TestUtils.java 133 } catch (RuntimeException rethrown) {
134 throw rethrown;
  /developers/build/prebuilts/gradle/DirectorySelection/Application/src/main/java/com/example/android/directoryselection/
DirectorySelectionFragment.java 222 } catch (RuntimeException rethrown) {
223 throw rethrown;
  /developers/samples/android/content/documentsUi/DirectorySelection/Application/src/main/java/com/example/android/directoryselection/
DirectorySelectionFragment.java 222 } catch (RuntimeException rethrown) {
223 throw rethrown;
  /development/samples/browseable/DirectorySelection/src/com.example.android.directoryselection/
DirectorySelectionFragment.java 222 } catch (RuntimeException rethrown) {
223 throw rethrown;
  /frameworks/support/v4/kitkat/android/support/v4/provider/
DocumentsContractApi19.java 191 } catch (RuntimeException rethrown) {
192 throw rethrown;
  /packages/apps/Dialer/src/com/android/dialer/util/
DialerUtils.java 135 } catch (RuntimeException rethrown) {
136 throw rethrown;
  /art/test/142-classloader2/src/
Main.java 82 // Make sure the same error is rethrown when reloading the bad class.
  /external/guava/guava-tests/test/com/google/common/io/
CloseablesTest.java 102 + "logs. It should not be rethrown."));
FlushablesTest.java 81 + "logs. It should not be rethrown."));
  /external/jetty/src/java/org/eclipse/jetty/continuation/
ContinuationThrowable.java 41 * to be uncaught (or rethrown) by a Filter/Servlet. A ContinuationThrowable

Completed in 812 milliseconds

1 2 3 4