Home
last modified time | relevance | path

Searched defs:shouldThrow (Results 1 – 12 of 12) 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()
DInvokeMethodDefaultTest.java47 private void testInvokeMethod(boolean shouldThrow) { in testInvokeMethod()
DInvokeMethodDefault002Test.java48 private void testInvokeMethod(boolean shouldThrow) { in testInvokeMethod()
/external/python/cpython2/Lib/test/
Dtest_with.py167 def shouldThrow(): function
181 def shouldThrow(): function
353 def shouldThrow(): function
364 def shouldThrow(): function
375 def shouldThrow(): function
393 def shouldThrow(): function
412 def shouldThrow(): function
432 def shouldThrow(): function
452 def shouldThrow(): function
466 def shouldThrow(): function
[all …]
/external/r8/src/test/examples/trycatch/
DTryCatch.java15 private boolean shouldThrow; field in TryCatch.Thrower
17 public Thrower(boolean shouldThrow) { in Thrower()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/
DInvokeMethodTest.java44 private void testInvokeMethodStatic(boolean shouldThrow) { in testInvokeMethodStatic()
/external/guava/guava-tests/test/com/google/common/io/
DCloseablesTest.java107 private void setupCloseable(boolean shouldThrow) throws IOException { in setupCloseable()
/external/r8/src/test/examples/sync/
DSync.java22 private static boolean shouldThrow = false; field in Sync
/external/mockito/src/test/java/org/mockitousage/annotation/
DSpyAnnotationTest.java44 public final ExpectedException shouldThrow = ExpectedException.none(); field in SpyAnnotationTest
/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
/external/r8/src/test/java/com/android/tools/r8/ir/
DSplitBlockTest.java139 TestApplication codeWithCatchHandlers(boolean shouldThrow, boolean twoGuards) { in codeWithCatchHandlers()