OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runtimeexception
(Results
1101 - 1125
of
7326
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaMetadataRetrieverTest.java
216
Log.e(TAG, "
RuntimeException
failed to be thrown.");
219
if (!(e instanceof
RuntimeException
)) {
220
Log.e(TAG, "Expected a
RuntimeException
, but got a different exception");
229
Log.e(TAG, "
RuntimeException
failed to be thrown.");
232
if (!(e instanceof
RuntimeException
)) {
233
Log.e(TAG, "Expected a
RuntimeException
, but got a different exception");
/frameworks/support/compat/src/main/java/androidx/core/graphics/
TypefaceCompatApi26Impl.java
129
throw new
RuntimeException
(e);
145
throw new
RuntimeException
(e);
160
throw new
RuntimeException
(e);
175
throw new
RuntimeException
(e);
187
throw new
RuntimeException
(e);
198
throw new
RuntimeException
(e);
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
MyGLSurfaceView.java
163
throw new
RuntimeException
("Could not get attrib location for aPosition");
168
throw new
RuntimeException
("Could not get attrib location for aTextureCoord");
174
throw new
RuntimeException
("Could not get attrib location for uMVPMatrix");
180
throw new
RuntimeException
("Could not get attrib location for uSTMatrix");
185
throw new
RuntimeException
("Could not get attrib location for uCRatio");
285
throw new
RuntimeException
(op + ": glError " + error);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
PreferencesTest.java
200
stream.setResult(MockInputStream.
runtimeException
);
203
fail("should throw
RuntimeException
");
204
} catch (
RuntimeException
expected) {
214
static final int
runtimeException
= 2;
230
case
runtimeException
:
231
throw new
RuntimeException
("test");
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
ExpectedKeyboardBuilder.java
109
throw new
RuntimeException
(
126
throw new
RuntimeException
("Unknown expected key type: " + key);
192
throw new
RuntimeException
("Illegal additional more keys position: "
218
* @throws
RuntimeException
if <code>row</code> or <code>column</code> is illegal.
235
* @throws
RuntimeException
if <code>row</code> is illegal.
253
* @throws
RuntimeException
if <code>row</code> is illegal.
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
ServiceStateProviderTest.java
100
throw new
RuntimeException
("notifyChange!");
238
} catch (
RuntimeException
e) {
268
} catch (
RuntimeException
e) {
280
} catch (
RuntimeException
e) {
293
} catch (
RuntimeException
e) {
305
} catch (
RuntimeException
e) {
/test/suite_harness/common/host-side/util/tests/src/com/android/compatibility/common/util/
BusinessLogicHostExecutorTest.java
180
@Test(expected =
RuntimeException
.class)
185
@Test(expected =
RuntimeException
.class)
190
@Test(expected =
RuntimeException
.class)
195
@Test(expected =
RuntimeException
.class)
208
@Test(expected =
RuntimeException
.class)
222
@Test(expected =
RuntimeException
.class)
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
TfSuiteRunner.java
111
RuntimeException
runtimeException
=
112
new
RuntimeException
(
117
throw
runtimeException
;
145
throw new
RuntimeException
(e);
227
throw new
RuntimeException
(
/prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar
/prebuilts/sdk/24/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/19/
android.jar
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/src/com/android/cts/usepermission/
UsePermissionTest23.java
114
throw new
RuntimeException
(e);
156
throw new
RuntimeException
(e);
190
throw new
RuntimeException
(e);
220
throw new
RuntimeException
(e);
245
throw new
RuntimeException
(e);
279
throw new
RuntimeException
(e);
295
throw new
RuntimeException
(e);
355
throw new
RuntimeException
(e);
371
throw new
RuntimeException
(e);
400
throw new
RuntimeException
(e)
[
all
...]
/cts/tests/tests/opengl/src/android/opengl/cts/
FramebufferTest.java
137
throw new
RuntimeException
(msg);
182
throw new
RuntimeException
("EGL already set up");
191
throw new
RuntimeException
("unable to get EGL14 display");
196
throw new
RuntimeException
("unable to initialize EGL14");
223
throw new
RuntimeException
("Unable to find a suitable EGLConfig");
332
throw new
RuntimeException
("invalid surface: " + surface);
343
throw new
RuntimeException
("surface was null");
361
throw new
RuntimeException
("surface was null");
375
throw new
RuntimeException
("eglMakeCurrent failed");
388
throw new
RuntimeException
("eglMakeCurrent(draw,read) failed")
[
all
...]
/cts/tests/tests/telephony/src/android/telephony/cts/
VisualVoicemailServiceTest.java
164
throw new
RuntimeException
("Unexpected visual voicemail SMS received");
168
throw new
RuntimeException
(e);
507
throw new
RuntimeException
(e);
516
throw new
RuntimeException
("Unexpected visual voicemail SMS received");
521
throw new
RuntimeException
(e);
544
throw new
RuntimeException
(e);
552
throw new
RuntimeException
("Unexpected visual voicemail SMS received");
557
throw new
RuntimeException
(e);
607
throw new
RuntimeException
(e);
614
throw new
RuntimeException
("Unexpected SMS received")
[
all
...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ImageShader.java
312
throw new
RuntimeException
("Unknown attribute '" + name + "' in shader program!");
353
throw new
RuntimeException
("Cannot assign int-array to incompatible uniform type "
394
throw new
RuntimeException
("Cannot assign float-array to incompatible uniform type "
623
throw new
RuntimeException
("Shader does not seem to support " + sources.length
634
throw new
RuntimeException
("Unable to assign attribute value '" + attr + "'!");
671
throw new
RuntimeException
("Attempting to execute invalid shader-program!");
682
throw new
RuntimeException
("Number of textures passed (" + count + ") exceeds the "
698
throw new
RuntimeException
("Could not compile shader " + shaderType + ":" + info);
707
throw new
RuntimeException
("Could not create shader-program as vertex shader "
712
throw new
RuntimeException
("Could not create shader-program as fragment shader
[
all
...]
/prebuilts/tools/common/m2/repository/com/google/dagger/dagger-producers/2.6/
dagger-producers-2.6.jar
/prebuilts/tools/common/m2/repository/com/google/dagger/dagger-producers/2.7/
dagger-producers-2.7.jar
/prebuilts/sdk/28/optional/
android.test.runner.jar
/prebuilts/sdk/current/optional/
android.test.runner.jar
/prebuilts/sdk/22/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/25/
android.jar
/art/test/093-serialization/src/
Main.java
40
throw new
RuntimeException
(ioe);
69
throw new
RuntimeException
(cnfe);
/art/test/121-modifiers/classes/
Main.class
Completed in 1026 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>