| /external/testng/src/test/java/test/dependent/ |
| DependentOnMethod1AlwaysRunSampleTest.java | 18 throw new RuntimeException("Voluntary failure");
|
| /external/testng/src/test/java/test/factory/ |
| FactoryTest2.java | 18 throw new RuntimeException("Shouldn't be invoked");
|
| FactoryWithInstanceInfoTest2.java | 18 throw new RuntimeException("Shouldn't be invoked");
|
| /external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
| GlShader.java | 51 throw new RuntimeException(GLES20.glGetShaderInfoLog(shader)); 66 throw new RuntimeException("Could not create program"); 78 throw new RuntimeException(GLES20.glGetProgramInfoLog(program)); 85 throw new RuntimeException("The program has been released"); 89 throw new RuntimeException("Could not locate '" + label + "' in program"); 100 throw new RuntimeException("The program has been released"); 110 throw new RuntimeException("The program has been released"); 114 throw new RuntimeException("Could not locate uniform '" + label + "' in program"); 121 throw new RuntimeException("The program has been released");
|
| /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/ |
| CaughtOnlyByIntermediateException.java | 19 public class CaughtOnlyByIntermediateException extends RuntimeException {
|
| CaughtOnlyException.java | 19 public class CaughtOnlyException extends RuntimeException {
|
| /frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
| OutputPort.java | 34 throw new RuntimeException(this + " already connected to " + mTargetPort + "!"); 92 throw new RuntimeException( 102 throw new RuntimeException( 110 throw new RuntimeException("Cannot pull frame on " + this + "!");
|
| /frameworks/base/telephony/java/android/telephony/ims/stub/ |
| ImsEcbmImplBase.java | 68 * @throws RuntimeException if the connection to the framework is not available. 76 throw new RuntimeException(e); 84 * @throws RuntimeException if the connection to the framework is not available. 92 throw new RuntimeException(e);
|
| /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
| NotifyRespInd.java | 34 * RuntimeException if an undeclared error occurs. 69 * RuntimeException if an undeclared error occurs. 80 * RuntimeException if an undeclared error occurs. 109 * RuntimeException if an undeclared error occurs.
|
| /packages/apps/Dialer/java/com/android/voicemail/impl/ |
| TelephonyMangerCompat.java | 50 throw new RuntimeException(e); 71 throw new RuntimeException(e); 93 throw new RuntimeException(e); 112 throw new RuntimeException(e);
|
| /packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
| NotifyRespInd.java | 32 * RuntimeException if an undeclared error occurs. 67 * RuntimeException if an undeclared error occurs. 78 * RuntimeException if an undeclared error occurs. 107 * RuntimeException if an undeclared error occurs.
|
| /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/ |
| DatabaseTestUtils.java | 48 throw new RuntimeException(); 63 throw new RuntimeException(); 78 throw new RuntimeException(); 90 throw new RuntimeException();
|
| /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/ |
| AddressListParser.jj | 130 if (jjte000 instanceof RuntimeException) { 131 throw (RuntimeException)jjte000; 167 if (jjte000 instanceof RuntimeException) { 168 throw (RuntimeException)jjte000; 204 if (jjte000 instanceof RuntimeException) { 205 throw (RuntimeException)jjte000; 238 if (jjte000 instanceof RuntimeException) { 239 throw (RuntimeException)jjte000; 278 if (jjte000 instanceof RuntimeException) { 279 throw (RuntimeException)jjte000 [all...] |
| /external/dagger2/producers/src/test/java/dagger/producers/monitoring/internal/ |
| MonitorsTest.java | 76 doThrow(new RuntimeException("monkey")) 103 doThrow(new RuntimeException("monkey")) 144 Throwable t = new RuntimeException("monkey"); 159 doThrow(new RuntimeException("monkey")).when(mockProducerMonitor).methodStarting(); 160 doThrow(new RuntimeException("monkey")).when(mockProducerMonitor).methodFinished(); 161 doThrow(new RuntimeException("monkey")).when(mockProducerMonitor).succeeded(any(Object.class)); 183 doThrow(new RuntimeException("monkey")).when(mockProducerMonitor).methodStarting(); 184 doThrow(new RuntimeException("monkey")).when(mockProducerMonitor).methodFinished(); 185 doThrow(new RuntimeException("monkey")).when(mockProducerMonitor).failed(any(Throwable.class)); 192 Throwable t = new RuntimeException("gorilla") [all...] |
| /frameworks/base/core/tests/coretests/src/android/animation/ |
| EventsTest.java | 77 mFuture.setException(new RuntimeException(e)); 105 mFuture.setException(new RuntimeException(e)); 126 mFuture.setException(new RuntimeException(e)); 147 mFuture.setException(new RuntimeException(e)); 282 mFuture.setException(new RuntimeException(e)); 305 mFuture.setException(new RuntimeException(e)); 328 mFuture.setException(new RuntimeException(e)); 351 mFuture.setException(new RuntimeException(e)); 374 mFuture.setException(new RuntimeException(e)); 397 mFuture.setException(new RuntimeException(e)) [all...] |
| /libcore/ojluni/src/test/java/nio/file/attribute/ |
| FileTimeTest.java | 141 throw new RuntimeException("should overflow to MIN"); 149 throw new RuntimeException("should overflow to MAX"); 161 throw new RuntimeException("from(Instant) failed"); 168 throw new RuntimeException("from(Instant) failed"); 176 throw new RuntimeException("from(Instant) failed"); 216 throw new RuntimeException("NullPointerException expected"); 220 throw new RuntimeException("NullPointerException expected"); 225 throw new RuntimeException("should not be equal to null"); 228 throw new RuntimeException("NullPointerException expected"); 262 throw new RuntimeException("saturates to Long.MIN/MAX_VALUE expected") [all...] |
| /external/guava/guava/src/com/google/common/base/ |
| Throwables.java | 70 * instance of {@link RuntimeException} or {@link Error}. Example usage: 78 * throw new RuntimeException("unexpected", t); 84 propagateIfInstanceOf(throwable, RuntimeException.class); 89 * instance of {@link RuntimeException}, {@link Error}, or 98 * throw new RuntimeException("unexpected", t); 114 * instance of {@link RuntimeException}, {@link Error}, {@code declaredType1}, 136 * {@link RuntimeException} or {@link Error}, or else as a last resort, wraps 137 * it in a {@code RuntimeException} then propagates. 139 * This method always throws an exception. The {@code RuntimeException} return 158 public static RuntimeException propagate(Throwable throwable) [all...] |
| /frameworks/base/core/java/android/hardware/radio/ |
| TunerAdapter.java | 176 throw new RuntimeException("service died", e); 199 throw new RuntimeException("service died", e); 224 throw new RuntimeException("service died", e); 233 throw new RuntimeException("service died", e); 251 throw new RuntimeException("service died", ex); 286 throw new RuntimeException("service died", ex); 316 throw new RuntimeException("service died", e); 325 throw new RuntimeException("service died", e); 334 throw new RuntimeException("service died", e); 343 throw new RuntimeException("service died", e) [all...] |
| /frameworks/support/wear/wear_stubs/ |
| com.google.android.wearable-stubs.jar | |
| /cts/tests/tests/keystore/src/android/keystore/cts/ |
| KeyFactoryTest.java | 149 throw new RuntimeException("Failed for " + algorithm, e); 168 throw new RuntimeException("Failed for " + algorithm, e); 183 throw new RuntimeException("Unsupported key algorithm: " + algorithm); 202 throw new RuntimeException("Failed for " + algorithm, e); 222 throw new RuntimeException("Failed for " + algorithm, e); 252 throw new RuntimeException("Unsupported key algorithm: " + algorithm); 255 throw new RuntimeException("Failed for " + algorithm, e); 269 throw new RuntimeException("Failed for " + algorithm, e); 284 throw new RuntimeException("Failed for " + algorithm, e); 301 throw new RuntimeException("Failed for " + algorithm, e) [all...] |
| /art/test/168-vmstack-annotated/src/ |
| Main.java | 48 throw new RuntimeException(e); 59 throw new RuntimeException(e); 68 throw new RuntimeException(e); 81 throw new RuntimeException(e); 193 throw new RuntimeException("Expected " + o1 + " == " + o2); 209 throw new RuntimeException( 218 throw new RuntimeException("Expected step method"); 222 throw new RuntimeException("Expected StackTraceElement " + fieldValue + " / " + o);
|
| /art/test/428-optimizing-arith-rem/src/ |
| Main.java | 134 throw new Error("Expected RuntimeException when modulo by 0"); 135 } catch (java.lang.RuntimeException e) { 139 throw new Error("Expected RuntimeException when modulo by 0"); 140 } catch (java.lang.RuntimeException e) { 147 throw new Error("Expected RuntimeException when modulo by 0"); 148 } catch (java.lang.RuntimeException e) { 152 throw new Error("Expected RuntimeException when modulo by 0"); 153 } catch (java.lang.RuntimeException e) {
|
| /art/test/434-invoke-direct/src/ |
| Main.java | 31 throw new RuntimeException("Failed to throw IllegalAccessError"); 34 throw new RuntimeException("Failed to throw IllegalAccessError");
|
| /art/test/438-volatile/src/ |
| Main.java | 43 throw new RuntimeException("Volatile update failed for long:" + value); 49 throw new RuntimeException("Volatile update failed for double:" + value);
|
| /art/test/910-methods/src/art/ |
| Test910.java | 56 throw new RuntimeException("Name not equal: " + m.getName() + " vs " + result[0]); 64 throw new RuntimeException("Declaring class not equal: " + base + " vs " + declClass); 70 throw new RuntimeException("Modifiers not equal: " + m.getModifiers() + " vs " + modifiers); 77 } catch (RuntimeException e) { 84 } catch (RuntimeException e) { 91 } catch (RuntimeException e) { 98 } catch (RuntimeException e) { 123 throw new RuntimeException("Could not find synthetic method");
|