/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
D | SSLSocketFactoryTest.java | 46 SocketFactory sf = SSLSocketFactory.getDefault(); in test_Constructor() local 65 SSLSocketFactory sf = (SSLSocketFactory)SSLSocketFactory.getDefault(); in test_createSocket() local 108 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_getDefaultCipherSuites() local 121 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_getSupportedCipherSuites() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ |
D | ServerSocketFactoryTest.java | 36 ServerSocketFactory sf = new MyServerSocketFactory(); in test_Constructor() local 40 ServerSocketFactory sf = ServerSocketFactory.getDefault(); in test_createServerSocket() local 47 ServerSocketFactory sf = ServerSocketFactory.getDefault(); in test_createServerSocket_I() local 67 ServerSocketFactory sf = ServerSocketFactory.getDefault(); in test_createServerSocket_II() local 87 ServerSocketFactory sf = ServerSocketFactory.getDefault(); in test_createServerSocket_IIInetAddress() local
|
D | SocketFactoryTest.java | 43 SocketFactory sf = SocketFactory.getDefault(); in test_createSocket() local 59 SocketFactory sf = SocketFactory.getDefault(); in test_createSocket_StringI() local 96 SocketFactory sf = SocketFactory.getDefault(); in test_createSocket_InetAddressI() local 127 SocketFactory sf = SocketFactory.getDefault(); in test_createSocket_InetAddressIInetAddressI() local 154 SocketFactory sf = SocketFactory.getDefault(); in test_createSocket_InetAddressIInetAddressI_IllegalArgumentException() local 183 SocketFactory sf = SocketFactory.getDefault(); in test_createSocket_InetAddressIInetAddressI_ExceptionOrder() local 213 SocketFactory sf = SocketFactory.getDefault(); in test_createSocket_05() local 254 SocketFactory sf = SocketFactory.getDefault(); in test_getDefault() local
|
/libcore/ojluni/annotations/mmodule/javax/net/ssl/ |
D | HttpsURLConnection.annotated.java | 52 …public static void setDefaultSSLSocketFactory(javax.net.ssl.SSLSocketFactory sf) { throw new Runti… in setDefaultSSLSocketFactory() 56 …public void setSSLSocketFactory(javax.net.ssl.SSLSocketFactory sf) { throw new RuntimeException("S… in setSSLSocketFactory()
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
D | OldSimpleFormatterTest.java | 25 SimpleFormatter sf = new SimpleFormatter(); field in OldSimpleFormatterTest
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
D | HttpsURLConnection.java | 384 public static void setDefaultSSLSocketFactory(SSLSocketFactory sf) { in setDefaultSSLSocketFactory() 433 public void setSSLSocketFactory(SSLSocketFactory sf) { in setSSLSocketFactory()
|
/libcore/support/src/test/java/libcore/javax/net/ssl/ |
D | TestSSLSessions.java | 67 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in create() local
|
D | TestSSLContext.java | 381 public static SSLSocketFactory clientAuth(final SSLSocketFactory sf, in clientAuth()
|
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
D | SSLSocketFactoryTest.java | 110 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocketFactory_createSocket_withConsumedInputStream() local
|
/libcore/ojluni/src/main/java/sun/security/util/ |
D | SignatureFileVerifier.java | 280 Manifest sf = new Manifest(); in processImpl() local 351 private boolean verifyManifestHash(Manifest sf, in verifyManifestHash() 396 private boolean verifyManifestMainAttrs(Manifest sf, in verifyManifestMainAttrs()
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | SSLSocketBenchmark.java | 72 private SocketFactory sf; field in SSLSocketBenchmark
|
/libcore/luni/src/main/java/javax/xml/validation/ |
D | SchemaFactoryFinder.java | 171 SchemaFactory sf; in _newFactory() local
|