/libcore/support/src/test/java/libcore/javax/net/ssl/ |
D | FakeSSLSession.java | 32 throw new UnsupportedOperationException(); in getApplicationBufferSize() 36 throw new UnsupportedOperationException(); in getCipherSuite() 40 throw new UnsupportedOperationException(); in getCreationTime() 48 throw new UnsupportedOperationException(); in getLastAccessedTime() 52 throw new UnsupportedOperationException(); in getLocalCertificates() 56 throw new UnsupportedOperationException(); in getLocalPrincipal() 60 throw new UnsupportedOperationException(); in getPacketBufferSize() 64 throw new UnsupportedOperationException(); in getPeerCertificateChain() 68 throw new UnsupportedOperationException(); in getPeerCertificates() 80 throw new UnsupportedOperationException(); in getPeerPrincipal() [all …]
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | HostnameVerifierBenchmark.java | 103 throw new UnsupportedOperationException(); in getApplicationBufferSize() 106 throw new UnsupportedOperationException(); in getCipherSuite() 109 throw new UnsupportedOperationException(); in getCreationTime() 112 throw new UnsupportedOperationException(); in getId() 115 throw new UnsupportedOperationException(); in getLastAccessedTime() 118 throw new UnsupportedOperationException(); in getLocalCertificates() 121 throw new UnsupportedOperationException(); in getLocalPrincipal() 124 throw new UnsupportedOperationException(); in getPacketBufferSize() 127 throw new UnsupportedOperationException(); in getPeerCertificateChain() 130 throw new UnsupportedOperationException(); in getPeerCertificates() [all …]
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | UnsupportedOperationExceptionTest.java | 30 UnsupportedOperationException e = new UnsupportedOperationException(); in test_Constructor() 40 UnsupportedOperationException e = new UnsupportedOperationException("fixture"); in test_ConstructorLjava_lang_String() 50 UnsupportedOperationException emptyException = new UnsupportedOperationException( in test_ConstructorLjava_lang_Throwable() 57 UnsupportedOperationException exception = new UnsupportedOperationException(throwable); in test_ConstructorLjava_lang_Throwable() 68 UnsupportedOperationException emptyException = new UnsupportedOperationException( in test_ConstructorLjava_lang_StringLjava_lang_Throwable() 75 UnsupportedOperationException exception = new UnsupportedOperationException( in test_ConstructorLjava_lang_StringLjava_lang_Throwable() 89 SerializationTest.verifySelf(new UnsupportedOperationException()); in testSerializationSelf() 98 new UnsupportedOperationException()); in testSerializationCompatibility()
|
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
D | DefaultHostnameVerifierTest.java | 340 throw new UnsupportedOperationException(); in checkValidity() 344 throw new UnsupportedOperationException(); in checkValidity() 348 throw new UnsupportedOperationException(); in getBasicConstraints() 352 throw new UnsupportedOperationException(); in getIssuerDN() 356 throw new UnsupportedOperationException(); in getIssuerUniqueID() 360 throw new UnsupportedOperationException(); in getKeyUsage() 364 throw new UnsupportedOperationException(); in getNotAfter() 368 throw new UnsupportedOperationException(); in getNotBefore() 372 throw new UnsupportedOperationException(); in getSerialNumber() 376 throw new UnsupportedOperationException(); in getSigAlgName() [all …]
|
D | SSLSocketFactoryTest.java | 65 throw new UnsupportedOperationException(); in engineInit() 75 throw new UnsupportedOperationException(); in engineGetServerSocketFactory() 80 throw new UnsupportedOperationException(); in engineCreateSSLEngine() 85 throw new UnsupportedOperationException(); in engineCreateSSLEngine() 90 throw new UnsupportedOperationException(); in engineGetServerSessionContext() 95 throw new UnsupportedOperationException(); in engineGetClientSessionContext() 105 throw new UnsupportedOperationException(); in getDefaultCipherSuites() 110 throw new UnsupportedOperationException(); in getSupportedCipherSuites() 115 throw new UnsupportedOperationException(); in createSocket() 121 throw new UnsupportedOperationException(); in createSocket() [all …]
|
/libcore/luni/src/main/java/java/lang/ |
D | UnsupportedOperationException.java | 23 public class UnsupportedOperationException extends RuntimeException { class 31 public UnsupportedOperationException() { in UnsupportedOperationException() method in UnsupportedOperationException 41 public UnsupportedOperationException(String detailMessage) { in UnsupportedOperationException() method in UnsupportedOperationException 55 public UnsupportedOperationException(String message, Throwable cause) { in UnsupportedOperationException() method in UnsupportedOperationException 67 public UnsupportedOperationException(Throwable cause) { in UnsupportedOperationException() method in UnsupportedOperationException
|
/libcore/luni/src/test/java/libcore/javax/crypto/ |
D | MockCipherSpi.java | 65 throw new UnsupportedOperationException("not implemented"); in engineSetMode() 72 throw new UnsupportedOperationException("not implemented"); in engineSetPadding() 78 throw new UnsupportedOperationException("not implemented"); in engineGetBlockSize() 83 throw new UnsupportedOperationException("not implemented"); in engineGetOutputSize() 88 throw new UnsupportedOperationException("not implemented"); in engineGetIV() 93 throw new UnsupportedOperationException("not implemented"); in engineGetParameters() 115 throw new UnsupportedOperationException("not implemented"); in engineUpdate() 121 throw new UnsupportedOperationException("not implemented"); in engineUpdate() 127 throw new UnsupportedOperationException("not implemented"); in engineDoFinal() 134 throw new UnsupportedOperationException("not implemented"); in engineDoFinal()
|
D | MockKey.java | 28 throw new UnsupportedOperationException("not implemented"); in getAlgorithm() 38 throw new UnsupportedOperationException("not implemented"); in getEncoded()
|
D | MockKey2.java | 28 throw new UnsupportedOperationException("not implemented"); in getAlgorithm() 38 throw new UnsupportedOperationException("not implemented"); in getEncoded()
|
/libcore/luni/src/test/java/libcore/java/security/ |
D | MockSignatureSpi.java | 60 throw new UnsupportedOperationException("not implemented"); in engineInitVerify() 76 throw new UnsupportedOperationException("not implemented"); in engineUpdate() 84 throw new UnsupportedOperationException("not implemented"); in engineSign() 92 throw new UnsupportedOperationException("not implemented"); in engineVerify() 100 throw new UnsupportedOperationException("not implemented"); in engineSetParameter() 108 throw new UnsupportedOperationException("not implemented"); in engineGetParameter() 116 throw new UnsupportedOperationException("not implemented"); in engineUpdate()
|
D | MockPrivateKey2.java | 28 throw new UnsupportedOperationException("not implemented"); in getAlgorithm() 38 throw new UnsupportedOperationException("not implemented"); in getEncoded()
|
D | MockPublicKey.java | 28 throw new UnsupportedOperationException("not implemented"); in getAlgorithm() 38 throw new UnsupportedOperationException("not implemented"); in getEncoded()
|
D | MockPrivateKey.java | 28 throw new UnsupportedOperationException("not implemented"); in getAlgorithm() 38 throw new UnsupportedOperationException("not implemented"); in getEncoded()
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | MockMacSpi.java | 54 throw new UnsupportedOperationException(); in engineGetMacLength() 65 throw new UnsupportedOperationException(); in engineUpdate() 70 throw new UnsupportedOperationException(); in engineUpdate() 75 throw new UnsupportedOperationException(); in engineDoFinal() 80 throw new UnsupportedOperationException(); in engineReset()
|
D | MockKeyAgreementSpi.java | 59 throw new UnsupportedOperationException(); in engineDoPhase() 64 throw new UnsupportedOperationException(); in engineGenerateSecret() 70 throw new UnsupportedOperationException(); in engineGenerateSecret() 76 throw new UnsupportedOperationException(); in engineGenerateSecret()
|
/libcore/luni/src/main/java/java/security/cert/ |
D | CertificateFactorySpi.java | 104 throw new UnsupportedOperationException(); in engineGenerateCertPath() 119 throw new UnsupportedOperationException(); in engineGenerateCertPath() 137 throw new UnsupportedOperationException(); in engineGenerateCertPath() 148 throw new UnsupportedOperationException(); in engineGetCertPathEncodings()
|
/libcore/libart/src/main/java/java/lang/reflect/ |
D | AccessibleObject.java | 95 throw new UnsupportedOperationException(); in isAnnotationPresent() 99 throw new UnsupportedOperationException(); in getDeclaredAnnotations() 108 throw new UnsupportedOperationException(); in getAnnotation()
|
/libcore/luni/src/test/java/libcore/java/text/ |
D | NumberFormatTest.java | 33 public byte byteValue() { throw new UnsupportedOperationException(); } in test_custom_Number_gets_longValue() 35 public float floatValue() { throw new UnsupportedOperationException(); } in test_custom_Number_gets_longValue() 36 public int intValue() { throw new UnsupportedOperationException(); } in test_custom_Number_gets_longValue() 37 public long longValue() { throw new UnsupportedOperationException(); } in test_custom_Number_gets_longValue() 38 public short shortValue() { throw new UnsupportedOperationException(); } in test_custom_Number_gets_longValue() 39 public String toString() { throw new UnsupportedOperationException(); } in test_custom_Number_gets_longValue() 58 throw new UnsupportedOperationException(); in test_small_BigInteger_gets_longValue()
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
D | EntityImpl.java | 71 throw new UnsupportedOperationException(); // TODO in getInputEncoding() 75 throw new UnsupportedOperationException(); // TODO in getXmlEncoding() 79 throw new UnsupportedOperationException(); // TODO in getXmlVersion()
|
/libcore/luni/src/main/java/javax/xml/parsers/ |
D | SAXParserFactory.java | 259 throw new UnsupportedOperationException( in getSchema() 318 throw new UnsupportedOperationException( in setSchema() 347 throw new UnsupportedOperationException( in setXIncludeAware() 369 throw new UnsupportedOperationException( in isXIncludeAware()
|
D | DocumentBuilderFactory.java | 376 throw new UnsupportedOperationException( in getSchema() 442 throw new UnsupportedOperationException( in setSchema() 471 throw new UnsupportedOperationException( in setXIncludeAware() 493 throw new UnsupportedOperationException( in isXIncludeAware()
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | OldListIteratorTest.java | 61 throw new UnsupportedOperationException(); in add() 89 throw new UnsupportedOperationException(); in remove() 95 throw new UnsupportedOperationException(); in set() 123 } catch (UnsupportedOperationException e) { in testRemove() 213 } catch (UnsupportedOperationException e) { in testSet() 240 } catch (UnsupportedOperationException e) { in testAdd()
|
/libcore/luni/src/test/java/libcore/java/nio/ |
D | NoArrayTest.java | 37 } catch (UnsupportedOperationException expected) { in assertNoArray() 43 } catch (UnsupportedOperationException expected) { in assertNoArray()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/ |
D | DirectDoubleBufferTest.java | 41 } catch (UnsupportedOperationException e) { in testArray() 49 } catch (UnsupportedOperationException e) { in testArrayOffset()
|
D | DirectIntBufferTest.java | 41 } catch (UnsupportedOperationException e) { in testArray() 49 } catch (UnsupportedOperationException e) { in testArrayOffset()
|