Home
last modified time | relevance | path

Searched defs:sf (Results 1 – 12 of 12) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DSSLSocketFactoryTest.java46 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/
DServerSocketFactoryTest.java36 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
DSocketFactoryTest.java43 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/
DHttpsURLConnection.annotated.java52 …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/
DOldSimpleFormatterTest.java25 SimpleFormatter sf = new SimpleFormatter(); field in OldSimpleFormatterTest
/libcore/ojluni/src/main/java/javax/net/ssl/
DHttpsURLConnection.java384 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/
DTestSSLSessions.java67 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in create() local
DTestSSLContext.java381 public static SSLSocketFactory clientAuth(final SSLSocketFactory sf, in clientAuth()
/libcore/luni/src/test/java/libcore/javax/net/ssl/
DSSLSocketFactoryTest.java110 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocketFactory_createSocket_withConsumedInputStream() local
/libcore/ojluni/src/main/java/sun/security/util/
DSignatureFileVerifier.java280 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/
DSSLSocketBenchmark.java72 private SocketFactory sf; field in SSLSocketBenchmark
/libcore/luni/src/main/java/javax/xml/validation/
DSchemaFactoryFinder.java171 SchemaFactory sf; in _newFactory() local