OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runtimeexception
(Results
1326 - 1350
of
7326
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/vogar/src/vogar/
ClassFileIndex.java
211
throw new
RuntimeException
(e);
222
throw new
RuntimeException
(e);
234
throw new
RuntimeException
("classfileindex contains invalid line: " + line);
244
throw new
RuntimeException
(e);
/external/vogar/src/vogar/target/
ClassFinder.java
48
throw new
RuntimeException
(eIO);
/frameworks/base/core/java/android/database/sqlite/
SQLiteDirectCursorDriver.java
56
} catch (
RuntimeException
ex) {
/frameworks/base/core/java/android/os/
FileUriExposedException.java
41
public class FileUriExposedException extends
RuntimeException
{
/frameworks/base/core/java/android/view/
InputEvent.java
43
private
RuntimeException
mRecycledLocation;
115
throw new
RuntimeException
(toString() + " recycled twice!", mRecycledLocation);
117
mRecycledLocation = new
RuntimeException
("Last recycled here");
120
throw new
RuntimeException
(toString() + " recycled twice!");
/frameworks/base/graphics/java/android/graphics/
Picture.java
58
throw new
RuntimeException
();
192
throw new
RuntimeException
();
221
throw new
RuntimeException
("Cannot call setBitmap on a picture canvas");
227
throw new
RuntimeException
("Cannot draw a picture into its recording canvas");
/frameworks/base/media/java/android/media/audiofx/
LoudnessEnhancer.java
75
* @throws java.lang.
RuntimeException
79
UnsupportedOperationException,
RuntimeException
{
101
* @throws java.lang.
RuntimeException
105
UnsupportedOperationException,
RuntimeException
{
/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
ImageFormat.java
89
throw new
RuntimeException
("Unknown colorspace id " + colorspace + "!");
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
GraphReader.java
52
throw new
RuntimeException
("Could not read specified resource file!");
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
OutputStreamTarget.java
61
throw new
RuntimeException
(
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
BlendFilter.java
49
throw new
RuntimeException
("TODO: Write native implementation for Blend!");
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaRecorderPrepareStateUnitTest.java
58
throw new
RuntimeException
();
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/
ThreadUtils.java
56
throw new
RuntimeException
("Must be called on the UI thread");
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/utils/
ThreadUtilsTest.java
50
} catch (
RuntimeException
e) {
/frameworks/base/services/core/java/com/android/server/power/
PowerManagerShellCommand.java
60
} catch (
RuntimeException
ex) {
/frameworks/base/services/tests/servicestests/src/com/android/server/display/
DisplayManagerServiceTest.java
199
} catch (
RuntimeException
e) {
202
fail("Expected DisplayManager to throw
RuntimeException
when it cannot initialize the"
225
} catch (
RuntimeException
e) {
228
fail("Expected DisplayManager to throw
RuntimeException
when it cannot initialize the"
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
MockLockSettingsContext.java
66
throw new
RuntimeException
("System service not mocked: " + name);
/frameworks/base/tests/ActivityManagerPerfTests/utils/src/com/android/frameworks/perftests/am/util/
Utils.java
43
throw new
RuntimeException
(e);
/frameworks/base/tests/ServiceCrashTest/src/com/android/tests/servicecrashtest/
CrashingService.java
42
throw new
RuntimeException
("Crashing!");
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
MemoryAccessTask.java
52
throw new
RuntimeException
("Work thread is already started");
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
InflatingListActivity.java
50
throw new
RuntimeException
("Unknown Component: " + targetComponent);
/frameworks/base/tools/sdkparcelables/src/com/android/sdkparcelables/
ParcelableDetector.kt
59
throw
RuntimeException
("class $c missing ancestor information")
/frameworks/native/opengl/tests/testPauseResume/
README
25
E/AndroidRuntime( 1466): java.lang.
RuntimeException
: createContext failed: EGL_BAD_ALLOC
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
PhoneSwitcherMock.java
48
throw new
RuntimeException
("resendPhone not implemented");
/frameworks/support/compat/src/main/java/androidx/core/graphics/
TypefaceCompatApi28Impl.java
56
throw new
RuntimeException
(e);
Completed in 1216 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>