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

1 2 3

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
Util.java 98 } catch (RuntimeException rethrown) {
99 throw rethrown;
113 } catch (RuntimeException rethrown) {
114 throw rethrown;
128 } catch (RuntimeException rethrown) {
129 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
  /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 403 // Increment the handler count, removing the flag about being rethrown
445 * If it has been rethrown, there is nothing to do.
463 // If we've rethrown a foreign exception, then globals->caughtExceptions
474 // The exception has been rethrown by __cxa_rethrow, so don't delete it
482 // that need to be told that this exception is rethrown. Don't
487 // The native exception has not been rethrown
511 // The foreign exception has not been rethrown. Pop the stack
542 (in an implementation-defined way) as being rethrown.
561 // Mark the exception as being rethrown (reverse the effects of __cxa_begin_catch)
568 // 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 403 // Increment the handler count, removing the flag about being rethrown
445 * If it has been rethrown, there is nothing to do.
458 // If we've rethrown a foreign exception, then globals->caughtExceptions
469 // The exception has been rethrown by __cxa_rethrow, so don't delete it
477 // that need to be told that this exception is rethrown. Don't
482 // The native exception has not been rethrown
506 // The foreign exception has not been rethrown. Pop the stack
537 (in an implementation-defined way) as being rethrown.
556 // Mark the exception as being rethrown (reverse the effects of __cxa_begin_catch)
563 // 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
  /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 145 } catch (RuntimeException rethrown) {
146 throw rethrown;
  /developers/build/prebuilts/gradle/DirectorySelection/Application/src/main/java/com/example/android/directoryselection/
DirectorySelectionFragment.java 224 } catch (RuntimeException rethrown) {
225 throw rethrown;
  /developers/samples/android/content/documentsUi/DirectorySelection/Application/src/main/java/com/example/android/directoryselection/
DirectorySelectionFragment.java 224 } catch (RuntimeException rethrown) {
225 throw rethrown;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertBlacklist.java 116 } catch (RuntimeException rethrown) {
117 throw rethrown;
  /libcore/luni/src/main/java/libcore/io/
IoUtils.java 59 } catch (RuntimeException rethrown) {
60 throw rethrown;
  /development/samples/ApiDemos/src/com/example/android/apis/content/
DocumentsSample.java 373 } catch (RuntimeException rethrown) {
374 throw rethrown;
  /external/conscrypt/src/main/java/org/conscrypt/
FileClientSessionCache.java 175 } catch (RuntimeException rethrown) {
176 throw rethrown;
  /external/chromium_org/chrome/renderer/resources/extensions/enterprise_platform_keys/
subtle_crypto.js 17 // must be rethrown by this custom binding. Keep this in sync with the C++ part
  /external/guava/guava-tests/test/com/google/common/io/
CloseablesTest.java 122 + "logs. It should not be rethrown."));
  /external/junit/src/org/junit/runners/model/
FrameworkMethod.java 38 * unwrapped, and their causes rethrown.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
ostream 155 * be rethrown.
270 * the stream's exceptions mask, the exception will be rethrown
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
ostream 153 * be rethrown.
268 * the stream's exceptions mask, the exception will be rethrown
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
ostream 153 * be rethrown.
268 * the stream's exceptions mask, the exception will be rethrown
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
ostream 153 * be rethrown.
268 * the stream's exceptions mask, the exception will be rethrown
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
ostream 153 * be rethrown.
268 * the stream's exceptions mask, the exception will be rethrown
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
ostream 155 * be rethrown.
270 * the stream's exceptions mask, the exception will be rethrown

Completed in 2073 milliseconds

1 2 3