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

1 2 3 4 5 67 8 91011>>

  /external/guava/guava-tests/test/com/google/common/collect/
SubMapMultimapAsMapImplementsMapTest.java 73 } catch (RuntimeException tolerated) {
81 } catch (RuntimeException tolerated) {
89 } catch (RuntimeException tolerated) {
97 } catch (RuntimeException tolerated) {
105 } catch (RuntimeException tolerated) {
113 } catch (RuntimeException tolerated) {
  /frameworks/base/core/java/android/util/
ExceptionUtils.java 33 public static RuntimeException wrap(IOException e) {
37 public static void maybeUnwrapIOException(RuntimeException e) throws IOException {
69 public static <E extends Exception> RuntimeException propagate(@NonNull Throwable t, Class<E> c)
75 public static RuntimeException propagate(@NonNull Throwable t) {
78 propagateIfInstanceOf(t, RuntimeException.class);
79 throw new RuntimeException(t);
  /prebuilts/sdk/tools/darwin/lib/
shrinkedAndroid.jar 
  /prebuilts/sdk/tools/linux/lib/
shrinkedAndroid.jar 
  /prebuilts/sdk/tools/windows/lib/
shrinkedAndroid.jar 
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
NativeFrame.java 78 throw new RuntimeException("Attempting to get object data from frame that does " +
84 throw new RuntimeException("NativeFrame object class must be a subclass of " +
93 throw new RuntimeException("Could not instantiate new structure instance of type '" +
99 throw new RuntimeException("Could not get the native structured data for frame!");
112 throw new RuntimeException(
116 throw new RuntimeException("Could not set int values for native frame!");
129 throw new RuntimeException(
133 throw new RuntimeException("Could not set int values for native frame!");
149 throw new RuntimeException("Offset and length exceed buffer size in native setData: " +
153 throw new RuntimeException("Data size in setData does not match native frame size: "
    [all...]
  /art/test/1934-jvmti-signal-thread/
expected.txt 3 Caught exception java.lang.RuntimeException: JVMTI_ERROR_THREAD_NOT_ALIVE
6 Caught exception java.lang.RuntimeException: JVMTI_ERROR_THREAD_NOT_ALIVE
  /cts/tests/app/app/src/android/app/stubs/
ActivityTestsBase.java 41 private RuntimeException mResultStack = null;
87 public void activityFinished(int resultCode, Intent data, RuntimeException where) {
114 final RuntimeException where = new RuntimeException("Original error was here");
119 public void finishWithResult(int resultCode, Intent data, RuntimeException where) {
154 throw new RuntimeException(mData != null ? mData.toString() : "Unable to launch",
157 throw new RuntimeException(mData != null ? mData.toString() : "Unable to launch");
203 public RuntimeException getResultStack() {
  /cts/tests/tests/os/src/android/os/cts/
ActivityTestsBase.java 41 private RuntimeException mResultStack = null;
87 public void activityFinished(int resultCode, Intent data, RuntimeException where) {
114 final RuntimeException where = new RuntimeException("Original error was here");
119 public void finishWithResult(int resultCode, Intent data, RuntimeException where) {
154 throw new RuntimeException(mData != null ? mData.toString() : "Unable to launch",
157 throw new RuntimeException(mData != null ? mData.toString() : "Unable to launch");
203 public RuntimeException getResultStack() {
  /dalvik/dx/tests/061-dex-try-catch/
Blort.class 
  /dalvik/dx/tests/081-dex-throws-list/
Blort.java 20 throws RuntimeException {
21 throw new RuntimeException();
  /dalvik/dx/tests/083-ssa-phi-placement/
Blort.class 
  /external/jacoco/jacoco-maven-plugin.test/it/it-check-fails-halt/
verify.bsh 18 throw new RuntimeException( "Coverage checks should not have been met." );
22 throw new RuntimeException( "Should have displayed insufficient code coverage messages." );
  /external/jacoco/jacoco-maven-plugin.test/it/it-check-fails-no-halt/
verify.bsh 18 throw new RuntimeException( "Coverage checks should not have been met." );
22 throw new RuntimeException( "Should have displayed insufficient code coverage messages." );
  /external/jacoco/jacoco-maven-plugin.test/it/it-merge-passes/
verify.bsh 17 throw new RuntimeException( "Could not load execution data file" );
20 throw new RuntimeException( "Could not write merged execution data" );
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
ANoopCommand.java 37 throw new RuntimeException("Not a child.");
44 throw new RuntimeException("Not a child.");
ANoopExpression.java 37 throw new RuntimeException("Not a child.");
44 throw new RuntimeException("Not a child.");
Token.java 51 throw new RuntimeException("Not a child.");
57 throw new RuntimeException("Not a child.");
  /external/mockito/src/main/java/org/mockito/internal/runners/util/
RunnerProvider.java 23 throw new RuntimeException(e);
31 throw new RuntimeException(e);
  /external/mockito/src/main/java/org/mockito/internal/util/reflection/
FieldSetter.java 19 throw new RuntimeException("Access not authorized on field '" + field + "' of object '" + target + "' with value: '" + value + "'", e);
21 throw new RuntimeException("Wrong argument on field '" + field + "' of object '" + target + "' with value: '" + value + "', \n" +
  /external/testng/src/test/java/test/expectedexceptions/
SampleExceptions2.java 19 throw new RuntimeException();
48 @Test(expectedExceptions = RuntimeException.class)
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ActivityTestsBase.java 41 private RuntimeException mResultStack = null;
87 public void activityFinished(int resultCode, Intent data, RuntimeException where) {
113 RuntimeException where = new RuntimeException("Original error was here");
118 public void finishWithResult(int resultCode, Intent data, RuntimeException where) {
152 throw new RuntimeException(
156 throw new RuntimeException(
202 public RuntimeException getResultStack() {
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
MediaRecorderStopException.java 20 import java.lang.RuntimeException;
23 public class MediaRecorderStopException extends RuntimeException {
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/error/
ErrorTest.java 25 throw new RuntimeException("Expected");
29 throw new RuntimeException("Expected");
  /frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/
RemoteBridgeClient.java 62 throw new RuntimeException(e);
72 throw new RuntimeException(e);
81 throw new RuntimeException(e);
92 throw new RuntimeException(e);
101 throw new RuntimeException(e);
112 throw new RuntimeException(e);
121 throw new RuntimeException(e);
145 throw new RuntimeException(e);

Completed in 1139 milliseconds

1 2 3 4 5 67 8 91011>>