Home
last modified time | relevance | path

Searched refs:UnsupportedOperationException (Results 1 – 25 of 186) sorted by relevance

12345678

/libcore/support/src/test/java/libcore/javax/net/ssl/
DFakeSSLSession.java32 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/
DHostnameVerifierBenchmark.java103 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/
DUnsupportedOperationExceptionTest.java30 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/
DDefaultHostnameVerifierTest.java340 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 …]
DSSLSocketFactoryTest.java65 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/
DUnsupportedOperationException.java23 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/
DMockCipherSpi.java65 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()
DMockKey.java28 throw new UnsupportedOperationException("not implemented"); in getAlgorithm()
38 throw new UnsupportedOperationException("not implemented"); in getEncoded()
DMockKey2.java28 throw new UnsupportedOperationException("not implemented"); in getAlgorithm()
38 throw new UnsupportedOperationException("not implemented"); in getEncoded()
/libcore/luni/src/test/java/libcore/java/security/
DMockSignatureSpi.java60 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()
DMockPrivateKey2.java28 throw new UnsupportedOperationException("not implemented"); in getAlgorithm()
38 throw new UnsupportedOperationException("not implemented"); in getEncoded()
DMockPublicKey.java28 throw new UnsupportedOperationException("not implemented"); in getAlgorithm()
38 throw new UnsupportedOperationException("not implemented"); in getEncoded()
DMockPrivateKey.java28 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/
DMockMacSpi.java54 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()
DMockKeyAgreementSpi.java59 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/
DCertificateFactorySpi.java104 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/
DAccessibleObject.java95 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/
DNumberFormatTest.java33 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/
DEntityImpl.java71 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/
DSAXParserFactory.java259 throw new UnsupportedOperationException( in getSchema()
318 throw new UnsupportedOperationException( in setSchema()
347 throw new UnsupportedOperationException( in setXIncludeAware()
369 throw new UnsupportedOperationException( in isXIncludeAware()
DDocumentBuilderFactory.java376 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/
DOldListIteratorTest.java61 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/
DNoArrayTest.java37 } catch (UnsupportedOperationException expected) { in assertNoArray()
43 } catch (UnsupportedOperationException expected) { in assertNoArray()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
DDirectDoubleBufferTest.java41 } catch (UnsupportedOperationException e) { in testArray()
49 } catch (UnsupportedOperationException e) { in testArrayOffset()
DDirectIntBufferTest.java41 } catch (UnsupportedOperationException e) { in testArray()
49 } catch (UnsupportedOperationException e) { in testArrayOffset()

12345678