OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:propagateIfInstanceOf
(Results
1 - 25
of
77
) sorted by null
1
2
3
4
/external/guava/guava/src/com/google/common/base/
Throwables.java
54
* Throwables.
propagateIfInstanceOf
(t, IOException.class);
55
* Throwables.
propagateIfInstanceOf
(t, SQLException.class);
60
public static <X extends Throwable> void
propagateIfInstanceOf
(
83
propagateIfInstanceOf
(throwable, Error.class);
84
propagateIfInstanceOf
(throwable, RuntimeException.class);
108
propagateIfInstanceOf
(throwable, declaredType);
130
propagateIfInstanceOf
(throwable, declaredType1);
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
BenchmarkClass.java
20
import static com.google.common.base.Throwables.
propagateIfInstanceOf
;
156
propagateIfInstanceOf
(e.getCause(), SkipThisScenarioException.class);
170
propagateIfInstanceOf
(e.getCause(), SkipThisScenarioException.class);
ArbitraryMeasurementInstrument.java
20
import static com.google.common.base.Throwables.
propagateIfInstanceOf
;
98
propagateIfInstanceOf
(userException, SkipThisScenarioException.class);
AllocationInstrument.java
21
import static com.google.common.base.Throwables.
propagateIfInstanceOf
;
106
propagateIfInstanceOf
(userException, SkipThisScenarioException.class);
147
propagateIfInstanceOf
(userException, SkipThisScenarioException.class);
RuntimeInstrument.java
26
import static com.google.common.base.Throwables.
propagateIfInstanceOf
;
146
propagateIfInstanceOf
(userException, SkipThisScenarioException.class);
186
propagateIfInstanceOf
(userException, SkipThisScenarioException.class);
TrialRunLoop.java
176
Throwables.
propagateIfInstanceOf
(e, TrialFailureException.class);
/external/guice/extensions/servlet/src/com/google/inject/servlet/
FilterChainInvocation.java
100
Throwables.
propagateIfInstanceOf
(t, ServletException.class);
101
Throwables.
propagateIfInstanceOf
(t, IOException.class);
/external/guava/guava-tests/test/com/google/common/base/
ThrowablesTest.java
349
Throwables.
propagateIfInstanceOf
(t, SomeCheckedException.class);
365
Throwables.
propagateIfInstanceOf
(t, SomeCheckedException.class);
386
Throwables.
propagateIfInstanceOf
(t, SomeCheckedException.class);
407
Throwables.
propagateIfInstanceOf
(t, SomeCheckedException.class);
423
Throwables.
propagateIfInstanceOf
(null, SomeCheckedException.class);
/external/guava/guava/src/com/google/common/collect/
MapMaker.java
[
all
...]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
FuturesTest.java
19
import static com.google.common.base.Throwables.
propagateIfInstanceOf
;
[
all
...]
/prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.19.0/
google-http-client-1.19.0.jar
/external/dagger2/lib/
auto-value-1.0.jar
google-java-format-0.1-20151017.042846-2.jar
/external/guice/lib/
guava-16.0.1.jar
/external/owasp/sanitizer/distrib/lib/
guava.jar
/external/owasp/sanitizer/lib/guava-libraries/
guava.jar
/external/testng/ant/3rdparty/
doclava-1.0.3.jar
/frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar
/packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar
/packages/services/Telecomm/libs/
guava.jar
/prebuilts/devtools/tools/lib/
guava-13.0.1.jar
guava-17.0.jar
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0/
compiler-2.1.0.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta1/
compiler-2.1.0-beta1.jar
Completed in 682 milliseconds
1
2
3
4