Home
last modified time | relevance | path

Searched refs:unsupported (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/sun/util/calendar/
DImmutableGregorianDate.java46 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 …]
/libcore/luni/src/test/java/libcore/java/util/
DCalendarBuilderTest.java64 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()
/libcore/support/src/test/java/tests/resources/x509/
Dcreate.sh114 …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…
/libcore/tools/docs/crypto/
DREADME18 deprecated: Whether the algorithm is unsupported at the current API level. This
/libcore/luni/src/test/java/libcore/java/security/cert/
DX509CertificateTest.java1088 X509Certificate unsupported = getCertificate(f, CERT_UNSUPPORTED); in hasUnsupportedCriticalExtension() local
1089 assertTrue(unsupported.hasUnsupportedCriticalExtension()); in hasUnsupportedCriticalExtension()