OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runtimeexception
(Results
1451 - 1475
of
7326
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/prebuilts/sdk/26/
android.jar
/prebuilts/sdk/8/
android.jar
/external/desugar/java/com/google/devtools/build/android/desugar/
BytecodeTypeInference.java
332
throw new
RuntimeException
("Unhandled opcode " + opcode);
372
throw new
RuntimeException
("Unhandled operand value: " + operand);
376
throw new
RuntimeException
("Unhandled opcode " + opcode);
418
throw new
RuntimeException
("The instruction RET is not supported");
420
throw new
RuntimeException
("Unhandled opcode " + opcode);
445
throw new
RuntimeException
("Unhandled opcode " + opcode);
468
throw new
RuntimeException
(
496
throw new
RuntimeException
(
535
throw new
RuntimeException
("The JSR instruction is not supported.");
541
throw new
RuntimeException
("Unhandled opcode " + opcode)
[
all
...]
/prebuilts/sdk/23/
android.jar
/external/guava/guava-tests/test/com/google/common/util/concurrent/
FuturesTest.java
347
static class MyRuntimeException extends
RuntimeException
{}
466
final
RuntimeException
exception = new
RuntimeException
("deliberate");
520
RuntimeException
raisedException = new
RuntimeException
();
531
RuntimeException
expectedException = new
RuntimeException
();
548
ListenableFuture<Integer> failingFuture = Futures.immediateFailedFuture(new
RuntimeException
());
558
RuntimeException
expectedException = new
RuntimeException
();
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
AuthenticationBoundKeyTestActivity.java
236
throw new
RuntimeException
("Failed to create a symmetric key", e);
247
throw new
RuntimeException
("Failed to load a symmetric key", e);
270
throw new
RuntimeException
("Encrypt with lockscreen-bound key failed", e);
288
throw new
RuntimeException
("Init cipher with fingerprint-bound key failed", e);
301
throw new
RuntimeException
(e);
/cts/tests/tests/opengl/src/android/opengl/cts/
CompressedTextureSurfaceView.java
277
throw new
RuntimeException
("Failed to initialize framebuffer object");
299
throw new
RuntimeException
("Could not get attrib location for aPosition");
304
throw new
RuntimeException
("Could not get attrib location for aTextureCoord");
310
throw new
RuntimeException
("Could not get attrib location for uMVPMatrix");
387
throw new
RuntimeException
(op + ": glError " + error);
/cts/tests/tvprovider/src/android/tvprovider/cts/
TvProviderPerfTest.java
104
throw new
RuntimeException
(e);
133
throw new
RuntimeException
(e);
222
throw new
RuntimeException
(e);
242
throw new
RuntimeException
(e);
279
throw new
RuntimeException
(e);
/developers/build/prebuilts/gradle/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
MainActivity.java
84
throw new
RuntimeException
("Failed to get an instance of KeyStore", e);
90
throw new
RuntimeException
("Failed to get an instance of KeyGenerator", e);
102
throw new
RuntimeException
("Failed to get an instance of Cipher", e);
173
throw new
RuntimeException
("Failed to init Cipher", e);
265
throw new
RuntimeException
(e);
/developers/build/prebuilts/gradle/FingerprintDialog/kotlinApp/app/src/main/java/com/example/android/fingerprintdialog/
MainActivity.kt
126
throw
RuntimeException
("Failed to get an instance of KeyStore", e)
135
throw
RuntimeException
("Failed to get an instance of KeyGenerator", e)
155
throw
RuntimeException
("Failed to get an instance of Cipher", e)
182
is InvalidKeyException -> throw
RuntimeException
("Failed to init Cipher", e)
270
is IOException -> throw
RuntimeException
(e)
/developers/samples/android/security/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
MainActivity.java
84
throw new
RuntimeException
("Failed to get an instance of KeyStore", e);
90
throw new
RuntimeException
("Failed to get an instance of KeyGenerator", e);
102
throw new
RuntimeException
("Failed to get an instance of Cipher", e);
173
throw new
RuntimeException
("Failed to init Cipher", e);
265
throw new
RuntimeException
(e);
/developers/samples/android/security/FingerprintDialog/kotlinApp/app/src/main/java/com/example/android/fingerprintdialog/
MainActivity.kt
126
throw
RuntimeException
("Failed to get an instance of KeyStore", e)
135
throw
RuntimeException
("Failed to get an instance of KeyGenerator", e)
155
throw
RuntimeException
("Failed to get an instance of Cipher", e)
182
is InvalidKeyException -> throw
RuntimeException
("Failed to init Cipher", e)
270
is IOException -> throw
RuntimeException
(e)
/development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
BrokenKeyDerivationActivity.java
90
throw new
RuntimeException
("Deal with exceptions properly!", e);
165
throw new
RuntimeException
("This is unconceivable!", e);
264
throw new
RuntimeException
("Couldn't write to " + fileName, e);
274
throw new
RuntimeException
("Couldn't read from " + fileName);
279
throw new
RuntimeException
("Couldn't read from " + fileName, e);
/development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
MainActivity.java
81
throw new
RuntimeException
("Failed to get an instance of KeyStore", e);
87
throw new
RuntimeException
("Failed to get an instance of KeyGenerator", e);
99
throw new
RuntimeException
("Failed to get an instance of Cipher", e);
171
throw new
RuntimeException
("Failed to init Cipher", e);
263
throw new
RuntimeException
(e);
/external/guava/guava-tests/test/com/google/common/eventbus/
EventBusTest.java
128
final
RuntimeException
exception =
129
new
RuntimeException
("but culottes have a tendancy to ride up!");
158
throw new
RuntimeException
();
164
throw new
RuntimeException
();
170
} catch (
RuntimeException
e) {
/external/guice/extensions/mini/src/com/google/inject/mini/
MiniGuice.java
157
throw new
RuntimeException
(e);
159
throw new
RuntimeException
(e.getCause());
249
throw new
RuntimeException
(e.getCause());
251
throw new
RuntimeException
(e.getCause());
253
throw new
RuntimeException
(e);
/external/javassist/src/main/javassist/tools/reflect/
ClassMetaobject.java
76
throw new
RuntimeException
("not found: " + params[0]
169
throw new
RuntimeException
(e.toString());
172
throw new
RuntimeException
(e.toString());
189
throw new
RuntimeException
(e.toString());
192
throw new
RuntimeException
(e.toString());
/external/mockito/src/main/java/org/mockito/stubbing/
OngoingStubbing.java
19
* when(mock.someMethod("some arg")).thenThrow(new
RuntimeException
());
24
* .thenThrow(new
RuntimeException
())
72
* when(mock.someMethod()).thenThrow(new
RuntimeException
());
94
* when(mock.someMethod()).thenThrow(
RuntimeException
.class);
119
* when(mock.someMethod()).thenThrow(
RuntimeException
.class);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
SyncSampleIntersectFinderImpl.java
78
throw new
RuntimeException
("Video Tracks need sync samples. Only tracks other than video may have no sync samples.");
120
throw new
RuntimeException
("Sample rates must be a multiple of the lowest sample rate to create a correct file!");
128
throw new
RuntimeException
("There was absolutely no Track with sync samples. I can't work with that!");
149
throw new
RuntimeException
("There was absolutely no Track with sync samples. I can't work with that!");
215
throw new
RuntimeException
("There are less than 25% of common sync samples in the given track.");
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
Util.java
72
} catch (
RuntimeException
rethrown) {
89
} catch (
RuntimeException
rethrown) {
104
} catch (
RuntimeException
rethrown) {
129
if (thrown instanceof
RuntimeException
) throw (
RuntimeException
) thrown;
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
FakeHttpLayer.java
110
throw new
RuntimeException
("Unexpected call to execute, no pending responses are available. See Robolectric.addPendingResponse(). Request was: " +
226
throw new
RuntimeException
("No more responses left to give");
275
* @throws IOException Get turned into a
RuntimeException
to cause your test to fail.
292
throw new
RuntimeException
("Path should not start with '/'");
358
throw new
RuntimeException
(e);
/external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
FakeHttpLayer.java
123
throw new
RuntimeException
("Unexpected call to execute, no pending responses are available. See Robolectric.addPendingResponse(). Request was: " +
315
throw new
RuntimeException
("No more responses left to give");
364
* @throws IOException Get turned into a
RuntimeException
to cause your test to fail.
381
throw new
RuntimeException
("Path should not start with '/'");
447
throw new
RuntimeException
(e);
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/
HtmlActivityTask.java
127
throw new
RuntimeException
(e);
172
throw new
RuntimeException
(e);
323
throw new
RuntimeException
(e);
347
throw new
RuntimeException
(e);
372
throw new
RuntimeException
(e);
/frameworks/base/core/java/android/transition/
TransitionInflater.java
181
throw new
RuntimeException
("Unknown scene name: " + parser.getName());
280
throw new
RuntimeException
("Could not create " + className, e);
285
throw new
RuntimeException
("Unknown scene name: " + parser.getName());
315
throw new
RuntimeException
("Unknown scene name: " + parser.getName());
335
throw new
RuntimeException
("No toScene for transition ID " + transitionId);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLDepthTestActivity.java
199
throw new
RuntimeException
("Could not get attrib location for aPosition");
204
throw new
RuntimeException
("Could not get attrib location for aTextureCoord");
210
throw new
RuntimeException
("Could not get attrib location for uMVPMatrix");
216
throw new
RuntimeException
("Could not get attrib location for muOverlayHandle");
315
throw new
RuntimeException
(op + ": glError " + error);
Completed in 1653 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>