Home
last modified time | relevance | path

Searched refs:testException (Results 1 – 6 of 6) sorted by relevance

/external/webkit/LayoutTests/fast/dom/DeviceMotion/script-tests/
Doptional-event-properties.js9 function testException(expression, expectedException) function
34 testException("event.initDeviceMotionEvent('', false, false, objectThrowingException, {x: 3, z: 5},…
35 testException("event.initDeviceMotionEvent('', false, false, {x: 0, y: 1, z: 2}, objectThrowingExce…
36 testException("event.initDeviceMotionEvent('', false, false, {x: 0, y: 1, z: 2}, {x: 3, z: 5}, obje…
38 testException("event.initDeviceMotionEvent('', false, false, {x: objectThrowingException, y: 1, z: …
39 testException("event.initDeviceMotionEvent('', false, false, {x: 0, y: 1, z: 2}, {x: 3, y: objectTh…
40 testException("event.initDeviceMotionEvent('', false, false, {x: 0, y: 1, z: 2}, {x: 3, y: 4, z: 5}…
/external/v8/test/mjsunit/
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/
DAbstractIteratorTest.java110 public void testException() { in testException() method in AbstractIteratorTest
/external/guava/guava-tests/test/com/google/common/collect/
DAbstractIteratorTest.java192 public void testException() { in testException() method in AbstractIteratorTest
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractFutureTest.java45 public void testException() throws InterruptedException { in testException() method in AbstractFutureTest
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/login/
DDefaultConfigParserTest.java174 public void testException() { in testException() method in DefaultConfigParserTest