HomeSort by relevance Sort by last modified time
    Searched full:testexception (Results 1 - 10 of 10) sorted by null

  /libcore/luni/src/test/java/libcore/sqlite/
OldExceptionTest.java 31 public void testException() {
  /external/webkit/LayoutTests/fast/dom/DeviceMotion/script-tests/
optional-event-properties.js 9 function testException(expression, expectedException)
34 testException("event.initDeviceMotionEvent('', false, false, objectThrowingException, {x: 3, z: 5}, {gamma: 8, beta: 7}, 9)", "Error: x getter exception");
35 testException("event.initDeviceMotionEvent('', false, false, {x: 0, y: 1, z: 2}, objectThrowingException, {gamma: 8, beta: 7}, 9)", "Error: x getter exception");
36 testException("event.initDeviceMotionEvent('', false, false, {x: 0, y: 1, z: 2}, {x: 3, z: 5}, objectThrowingException, 9)", "Error: alpha getter exception");
38 testException("event.initDeviceMotionEvent('', false, false, {x: objectThrowingException, y: 1, z: 2}, {x: 3, y: 4, z: 5}, {alpha: 6, beta: 7, gamma: 8}, 9)", "Error: valueOf threw exception");
39 testException("event.initDeviceMotionEvent('', false, false, {x: 0, y: 1, z: 2}, {x: 3, y: objectThrowingException, z: 5}, {alpha: 6, beta: 7, gamma: 8}, 9)", "Error: valueOf threw exception");
40 testException("event.initDeviceMotionEvent('', false, false, {x: 0, y: 1, z: 2}, {x: 3, y: 4, z: 5}, {alpha: 6, beta: 7, gamma: objectThrowingException}, 9)", "Error: valueOf threw exception");
  /external/chromium/testing/gtest/test/
gtest-death-test_ex_test.cc 61 class TestException : public std::exception {
68 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(throw TestException(), ""),
71 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(throw TestException(), ""),
  /external/v8/test/mjsunit/
keyed-call-generic.js 99 function testException(receiver, keys, exceptions) {
113 testException([zero, one, /* hole */ ], [0, 1, 2], [false, false, true]);
  /cts/tests/tests/content/src/android/content/cts/
IntentFilter_MalformedMimeTypeExceptionTest.java 59 final String message = "testException";
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
LogTest.java 78 public void testException() {
  /packages/apps/Email/tests/src/com/android/email/
SingleRunningTaskTest.java 141 public void testException() {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadGroupTest.java 630 class TestException extends RuntimeException {
711 if (e instanceof TestException) {
724 throw new TestException();
742 class UncaughtException extends TestException {
750 if (e instanceof TestException) {
767 throw new TestException();
802 if (e instanceof TestException) {
816 throw new TestException();
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/login/
DefaultConfigParserTest.java 174 public void testException() {
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
OldGenericTypesTest.java 215 public void testException() throws Exception {

Completed in 1231 milliseconds