Home
last modified time | relevance | path

Searched defs:shouldThrow (Results 1 – 13 of 13) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DInvokeMethodDefault002Debuggee.java36 public default int testDefaultMethod(boolean shouldThrow) throws Throwable { in testDefaultMethod()
50 public int testDefaultMethod(boolean shouldThrow) throws Throwable { in testDefaultMethod()
DInvokeMethodDefaultDebuggee.java36 public default int testDefaultMethod(boolean shouldThrow) throws Throwable { in testDefaultMethod()
DInvokeMethodDefault002Test.java47 private void testInvokeMethod(boolean shouldThrow) { in testInvokeMethod()
DInvokeMethodDefaultTest.java46 private void testInvokeMethod(boolean shouldThrow) { in testInvokeMethod()
/external/v8/test/mjsunit/regress/
Dregress-472504.js6 function shouldThrow() { function
Dregress-1355.js39 function shouldThrow() { function
Dregress-3985.js7 var shouldThrow = false; variable
/external/v8/test/mjsunit/harmony/
Dproxies-delete-property.js12 function TestForwarding(handler, myDelete, shouldThrow) { argument
144 function TestTrappingFalsish(myDelete, shouldThrow) { argument
/external/v8/test/webkit/
Dexception-propagate-from-dfg-to-llint.js29 var shouldThrow = false; variable
/external/guava/guava-tests/test/com/google/common/io/
DCloseablesTest.java107 private void setupCloseable(boolean shouldThrow) throws IOException { in setupCloseable()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/
DInvokeMethodTest.java47 private void testInvokeMethodStatic(boolean shouldThrow) { in testInvokeMethodStatic()
/external/v8/test/webkit/resources/
Dstandalone-pre.js155 function shouldThrow(_a, _e) function
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DJSR166TestCase.java587 public void shouldThrow() { in shouldThrow() method in JSR166TestCase
594 public void shouldThrow(String exceptionName) { in shouldThrow() method in JSR166TestCase