HomeSort by relevance Sort by last modified time
    Searched full:runtimeexception (Results 1 - 25 of 7326) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
PhoneMock.java 73 throw new RuntimeException("not implemented");
80 throw new RuntimeException("not implemented");
84 throw new RuntimeException("not implemented");
88 throw new RuntimeException("not implemented");
92 throw new RuntimeException("not implemented");
104 throw new RuntimeException("not implemented");
108 throw new RuntimeException("not implemented");
155 throw new RuntimeException("not implemented");
160 throw new RuntimeException("not implemented");
165 throw new RuntimeException("not implemented")
    [all...]
DcTrackerMock.java 37 throw new RuntimeException("registerServiceStateTrackerEvents not implemented");
41 throw new RuntimeException("Not Implemented");
45 throw new RuntimeException("Not Implemented");
49 throw new RuntimeException("Not Implemented");
53 throw new RuntimeException("Not Implemented");
57 throw new RuntimeException("Not Implemented");
61 throw new RuntimeException("Not Implemented");
65 throw new RuntimeException("Not Implemented");
69 throw new RuntimeException("Not Implemented");
73 throw new RuntimeException("Not Implemented")
    [all...]
SubscriptionControllerMock.java 49 throw new RuntimeException("not implemented");
52 throw new RuntimeException("not implemented");
55 throw new RuntimeException("not implemented");
80 throw new RuntimeException("setDefaultDataSubId called with DEFAULT_SUB_ID");
112 throw new RuntimeException("not implemented");
116 throw new RuntimeException("not implemented");
120 throw new RuntimeException("not implemented");
124 throw new RuntimeException("not implemented");
128 throw new RuntimeException("not implemented");
132 throw new RuntimeException("not implemented")
    [all...]
  /dalvik/dx/tests/082-dex-throws-list-sharing/
