Searched refs:unsupported (Results 1 – 11 of 11) 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…
246 private void unsupported() { in unsupported() method in ImmutableGregorianDate
53 String charsetName CharsetName "name of the unsupported charset"
19 deprecated: Whether the algorithm is unsupported at the current API level. This
225 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",
88 cases.add(new MethodHandleAccessTestCase("Instance field unsupported",94 cases.add(new MethodHandleAccessTestCase("Static field unsupported",100 cases.add(new MethodHandleAccessTestCase("Array unsupported",
180 "unsupported", bav, vh, h -> testArrayUnsupported(bas, h),207 "unsupported", bav, vh, h -> testArrayUnsupported(bbs, h),
1105 X509Certificate unsupported = getCertificate(f, CERT_UNSUPPORTED); in hasUnsupportedCriticalExtension() local1106 assertTrue(unsupported.hasUnsupportedCriticalExtension()); in hasUnsupportedCriticalExtension()
2308 …throw new UnsupportedOperationException("Unit size unsupported for non-direct buffers: " + unitSiz…