| /external/testng/src/test/java/test/invocationcount/ |
| FailedInvocationCount2.java | 19 throw new RuntimeException(); 26 throw new RuntimeException();
|
| /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/ |
| SSLContextSpiImpl.java | 32 throw new RuntimeException("Not initialiazed"); 39 throw new RuntimeException("Not initialiazed"); 46 throw new RuntimeException("Not initialiazed"); 53 throw new RuntimeException("Not initialiazed"); 69 throw new RuntimeException("Not initialiazed"); 76 throw new RuntimeException("Not initialiazed");
|
| /external/proguard/src/proguard/classfile/io/ |
| RuntimeDataInput.java | 52 throw new RuntimeException(ex.getMessage()); 64 throw new RuntimeException(ex.getMessage()); 76 throw new RuntimeException(ex.getMessage()); 88 throw new RuntimeException(ex.getMessage()); 100 throw new RuntimeException(ex.getMessage()); 112 throw new RuntimeException(ex.getMessage()); 124 throw new RuntimeException(ex.getMessage()); 136 throw new RuntimeException(ex.getMessage()); 148 throw new RuntimeException(ex.getMessage()); 160 throw new RuntimeException(ex.getMessage()) [all...] |
| RuntimeDataOutput.java | 52 throw new RuntimeException(ex.getMessage()); 65 throw new RuntimeException(ex.getMessage()); 78 throw new RuntimeException(ex.getMessage()); 91 throw new RuntimeException(ex.getMessage()); 104 throw new RuntimeException(ex.getMessage()); 117 throw new RuntimeException(ex.getMessage()); 130 throw new RuntimeException(ex.getMessage()); 143 throw new RuntimeException(ex.getMessage()); 156 throw new RuntimeException(ex.getMessage()); 169 throw new RuntimeException(ex.getMessage()) [all...] |
| /frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/ |
| RemoteRenderResourcesAdapter.java | 59 throw new RuntimeException(e); 68 throw new RuntimeException(e); 77 throw new RuntimeException(e); 86 throw new RuntimeException(e); 95 throw new RuntimeException(e); 104 throw new RuntimeException(e); 113 throw new RuntimeException(e); 122 throw new RuntimeException(e); 131 throw new RuntimeException(e); 140 throw new RuntimeException(e) [all...] |
| RemoteActionBarCallbackAdapter.java | 38 throw new RuntimeException(e); 47 throw new RuntimeException(e); 56 throw new RuntimeException(e); 65 throw new RuntimeException(e); 74 throw new RuntimeException(e); 83 throw new RuntimeException(e);
|
| /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
| TelephonyRegistryMock.java | 179 throw new RuntimeException("Not implemented"); 185 throw new RuntimeException("Not implemented"); 190 throw new RuntimeException("Not implemented"); 196 throw new RuntimeException("Not implemented"); 201 throw new RuntimeException("Not implemented"); 207 throw new RuntimeException("Not implemented"); 212 throw new RuntimeException("Not implemented"); 217 throw new RuntimeException("Not implemented"); 222 throw new RuntimeException("Not implemented"); 227 throw new RuntimeException("Not implemented") [all...] |
| ConnectivityServiceMock.java | 410 throw new RuntimeException("not implemented"); 415 throw new RuntimeException("not implemented"); 420 throw new RuntimeException("not implemented"); 424 throw new RuntimeException("not implemented"); 429 throw new RuntimeException("not implemented"); 434 throw new RuntimeException("not implemented"); 439 throw new RuntimeException("not implemented"); 444 throw new RuntimeException("not implemented"); 449 throw new RuntimeException("not implemented"); 454 throw new RuntimeException("not implemented") [all...] |
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ |
| HandlerBaseTest.java | 42 throw new RuntimeException(e); 62 throw new RuntimeException(e); 70 throw new RuntimeException(e); 78 throw new RuntimeException(e); 86 throw new RuntimeException(e); 94 throw new RuntimeException(e); 102 throw new RuntimeException(e); 110 throw new RuntimeException(e); 118 throw new RuntimeException(e); 126 throw new RuntimeException(e) [all...] |
| /tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/ |
| TestRunToTestInvocationForwarder.java | 52 } catch (RuntimeException any) { 54 "RuntimeException when invoking %s#testStarted", 66 } catch (RuntimeException any) { 68 "RuntimeException when invoking %s#testStarted", 81 } catch (RuntimeException any) { 83 "RuntimeException when invoking %s#testAssumptionFailure", 95 } catch (RuntimeException any) { 97 "RuntimeException when invoking %s#testFailed", 109 } catch (RuntimeException any) { 111 "RuntimeException when invoking %s#testIgnored" [all...] |
| /art/test/045-reflect-array/src/ |
| Main.java | 34 throw new RuntimeException(); 36 throw new RuntimeException(); 39 throw new RuntimeException("store should have failed"); 43 throw new RuntimeException("store should have failed"); 48 throw new RuntimeException("bad len"); 57 throw new RuntimeException("bad 123 or 456"); 63 throw new RuntimeException("cast should have failed"); 68 throw new RuntimeException(); 87 throw new RuntimeException("shouldn't allow short in char array"); 91 throw new RuntimeException("shouldn't allow int in char array") [all...] |
| /external/jacoco/jacoco-maven-plugin.test/it/it-report-aggregate/ |
| verify.bsh | 18 throw new RuntimeException( "Execution data from child1 was not loaded." ); 22 throw new RuntimeException( "Execution data from child1-test was not loaded." ); 26 throw new RuntimeException( "Execution data from child2 was not loaded." ); 30 throw new RuntimeException( "Execution data from report was not loaded." ); 35 throw new RuntimeException( "Report for child1 was not created." ); 40 throw new RuntimeException( "Report for child1-test should not be created." ); 45 throw new RuntimeException( "Report for child2 was not created." );
|
| /frameworks/base/core/tests/coretests/src/android/os/ |
| MessageQueueTest.java | 47 failure(new RuntimeException( 52 failure(new RuntimeException( 60 failure(new RuntimeException( 127 failure(new RuntimeException( 132 failure(new RuntimeException( 140 failure(new RuntimeException( 175 failure(new RuntimeException( 179 failure(new RuntimeException(String.format( 183 failure(new RuntimeException(String.format( 187 failure(new RuntimeException(String.format [all...] |
| /dalvik/dx/tests/046-dex-exceptions/ |
| Blort.java | 21 throw new RuntimeException(); 31 } catch (RuntimeException ex) { 40 } catch (RuntimeException ex) { 48 } catch (RuntimeException ex) { 54 } catch (RuntimeException ex) {
|
| /dalvik/dx/tests/066-dex-try-catch-rethrow/ |
| Blort.java | 27 throw new RuntimeException(ex); 39 throw new RuntimeException(ex); 51 throw new RuntimeException(ex); 63 throw new RuntimeException(ex); 75 throw new RuntimeException(ex);
|
| /tools/tradefederation/core/src/com/android/tradefed/command/ |
| FatalHostError.java | 23 public class FatalHostError extends RuntimeException { 31 * @see RuntimeException#RuntimeException(String, Throwable) 42 * @see RuntimeException#RuntimeException(String)
|
| /cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/d/ |
| T_opc_throw_12.java | 25 } catch(RuntimeException e2) { 32 throw new RuntimeException(); 33 } catch(RuntimeException e1) {
|
| /dalvik/dx/tests/055-dex-explicit-throw/ |
| Blort.java | 19 private static RuntimeException theException = new RuntimeException(); 28 } catch (RuntimeException ex) {
|
| /dalvik/dx/tests/082-dex-throws-list-sharing/ |
| Blort.class | |
| /external/annotation-tools/asmx/test/conform/org/objectweb/asm/ |
| AnnotationVerifier$AnnotationMismatchException.class | |
| /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
| ShadowResultReceiver.java | 25 throw new RuntimeException(e); 27 throw new RuntimeException(e); 29 throw new RuntimeException(e);
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/ |
| XMLFilterImplTest.java | 107 throw new RuntimeException("Unexpected exception", e); 109 throw new RuntimeException("Unexpected exception", e); 119 throw new RuntimeException("Unexpected exception", e); 132 throw new RuntimeException("Unexpected exception", e); 134 throw new RuntimeException("Unexpected exception", e); 144 throw new RuntimeException("Unexpected exception", e); 189 throw new RuntimeException("Unexpected exception", e); 191 throw new RuntimeException("Unexpected exception", e); 204 throw new RuntimeException("Unexpected exception", e); 206 throw new RuntimeException("Unexpected exception", e) [all...] |
| /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/ |
| MediaButtonHelper.java | 47 if (cause instanceof RuntimeException) { 48 throw (RuntimeException) cause; 53 throw new RuntimeException(e); 72 if (cause instanceof RuntimeException) { 73 throw (RuntimeException) cause; 78 throw new RuntimeException(e);
|
| /cts/tools/cfassembler/src/dxconvext/util/ |
| FileUtils.java | 36 * {@link RuntimeException} of some sort. 48 * {@link RuntimeException} of some sort. 55 throw new RuntimeException(file + ": file not found"); 59 throw new RuntimeException(file + ": not a file"); 63 throw new RuntimeException(file + ": file not readable"); 69 throw new RuntimeException(file + ": file too long"); 80 throw new RuntimeException(file + ": unexpected EOF"); 87 throw new RuntimeException(file + ": trouble reading", ex);
|
| /dalvik/dexgen/src/com/android/dexgen/util/ |
| FileUtils.java | 36 * {@link RuntimeException} of some sort. 48 * {@link RuntimeException} of some sort. 55 throw new RuntimeException(file + ": file not found"); 59 throw new RuntimeException(file + ": not a file"); 63 throw new RuntimeException(file + ": file not readable"); 69 throw new RuntimeException(file + ": file too long"); 82 throw new RuntimeException(file + ": unexpected EOF"); 91 throw new RuntimeException(file + ": trouble reading", ex);
|