OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runtimeexception
(Results
201 - 225
of
7326
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/support/room/rxjava2/api_legacy/
current.txt
3
public class EmptyResultSetException extends java.lang.
RuntimeException
{
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
ParserAdapterTest.java
92
throw new
RuntimeException
("Unexpected exception", e);
122
throw new
RuntimeException
("Unexpected exception", e);
132
throw new
RuntimeException
("Unexpected exception", e);
143
throw new
RuntimeException
("Unexpected exception", e);
152
throw new
RuntimeException
("Unexpected exception", e);
194
throw new
RuntimeException
("Unexpected exception", e);
196
throw new
RuntimeException
("Unexpected exception", e);
211
throw new
RuntimeException
("Unexpected exception", e);
213
throw new
RuntimeException
("Unexpected exception", e);
240
throw new
RuntimeException
("Unexpected exception", e)
[
all
...]
/tools/tradefederation/core/src/com/android/tradefed/result/
InvocationSummaryHelper.java
48
} catch (
RuntimeException
e) {
50
"
RuntimeException
while invoking invocationEnded on %s",
67
} catch (
RuntimeException
e) {
69
"
RuntimeException
while invoking invocationEnded on %s",
/tools/tradefederation/core/src/com/android/tradefed/util/clockwork/
ClockworkUtils.java
39
throw new
RuntimeException
(
50
throw new
RuntimeException
(
56
throw new
RuntimeException
(
62
throw new
RuntimeException
("no companion device found in the test");
/art/test/421-exceptions/src/
Main.java
23
} catch (
RuntimeException
e) {
50
} catch (
RuntimeException
e) {
59
throw new
RuntimeException
();
/external/jacoco/jacoco-maven-plugin.test/it/it-report-nomatch/
verify.bsh
17
throw new
RuntimeException
( "Warning 1 was not printed" );
20
throw new
RuntimeException
( "Warning 2 was not printed" );
23
throw new
RuntimeException
( "Warning 3 was not printed" );
/libcore/benchmarks/src/benchmarks/regression/
DoubleBenchmark.java
29
throw new
RuntimeException
(Long.toString(result));
39
throw new
RuntimeException
(Long.toString(result));
49
throw new
RuntimeException
(Double.toString(result) + " " + Double.doubleToRawLongBits(result));
FloatBenchmark.java
29
throw new
RuntimeException
(Integer.toString(result));
39
throw new
RuntimeException
(Integer.toString(result));
49
throw new
RuntimeException
(Float.toString(result) + " " + Float.floatToRawIntBits(result));
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLContextSpiTest.java
59
fail("
RuntimeException
wasn't thrown");
60
} catch (
RuntimeException
re) {
78
fail("
RuntimeException
wasn't thrown");
79
} catch (
RuntimeException
re) {
109
fail("
RuntimeException
wasn't thrown");
110
} catch (
RuntimeException
re) {
120
fail("
RuntimeException
wasn't thrown");
121
} catch (
RuntimeException
re) {
131
fail("
RuntimeException
wasn't thrown");
132
} catch (
RuntimeException
re)
[
all
...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
ShaderProgram.java
58
throw new
RuntimeException
("Could not compile and link shader!");
67
throw new
RuntimeException
("Could not compile and link shader!");
102
throw new
RuntimeException
("ShaderProgram got non-GL frame as input " + i + "!");
111
throw new
RuntimeException
("ShaderProgram got non-GL output frame!");
123
throw new
RuntimeException
("Error executing ShaderProgram!");
134
throw new
RuntimeException
("Error setting uniform value for variable '" +
146
throw new
RuntimeException
("Error setting attribute value for attribute '" +
165
throw new
RuntimeException
("Error setting attribute value for attribute '" +
194
throw new
RuntimeException
("Could not set clears-output flag to " + clears + "!");
200
throw new
RuntimeException
("Could not set clear color to " + r + "," + g + "," + b + "!")
[
all
...]
/cts/hostsidetests/api/src/com/android/cts/api/
FilePuller.java
42
throw new
RuntimeException
("Cannot create directory for pulled files", e);
67
throw new
RuntimeException
("Error pulling file " + path, e);
76
throw new
RuntimeException
("Error saving file " + path,
89
throw new
RuntimeException
("Cannot connect to the device", e);
91
throw new
RuntimeException
("Failed to pull file " + path, e);
/dalvik/dexgen/src/com/android/dexgen/dex/code/form/
SpecialFormat.java
47
throw new
RuntimeException
("unsupported");
53
throw new
RuntimeException
("unsupported");
59
throw new
RuntimeException
("unsupported");
71
throw new
RuntimeException
("unsupported");
77
throw new
RuntimeException
("unsupported");
/dalvik/dx/tests/067-dex-switch-and-try/
Blort.java
36
} catch (
RuntimeException
ex) {
57
} catch (
RuntimeException
ex) {
73
} catch (
RuntimeException
ex) {
98
} catch (
RuntimeException
ex) {
108
} catch (
RuntimeException
ex) {
/external/nist-sip/java/gov/nist/core/
InternalErrorHandler.java
42
public static void handleException(Exception ex) throws
RuntimeException
{
45
throw new
RuntimeException
("Unexpected internal error FIXME!! " + ex.getMessage(), ex);
56
throw new
RuntimeException
("Unexpected internal error FIXME!! " + ex.getMessage(), ex);
67
throw new
RuntimeException
(emsg);
75
throw new
RuntimeException
(emsg);
/external/protobuf/conformance/
ConformanceJavaLite.java
64
throw new
RuntimeException
("Request didn't have payload.");
68
throw new
RuntimeException
("Unexpected payload case.");
74
throw new
RuntimeException
("Unspecified output format.");
84
throw new
RuntimeException
("Unexpected request output.");
99
throw new
RuntimeException
("Unexpected EOF from test program.");
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
ParamsParser.java
29
throw new
RuntimeException
(e);
38
throw new
RuntimeException
("Was expecting a "+BasicHttpParams.class.getName());
57
throw new
RuntimeException
(e);
75
throw new
RuntimeException
(e);
77
throw new
RuntimeException
(e);
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/serializer/
SerializerTest.java
45
} catch (
RuntimeException
e) {
56
} catch (
RuntimeException
e) {
67
} catch (
RuntimeException
e) {
82
} catch (
RuntimeException
e) {
91
} catch (
RuntimeException
e) {
/external/libmojo/base/android/jni_generator/
testMotionEvent.javap
12
const #2 = class #294; // java/lang/
RuntimeException
14
const #4 = Method #2.#296; // java/lang/
RuntimeException
."<init>":(Ljava/lang/String;)V
304
const #294 = Asciz java/lang/
RuntimeException
;
674
4: new #2; //class java/lang/
RuntimeException
677
10: invokespecial #4; //Method java/lang/
RuntimeException
."<init>":(Ljava/lang/String;)V
691
0: new #2; //class java/lang/
RuntimeException
694
6: invokespecial #4; //Method java/lang/
RuntimeException
."<init>":(Ljava/lang/String;)V
709
0: new #2; //class java/lang/
RuntimeException
712
6: invokespecial #4; //Method java/lang/
RuntimeException
."<init>":(Ljava/lang/String;)V
739
0: new #2; //class java/lang/
RuntimeException
[
all
...]
testMotionEvent.javap7
16
#2 = Class #294 // java/lang/
RuntimeException
18
#4 = Methodref #2.#296 // java/lang/
RuntimeException
."<init>":(Ljava/lang/String;)V
308
#294 = Utf8 java/lang/
RuntimeException
838
4: new #2 // class java/lang/
RuntimeException
841
10: invokespecial #4 // Method java/lang/
RuntimeException
."<init>":(Ljava/lang/String;)V
854
0: new #2 // class java/lang/
RuntimeException
857
6: invokespecial #4 // Method java/lang/
RuntimeException
."<init>":(Ljava/lang/String;)V
872
0: new #2 // class java/lang/
RuntimeException
875
6: invokespecial #4 // Method java/lang/
RuntimeException
."<init>":(Ljava/lang/String;)V
901
0: new #2 // class java/lang/
RuntimeException
[
all
...]
/external/mockito/src/main/java/org/mockito/stubbing/
Stubber.java
14
* doThrow(new
RuntimeException
()).when(mockedList).clear();
16
* //following throws
RuntimeException
:
23
* doThrow(new
RuntimeException
("one")).
24
* doThrow(new
RuntimeException
("two"))
49
* doThrow(new
RuntimeException
())
52
* //following throws
RuntimeException
:
77
* doThrow(new
RuntimeException
("one")).
78
* doThrow(new
RuntimeException
("two"))
91
* doThrow(
RuntimeException
.class).
107
* doThrow(
RuntimeException
.class)
[
all
...]
/cts/tests/tests/hardware/src/android/hardware/cts/
Egl14Utils.java
80
throw new
RuntimeException
("error releasing context: " + error);
86
throw new
RuntimeException
("error destroying context: " + error);
95
throw new
RuntimeException
("error releasing thread: " + error);
101
throw new
RuntimeException
("error terminating display: " + error);
131
throw new
RuntimeException
("eglChooseConfig failed");
139
* @throws
RuntimeException
if there is a GL error
144
throw new
RuntimeException
("gl error: " + Integer.toHexString(errorCode));
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteProgram.java
29
throw new
RuntimeException
(e);
47
throw new
RuntimeException
(e);
65
throw new
RuntimeException
(e);
92
throw new
RuntimeException
(e);
112
throw new
RuntimeException
(e);
132
throw new
RuntimeException
(e);
147
throw new
RuntimeException
(e);
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraExceptionHandler.java
35
RuntimeException
e, String commandHistory, int action, int state) {
39
public void onDispatchThreadException(
RuntimeException
e) {
45
* A callback helps to handle
RuntimeException
thrown by camera framework.
50
RuntimeException
e, String commandHistory, int action, int state);
51
public void onDispatchThreadException(
RuntimeException
e);
98
final
RuntimeException
ex, final String commandHistory,
114
public void onDispatchThreadException(final
RuntimeException
ex) {
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
HttpClientFactory.java
77
throw new
RuntimeException
(e);
79
throw new
RuntimeException
(e);
81
throw new
RuntimeException
(e);
83
throw new
RuntimeException
(e);
98
throw new
RuntimeException
(e);
100
throw new
RuntimeException
(e);
102
throw new
RuntimeException
(e);
/packages/apps/LegacyCamera/src/com/android/camera/
EffectsRecorder.java
147
throw new
RuntimeException
("setCamera cannot be called while previewing!");
149
throw new
RuntimeException
("setCamera cannot be called while recording!");
151
throw new
RuntimeException
("setCamera called on an already released recorder!");
162
throw new
RuntimeException
("setProfile cannot be called while recording!");
164
throw new
RuntimeException
("setProfile called on an already released recorder!");
174
throw new
RuntimeException
("setOutputFile cannot be called while recording!");
176
throw new
RuntimeException
("setOutputFile called on an already released recorder!");
188
throw new
RuntimeException
("setOutputFile cannot be called while recording!");
190
throw new
RuntimeException
("setOutputFile called on an already released recorder!");
208
throw new
RuntimeException
("setMaxFileSize cannot be called while recording!")
[
all
...]
Completed in 1492 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>