Home
last modified time | relevance | path

Searched refs:unsupported (Results 1 – 11 of 11) 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/ojluni/annotations/hiddenapi/sun/util/calendar/
DImmutableGregorianDate.java246 private void unsupported() { in unsupported() method in ImmutableGregorianDate
/libcore/ojluni/src/main/java/java/nio/charset/
Dexceptions53 String charsetName CharsetName "name of the unsupported charset"
/libcore/tools/docs/crypto/
DREADME19 deprecated: Whether the algorithm is unsupported at the current API level. This
/libcore/ojluni/src/test/java/lang/invoke/VarHandles/
DX-VarHandleTestAccess.java.template225 cases.add(new VarHandleAccessTestCase("Instance final field unsupported",
231 cases.add(new VarHandleAccessTestCase("Static final field unsupported",
237 cases.add(new VarHandleAccessTestCase("Instance field unsupported",
243 cases.add(new VarHandleAccessTestCase("Static field unsupported",
253 cases.add(new VarHandleAccessTestCase("Array unsupported",
DX-VarHandleTestMethodHandleAccess.java.template88 cases.add(new MethodHandleAccessTestCase("Instance field unsupported",
94 cases.add(new MethodHandleAccessTestCase("Static field unsupported",
100 cases.add(new MethodHandleAccessTestCase("Array unsupported",
DX-VarHandleTestByteArrayView.java.template180 "unsupported", bav, vh, h -> testArrayUnsupported(bas, h),
207 "unsupported", bav, vh, h -> testArrayUnsupported(bbs, h),
/libcore/luni/src/test/java/libcore/java/security/cert/
DX509CertificateTest.java1105 X509Certificate unsupported = getCertificate(f, CERT_UNSUPPORTED); in hasUnsupportedCriticalExtension() local
1106 assertTrue(unsupported.hasUnsupportedCriticalExtension()); in hasUnsupportedCriticalExtension()
/libcore/ojluni/src/main/java/java/nio/
DX-Buffer.java.template2308 …throw new UnsupportedOperationException("Unit size unsupported for non-direct buffers: " + unitSiz…