/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
D | CookiesTest.java | 66 MockWebServer server = new MockWebServer(); in testNetscapeResponse() local 94 MockWebServer server = new MockWebServer(); in testRfc2109Response() local 124 MockWebServer server = new MockWebServer(); in testRfc2965Response() local 158 MockWebServer server = new MockWebServer(); in testQuotedAttributeValues() local 190 MockWebServer server = new MockWebServer(); in testSendingCookiesFromStore() local 269 MockWebServer server = new MockWebServer(); in testHeadersSentToCookieHandler() local 318 MockWebServer server = new MockWebServer(); in testCookiesSentIgnoresCase() local 344 private Map<String,List<String>> get(MockWebServer server, String path) throws Exception { in get()
|
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
D | SSLSocketImplTest.java | 67 Server server = null; in testSSLSocketImpl1() local 133 Server server = null; in testSSLSocketImpl2() local 197 Server server = null; in testSSLSocketImpl3() local 264 Server server = null; in testSSLSocketImpl4() local 330 Server server = null; in testSSLSocketImpl5() local 620 private final ServerSocket server; field in SSLSocketImplTest.Server 678 Server server = null; in testSetGetUseClientMode() local 797 Server server = null; in testGetSession() local 912 Server server = null; in testStartHandshake() local 974 Server server = null; in testGetInputStream() local [all …]
|
D | SSLEngineImplTest.java | 75 SSLEngine server = getEngine(); in testSelfInteraction() local 90 SSLEngine server = getEngine(); in testHandshake() local 497 SSLEngine server = getEngine(); in testCloseInbound2() local 590 SSLEngine server = getEngine(); in testErrorProcessing() local 711 SSLEngine server) throws Exception { in doHandshake() 730 SSLEngine server) throws Exception { in doHandshakeImpl() 1032 SSLEngine server) throws Exception { in doDataExchange() 1128 private void doClose(SSLEngine client, SSLEngine server) throws Exception { in doClose() 1370 private void initEngines(SSLEngine client, SSLEngine server) { in initEngines()
|
/external/chromium_org/net/tools/quic/test_tools/ |
D | quic_server_peer.cc | 15 bool QuicServerPeer::SetSmallSocket(QuicServer* server) { in SetSmallSocket() 22 void QuicServerPeer::DisableRecvmmsg(QuicServer* server) { in DisableRecvmmsg() 27 QuicDispatcher* QuicServerPeer::GetDispatcher(QuicServer* server) { in GetDispatcher()
|
/external/chromium_org/net/ssl/ |
D | ssl_client_auth_cache.cc | 21 const HostPortPair& server, in Lookup() 33 void SSLClientAuthCache::Add(const HostPortPair& server, in Add() 40 void SSLClientAuthCache::Remove(const HostPortPair& server) { in Remove()
|
/external/chromium_org/chrome/browser/net/ |
D | http_server_properties_manager.cc | 149 const net::HostPortPair& server) { in SupportsSpdy() 155 const net::HostPortPair& server, in SetSupportsSpdy() 164 const net::HostPortPair& server) { in HasAlternateProtocol() 171 const net::HostPortPair& server) { in GetAlternateProtocol() 177 const net::HostPortPair& server, in SetAlternateProtocol() 187 const net::HostPortPair& server) { in SetBrokenAlternateProtocol() 194 const net::HostPortPair& server) { in WasAlternateProtocolRecentlyBroken() 201 const net::HostPortPair& server) { in ConfirmAlternateProtocol() 208 const net::HostPortPair& server) { in ClearAlternateProtocol() 357 net::HostPortPair server = net::HostPortPair::FromString(server_str); in UpdateCacheFromPrefsOnUI() local [all …]
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | httpserver_unittest.cc | 52 void CreateClientConnection(HttpServer& server, in CreateClientConnection() 70 HttpServer server; in TEST() local 84 HttpServer server; in TEST() local 96 HttpServer server; in TEST() local 113 HttpServer server; in TEST() local
|
D | socket_unittest.cc | 220 scoped_ptr<AsyncSocket> server( in ConnectInternal() local 273 scoped_ptr<AsyncSocket> server( in ConnectWithDnsLookupInternal() local 321 scoped_ptr<AsyncSocket> server( in ConnectFailInternal() local 354 scoped_ptr<AsyncSocket> server( in ConnectWithDnsLookupFailInternal() local 387 scoped_ptr<AsyncSocket> server( in ConnectWithClosedSocketInternal() local 406 scoped_ptr<AsyncSocket> server( in ConnectWhileNotClosedInternal() local 455 scoped_ptr<AsyncSocket> server( in ServerCloseDuringConnectInternal() local 484 scoped_ptr<AsyncSocket> server( in ClientCloseDuringConnectInternal() local 522 scoped_ptr<AsyncSocket> server( in ServerCloseInternal() local 597 scoped_ptr<AsyncSocket> server( in CloseInClosedCallbackInternal() local [all …]
|
/external/chromium_org/third_party/webrtc/base/ |
D | httpserver_unittest.cc | 58 void CreateClientConnection(HttpServer& server, in CreateClientConnection() 76 HttpServer server; in TEST() local 90 HttpServer server; in TEST() local 102 HttpServer server; in TEST() local 119 HttpServer server; in TEST() local
|
D | socket_unittest.cc | 203 scoped_ptr<AsyncSocket> server( in ConnectInternal() local 256 scoped_ptr<AsyncSocket> server( in ConnectWithDnsLookupInternal() local 304 scoped_ptr<AsyncSocket> server( in ConnectFailInternal() local 337 scoped_ptr<AsyncSocket> server( in ConnectWithDnsLookupFailInternal() local 370 scoped_ptr<AsyncSocket> server( in ConnectWithClosedSocketInternal() local 389 scoped_ptr<AsyncSocket> server( in ConnectWhileNotClosedInternal() local 438 scoped_ptr<AsyncSocket> server( in ServerCloseDuringConnectInternal() local 467 scoped_ptr<AsyncSocket> server( in ClientCloseDuringConnectInternal() local 505 scoped_ptr<AsyncSocket> server( in ServerCloseInternal() local 580 scoped_ptr<AsyncSocket> server( in CloseInClosedCallbackInternal() local [all …]
|
/external/chromium_org/crypto/ |
D | p224_spake_unittest.cc | 15 P224EncryptedKeyExchange* server) { in RunExchange() 54 P224EncryptedKeyExchange server( in TEST() local 65 P224EncryptedKeyExchange server( in TEST() local 78 P224EncryptedKeyExchange server( in TEST() local
|
/external/nanohttpd/websocket/src/test/java/fi/iki/elonen/ |
D | NanoWebSocketServerTest.java | 20 private NanoWebSocketServer server; field in NanoWebSocketServerTest 34 NanoWebSocketServer server = new NanoWebSocketServer(9090); in testMissingResponseFactoryThrowsErrorWithCorrectMessageOnServe() local
|
/external/chromium_org/chrome/browser/chromeos/ |
D | ui_proxy_config.cc | 29 void UIProxyConfig::SetSingleProxy(const net::ProxyServer& server) { in SetSingleProxy() 35 const net::ProxyServer& server) { in SetProxyForScheme() 154 const net::ProxyServer& server, in EncodeAndAppendProxyServer()
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | ServerParser.java | 47 public ServerParser(String server) { in ServerParser() 68 Server server = new Server(); in parse() local
|
/external/chromium_org/net/http/ |
D | http_server_properties_impl.cc | 194 const HostPortPair& server) { in HasAlternateProtocol() 203 const HostPortPair& server) { in GetCanonicalSuffix() 217 const HostPortPair& server) { in GetAlternateProtocol() 236 const HostPortPair& server, in SetAlternateProtocol() 289 const HostPortPair& server) { in SetBrokenAlternateProtocol() 314 const HostPortPair& server) { in WasAlternateProtocolRecentlyBroken() 319 const HostPortPair& server) { in ConfirmAlternateProtocol() 324 const HostPortPair& server) { in ClearAlternateProtocol()
|
/external/conscrypt/src/test/java/org/conscrypt/ |
D | NativeCryptoTest.java | 1019 … Future<TestSSLHandshakeCallbacks> server = handshake(listener, 0, false, sHooks, null, null); in test_SSL_do_handshake_normal() local 1059 … Future<TestSSLHandshakeCallbacks> server = handshake(listener, 0, false, sHooks, null, null); in test_SSL_do_handshake_optional_client_certificate() local 1111 Future<TestSSLHandshakeCallbacks> server = handshake(listener, 0, false, sHooks, null, in test_SSL_do_handshake_missing_required_certificate() local 1175 … Future<TestSSLHandshakeCallbacks> server = handshake(listener, 0, false, sHooks, null, null); in test_SSL_do_handshake_clientCertificateRequested_throws_after_renegotiate() local 1195 Future<TestSSLHandshakeCallbacks> server = handshake(listener, -1, false, sHooks, null, in test_SSL_do_handshake_client_timeout() local 1219 … Future<TestSSLHandshakeCallbacks> server = handshake(listener, 1, false, sHooks, null, null); in test_SSL_do_handshake_server_timeout() local 1244 … Future<TestSSLHandshakeCallbacks> server = handshake(listener, 0, false, sHooks, null, null); in test_SSL_do_handshake_with_channel_id_normal() local 1277 … Future<TestSSLHandshakeCallbacks> server = handshake(listener, 0, false, sHooks, null, null); in test_SSL_do_handshake_with_channel_id_not_supported_by_server() local 1310 … Future<TestSSLHandshakeCallbacks> server = handshake(listener, 0, false, sHooks, null, null); in test_SSL_do_handshake_with_channel_id_not_enabled_by_client() local 1340 Future<TestSSLHandshakeCallbacks> server = in test_SSL_do_handshake_with_psk_normal() local [all …]
|
/external/chromium_org/chrome/browser/ui/ |
D | crypto_module_password_dialog_nss.cc | 53 const net::HostPortPair& server, in SlotUnlocker() 127 const net::HostPortPair& server, in UnlockSlotsIfNecessary() 142 const net::HostPortPair& server, in UnlockCertSlotIfNecessary()
|
D | crypto_module_delegate_nss.cc | 16 const net::HostPortPair& server) in ChromeNSSCryptoModuleDelegate() 101 const net::HostPortPair& server) { in CreateCryptoModuleBlockingPasswordDelegate()
|
/external/chromium_org/v8/tools/testrunner/network/ |
D | endpoint.py | 43 def __init__(self, sock, server, ctx): argument 89 def Execute(workspace, ctx, tests, sock, server): argument
|
/external/chromium_org/v8/tools/testrunner/server/ |
D | status_handler.py | 55 def RequestTrustedPubkeys(peer, server): argument 71 def TryTransitiveTrust(peer, pubkey, server): argument
|
/external/chromium_org/third_party/WebKit/Source/platform/mediastream/ |
D | RTCConfiguration.h | 70 void appendServer(PassRefPtr<RTCIceServer> server) { m_servers.append(server); } in appendServer() 72 RTCIceServer* server(size_t index) { return m_servers[index].get(); } in server() function
|
/external/chromium_org/remoting/jingle_glue/ |
D | jingle_info_request.cc | 70 for (const buzz::XmlElement* server = in OnResponse() local 91 for (const buzz::XmlElement* server = in OnResponse() local
|
/external/chromium_org/sync/internal_api/ |
D | syncapi_server_connection_manager_unittest.cc | 76 SyncAPIServerConnectionManager server( in TEST() local 93 SyncAPIServerConnectionManager server( in TEST() local 111 SyncAPIServerConnectionManager server( in TEST() local
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
D | jingleinfotask.cc | 114 for (const XmlElement *server = stun->FirstNamed(QN_JINGLE_INFO_SERVER); in ProcessStart() local 127 for (const XmlElement *server = relay->FirstNamed(QN_JINGLE_INFO_SERVER); in ProcessStart() local
|
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/ |
D | HttpClientPool.java | 34 public org.apache.http.client.HttpClient getHttpClient(URL server); in getHttpClient()
|