Home
last modified time | relevance | path

Searched defs:server (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
DCookiesTest.java66 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/
DSSLSocketImplTest.java67 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 …]
DSSLEngineImplTest.java75 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/
Dquic_server_peer.cc15 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/
Dssl_client_auth_cache.cc21 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/
Dhttp_server_properties_manager.cc149 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/
Dhttpserver_unittest.cc52 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
Dsocket_unittest.cc220 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/
Dhttpserver_unittest.cc58 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
Dsocket_unittest.cc203 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/
Dp224_spake_unittest.cc15 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/
DNanoWebSocketServerTest.java20 private NanoWebSocketServer server; field in NanoWebSocketServerTest
34 NanoWebSocketServer server = new NanoWebSocketServer(9090); in testMissingResponseFactoryThrowsErrorWithCorrectMessageOnServe() local
/external/chromium_org/chrome/browser/chromeos/
Dui_proxy_config.cc29 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/
DServerParser.java47 public ServerParser(String server) { in ServerParser()
68 Server server = new Server(); in parse() local
/external/chromium_org/net/http/
Dhttp_server_properties_impl.cc194 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/
DNativeCryptoTest.java1019 … 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/
Dcrypto_module_password_dialog_nss.cc53 const net::HostPortPair& server, in SlotUnlocker()
127 const net::HostPortPair& server, in UnlockSlotsIfNecessary()
142 const net::HostPortPair& server, in UnlockCertSlotIfNecessary()
Dcrypto_module_delegate_nss.cc16 const net::HostPortPair& server) in ChromeNSSCryptoModuleDelegate()
101 const net::HostPortPair& server) { in CreateCryptoModuleBlockingPasswordDelegate()
/external/chromium_org/v8/tools/testrunner/network/
Dendpoint.py43 def __init__(self, sock, server, ctx): argument
89 def Execute(workspace, ctx, tests, sock, server): argument
/external/chromium_org/v8/tools/testrunner/server/
Dstatus_handler.py55 def RequestTrustedPubkeys(peer, server): argument
71 def TryTransitiveTrust(peer, pubkey, server): argument
/external/chromium_org/third_party/WebKit/Source/platform/mediastream/
DRTCConfiguration.h70 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/
Djingle_info_request.cc70 for (const buzz::XmlElement* server = in OnResponse() local
91 for (const buzz::XmlElement* server = in OnResponse() local
/external/chromium_org/sync/internal_api/
Dsyncapi_server_connection_manager_unittest.cc76 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/
Djingleinfotask.cc114 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/
DHttpClientPool.java34 public org.apache.http.client.HttpClient getHttpClient(URL server); in getHttpClient()

12345678910>>...12