OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runtimeexception
(Results
1176 - 1200
of
7326
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
LogTest.java
132
Log.w("tag", new
RuntimeException
());
133
assertTrue(new String(bos.toByteArray()).contains("
RuntimeException
"));
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
MavenManifestFactory.java
75
throw new
RuntimeException
(e);
85
throw new
RuntimeException
(e);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAsyncTask.java
53
throw new
RuntimeException
(e.getCause());
55
throw new
RuntimeException
("An error occured while executing doInBackground()",
/external/robolectric-shadows/utils/src/test/java/org/robolectric/util/
PerfStatsCollectorTest.java
80
throw new
RuntimeException
("fake");
83
} catch (
RuntimeException
e) {
/external/smali/baksmali/src/main/java/org/jf/baksmali/
ListDependenciesCommand.java
98
throw new
RuntimeException
(ex);
108
throw new
RuntimeException
(ex);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DexBackedOdexFile.java
81
throw new
RuntimeException
(ex);
108
public static class NotAnOdexFile extends
RuntimeException
{
/external/smali/smali/src/main/java/org/jf/smali/
SmaliTestUtils.java
75
throw new
RuntimeException
("Error occured while compiling text");
90
throw new
RuntimeException
("Error occured while compiling text");
/frameworks/av/packages/MediaComponents/src/com/android/media/
MediaSessionService2Impl.java
88
throw new
RuntimeException
("Expected session service, but was " + token.getType());
92
throw new
RuntimeException
("Expected session with id " + token.getId()
/frameworks/base/apct-tests/perftests/core/src/android/text/
StaticLayoutMultithreadPerfTest.java
85
throw new
RuntimeException
(e);
96
throw new
RuntimeException
(e);
/frameworks/base/core/java/com/android/internal/logging/
AndroidHandler.java
135
} catch (
RuntimeException
e) {
149
} catch (
RuntimeException
e) {
/frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java
294
throw new
RuntimeException
(
303
throw new
RuntimeException
(
306
throw new
RuntimeException
(
312
throw new
RuntimeException
(
495
throw new
RuntimeException
(ex);
498
if (cause instanceof
RuntimeException
) {
499
throw (
RuntimeException
) cause;
503
throw new
RuntimeException
(ex);
/frameworks/base/core/java/com/android/internal/util/
ConcurrentUtils.java
78
* @throws
RuntimeException
if an error occurs while waiting for {@link Future#get()}
88
throw new
RuntimeException
(description + " failed", e);
/frameworks/base/core/tests/coretests/src/android/os/
BinderThreadPriorityTest.java
56
private static void fail() { throw new
RuntimeException
("unimplemented"); }
72
throw new
RuntimeException
(e);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterSurfaceView.java
57
throw new
RuntimeException
(
147
throw new
RuntimeException
("Could not register Surface: " + getHolder().getSurface() +
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
ResizeFilter.java
73
throw new
RuntimeException
("Native ResizeFilter not implemented yet!");
82
throw new
RuntimeException
("ResizeFilter could not create suitable program!");
RotateFilter.java
71
throw new
RuntimeException
("Filter Sharpen does not support frames of " +
137
throw new
RuntimeException
("degree has to be multiply of 90.");
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
MediaSource.java
214
throw new
RuntimeException
("Error setting up MediaPlayer!");
251
throw new
RuntimeException
("MediaPlayer timed out while preparing!");
272
throw new
RuntimeException
("Timeout waiting for new frame!");
454
throw new
RuntimeException
("Unable to create a MediaPlayer!");
474
throw new
RuntimeException
(String.format("Unable to set MediaPlayer to URL %s!", mSourceUrl), e);
476
throw new
RuntimeException
(String.format("Unable to set MediaPlayer to asset %s!", mSourceAsset), e);
482
throw new
RuntimeException
(String.format("Unable to set MediaPlayer to URL %s!", mSourceUrl), e);
484
throw new
RuntimeException
(String.format("Unable to set MediaPlayer to asset %s!", mSourceAsset), e);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
UserAvatarView.java
129
throw new
RuntimeException
("Recursively adding UserIconDrawable");
137
throw new
RuntimeException
("Recursively adding UserIconDrawable");
/frameworks/base/services/core/java/com/android/server/pm/
ShortcutDumpFiles.java
65
} catch (
RuntimeException
|IOException e) {
101
} catch (
RuntimeException
|IOException e) {
/frameworks/base/services/core/java/com/android/server/security/
KeyChainSystemService.java
67
} catch (
RuntimeException
e) {
89
} catch (
RuntimeException
e) {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FilterGraph.java
226
} catch (
RuntimeException
e) {
227
throw new
RuntimeException
("Could not connect VariableSource to input '" + inputName
257
} catch (
RuntimeException
e) {
258
throw new
RuntimeException
("Could not connect VariableSource to input '" + inputName
324
throw new
RuntimeException
("Cannot attach FilterGraph to GraphRunner that is already "
342
* @throws
RuntimeException
if you attempt to tear down a sub-graph.
347
throw new
RuntimeException
("Attempting to tear down sub-graph!");
502
* This will throw a
RuntimeException
if any unfulfilled requirements are found.
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
SoundTriggerUtil.java
31
import java.lang.
RuntimeException
;
61
throw new
RuntimeException
("Bad sound model");
/frameworks/base/tests/UsbHostExternalManagmentTest/AoapTestHost/src/com/android/hardware/usb/aoaphosttest/
UsbAoapHostTestActivity.java
86
throw new
RuntimeException
("ReaderThread still alive");
148
throw new
RuntimeException
("bulkTransfer failed, read = " + read);
/frameworks/base/tests/UsbHostExternalManagmentTest/UsbHostExternalManagmentTestApp/src/com/android/hardware/usb/externalmanagementtest/
AoapInterface.java
113
throw new
RuntimeException
("Failed to send string " + index + ": \"" + string + "\"");
124
throw new
RuntimeException
("control transfer for accessory start failed:" + len);
/frameworks/base/tests/net/java/android/net/
IpPrefixTest.java
60
} catch(
RuntimeException
expected) {}
65
} catch(
RuntimeException
expected) {}
70
} catch(
RuntimeException
expected) {}
134
} catch(
RuntimeException
expected) {}
139
} catch(
RuntimeException
expected) {}
144
} catch(
RuntimeException
expected) {}
164
} catch(
RuntimeException
expected) {}
169
} catch(
RuntimeException
expected) {}
Completed in 1759 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>