OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runtimeexception
(Results
1476 - 1500
of
7326
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/frameworks/support/emoji/core/src/main/java/androidx/emoji/text/
FontRequestEmojiCompatConfig.java
230
throw new
RuntimeException
("provider not found", e);
233
throw new
RuntimeException
("fetchFonts failed (" + result.getStatusCode() + ")");
237
throw new
RuntimeException
("fetchFonts failed (empty result)");
308
throw new
RuntimeException
("fetchFonts result is not OK. (" + resultCode + ")");
315
throw new
RuntimeException
("Unable to open file.");
/frameworks/support/heifwriter/src/main/java/androidx/heifwriter/
Texture2dProgram.java
127
throw new
RuntimeException
("Unhandled type " + programType);
130
throw new
RuntimeException
("Unable to create program");
318
* Throws a
RuntimeException
if the location is invalid.
322
throw new
RuntimeException
("Unable to locate '" + label + "' in program");
334
throw new
RuntimeException
(msg);
/packages/apps/TV/tuner/src/com/android/tv/tuner/layout/
ScaledLayout.java
148
throw new
RuntimeException
(
156
throw new
RuntimeException
(
161
throw new
RuntimeException
(
166
throw new
RuntimeException
(
171
throw new
RuntimeException
(
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DictionaryMaker.java
73
throw new
RuntimeException
("No input file specified");
75
throw new
RuntimeException
("Several input files specified");
81
throw new
RuntimeException
("No output specified");
92
throw new
RuntimeException
(path1 + " and " + path2 + " are the same file: "
218
throw new
RuntimeException
("No input file specified");
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
BaseMetricListener.java
103
} catch (
RuntimeException
e) {
114
} catch (
RuntimeException
e) {
127
} catch (
RuntimeException
e) {
141
} catch (
RuntimeException
e) {
154
} catch (
RuntimeException
e) {
/prebuilts/sdk/15/
android.jar
/cts/tests/tests/os/src/android/os/cts/
MessageQueueTest.java
309
throw new
RuntimeException
(ex);
345
throw new
RuntimeException
(ex);
681
throw new
RuntimeException
(ex);
[
all
...]
/dalvik/dx/src/com/android/dx/dex/code/
RopTranslator.java
438
throw new
RuntimeException
("shouldn't happen");
571
throw new
RuntimeException
("shouldn't happen");
588
throw new
RuntimeException
("shouldn't happen");
636
throw new
RuntimeException
("shouldn't happen");
699
throw new
RuntimeException
("Expected BRANCH_THROW got " + rop.getBranchingness());
701
throw new
RuntimeException
("Expected call-like operation");
725
throw new
RuntimeException
("Expected BRANCH_THROW got " + rop.getBranchingness());
745
throw new
RuntimeException
(
779
throw new
RuntimeException
("shouldn't happen");
785
throw new
RuntimeException
(
[
all
...]
/external/guice/core/src/com/google/inject/internal/
Errors.java
184
TypeLiteral<?> type, TypeConverterBinding typeConverterBinding,
RuntimeException
cause) {
374
public Errors errorInProvider(
RuntimeException
runtimeException
) {
375
Throwable unwrapped = unwrap(
runtimeException
);
380
MembersInjector<?> listener, TypeLiteral<?> type,
RuntimeException
cause) {
386
InjectionListener<?> listener, TypeLiteral<?> type,
RuntimeException
cause) {
425
private Throwable unwrap(
RuntimeException
runtimeException
) {
426
if(
runtimeException
instanceof Exceptions.UnhandledCheckedUserException) {
427
return
runtimeException
.getCause()
[
all
...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
SAXParserTest.java
287
throw new
RuntimeException
("Unexpected exception", e);
296
throw new
RuntimeException
("Unexpected exception", e);
305
throw new
RuntimeException
("Unexpected exception", e);
821
throw new
RuntimeException
("Unexpected exception", e);
831
throw new
RuntimeException
("Unexpected exception", e);
841
throw new
RuntimeException
("Unexpected exception", e);
858
throw new
RuntimeException
("Unexpected exception", e);
869
throw new
RuntimeException
("Unexpected exception", e);
879
throw new
RuntimeException
("Unexpected exception", e);
[
all
...]
/prebuilts/sdk/16/
uiautomator.jar
/prebuilts/sdk/17/
uiautomator.jar
/prebuilts/sdk/7/
android.jar
/art/test/004-JniTest/src/
Main.java
33
throw new
RuntimeException
("Slow-debug flags unexpectedly off.");
77
throw new
RuntimeException
("Failed to test get static field on a subclass", e);
387
throw new
RuntimeException
("Could not find pattern in message", ite.getCause());
392
throw new
RuntimeException
(ite);
396
throw new
RuntimeException
(t);
414
throw new
RuntimeException
(t);
417
throw new
RuntimeException
(t);
/external/conscrypt/testing/src/main/java/org/conscrypt/
TestUtils.java
153
throw new
RuntimeException
(e);
161
throw new
RuntimeException
(e);
235
throw new
RuntimeException
(e);
248
throw new
RuntimeException
(e);
274
throw new
RuntimeException
(e);
320
throw new
RuntimeException
(e);
370
throw new
RuntimeException
(e);
/external/guice/extensions/servlet/test/com/google/inject/servlet/
ServletTest.java
410
final
RuntimeException
servletException = new
RuntimeException
();
411
final
RuntimeException
chainException = new
RuntimeException
();
432
} catch (
RuntimeException
e) {
438
} catch (
RuntimeException
e) {
445
} catch (
RuntimeException
e) {
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
LexicalPreservingPrinter.java
85
throw new
RuntimeException
("Parsing failed, unable to setup the lexical preservation printer: "
219
Range tokenRange = token.getRange().orElseThrow(() -> new
RuntimeException
("Token without range: " + token));
222
throw new
RuntimeException
("Token without node owning it: " + token);
266
throw new
RuntimeException
("Range not present on node " + child);
318
throw new
RuntimeException
("Unexpected IOException on a StringWriter", e);
488
throw new
RuntimeException
(e);
501
throw new
RuntimeException
(e);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBitmap.java
185
throw new
RuntimeException
(e);
369
* Note that this method will return a
RuntimeException
unless:
546
throw new
RuntimeException
("Not implemented: only Bitmaps with " + INTERNAL_BYTES_PER_PIXEL
550
throw new
RuntimeException
("Not implemented: unsupported Buffer subclass");
555
throw new
RuntimeException
("Buffer not large enough for pixels");
570
throw new
RuntimeException
("Not implemented: only Bitmaps with " + INTERNAL_BYTES_PER_PIXEL
575
throw new
RuntimeException
("Not implemented: unsupported Buffer subclass");
ShadowPackageParser.java
75
throw new
RuntimeException
(e);
113
throw new
RuntimeException
("Failed to parse Manifest");
129
throw new
RuntimeException
("Failed to parse Manifest", e);
135
throw new
RuntimeException
("Failed to parse Manifest" + errorText[0]);
285
throw new
RuntimeException
(
312
throw new
RuntimeException
(
396
throw new
RuntimeException
(
/frameworks/base/core/java/android/nfc/cardemulation/
NfcFCardEmulation.java
116
public String getSystemCodeForService(ComponentName service) throws
RuntimeException
{
162
throws
RuntimeException
{
193
public boolean unregisterSystemCodeForService(ComponentName service) throws
RuntimeException
{
228
public String getNfcid2ForService(ComponentName service) throws
RuntimeException
{
271
throws
RuntimeException
{
316
public boolean enableService(Activity activity, ComponentName service) throws
RuntimeException
{
353
public boolean disableService(Activity activity) throws
RuntimeException
{
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
RenderTarget.java
175
throw new
RuntimeException
("Not yet implemented MediaRecorder -> RenderTarget!");
196
throw new
RuntimeException
("This device supports only a single display surface!");
371
throw new
RuntimeException
("EGL Error: eglInitialize failed " +
404
throw new
RuntimeException
("EGL Error: Bad display: "
411
throw new
RuntimeException
("EGL Error: Bad context: "
418
throw new
RuntimeException
("EGL Error: Bad surface: "
426
throw new
RuntimeException
("Error executing " + command + "! EGL error = 0x"
CameraStreamer.java
216
throw new
RuntimeException
("Attempting to grab camera frame from unknown "
340
throw new
RuntimeException
("Attempting to grab camera frame from unknown "
412
throw new
RuntimeException
("Could not bind camera surface texture: " +
583
throw new
RuntimeException
("Could not start camera with given preview " +
591
throw new
RuntimeException
("Camera width must be a multiple of 4!");
593
throw new
RuntimeException
("Camera height must be a multiple of 2!");
853
throw new
RuntimeException
("Null context when locking");
[
all
...]
/prebuilts/sdk/10/
android.jar
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCameraAgentImpl.java
67
public void onCameraException(
RuntimeException
ex, String commandHistory, int action,
73
public void onDispatchThreadException(
RuntimeException
ex) {
153
} catch (
RuntimeException
ex) {
317
} catch (
RuntimeException
ex) {
337
new
RuntimeException
("Media server died."),
452
throw new
RuntimeException
(e);
617
} catch (final
RuntimeException
ex) {
621
Log.e(TAG, "
RuntimeException
during " + errorContext, ex);
[
all
...]
/prebuilts/sdk/5/
android.jar
Completed in 1033 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>