Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/org/apache/harmony/security/asn1/
DObjectIdentifier.java188 private static int[] toIntArray(String str, boolean shouldThrow) { in toIntArray()
/libcore/jsr166-tests/src/test/java/jsr166/
DJSR166TestCase.java466 public void shouldThrow() { in shouldThrow() method in JSR166TestCase
473 public void shouldThrow(String exceptionName) { in shouldThrow() method in JSR166TestCase