expected.txt 1 java.lang.RuntimeException
Blort.java 20 throws RuntimeException {
21 throw new RuntimeException();
25 throws RuntimeException {
26 throw new RuntimeException();
31 throw new RuntimeException();
36 throw new RuntimeException();
  /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
DeprecatedMethodMarkerException.java 3 public class DeprecatedMethodMarkerException extends RuntimeException {
  /external/easymock/src/org/easymock/internal/
RuntimeExceptionWrapper.java 18 public class RuntimeExceptionWrapper extends RuntimeException {
22 private final RuntimeException runtimeException;
24 public RuntimeExceptionWrapper(final RuntimeException runtimeException) {
25 this.runtimeException = runtimeException;
28 public RuntimeException getRuntimeException() {
29 return runtimeException;
  /dalvik/dx/tests/080-dex-exception-tables/
Blort.class 
  /dalvik/dx/tests/092-ssa-cfg-edge-cases/
Blort.java 16 throw new RuntimeException();
17 } catch (RuntimeException ex){
  /dalvik/dx/tests/096-dex-giant-catch/
expected.txt 3 catch java.lang.RuntimeException -> 00011260
5 catch java.lang.RuntimeException -> 00011260
  /build/make/tools/droiddoc/test/stubs/expected/com/android/stubs/b/
B.java 4 public B() { throw new RuntimeException("Stub!"); }
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/bytecode/
Foo.java 8 throw new RuntimeException("stub!");
12 throw new RuntimeException("stub!");
16 throw new RuntimeException("stub!");
  /external/robolectric-shadows/sandbox/src/test/java/org/robolectric/testing/
Foo.java 8 throw new RuntimeException("stub!");
12 throw new RuntimeException("stub!");
16 throw new RuntimeException("stub!");
  /external/conscrypt/android-stub/src/main/java/com/android/org/conscrypt/
OpenSSLSocketImpl.java 45 throw new RuntimeException("Stub!");
50 throw new RuntimeException("Stub!");
55 throw new RuntimeException("Stub!");
60 throw new RuntimeException("Stub!");
65 throw new RuntimeException("Stub!");
70 throw new RuntimeException("Stub!");
75 throw new RuntimeException("Stub!");
80 throw new RuntimeException("Stub!");
87 throw new RuntimeException("Stub!");
93 throw new RuntimeException("Stub!")
    [all...]
  /external/conscrypt/android-stub/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSocketImpl.java 45 throw new RuntimeException("Stub!");
50 throw new RuntimeException("Stub!");
55 throw new RuntimeException("Stub!");
60 throw new RuntimeException("Stub!");
65 throw new RuntimeException("Stub!");
70 throw new RuntimeException("Stub!");
75 throw new RuntimeException("Stub!");
80 throw new RuntimeException("Stub!");
87 throw new RuntimeException("Stub!");
93 throw new RuntimeException("Stub!")
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
RuntimeExceptionTest.java 25 * java.lang.RuntimeException#RuntimeException()
28 RuntimeException e = new RuntimeException();
35 * java.lang.RuntimeException#RuntimeException(java.lang.String)
38 RuntimeException e = new RuntimeException("fixture");
44 * {@link java.lang.RuntimeException#RuntimeException(Throwable)
    [all...]
  /art/test/992-source-data/
expected.txt 2 class art.Test992 does not have a known source file extension because java.lang.RuntimeException: JVMTI_ERROR_ABSENT_INFORMATION
4 class art.Test992$Target1 does not have a known source file extension because java.lang.RuntimeException: JVMTI_ERROR_ABSENT_INFORMATION
6 class art.Target2 does not have a known source file extension because java.lang.RuntimeException: JVMTI_ERROR_ABSENT_INFORMATION
7 int does not have a known source file because java.lang.RuntimeException: JVMTI_ERROR_ABSENT_INFORMATION
8 int does not have a known source file extension because java.lang.RuntimeException: JVMTI_ERROR_ABSENT_INFORMATION
10 class java.lang.Integer does not have a known source file extension because java.lang.RuntimeException: JVMTI_ERROR_ABSENT_INFORMATION
12 class java.lang.Object does not have a known source file extension because java.lang.RuntimeException: JVMTI_ERROR_ABSENT_INFORMATION
14 interface java.lang.Runnable does not have a known source file extension because java.lang.RuntimeException: JVMTI_ERROR_ABSENT_INFORMATION
15 class [Ljava.lang.Object; does not have a known source file because java.lang.RuntimeException: JVMTI_ERROR_ABSENT_INFORMATION
16 class [Ljava.lang.Object; does not have a known source file extension because java.lang.RuntimeException: JVMTI_ERROR_ABSENT_INFORMATIO
    [all...]
  /build/make/tools/droiddoc/test/stubs/expected/com/android/stubs/a/
A.java 8 public Inner() { throw new RuntimeException("Stub!"); }
10 protected A(int a) { throw new RuntimeException("Stub!"); }
11 public com.android.stubs.a.A varargs(com.android.stubs.Parent[]... args) { throw new RuntimeException("Stub!"); }
12 public void method() { throw new RuntimeException("Stub!"); }
  /dalvik/dx/tests/055-dex-explicit-throw/
Blort.class 
  /external/smali/examples/RecursiveExceptionHandler/
Main.smali 9 new-instance v0, Ljava/lang/RuntimeException;
10 invoke-direct {v0}, Ljava/lang/RuntimeException;-><init>()V
16 new-instance v0, Ljava/lang/RuntimeException;
17 invoke-direct {v0}, Ljava/lang/RuntimeException;-><init>()V
  /external/testng/src/test/java/test/conffailure/
ClassWithFailedBeforeSuite.java 9 throw new RuntimeException("Failing in setUp");
  /external/testng/src/test/java/test/reports/
FailedSampleTest.java 9 throw new RuntimeException("Failing intentionally");
  /external/testng/src/test/java/test/dependent/
ImplicitGroupInclusion3SampleTest.java 11 throw new RuntimeException("exclude me");
16 throw new RuntimeException("exclude me");
  /frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
RemoteXmlPullParserAdapter.java 43 throw new RuntimeException(e);
52 throw new RuntimeException(e);
61 throw new RuntimeException(e);
70 throw new RuntimeException(e);
79 throw new RuntimeException(e);
89 throw new RuntimeException(e);
98 throw new RuntimeException(e);
108 throw new RuntimeException(e);
117 throw new RuntimeException(e);
126 throw new RuntimeException(e)
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldRuntimeExceptionTest.java 27 RuntimeException re = new RuntimeException(message, npe);
31 re = new RuntimeException(null, npe);
34 re = new RuntimeException(message, null);
40 RuntimeException re = new RuntimeException(npe);
43 re = new RuntimeException((Throwable) null);

Completed in 1535 milliseconds

1 2 3 4 5 6 7 8 91011>>