OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runtimeexception
(Results
651 - 675
of
7326
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
X.java
47
throw new
RuntimeException
("Assertion failed");
57
throw new
RuntimeException
("Assertion failed: " + msg);
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
CombinedInputOutput.java
88
throw new
RuntimeException
("Wrong header format : " + headerLine);
121
if (2 != params.length) throw new
RuntimeException
("Wrong format : " + line);
135
throw new
RuntimeException
("Wrong format (historical info) : "
156
if (2 != params.length) throw new
RuntimeException
("Wrong format : " + line);
168
throw new
RuntimeException
("Wrong format : " + line);
175
if (2 != params.length) throw new
RuntimeException
("Wrong format : " + line);
186
throw new
RuntimeException
("Wrong format (historical info) : " + line);
198
throw new
RuntimeException
("Wrong format : " + line);
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
SnapshotInputStreamSourceTest.java
46
throw new
RuntimeException
(deletedMsg);
61
} catch (
RuntimeException
e) {
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
ValidateSuiteConfigHelperTest.java
74
} catch (
RuntimeException
expected) {
94
} catch (
RuntimeException
expected) {
128
} catch (
RuntimeException
expected) {
144
} catch (
RuntimeException
expected) {
169
} catch (
RuntimeException
expected) {
186
} catch (
RuntimeException
expected) {
225
} catch (
RuntimeException
expected) {
261
} catch (
RuntimeException
expected) {
/art/test/051-thread/src/
Main.java
178
throw new
RuntimeException
("Did not find main thread: " + Arrays.toString(threads));
184
throw new
RuntimeException
("Did not find main thread: " + Thread.getAllStackTraces());
192
throw new
RuntimeException
(list.toString());
197
throw new
RuntimeException
(list.toString());
200
throw new
RuntimeException
(list.toString());
207
throw new
RuntimeException
(list.toString());
/art/test/137-cfi/src/
Main.java
66
throw new
RuntimeException
("Should not be running secondary!");
76
throw new
RuntimeException
("Didn't expect to get back...");
100
throw new
RuntimeException
("Couldn't parse process");
111
throw new
RuntimeException
(e);
147
throw new
RuntimeException
(exc);
169
throw new
RuntimeException
(exc);
/art/test/712-varhandle-invocations/src/
VarHandleAccessorExceptionTests.java
50
throw new
RuntimeException
(e);
81
throw new
RuntimeException
(e);
110
throw new
RuntimeException
(e);
138
throw new
RuntimeException
(e);
169
throw new
RuntimeException
(e);
201
throw new
RuntimeException
(e);
/cts/tests/signature/api-check/src/jni/
classdescriptors.cpp
101
jclass rt_exception = env->FindClass("java/lang/
RuntimeException
");
109
jclass rt_exception = env->FindClass("java/lang/
RuntimeException
");
137
jclass rt_exception = env->FindClass("java/lang/
RuntimeException
");
153
jclass rt_exception = env->FindClass("java/lang/
RuntimeException
");
177
jclass rt_exception = env->FindClass("java/lang/
RuntimeException
");
201
jclass rt_exception = env->FindClass("java/lang/
RuntimeException
");
/cts/tests/tests/media/libmediandkjni/
native-mediadrm-jni.cpp
184
jniThrowException(env, "java/lang/
RuntimeException
", "null MediaDrm");
202
jniThrowExceptionFmt(env, "java/lang/
RuntimeException
",
234
jniThrowExceptionFmt(env, "java/lang/
RuntimeException
",
242
jniThrowException(env, "java/lang/
RuntimeException
", "null psshInfo");
416
jniThrowException(env, "java/lang/
RuntimeException
",
544
jniThrowExceptionFmt(env, "java/lang/
RuntimeException
", errorMessage.c_str(), status);
569
jniThrowException(env, "java/lang/
RuntimeException
", "null MediaDrm");
575
jniThrowException(env, "java/lang/
RuntimeException
",
588
jniThrowExceptionFmt(env, "java/lang/
RuntimeException
",
602
jniThrowExceptionFmt(env, "java/lang/
RuntimeException
",
[
all
...]
/external/apache-harmony/support/src/test/java/tests/support/resource/
Support_Resources.java
60
throw new
RuntimeException
(e);
72
throw new
RuntimeException
(e);
96
throw new
RuntimeException
("copyFile failed: root=" + root + " folder=" + folder + " file=" + file + " (src=" + src + ")", e);
139
throw new
RuntimeException
("Failed to load resource: " + name);
153
throw new
RuntimeException
("Failed to load resource: " + name);
159
throw new
RuntimeException
("Failed to load resource: " + name);
/external/apache-xml/src/main/java/org/apache/xpath/objects/
XRTreeFragSelectWrapper.java
88
throw new
RuntimeException
(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_DETACH_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER, null)); //"detach() not supported by XRTreeFragSelectWrapper!");
100
throw new
RuntimeException
(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NUM_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER, null)); //"num() not supported by XRTreeFragSelectWrapper!");
111
throw new
RuntimeException
(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_XSTR_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER, null)); //"xstr() not supported by XRTreeFragSelectWrapper!");
121
throw new
RuntimeException
(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_STR_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER, null)); //"str() not supported by XRTreeFragSelectWrapper!");
141
throw new
RuntimeException
(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_RTF_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER, null)); //"rtf() not supported by XRTreeFragSelectWrapper!");
151
throw new
RuntimeException
(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_RTF_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER, null)); //"asNodeIterator() not supported by XRTreeFragSelectWrapper!");
/external/guava/guava-testlib/test/com/google/common/testing/
GcFinalizationTest.java
92
// Test that interrupts result in
RuntimeException
, not InterruptedException.
120
void assertWrapsInterruptedException(
RuntimeException
e) {
132
} catch (
RuntimeException
expected) {
148
} catch (
RuntimeException
expected) {
164
} catch (
RuntimeException
expected) {
183
} catch (
RuntimeException
expected) {
/external/guava/guava-tests/test/com/google/common/util/concurrent/
FutureCallbackTest.java
92
RuntimeException
e = new IllegalArgumentException("foo not found");
99
RuntimeException
exception = new
RuntimeException
();
167
private final
RuntimeException
runtime;
174
throwingRuntimeException(
RuntimeException
e) {
183
public ThrowingFuture(
RuntimeException
e) {
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
APIData.java
62
RuntimeException
re = new
RuntimeException
("error reading api data");
92
RuntimeException
re = new
RuntimeException
("error getting info stream: " + fileName);
100
RuntimeException
re = new
RuntimeException
("failed to close the zip file: " + fileName);
/external/libmojo/base/android/java/src/org/chromium/base/
ThreadUtils.java
43
throw new
RuntimeException
("UI thread looper is already set to "
56
throw new
RuntimeException
("Did not yet override the UI thread");
79
throw new
RuntimeException
("Exception occured while waiting for runnable", e);
85
* Run the supplied Callable on the main thread, wrapping any exceptions in a
RuntimeException
.
96
throw new
RuntimeException
("Error occured waiting for callable", e);
114
throw new
RuntimeException
("Interrupted waiting for callable", e);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
OptionalMethod.java
80
* public then {@code null} is returned. Any
RuntimeException
thrown by the method is thrown,
90
if (targetException instanceof
RuntimeException
) {
91
throw (
RuntimeException
) targetException;
123
*
RuntimeException
thrown by the method is thrown, checked exceptions are wrapped in
133
if (targetException instanceof
RuntimeException
) {
134
throw (
RuntimeException
) targetException;
/frameworks/base/core/java/android/ddm/
DdmHandleProfiling.java
94
throw new
RuntimeException
("Unknown packet "
116
} catch (
RuntimeException
re) {
130
} catch (
RuntimeException
re) {
157
} catch (
RuntimeException
re) {
173
} catch (
RuntimeException
re) {
211
} catch (
RuntimeException
re) {
/frameworks/base/core/java/android/net/http/
X509TrustManagerExtensions.java
110
if (e.getCause() instanceof
RuntimeException
) {
111
throw (
RuntimeException
) e.getCause();
144
throw new
RuntimeException
("Failed to call isSameTrustConfiguration", e);
146
if (e.getCause() instanceof
RuntimeException
) {
147
throw (
RuntimeException
) e.getCause();
149
throw new
RuntimeException
("isSameTrustConfiguration failed", e.getCause());
/frameworks/base/services/core/java/com/android/server/locksettings/
SyntheticPasswordCrypto.java
80
throw new
RuntimeException
("Invalid iv length: " + iv.length);
125
throw new
RuntimeException
("Failed to decrypt blob", e);
143
throw new
RuntimeException
("Failed to decrypt blob", e);
174
throw new
RuntimeException
("Failed to encrypt blob", e);
195
throw new
RuntimeException
("Personalisation too long");
206
throw new
RuntimeException
("NoSuchAlgorithmException for SHA-512", e);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
SingleFrameTextureViewTestActivity.java
106
throw new
RuntimeException
("Cannot swap buffers");
130
throw new
RuntimeException
("eglGetDisplay failed "
136
throw new
RuntimeException
("eglInitialize failed " +
142
throw new
RuntimeException
("eglConfig not initialized");
155
throw new
RuntimeException
("createWindowSurface failed "
160
throw new
RuntimeException
("eglMakeCurrent failed "
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
CustomSurfaceView.java
104
throw new
RuntimeException
("Surface canvas was already acquired.");
116
throw new
RuntimeException
(
165
throw new
RuntimeException
("Surface is not ready.");
183
throw new
RuntimeException
("Surface still exists.");
195
throw new
RuntimeException
("Surface was changed during the test execution.");
207
throw new
RuntimeException
(e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneStateIntentReceiver.java
80
throw new
RuntimeException
88
throw new
RuntimeException
97
* Throws
RuntimeException
if client has not called notifySignalStrength()
102
throw new
RuntimeException
113
* Throws
RuntimeException
if client has not called notifySignalStrength()
117
throw new
RuntimeException
/libcore/luni/src/test/java/libcore/dalvik/system/
PathClassLoaderTest.java
134
throw new
RuntimeException
("onWriteToDisk");
139
throw new
RuntimeException
("onReadFromDisk");
144
throw new
RuntimeException
("onNetwork");
149
throw new
RuntimeException
("onUnbufferedIO");
160
// Resource loading involves a blocking operation and will throw a
RuntimeException
164
} catch (
RuntimeException
expected) {
/frameworks/base/media/jni/
android_media_MediaRecorder.cpp
192
"java/lang/
RuntimeException
", "setCamera failed.");
208
process_media_recorder_call(env, mr->setVideoSource(vs), "java/lang/
RuntimeException
", "setVideoSource failed.");
226
process_media_recorder_call(env, mr->setAudioSource(as), "java/lang/
RuntimeException
", "setAudioSource failed.");
242
process_media_recorder_call(env, mr->setOutputFormat(of), "java/lang/
RuntimeException
", "setOutputFormat failed.");
258
process_media_recorder_call(env, mr->setVideoEncoder(ve), "java/lang/
RuntimeException
", "setVideoEncoder failed.");
274
process_media_recorder_call(env, mr->setAudioEncoder(ae), "java/lang/
RuntimeException
", "setAudioEncoder failed.");
300
process_media_recorder_call(env, mr->setParameters(String8(params8)), "java/lang/
RuntimeException
", "setParameter failed.");
354
process_media_recorder_call(env, mr->setVideoSize(width, height), "java/lang/
RuntimeException
", "setVideoSize failed.");
370
process_media_recorder_call(env, mr->setVideoFrameRate(rate), "java/lang/
RuntimeException
", "setVideoFrameRate failed.");
386
process_media_recorder_call(env, mr->setParameters(String8(params)), "java/lang/
RuntimeException
", "setMaxDuration failed.")
[
all
...]
/cts/tests/tests/view/src/android/view/cts/
TextureViewCtsActivity.java
112
throw new
RuntimeException
(t);
217
throw new
RuntimeException
("Cannot change config after initialization");
239
throw new
RuntimeException
("Cannot swap buffers");
262
throw new
RuntimeException
("Cannot swap buffers");
339
throw new
RuntimeException
("eglGetDisplay failed "
345
throw new
RuntimeException
("eglInitialize failed " +
365
throw new
RuntimeException
("Unknown eglColorSpace: " + mEglColorSpace);
377
throw new
RuntimeException
("eglConfig not initialized");
388
throw new
RuntimeException
("createWindowSurface failed "
393
throw new
RuntimeException
("eglMakeCurrent failed
[
all
...]
Completed in 2591 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>