Searched refs:testException (Results 1 - 7 of 7) sorted by relevance

/external/webkit/LayoutTests/fast/dom/DeviceMotion/script-tests/
H A Doptional-event-properties.js9 function testException(expression, expectedException) function
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/clang/test/Analysis/inlining/
H A Dstl.cpp20 void testException(std::exception e) { function
/external/v8/test/mjsunit/
H A Dkeyed-call-generic.js99 function testException(receiver, keys, exceptions) { function
113 testException([zero, one, /* hole */ ], [0, 1, 2], [false, false, true]);
/external/guava/guava-tests/test/com/google/common/base/
H A DAbstractIteratorTest.java110 public void testException() { method in class:AbstractIteratorTest
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/login/
H A DDefaultConfigParserTest.java174 public void testException() { method in class:DefaultConfigParserTest
/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractIteratorTest.java192 public void testException() { method in class:AbstractIteratorTest
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractFutureTest.java45 public void testException() throws InterruptedException { method in class:AbstractFutureTest

Completed in 171 milliseconds