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

<<11121314151617181920>>

  /frameworks/base/core/tests/coretests/src/android/view/
ViewAttachView.java 28 * A View that will throw a RuntimeException if onAttachedToWindow and
59 throw new RuntimeException("OnAttachedToWindow called more than once in a row");
69 throw new RuntimeException(
  /frameworks/base/tests/utils/testutils/java/android/app/test/
MockAnswerUtil.java 43 throw new RuntimeException("Found answer method does not have expected return "
51 throw new RuntimeException("Error invoking answer method", e);
56 throw new RuntimeException("Could not find answer method with the expected args "
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLContext2Test.java 80 fail("RuntimeException must be thrown");
81 } catch (RuntimeException e) {
86 fail("RuntimeException must be thrown");
87 } catch (RuntimeException e) {
92 fail("RuntimeException must be thrown");
93 } catch (RuntimeException e) {
98 fail("RuntimeException must be thrown");
99 } catch (RuntimeException e) {
104 fail("RuntimeException must be thrown");
105 } catch (RuntimeException e)
    [all...]
  /packages/services/Car/tests/carservice_test/src/com/android/car/
GarageModeTest.java 168 @Test(expected=RuntimeException.class)
172 @Test(expected=RuntimeException.class)
176 @Test(expected=RuntimeException.class)
180 @Test(expected=RuntimeException.class)
184 @Test(expected=RuntimeException.class)
188 @Test(expected=RuntimeException.class)
192 @Test(expected=RuntimeException.class)
196 @Test(expected=RuntimeException.class)
200 @Test(expected=RuntimeException.class)
204 @Test(expected=RuntimeException.class
    [all...]
  /tools/apksig/src/main/java/com/android/apksig/internal/apk/v1/
DigestAlgorithm.java 58 throw new RuntimeException("Unsupported algorithm: " + a2);
67 throw new RuntimeException("Unsupported algorithm: " + a2);
70 throw new RuntimeException("Unsupported algorithm: " + a1);
  /art/test/088-monitor-verification/src/
MyException.java 17 public class MyException extends RuntimeException {
  /art/test/923-monitors/src/art/
Test923.java 155 throw new RuntimeException("Wait before Lock");
160 throw new RuntimeException("Unexpected operation: " + s);
191 throw new RuntimeException("Unexpected unlock");
200 throw new RuntimeException("Unexpected trailing output, starting with " + it.next());
211 throw new RuntimeException("Expected " + s + " but got " + t);
224 } catch (RuntimeException e) {
233 } catch (RuntimeException e) {
242 } catch (RuntimeException e) {
251 } catch (RuntimeException e) {
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorPeer.java 64 throw new RuntimeException(e);
75 throw new RuntimeException(e);
86 throw new RuntimeException(e);
99 throw new RuntimeException(e);
128 throw new RuntimeException(e);
137 throw new RuntimeException(e);
146 throw new RuntimeException(e);
155 throw new RuntimeException(e);
219 throw new RuntimeException(e);
  /cts/tools/vm-tests-tf/src/dot/junit/
DxTestCase.java 111 if (expected != actual) throw new RuntimeException("AssertionFailedError: not equals");
115 if (expected != actual) throw new RuntimeException("AssertionFailedError: not equals");
119 if(!(Math.abs(expected-actual) <= delta)) throw new RuntimeException("AssertionFailedError: not within delta");
127 throw new RuntimeException("AssertionFailedError: not the same");
131 if (!condition) throw new RuntimeException("AssertionFailedError: condition was false");
135 if (condition) throw new RuntimeException("AssertionFailedError: condition was true");
139 if (object == null) throw new RuntimeException("AssertionFailedError: object was null");
143 if (object != null) throw new RuntimeException("AssertionFailedError: object was not null");
147 throw new RuntimeException("AssertionFailedError msg:"+message);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
IndexedItem.java 47 * @throws RuntimeException thrown if the item index is not yet assigned
51 throw new RuntimeException("index not yet set");
59 * per instance, and this will throw a {@code RuntimeException} if
66 throw new RuntimeException("index already set");
  /dalvik/dx/src/com/android/dx/dex/file/
IndexedItem.java 47 * @throws RuntimeException thrown if the item index is not yet assigned
51 throw new RuntimeException("index not yet set");
59 * per instance, and this will throw a {@code RuntimeException} if
66 throw new RuntimeException("index already set");
  /development/samples/ApiDemos/src/com/example/android/mmslib/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.
  /external/annotation-tools/asmx/src/org/objectweb/asm/xml/
SAXAdapter.java 56 throw new RuntimeException(ex.toString());
64 throw new RuntimeException(ex.toString());
77 throw new RuntimeException(ex.getException());
87 throw new RuntimeException(ex.toString());
  /external/annotation-tools/scene-lib/src/annotations/io/classfile/
InvalidTypeAnnotationException.java 13 public class InvalidTypeAnnotationException extends RuntimeException {
  /external/jacoco/jacoco-maven-plugin.test/it/it-report-unreadable-dump/
verify.bsh 17 throw new RuntimeException( "Error was not printed" );
  /external/jacoco/jacoco-maven-plugin.test/it/it-report-without-debug/
verify.bsh 17 throw new RuntimeException( "No warning about debug information" );
  /external/jacoco/jacoco-maven-plugin.test/it/it-report-without-dump/
verify.bsh 17 throw new RuntimeException( "Execution was not skipped" );
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
TAlt.java 36 throw new RuntimeException("Cannot change TAlt text.");
TAnd.java 36 throw new RuntimeException("Cannot change TAnd text.");
TAssignment.java 36 throw new RuntimeException("Cannot change TAssignment text.");
TAutoescape.java 36 throw new RuntimeException("Cannot change TAutoescape text.");
TBang.java 36 throw new RuntimeException("Cannot change TBang text.");
TBracketClose.java 36 throw new RuntimeException("Cannot change TBracketClose text.");
TBracketOpen.java 36 throw new RuntimeException("Cannot change TBracketOpen text.");
TCall.java 36 throw new RuntimeException("Cannot change TCall text.");

Completed in 1590 milliseconds

<<11121314151617181920>>