OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runtimeexception
(Results
776 - 800
of
7326
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/art/test/912-classes/src-art/art/
Test912Art.java
55
throw new
RuntimeException
("Did not get expected load event.");
63
throw new
RuntimeException
("Unexpected value");
/art/test/920-objects/src/art/
Test920.java
69
throw new
RuntimeException
(objects[i] + ": " + hashes[i] + " vs " + ihash);
79
throw new
RuntimeException
(objects[i] + ": " + hashes[i] + " vs " + newhash);
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ReceiveUriService.java
103
throw new
RuntimeException
("Timeout");
124
throw new
RuntimeException
("Timeout");
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
AsyncUtils.java
43
throw new
RuntimeException
(e);
92
throw new
RuntimeException
(e);
/cts/tests/tests/opengl/src/android/opengl/cts/
EglSurfacesTest.java
45
throw new
RuntimeException
("eglGetDisplay failed");
50
throw new
RuntimeException
("eglInitialize failed");
/cts/tests/tests/webkit/src/android/webkit/cts/
TestProcessService.java
73
throw new
RuntimeException
(e);
81
throw new
RuntimeException
(e);
/cts/tools/vm-tests-tf/src/dot/junit/
DxUtil.java
59
throw new
RuntimeException
("test did not cause the expected verify error, but:"+t.getClass().getName()+", msg:"+t.getMessage());
65
throw new
RuntimeException
("VerifyError expected", t);
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
GenericPdu.java
67
*
RuntimeException
if field's value is not Octet.
87
*
RuntimeException
if field's value is not Octet.
/external/annotation-tools/scene-lib/test/annotations-expected/tests/classfile/cases/
TestLocalVariableGenericArray.class
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
OpenSSLDigest.java
38
throw new
RuntimeException
(e);
70
throw new
RuntimeException
(e);
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
BenchmarkCreator.java
89
throw new
RuntimeException
(e);
91
throw new
RuntimeException
(e);
ExperimentModule.java
93
throw new
RuntimeException
(e);
96
throw new
RuntimeException
(e);
/external/dagger2/producers/src/main/java/dagger/producers/monitoring/internal/
MonitorCache.java
53
} catch (
RuntimeException
e) {
54
logger.log(Level.SEVERE, "
RuntimeException
while constructing monitor factories.", e);
/external/guava/guava-tests/test/com/google/common/base/
ThrowablesTest.java
337
} catch (
RuntimeException
expected) {
413
// Expect undeclared exception wrapped by
RuntimeException
to be thrown
417
} catch (
RuntimeException
e) {
447
private static class SomeUncheckedException extends
RuntimeException
{}
449
private static class SomeChainingException extends
RuntimeException
{
498
RuntimeException
re = new
RuntimeException
(iae);
511
causes.add(new
RuntimeException
());
/external/guice/core/test/com/google/inject/internal/
CycleDetectingLockTest.java
47
throw new
RuntimeException
(e);
64
throw new
RuntimeException
(e);
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/concretesyntaxmodel/
CsmAttribute.java
62
throw new
RuntimeException
("Attribute 'type' does not corresponding to any expected value. Text: " + text);
67
throw new
RuntimeException
("Attribute 'operator' does not corresponding to any expected value. Text: " + text, e);
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javassistmodel/
JavassistClassDeclaration.java
205
throw new
RuntimeException
(e);
216
throw new
RuntimeException
(e);
251
throw new
RuntimeException
(e);
305
throw new
RuntimeException
(e);
307
throw new
RuntimeException
(e);
326
throw new
RuntimeException
(e);
328
throw new
RuntimeException
(e);
371
throw new
RuntimeException
(e);
JavassistFieldDeclaration.java
54
throw new
RuntimeException
(e);
56
throw new
RuntimeException
(e);
JavassistTypeDeclarationAdapter.java
79
throw new
RuntimeException
(badBytecode);
90
throw new
RuntimeException
(e);
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
AAltCommand.java
153
throw new
RuntimeException
("Not a child.");
178
throw new
RuntimeException
("Not a child.");
AAutoescapeCommand.java
153
throw new
RuntimeException
("Not a child.");
178
throw new
RuntimeException
("Not a child.");
AEscapeCommand.java
153
throw new
RuntimeException
("Not a child.");
178
throw new
RuntimeException
("Not a child.");
AFunctionExpression.java
111
throw new
RuntimeException
("Not a child.");
142
throw new
RuntimeException
("Not a child.");
ASetCommand.java
153
throw new
RuntimeException
("Not a child.");
178
throw new
RuntimeException
("Not a child.");
/external/junit-params/src/test/java/junitparams/
ParametersReaderProvidersTest.java
38
exception.expect(
RuntimeException
.class);
50
throw new
RuntimeException
("Mismatch between method and test class", e);
Completed in 1314 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>