Home
last modified time | relevance | path

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

/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
173 SocketFactory sf = SocketFactory.getDefault(); in test_createSocket_05() local
214 SocketFactory sf = SocketFactory.getDefault(); in test_getDefault() local
/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
118 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_getDefaultCipherSuites() local
131 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_getSupportedCipherSuites() local
DHttpsURLConnectionTest.java103 SSLSocketFactory sf = HttpsURLConnection.getDefaultSSLSocketFactory(); in test_getDefaultSSLSocketFactory() local
193 SSLSocketFactory sf = con.getSSLSocketFactory(); in test_getSSLSocketFactory() local
/libcore/luni/src/test/java/libcore/javax/net/ssl/
DSSLSocketFactoryTest.java49 SocketFactory sf = SSLSocketFactory.getDefault(); in test_SSLSocketFactory_getDefault() local
218 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocketFactory_getDefaultCipherSuitesReturnsCopies() local
223 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocketFactory_getSupportedCipherSuitesReturnsCopies() local
229 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocketFactory_createSocket() local
236 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocketFactory_createSocket() local
247 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocketFactory_createSocket() local
DSSLSocketTest.java76 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getSupportedCipherSuites_returnsCopies() local
198 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getEnabledCipherSuites_returnsCopies() local
204 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledCipherSuites_storesCopy() local
214 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledCipherSuites() local
244 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getSupportedProtocols_returnsCopies() local
250 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getEnabledProtocols_returnsCopies() local
256 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledProtocols_storesCopy() local
266 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledProtocols() local
305 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getSession() local
947 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getSSLParameters() local
[all …]
DSSLContextTest.java431 SocketFactory sf = sslContext.getSocketFactory(); in test_SSLContext_getSocketFactory() local
/libcore/luni/src/test/java/libcore/java/util/logging/
DOldSimpleFormatterTest.java25 SimpleFormatter sf = new SimpleFormatter(); field in OldSimpleFormatterTest
/libcore/luni/src/main/java/javax/net/ssl/
DHttpsURLConnection.java150 public static void setDefaultSSLSocketFactory(SSLSocketFactory sf) { in setDefaultSSLSocketFactory()
287 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.java271 public static SSLSocketFactory clientAuth(final SSLSocketFactory sf, in clientAuth()
/libcore/benchmarks/src/benchmarks/regression/
DSSLSocketBenchmark.java72 private SocketFactory sf; field in SSLSocketBenchmark
DReflectionBenchmark.java160 public static int sf = 0; field in ReflectionBenchmark.C
/libcore/luni/src/main/java/javax/xml/validation/
DSchemaFactoryFinder.java156 SchemaFactory sf; in _newFactory() local