OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toThrow
(Results
1 - 10
of
10
) sorted by null
/external/opencensus-java/api/src/test/java/io/opencensus/metrics/
MetricsTest.java
35
final RuntimeException
toThrow
= new RuntimeException("UseClassLoader");
42
throw
toThrow
;
/external/opencensus-java/api/src/test/java/io/opencensus/stats/
StatsTest.java
34
final RuntimeException
toThrow
= new RuntimeException("UseClassLoader");
41
throw
toThrow
;
/external/opencensus-java/api/src/test/java/io/opencensus/trace/
TracingTest.java
37
final RuntimeException
toThrow
= new RuntimeException("UseClassLoader");
44
throw
toThrow
;
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
TestUtil.java
33
Exception
toThrow
= null;
38
toThrow
= e;
41
if (
toThrow
!= null) {
42
throw new RuntimeException(
toThrow
);
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/system/impl/
WatcherImplTest.java
59
MojoException
toThrow
= null;
64
if (
toThrow
== null) {
65
toThrow
= e;
69
if (
toThrow
!= null) {
70
throw
toThrow
;
CoreImplTest.java
61
MojoException
toThrow
= null;
66
if (
toThrow
== null) {
67
toThrow
= e;
71
if (
toThrow
!= null) {
72
throw
toThrow
;
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
HttpURLConnectionImpl.java
478
IOException
toThrow
= e.getCause();
479
httpEngineFailure =
toThrow
;
480
throw
toThrow
;
491
IOException
toThrow
= e.getLastConnectException();
492
httpEngineFailure =
toThrow
;
493
throw
toThrow
;
/external/okhttp/repackaged/okhttp-urlconnection/src/main/java/com/android/okhttp/internal/huc/
HttpURLConnectionImpl.java
482
IOException
toThrow
= e.getCause();
483
httpEngineFailure =
toThrow
;
484
throw
toThrow
;
495
IOException
toThrow
= e.getLastConnectException();
496
httpEngineFailure =
toThrow
;
497
throw
toThrow
;
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
Code.java
387
* Throws the throwable in {@code
toThrow
}.
389
public void throwValue(Local<? extends Throwable>
toThrow
) {
391
RegisterSpecList.make(
toThrow
.spec()), catches));
[
all
...]
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar
Completed in 1685 milliseconds