OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runtimeexception
(Results
451 - 475
of
7326
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/apps/Camera2/src/com/android/camera/captureintent/
CaptureIntentSession.java
130
throw new
RuntimeException
("Not supported.");
136
throw new
RuntimeException
("Not supported.");
142
throw new
RuntimeException
("Not supported.");
168
throw new
RuntimeException
("Not supported.");
173
throw new
RuntimeException
("Not supported.");
178
throw new
RuntimeException
("Not supported.");
183
throw new
RuntimeException
("Not supported.");
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
AbstractKeyboardBuilder.java
82
* @throws
RuntimeException
if <code>row</code> is illegal.
87
throw new
RuntimeException
("Illegal row number: " + row);
96
* @throws
RuntimeException
if <code>row</code> is illegal.
101
throw new
RuntimeException
("Illegal row number: " + row);
116
* @throws
RuntimeException
if <code>row</code> or <code>column</code> is illegal.
122
throw new
RuntimeException
("Illegal column number: " + column);
126
throw new
RuntimeException
("Illegal column number: " + column);
/external/apache-xml/src/main/java/org/apache/xpath/
NodeSet.java
264
* @throws
RuntimeException
thrown if this NodeSet is not of
271
throw new
RuntimeException
(
319
* @throws
RuntimeException
thrown if this NodeSet is not
326
throw new
RuntimeException
(
376
* @throws
RuntimeException
thrown if this NodeSet is not of
383
throw new
RuntimeException
(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESET_NOT_MUTABLE, null)); //"This NodeSet is not mutable!");
394
* @throws
RuntimeException
thrown if this NodeSet is not of
401
throw new
RuntimeException
(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESET_NOT_MUTABLE, null)); //"This NodeSet is not mutable!");
410
* @throws
RuntimeException
thrown if this NodeSet is not of
417
throw new
RuntimeException
(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESET_NOT_MUTABLE, null)); //"This NodeSet (…)
[
all
...]
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
BusinessLogicExecutor.java
44
* @throws
RuntimeException
when failing to resolve or invoke the condition method
51
throw new
RuntimeException
(String.format(
62
* @throws
RuntimeException
when failing to resolve or invoke the action method
69
throw new
RuntimeException
(String.format(
78
// throwable in a
RuntimeException
81
RuntimeException
re = new
RuntimeException
(t.getMessage(), t.getCause());
94
* @throws
RuntimeException
when failing to resolve or invoke the method
104
throw new
RuntimeException
(String.format("BusinessLogic: invalid method name "
/art/test/StackWalk2/
StackWalk2.java
29
void g(int num_calls) throws
RuntimeException
{
37
throw new
RuntimeException
(); // use v0 for new
RuntimeException
/developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
FingerprintModule.java
75
throw new
RuntimeException
("Failed to get an instance of KeyStore", e);
84
throw new
RuntimeException
("Failed to get an instance of KeyPairGenerator", e);
93
throw new
RuntimeException
("Failed to get an instance of Signature", e);
/developers/build/prebuilts/gradle/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
GLToolbox.java
33
throw new
RuntimeException
("Could not compile shader " + shaderType + ":" + info);
62
throw new
RuntimeException
("Could not link program: " + info);
71
throw new
RuntimeException
(op + ": glError " + error);
/developers/samples/android/media/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
GLToolbox.java
33
throw new
RuntimeException
("Could not compile shader " + shaderType + ":" + info);
62
throw new
RuntimeException
("Could not link program: " + info);
71
throw new
RuntimeException
(op + ": glError " + error);
/developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
FingerprintModule.java
75
throw new
RuntimeException
("Failed to get an instance of KeyStore", e);
84
throw new
RuntimeException
("Failed to get an instance of KeyPairGenerator", e);
93
throw new
RuntimeException
("Failed to get an instance of Signature", e);
/development/samples/HelloEffects/src/com/example/android/mediafx/
GLToolbox.java
34
throw new
RuntimeException
("Could not compile shader " +
66
throw new
RuntimeException
("Could not link program: " + info);
75
throw new
RuntimeException
(op + ": glError " + error);
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
FingerprintModule.java
75
throw new
RuntimeException
("Failed to get an instance of KeyStore", e);
84
throw new
RuntimeException
("Failed to get an instance of KeyPairGenerator", e);
93
throw new
RuntimeException
("Failed to get an instance of Signature", e);
/development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/
GLToolbox.java
33
throw new
RuntimeException
("Could not compile shader " + shaderType + ":" + info);
62
throw new
RuntimeException
("Could not link program: " + info);
71
throw new
RuntimeException
(op + ": glError " + error);
/external/annotation-tools/asmx/src/org/objectweb/asm/xml/
SAXFieldAdapter.java
54
throw new
RuntimeException
(ex.toString());
71
throw new
RuntimeException
("Jaime did not implement yet");
83
throw new
RuntimeException
(ex.toString());
/external/caliper/caliper/src/main/java/com/google/caliper/bridge/
CommandLineSerializer.java
50
throw new
RuntimeException
(e);
65
throw new
RuntimeException
(e); // assertion error?
67
throw new
RuntimeException
("cannot decode message", e);
/external/guava/guava/src/com/google/common/io/
Closer.java
134
* {@code IOException}, {@code
RuntimeException
} or {@code Error}. Otherwise, it will be rethrown
135
* wrapped in a {@code
RuntimeException
}. <b>Note:</b> Be sure to declare all of the checked
145
public
RuntimeException
rethrow(Throwable e) throws IOException {
149
throw new
RuntimeException
(e);
154
* {@code IOException}, {@code
RuntimeException
}, {@code Error} or a checked exception of the
155
* given type. Otherwise, it will be rethrown wrapped in a {@code
RuntimeException
}. <b>Note:</b>
166
public <X extends Exception>
RuntimeException
rethrow(Throwable e,
172
throw new
RuntimeException
(e);
177
* {@code IOException}, {@code
RuntimeException
}, {@code Error} or a checked exception of either
178
* of the given types. Otherwise, it will be rethrown wrapped in a {@code
RuntimeException
}
[
all
...]
/external/guava/guava-gwt/test/com/google/common/testing/
TearDownStackTest_gwt.java
43
throw new
RuntimeException
(failure);
69
throw new
RuntimeException
(failure);
95
throw new
RuntimeException
(failure);
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DecimalFormatPerformanceTest.java
58
throw new
RuntimeException
(e.getMessage());
87
throw new
RuntimeException
(e.getMessage());
100
throw new
RuntimeException
(e.getMessage());
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/targets/
Stubs.java
25
public static class StubException extends
RuntimeException
{
101
* Always throws a {@link
RuntimeException
}.
111
* Throws a {@link
RuntimeException
} if given argument is <code>true</code>.
/external/mockito/src/main/java/org/mockito/internal/junit/util/
JUnitFailureHacker.java
40
throw new
RuntimeException
("Unable to get internal state on a private field. Please report to mockito mailing list.", e);
51
throw new
RuntimeException
("Unable to set internal state on a private field. Please report to mockito mailing list.", e);
62
throw new
RuntimeException
(
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
ShadowWrangler.java
66
throw new
RuntimeException
(e);
68
throw new
RuntimeException
(e);
101
throw new
RuntimeException
(invocationPlan.getShadow().getClass().getName() + " is not assignable from " +
146
throw new
RuntimeException
(e);
183
throw new
RuntimeException
(e);
185
throw new
RuntimeException
(e);
187
throw new
RuntimeException
(e);
247
throw new
RuntimeException
(instance.getClass().getName() + " has no shadow field", e);
266
throw new
RuntimeException
(e1);
274
throw new
RuntimeException
(e)
[
all
...]
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
ClassicSuperHandlingTest.java
66
throw new
RuntimeException
("Stub!");
73
throw new
RuntimeException
("Stub!");
80
throw new
RuntimeException
("Stub!");
/frameworks/base/core/tests/coretests/src/android/os/
MessengerTest.java
75
failure(new
RuntimeException
(
80
failure(new
RuntimeException
(
85
failure(new
RuntimeException
(
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterPort.java
114
throw new
RuntimeException
("Illegal operation on closed " + this + "!");
122
throw new
RuntimeException
("Frame passed to " + this + " is of incorrect type! "
130
throw new
RuntimeException
("Frame " + frame + " is managed by foreign FrameManager! ");
NativeBuffer.java
50
throw new
RuntimeException
("Unable to allocate a copy of " + getClass() + "! Make " +
54
throw new
RuntimeException
("Failed to copy NativeBuffer to mutable instance!");
122
throw new
RuntimeException
("Attempting to modify read-only native (structured) data!");
SimpleFrameManager.java
53
throw new
RuntimeException
("Attached frames are not supported for target type: "
83
throw new
RuntimeException
("Unsupported frame target type: " +
102
throw new
RuntimeException
("Frame reference count dropped below 0!");
Completed in 2054 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>