HomeSort by relevance Sort by last modified time
    Searched refs:RuntimeException (Results 51 - 75 of 2396) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/core/java/com/android/internal/os/
ZygoteSecurityException.java 22 class ZygoteSecurityException extends RuntimeException {
  /frameworks/base/graphics/java/android/renderscript/
RSRuntimeException.java 25 extends java.lang.RuntimeException {
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
ProtocolException.java 23 public class ProtocolException extends RuntimeException {
  /dalvik/dx/tests/080-dex-exception-tables/
Blort.java 31 } catch (RuntimeException ex) {
48 } catch (RuntimeException ex) {
70 } catch (RuntimeException ex) {
91 } catch (RuntimeException ex) {
111 } catch (RuntimeException ex) {
131 } catch (RuntimeException ex) {
142 } catch (RuntimeException ex) {
148 } catch (RuntimeException ex) {
159 } catch (RuntimeException ex) {
166 } catch (RuntimeException ex)
    [all...]
  /external/robolectric/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/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...]
  /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);
  /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);
  /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");
80 throw new RuntimeException(file + ": unexpected EOF");
87 throw new RuntimeException(file + ": trouble reading", ex);
  /art/test/084-class-init/src/
IntHolder.java 30 throw new RuntimeException("negative number");
  /build/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!"); }
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorNotSupportedException.java 24 public class SensorNotSupportedException extends RuntimeException {
  /dalvik/dx/src/com/android/dx/dex/code/form/
SpecialFormat.java 46 throw new RuntimeException("unsupported");
52 throw new RuntimeException("unsupported");
58 throw new RuntimeException("unsupported");
70 throw new RuntimeException("unsupported");
  /dalvik/dx/tests/069-dex-source-position/
Blort.java 25 } catch (RuntimeException ex) { // line 11
  /dalvik/tests/084-class-init/src/
IntHolder.java 30 throw new RuntimeException("negative number");
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
AnalysisTimeoutException.java 31 public class AnalysisTimeoutException extends RuntimeException {
NonLLStarDecisionException.java 33 public class NonLLStarDecisionException extends RuntimeException {
  /external/apache-http/src/org/apache/http/
ParseException.java 45 public class ParseException extends RuntimeException {
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
SpecialFormat.java 46 throw new RuntimeException("unsupported");
52 throw new RuntimeException("unsupported");
58 throw new RuntimeException("unsupported");
70 throw new RuntimeException("unsupported");
  /external/javassist/sample/evolve/
CannotCreateException.java 6 public class CannotCreateException extends RuntimeException {
  /external/javassist/src/main/javassist/tools/rmi/
RemoteException.java 22 public class RemoteException extends RuntimeException {
  /frameworks/base/core/java/android/database/
StaleDataException.java 23 public class StaleDataException extends java.lang.RuntimeException
  /frameworks/base/core/java/android/net/
ParseException.java 23 public class ParseException extends RuntimeException {

Completed in 1983 milliseconds

1 23 4 5 6 7 8 91011>>