Searched defs:server (Results 1 - 25 of 241) sorted by relevance

12345678910

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/config/
H A Dirc.py26 server = "irc.freenode.net" variable
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/
H A DHttpClientPool.java34 public org.apache.http.client.HttpClient getHttpClient(URL server); argument
/external/chromium_org/jingle/notifier/base/
H A Dserver_information.cc12 const net::HostPortPair& server, SslTcpSupport ssltcp_support)
13 : server(server), ssltcp_support(ssltcp_support) {
14 DCHECK(!server.host().empty());
15 DCHECK_GT(server.port(), 0);
25 server.Equals(other.server) &&
11 ServerInformation( const net::HostPortPair& server, SslTcpSupport ssltcp_support) argument
H A Dserver_information.h5 // A utility struct for storing the information for an XMPP server.
19 ServerInformation(const net::HostPortPair& server,
26 net::HostPortPair server; member in struct:notifier::ServerInformation
/external/chromium_org/net/tools/quic/test_tools/
H A Dquic_server_peer.cc15 bool QuicServerPeer::SetSmallSocket(QuicServer* server) { argument
18 server->fd_, SOL_SOCKET, SO_RCVBUF, &size, sizeof(size)) != -1;
22 void QuicServerPeer::DisableRecvmmsg(QuicServer* server) { argument
23 server->use_recvmmsg_ = false;
27 QuicDispatcher* QuicServerPeer::GetDispatcher(QuicServer* server) { argument
28 return server->dispatcher_.get();
H A Dquic_dispatcher_peer.cc43 const IPEndPoint& server,
46 server,
40 CreateQuicConnection( QuicDispatcher* dispatcher, QuicConnectionId connection_id, const IPEndPoint& server, const IPEndPoint& client) argument
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Dabstractlocalservercommand.py32 server = None variable in class:AbstractLocalServerCommand
37 make_option("--httpd-port", action="store", type="int", default=8127, help="Port to use for the HTTP server"),
38 make_option("--no-show-results", action="store_false", default=True, dest="show_results", help="Don't launch a browser with the rebaseline server"),
49 print "Starting server at %s" % server_url
56 httpd = self.server(httpd_port=options.httpd_port, config=config) # pylint: disable=E1102
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dnatserver_main.cc52 NATServer* server = new NATServer(NAT_OPEN_CONE, ss, internal, ss, external); local
53 server = server;
H A Dmacsocketserver_unittest.cc54 MacCFSocketServer server; local
56 server.Wait(1000, true);
62 MacCFSocketServer server; local
63 WakeThread thread(&server);
66 server.Wait(10000, true);
72 MacCarbonSocketServer server; local
74 server.Wait(1000, true);
80 MacCarbonSocketServer server; local
81 WakeThread thread(&server);
84 server
90 MacCarbonAppSocketServer server; local
98 MacCarbonAppSocketServer server; local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/examples/stunserver/
H A Dstunserver_main.cc60 StunServer* server = new StunServer(server_socket); local
66 delete server;
/external/nanohttpd/webserver/src/main/java/fi/iki/elonen/
H A DServerRunner.java14 public static void executeInstance(NanoHTTPD server) { argument
16 server.start();
18 System.err.println("Couldn't start server:\n" + ioe);
29 server.stop();
/external/nanohttpd/websocket/src/test/java/fi/iki/elonen/
H A DNanoWebSocketServerTest.java20 private NanoWebSocketServer server; field in class:NanoWebSocketServerTest
24 server = new NanoWebSocketServer(9090);
29 server.openWebSocket(session);
34 NanoWebSocketServer server = new NanoWebSocketServer(9090);
36 server.openWebSocket(session);
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DServerParser.java45 * @param server the header to parse
47 public ServerParser(String server) { argument
48 super(server);
60 * parse the String server
68 Server server = new Server();
79 server.addProductToken('(' + comment + ')');
89 server.addProductToken(tok);
93 server.addProductToken(tok);
104 return server;
109 String server[]
[all...]
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DServerHandshakeImplTest.java39 private ServerHandshakeImpl server; field in class:ServerHandshakeImplTest
56 server = new ServerHandshakeImpl(new SSLEngineImpl(sslParameters));
61 SSLRecordProtocol recordProtocol = new SSLRecordProtocol(server,
81 server.unwrap(encodedClientHello);
82 server.getTask().run(); // process client hello in delegated task
83 server.wrap(); // modelling of server respond sending
85 assertFalse(server.isResuming);
89 server.unwrap(encodedClientHello);
96 server
[all...]
/external/chromium_org/chrome/browser/net/spdyproxy/
H A Ddata_reduction_proxy_chrome_configurator_unittest.cc33 std::string server; local
37 dict->GetString("server", &server);
38 ASSERT_EQ(expected_server, server);
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dpreview.py10 # There are two modes: server- and render- mode. The default is server, in which
21 # and for profiling the server. For example,
29 # Copy all the files necessary to run the server. These are cleaned up when the
30 # server quits.
45 # Sanitize path to guarantee that it stays within the server.
66 description='Runs a server to preview the extension documentation.',
69 help='port to run the server on')
72 'the server, e.g. apps/storage.html. The path may optionally end '
117 server variable in class:_RequestHandler
[all...]
/external/chromium_org/crypto/
H A Dp224_spake_unittest.cc15 P224EncryptedKeyExchange* server) {
20 server_message = server->GetMessage();
24 server_result = server->ProcessMessage(client_message);
54 P224EncryptedKeyExchange server(
57 EXPECT_TRUE(RunExchange(&client, &server));
58 EXPECT_EQ(client.GetKey(), server.GetKey());
65 P224EncryptedKeyExchange server(
69 EXPECT_FALSE(RunExchange(&client, &server));
78 P224EncryptedKeyExchange server(
89 server_message = server
14 RunExchange(P224EncryptedKeyExchange* client, P224EncryptedKeyExchange* server) argument
[all...]
/external/chromium_org/jingle/notifier/communicator/
H A Dconnection_settings.h28 ConnectionSettings(const talk_base::SocketAddress& server,
41 talk_base::SocketAddress server; member in struct:notifier::ConnectionSettings
50 // is set, for each server that supports SSLTCP, the
/external/chromium_org/net/quic/
H A Dport_suggester.cc12 PortSuggester::PortSuggester(const HostPortPair& server, uint64 seed) argument
17 reinterpret_cast<const unsigned char*>(server.host().data()),
18 server.host().length(), hash_bytes);
21 seed_ ^= seed ^ server.port();
/external/chromium_org/net/server/
H A Dhttp_connection.cc5 #include "net/server/http_connection.h"
7 #include "net/server/http_server.h"
8 #include "net/server/http_server_response_info.h"
9 #include "net/server/web_socket.h"
32 HttpConnection::HttpConnection(HttpServer* server, argument
34 : server_(server),
/external/chromium_org/net/ssl/
H A Dssl_client_auth_cache.cc21 const HostPortPair& server,
25 AuthCacheMap::iterator iter = cache_.find(server);
33 void SSLClientAuthCache::Add(const HostPortPair& server, argument
35 cache_[server] = value;
40 void SSLClientAuthCache::Remove(const HostPortPair& server) { argument
41 cache_.erase(server);
20 Lookup( const HostPortPair& server, scoped_refptr<X509Certificate>* certificate) argument
/external/chromium_org/net/tools/quic/
H A Dquic_server_bin.cc19 // The port the quic server will listen on.
61 net::tools::QuicServer server; local
63 if (!server.Listen(net::IPEndPoint(ip, FLAGS_port))) {
68 server.WaitForEvents();
/external/chromium_org/sync/test/accounts_client/
H A Dtest_accounts_client_unittest.cc41 NoNetworkTestAccountsClient(const string& server, argument
44 : TestAccountsClient(server, account_space, usernames) {}
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebRTCConfiguration.cpp98 WebRTCICEServer WebRTCConfiguration::server(size_t index) const function in class:blink::WebRTCConfiguration
101 return WebRTCICEServer(m_private->server(index));
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Duri.h37 char *server; /* the server part */ member in struct:_xmlURI

Completed in 8240 milliseconds

12345678910