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

1 2 3 4 5 6

  /external/junit/src/main/java/org/junit/internal/
Throwables.java 29 * @param e exception to rethrow
34 Throwables.<Exception>rethrow(e); method
39 private static <T extends Throwable> void rethrow(Throwable e) throws T { method in class:Throwables
  /external/guice/core/src/com/google/inject/internal/
Exceptions.java 39 return rethrow(cause);
43 public static RuntimeException rethrow(Throwable throwable) { method in class:Exceptions
  /art/test/003-omnibus-opcodes/src/
Throw.java 86 public void rethrow() { method in class:Throw
87 System.out.println("Throw.rethrow");
122 th.rethrow();
  /external/guava/guava/src/com/google/common/io/
Closer.java 53 * // provided here, e.g. throw closer.rethrow(e, CheckedException.class);
54 * throw closer.rethrow(e);
140 * {@code throw closer.rethrow(e);} to ensure the compiler knows that it will throw.
145 public RuntimeException rethrow(Throwable e) throws IOException { method in class:Closer
160 * {@code throw closer.rethrow(e, ...);} to ensure the compiler knows that it will throw.
166 public <X extends Exception> RuntimeException rethrow(Throwable e, method in class:Closer
183 * {@code throw closer.rethrow(e, ...);} to ensure the compiler knows that it will throw.
190 public <X1 extends Exception, X2 extends Exception> RuntimeException rethrow( method in class:Closer
  /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zfile/
ApkZFileCreator.java 143 throw closer.rethrow(t);
160 throw closer.rethrow(e, IOException.class);
162 throw closer.rethrow(t);
  /art/runtime/
transaction.cc 88 const bool rethrow = (abort_message == nullptr); local
89 if (kIsDebugBuild && rethrow) {
90 CHECK(IsAborted()) << "Rethrow " << Transaction::kAbortExceptionDescriptor
93 if (rethrow) {
94 // Rethrow an exception with the earlier abort message stored in the transaction.
  /external/guava/guava-tests/test/com/google/common/io/
CloserTest.java 97 throw closer.rethrow(e);
123 throw closer.rethrow(e);
194 throw closer.rethrow(e);
251 throw closer.rethrow(e);
303 throw closer.rethrow(new IOException("thrown"), IOException.class);
340 throw closer.rethrow(thrownException, IOException.class);
  /libcore/ojluni/src/main/java/java/util/concurrent/
ForkJoinTask.java 645 static void rethrow(Throwable ex) { method in class:ForkJoinTask
669 rethrow(getThrowableException());
796 rethrow(ex);
    [all...]
  /external/v8/src/parsing/
parser.cc 4823 Statement* rethrow; local
    [all...]
  /external/guice/lib/build/
felix-2.0.5.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.16.1/
sqlite-jdbc-3.16.1.jar 
  /prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.20.1/
sqlite-jdbc-3.20.1.jar 
  /prebuilts/devtools/tools/lib/
junit-4.12.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
junit-4.12.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.12/
junit-4.12.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0-no_aop.jar 
  /external/dagger2/lib/
auto-value-1.4.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3/
auto-value-1.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/
auto-value-1.3-rc1.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.5.2/
auto-value-1.5.2.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 

Completed in 415 milliseconds

1 2 3 4 5 6