Home
last modified time | relevance | path

Searched defs:TestConnection (Results 1 – 3 of 3) sorted by relevance

/external/libmojo/mojo/public/js/
Dconnection.js70 function TestConnection(handle, localFactory, remoteFactory) { class
79 TestConnection.prototype = Object.create(Connection.prototype); class
/external/conscrypt/platform/src/test/java/org/conscrypt/
DOpenSSLSocketImplTest.java195 class TestConnection { class in OpenSSLSocketImplTest
205 public TestConnection(X509Certificate[] chain, PrivateKey key) throws Exception { in TestConnection() method in OpenSSLSocketImplTest.TestConnection
209 public TestConnection(X509Certificate[] chain, PrivateKey key, boolean useTrustManagerImpl) in TestConnection() method in OpenSSLSocketImplTest.TestConnection
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DOpenSSLSocketImplTest.java162 class TestConnection { class in OpenSSLSocketImplTest
172 public TestConnection(X509Certificate[] chain, PrivateKey key) throws Exception { in TestConnection() method in OpenSSLSocketImplTest.TestConnection