Home
last modified time | relevance | path

Searched defs:con (Results 1 – 6 of 6) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DHttpsURLConnectionTest.java66 HttpsURLConnection con = new MyHttpsURLConnection(new URL("https://www.fortify.net/")); in test_getCipherSuite() local
82 … HttpsURLConnection con = new MyHttpsURLConnection(new URL("https://www.fortify.net/"), "X.508"); in test_getLocalCertificates() local
114 HttpsURLConnection con = new MyHttpsURLConnection( in test_getHostnameVerifier() local
134 … HttpsURLConnection con = new MyHttpsURLConnection(new URL("https://www.fortify.net/"), "X.508"); in test_getLocalPrincipal() local
151 … HttpsURLConnection con = new MyHttpsURLConnection(new URL("https://www.fortify.net/"), "X.508"); in test_getPeerPrincipal() local
175 … HttpsURLConnection con = new MyHttpsURLConnection(new URL("https://www.fortify.net/"), "X.508"); in test_getServerCertificates() local
192 HttpsURLConnection con = new MyHttpsURLConnection(null); in test_getSSLSocketFactory() local
222 HttpsURLConnection con = new MyHttpsURLConnection(null); in test_setHostnameVerifier() local
250 HttpsURLConnection con = new MyHttpsURLConnection(null); in test_setSSLSocketFactory() local
/libcore/luni/src/main/java/javax/sql/
DStatementEvent.java47 public StatementEvent(PooledConnection con, PreparedStatement statement, in StatementEvent()
62 public StatementEvent(PooledConnection con, PreparedStatement statement) { in StatementEvent()
/libcore/luni/src/test/java/libcore/java/net/
DOldURLTest.java608 URLConnection con = arg0.openConnection(); in openConnection() local
639 URLConnection con = arg0.openConnection(); in openConnection() local
/libcore/luni/src/test/java/libcore/java/sql/
DOldConnectionTest.java243 Connection con = md.getConnection(); in testGetMetaData() local
/libcore/luni/src/main/java/java/util/
DResourceBundle.java919 URLConnection con = url.openConnection(); in newBundle() local
/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataTest.java430 Connection con = meta.getConnection(); in test_getConnection() local