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

/dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
H A DObjectIdentifier.java294 * invalid or null and shouldThrow is false
296 * shouldThrow is true
298 private static int[] toIntArray(String str, boolean shouldThrow) { argument
300 if (! shouldThrow) {
309 if (! shouldThrow) {
322 if (! shouldThrow) {
332 if (! shouldThrow) {
341 if (! shouldThrow) {
348 if (! shouldThrow) {
366 if (! shouldThrow) {
[all...]
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
H A DJSR166TestCase.java319 public void shouldThrow() { method in class:JSR166TestCase

Completed in 242 milliseconds