Searched
full:runtimeexception (Results
2576 -
2600 of
7326) sorted by null
<<101102103104105106107108109110>>
| /external/javassist/src/main/javassist/tools/rmi/ |
| ObjectImporter.java | 66 * of <code>RuntimeException</code>, the caller method does not need 68 * the <code>RuntimeException</code>.
|
| /external/javassist/src/main/javassist/util/proxy/ |
| ProxyFactory.java | 255 * @throws RuntimeException if a default interceptor has been set for the factory 262 throw new RuntimeException("caching cannot be enabled if the factory default interceptor has been set"); 509 throw new RuntimeException(e.getMessage(), e); 523 throw new RuntimeException(e); 540 throw new RuntimeException(e); 748 throw new RuntimeException(superName + " is final"); 805 throw new RuntimeException("invalid filter signature length for deserialized proxy class"); [all...] |
| /external/libmojo/mojo/public/tools/bindings/generators/java_templates/ |
| interface_definition.tmpl | 118 } catch (RuntimeException e) { 251 } catch (RuntimeException e) {
|
| /external/mockito/src/test/java/org/mockitousage/basicapi/ |
| MocksSerializationTest.java | 41 Bar mock = mock(Bar.class, new ThrowsException(new RuntimeException())); 51 when(barMock.doSomething()).thenAnswer(new ThrowsException(new RuntimeException()));
|
| /external/mockito/src/test/java/org/mockitousage/constructor/ |
| CreatingMocksWithConstructorTest.java | 107 throw new RuntimeException(); 117 assertThat(e).hasRootCauseInstanceOf(RuntimeException.class);
|
| /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
| ViewTest.java | 127 @Test(expected = RuntimeException.class) 138 @Test(expected = RuntimeException.class)
|
| /external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/facade/ |
| FacadeConfiguration.java | 222 throw new RuntimeException("Duplicate start event method descriptor found."); 237 throw new RuntimeException("Duplicate stop event method descriptor found.");
|
| /external/testng/src/main/java/org/testng/xml/dom/ |
| XDom.java | 62 throw new RuntimeException("No class found for tag " + nodeName); 68 throw new RuntimeException("TAG SETTER");
|
| /frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/ |
| UiAutomatorTestRunner.java | 109 throw new RuntimeException(e.getMessage(), e); 142 throw new RuntimeException("Name of log file not specified. " +
|
| /frameworks/base/core/java/android/app/ |
| UiAutomationConnection.java | 299 throw new RuntimeException("Error while reading/writing ", ioe); 320 throw new RuntimeException("Error running shell command '" + command + "'", exc);
|
| /frameworks/base/core/java/android/os/ |
| SystemClock.java | 282 throw new RuntimeException(e); 287 throw new RuntimeException(new DeadSystemException());
|
| /frameworks/base/core/java/android/provider/ |
| SearchRecentSuggestions.java | 202 } catch (RuntimeException e) { 244 } catch (RuntimeException e) {
|
| /frameworks/base/core/java/com/android/internal/app/procstats/ |
| ProcessState.java | 393 RuntimeException here = new RuntimeException("here"); 406 RuntimeException here = new RuntimeException("here"); 424 RuntimeException here = new RuntimeException("here"); 440 RuntimeException here = new RuntimeException("here"); [all...] |
| /frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
| DragAction.java | 463 } catch (RuntimeException re) { 481 .withCause(new RuntimeException(getDescription() + " failed"))
|
| /frameworks/base/media/java/android/media/ |
| MediaActionSound.java | 166 throw new RuntimeException("Unknown sound requested: " + soundName); 216 throw new RuntimeException("Unknown sound requested: " + soundName);
|
| /frameworks/base/media/java/android/media/audiofx/ |
| BassBoost.java | 89 * @throws java.lang.RuntimeException 93 UnsupportedOperationException, RuntimeException {
|
| PresetReverb.java | 124 * @throws java.lang.RuntimeException 127 throws IllegalArgumentException, UnsupportedOperationException, RuntimeException {
|
| /frameworks/base/media/java/android/media/tv/ |
| ITvInputSessionWrapper.java | 236 throw new RuntimeException("Too much time to handle tune request. (" + durationMs 241 throw new RuntimeException("Too much time to handle a request. (type=" + msg.what +
|
| /frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
| FrameFormat.java | 116 throw new RuntimeException( 396 throw new RuntimeException("Unknown target type '" + targetString + "'!");
|
| /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/ |
| CameraSource.java | 153 throw new RuntimeException("Could not bind camera surface texture: " + 172 throw new RuntimeException("Timeout waiting for new frame");
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/ |
| DataCollector.java | 173 throw new RuntimeException(e); 201 throw new RuntimeException(e);
|
| /frameworks/base/services/core/java/com/android/server/ |
| RescueParty.java | 206 res = new RuntimeException("Failed to reset global settings", t); 212 res = new RuntimeException("Failed to reset secure settings for " + userId, t);
|
| /frameworks/base/services/core/java/com/android/server/locksettings/ |
| SyntheticPasswordManager.java | 338 throw new RuntimeException("Invalid slot for weaver"); 343 throw new RuntimeException("Invalid key size for weaver"); 364 throw new RuntimeException("Invalid slot for weaver"); 369 throw new RuntimeException("Invalid key size for weaver"); 589 throw new RuntimeException("Run out of weaver slots."); [all...] |
| /frameworks/base/services/core/java/com/android/server/pm/ |
| ShortcutBitmapSaver.java | 192 } catch (IOException | RuntimeException | OutOfMemoryError e) { 284 } catch (IOException | RuntimeException e) {
|
| ShortcutParser.java | 89 } catch (RuntimeException e) { 171 } catch (RuntimeException e) {
|
Completed in 1806 milliseconds
<<101102103104105106107108109110>>