/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/ |
D | OpenJdkEndpointFactory.java | 30 factories.clientFactory, channelType, port, protocols, ciphers); in newClient() 41 final SSLSocketFactory clientFactory; field in OpenJdkEndpointFactory.Factories 45 private Factories(SSLSocketFactory clientFactory, SSLSocketFactory serverFactory, in Factories() argument 47 this.clientFactory = clientFactory; in Factories() 57 final SSLSocketFactory clientFactory = clientContext.getSocketFactory(); in newJdkFactories() local 60 return new Factories(clientFactory, serverFactory, serverSocketFactory); in newJdkFactories() 67 final SSLSocketFactory clientFactory = clientContext.getSocketFactory(); in newConscryptFactories() local 70 TestUtils.setUseEngineSocket(clientFactory, useEngineSocket); in newConscryptFactories() 73 return new Factories(clientFactory, serverFactory, serverSocketFactory); in newConscryptFactories()
|
D | JmhServerSocketBenchmark.java | 95 public EndpointFactory clientFactory() { in clientFactory() method in JmhServerSocketBenchmark.JmhConfig
|
D | JmhClientSocketBenchmark.java | 99 public EndpointFactory clientFactory() { in clientFactory() method in JmhClientSocketBenchmark.JmhConfig
|
/external/conscrypt/repackaged/benchmark-android/src/main/java/com/android/org/conscrypt/ |
D | AndroidEndpointFactory.java | 30 factories.clientFactory, channelType, port, protocols, ciphers); in newClient() 41 final SSLSocketFactory clientFactory; field in AndroidEndpointFactory.Factories 45 private Factories(SSLSocketFactory clientFactory, SSLSocketFactory serverFactory, in Factories() argument 47 this.clientFactory = clientFactory; in Factories() 57 final SSLSocketFactory clientFactory = clientContext.getSocketFactory(); in newConscryptFactories() local 60 TestUtils.setUseEngineSocket(clientFactory, useEngineSocket); in newConscryptFactories() 63 return new Factories(clientFactory, serverFactory, serverSocketFactory); in newConscryptFactories()
|
D | CaliperClientSocketBenchmark.java | 69 public EndpointFactory clientFactory() { in clientFactory() method in CaliperClientSocketBenchmark.CaliperConfig
|
/external/conscrypt/benchmark-android/src/main/java/org/conscrypt/ |
D | AndroidEndpointFactory.java | 28 factories.clientFactory, channelType, port, protocols, ciphers); in newClient() 39 final SSLSocketFactory clientFactory; field in AndroidEndpointFactory.Factories 43 private Factories(SSLSocketFactory clientFactory, SSLSocketFactory serverFactory, in Factories() argument 45 this.clientFactory = clientFactory; in Factories() 55 final SSLSocketFactory clientFactory = clientContext.getSocketFactory(); in newConscryptFactories() local 58 TestUtils.setUseEngineSocket(clientFactory, useEngineSocket); in newConscryptFactories() 61 return new Factories(clientFactory, serverFactory, serverSocketFactory); in newConscryptFactories()
|
D | CaliperClientSocketBenchmark.java | 67 public EndpointFactory clientFactory() { in clientFactory() method in CaliperClientSocketBenchmark.CaliperConfig
|
/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/ |
D | OkHttpTransportTest.java | 38 private ClientTransportFactory clientFactory = field in OkHttpTransportTest 48 clientFactory.close(); in releaseClientFactory() 81 return clientFactory.newClientTransport( in newClientTransport()
|
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/ |
D | NettyTransportTest.java | 39 private final ClientTransportFactory clientFactory = NettyChannelBuilder field in NettyTransportTest 54 clientFactory.close(); in releaseClientFactory() 95 return clientFactory.newClientTransport( in newClientTransport()
|
/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/ |
D | ClientSocketBenchmark.java | 37 EndpointFactory clientFactory(); in clientFactory() method 76 client = config.clientFactory().newClient( in ClientSocketBenchmark()
|
D | ServerSocketBenchmark.java | 42 EndpointFactory clientFactory(); in clientFactory() method 88 client = config.clientFactory().newClient( in ServerSocketBenchmark()
|
/external/conscrypt/repackaged/benchmark-base/src/main/java/com/android/org/conscrypt/ |
D | ClientSocketBenchmark.java | 39 EndpointFactory clientFactory(); in clientFactory() method 78 client = config.clientFactory().newClient( in ClientSocketBenchmark()
|
D | ServerSocketBenchmark.java | 44 EndpointFactory clientFactory(); in clientFactory() method 90 client = config.clientFactory().newClient( in ServerSocketBenchmark()
|