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

1 2 3

  /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
  /external/guava/guava/src/com/google/common/io/
CharSink.java 99 throw closer.rethrow(e);
135 throw closer.rethrow(e);
158 throw closer.rethrow(e);
CharSource.java 112 throw closer.rethrow(e);
133 throw closer.rethrow(e);
150 throw closer.rethrow(e);
171 throw closer.rethrow(e);
198 throw closer.rethrow(e);
227 throw closer.rethrow(e);
246 throw closer.rethrow(e);
ByteSink.java 105 throw closer.rethrow(e);
128 throw closer.rethrow(e);
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
ByteSource.java 128 throw closer.rethrow(e);
165 throw closer.rethrow(e);
222 throw closer.rethrow(e);
243 throw closer.rethrow(e);
260 throw closer.rethrow(e);
284 throw closer.rethrow(e);
328 throw closer.rethrow(e);
462 throw closer.rethrow(e);
Files.java 143 throw closer.rethrow(e);
678 throw closer.rethrow(e);
691 throw closer.rethrow(e);
  /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/v8/test/unittests/interpreter/
bytecode-dead-code-optimizer-unittest.cc 90 BytecodeNode rethrow(Bytecode::kReThrow);
91 optimizer()->Write(&rethrow);
93 CHECK_EQ(rethrow, last_written());
98 CHECK_EQ(rethrow, last_written());
  /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);
FilesTest.java 93 throw closer.rethrow(e);
108 throw closer.rethrow(e);
123 throw closer.rethrow(e);
138 throw closer.rethrow(e);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
exception.hpp 397 virtual void rethrow() const = 0;
464 rethrow() const function in class:boost::exception_detail::clone_impl
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinTask.java 616 static void rethrow(Throwable ex) { method in class:ForkJoinTask
640 rethrow(getThrowableException());
767 rethrow(ex);
    [all...]
ForkJoinPool.java     [all...]
  /art/runtime/
transaction.cc 75 const bool rethrow = (abort_message == nullptr); local
76 if (kIsDebugBuild && rethrow) {
77 CHECK(IsAborted()) << "Rethrow " << Transaction::kAbortExceptionDescriptor
80 if (rethrow) {
81 // Rethrow an exception with the earlier abort message stored in the transaction.
  /external/guava/guava-tests/test/com/google/common/reflect/
ClassPathTest.java 447 throw closer.rethrow(e);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 378 #$exception->rethrow();
    [all...]
  /external/guice/lib/build/
felix-2.0.5.jar 
  /external/v8/src/parsing/
parser.cc 6668 Statement* rethrow; local
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/devtools/tools/lib/
junit-4.12.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
sisu-guice-3.1.3-no_aop.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 

Completed in 677 milliseconds

1 2 3