Searched refs:unsupported (Results 1 – 5 of 5) sorted by relevance
46 unsupported(); return this; in setEra()54 unsupported(); return this; in setYear()58 unsupported(); return this; in addYear()66 unsupported(); in setLeapYear()74 unsupported(); return this; in setMonth()78 unsupported(); return this; in addMonth()86 unsupported(); return this; in setDayOfMonth()90 unsupported(); return this; in addDayOfMonth()102 unsupported(); return this; in setHours()106 unsupported(); return this; in addHours()[all …]
64 for (String unsupported : new String[] { "buddhist", "japanese", "notACalendarType" }) { in test_setCalendarType_invalid()67 builder.setCalendarType(unsupported); in test_setCalendarType_invalid()68 fail("Unsupported calendar type " + unsupported + " should have thrown."); in test_setCalendarType_invalid()
114 …orted_cert -keyfile /tmp/cakey.pem -cert /tmp/cacert.pem -out /tmp/crl-unsupported.pem -config "$D…115 openssl crl -in /tmp/crl-unsupported.pem -outform d -out "$DIR/crl-unsupported.der"120 …cert.pem /tmp/cakey.pem /tmp/crl-rsa.pem /tmp/crl-rsa-dsa.pem /tmp/crl-unsupported.pem /tmp/crl-em…
18 deprecated: Whether the algorithm is unsupported at the current API level. This
1088 X509Certificate unsupported = getCertificate(f, CERT_UNSUPPORTED); in hasUnsupportedCriticalExtension() local1089 assertTrue(unsupported.hasUnsupportedCriticalExtension()); in hasUnsupportedCriticalExtension()