Searched refs:server (Results 251 - 275 of 550) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/libevent/
H A Devdns.c169 struct nameserver *ns; /* the server which we last sent it */
215 int failed_times; /* number of times which we have given this server a chance */
221 /* when we next probe this server. */
223 char state; /* zero if we think that this server is down */
224 char choked; /* true if we have an EAGAIN from this server's socket */
257 /* Represents a request that we've received as a DNS server, and holds */
310 static int global_max_reissues = 1; /* a reissue occurs when we get some errors from the server */
312 /* number of timeouts in a row before we consider this server to be down */
511 /* a different server. Requests in the waiting queue don't have a */
524 /* to another server */
1914 evdns_request_transmit_to(struct request *req, struct nameserver *server) argument
2041 const struct nameserver *server = server_head; local
2056 struct nameserver *server = server_head, *started_at = server_head; local
2116 const struct nameserver *server = server_head, *const started_at = server_head; local
3036 struct nameserver *server, *server_next; local
[all...]
/external/chromium_org/remoting/webapp/
H A Dformat_iq.js59 * Calculate the 'pretty' version of data from the |server| node.
61 * @param {Node} server Xml node with server info.
63 * @return {?string} Formatted server string. Null if error.
65 remoting.FormatIq.prototype.calcServerString = function(server) {
66 if (!this.verifyAttributes(server, 'host,udp,tcp,tcpssl')) {
69 var host = server.getAttribute('host');
70 var udp = server.getAttribute('udp');
71 var tcp = server.getAttribute('tcp');
72 var tcpssl = server
[all...]
H A Dxmpp_login_handler.js18 * @param {string} server Domain name of the server we are connecting to.
32 remoting.XmppLoginHandler = function(server,
40 this.server_ = server;
69 * client -> server: Stream header
70 * client -> server: <starttls>
72 * client <- server: Stream header with list of supported features which
75 * client <- server: <proceed>
78 * client -> server: Stream header
79 * client -> server
[all...]
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
H A DAppRTCClient.java51 * Uses the client<->server specifics of the apprtc AppEngine webapp.
256 for (PeerConnection.IceServer server : iceServers) {
257 if (server.uri.startsWith("turn:")) {
395 JSONObject server = servers.getJSONObject(i);
396 String url = server.getString("urls");
398 server.has("credential") ? server.getString("credential") : "";
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcall_main.cc222 DEFINE_string(s, "talk.google.com", "The connection server to use.");
226 DEFINE_bool(testserver, false, "Use test server.");
277 std::string server = FLAG_s; local
375 int colon = server.find(':');
377 host = server;
380 host = server.substr(0, colon);
381 port = atoi(server.substr(colon + 1).c_str());
487 Print(("Logging in to " + server + " as " + jid.Str() + "\n").c_str());
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dconductor.cc102 webrtc::PeerConnectionInterface::IceServer server; local
103 server.uri = GetPeerConnectionString();
104 servers.push_back(server);
304 void Conductor::StartLogin(const std::string& server, int port) { argument
307 server_ = server;
308 client_->Connect(server, port, GetPeerName());
421 // This way we can be sure that messages are sent to the server
H A Dmain_wnd.h45 virtual void StartLogin(const std::string& server, int port) = 0;
96 MainWnd(const char* server, int port, bool auto_connect, bool auto_call);
/external/chromium_org/third_party/mesa/src/docs/
H A DWL_bind_wayland_display.spec39 wl_buffer objects. On the server side, this extension also
82 To bind a server side wl_display to an EGLDisplay, call
87 To unbind a server side wl_display from an EGLDisplay, call
/external/mesa3d/docs/
H A DWL_bind_wayland_display.spec39 wl_buffer objects. On the server side, this extension also
82 To bind a server side wl_display to an EGLDisplay, call
87 To unbind a server side wl_display from an EGLDisplay, call
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnection.cc65 STUN, // Indicates a STUN server.
66 STUNS, // Indicates a STUN server used with a TLS session.
67 TURN, // Indicates a TURN server
68 TURNS, // Indicates a TURN server used with a TLS session.
187 webrtc::PeerConnectionInterface::IceServer server = configuration[i]; local
188 if (server.uri.empty()) {
194 rtc::tokenize(server.uri, '?', &tokens);
226 server.username = rtc::s_url_decode(tokens[0]);
255 if (server.username.empty()) {
260 server
[all...]
/external/chromium_org/third_party/tlslite/tests/
H A Dtlstest.py23 from http.server import HTTPServer, SimpleHTTPRequestHandler
57 server HOST:PORT DIRECTORY
398 server = xmlrpclib.Server('https://%s:%s' % address)
399 assert server.add(1,2) == 3
400 assert server.pow(2,4) == 16
404 server = xmlrpclib.Server('https://%s:%s' % address, transport)
405 assert server.add(1,2) == 3
406 assert server.pow(2,4) == 16
409 server = xmlrpclib.Server('http://%s:%s' % address, transport)
410 assert server
[all...]
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_config_service.cc157 std::string server = "http=" + JoinString(proxies, ",") + ",direct://;" local
161 config.proxy_rules().ParseFromString(server);
/external/chromium_org/sync/test/accounts_client/
H A Dtest_accounts_client.cc71 TestAccountsClient::TestAccountsClient(const string& server, argument
74 : server_(server), account_space_(account_space), usernames_(usernames) {
/external/chromium_org/tools/android/
H A Dadb_remote_setup.sh77 # Kill the adb server on the remote host.
78 ssh "$remote_host" "$remote_adb kill-server"
80 # Start the adb server locally.
81 adb start-server
85 # 8001: http server
86 # 9031: sync server
/external/chromium_org/tools/oopif/
H A Diframe_server.py5 """Test server for generating nested iframes with different sites.
7 Very simple python server for creating a bunch of iframes. The page generation
11 This server relies on gevent. On Ubuntu, install it via:
15 Run the server using
19 To use the server, run chrome as follows:
23 Change 127.0.0.1 to be the IP of the machine this server is running on. Then
222 server = pywsgi.WSGIServer(('', 8090), application) variable
224 server.serve_forever()
/external/chromium_org/tools/python/google/
H A Dhttpd_utils.py6 """A class to help start/stop a local apache http server."""
62 """Starts a local server on port 8000 using the basic configuration files.
65 document_root: If present, specifies the document root for the server;
67 output_dir: If present, specifies where to put server logs; otherwise,
99 """Calls the platform's stop command on a newly created server, forcing it
125 the server has been successfully started.
127 with server as well as stopped when server is stopped.
145 logging.info('Starting http server')
148 # Ensure that the server i
[all...]
/external/lldb/source/Plugins/
H A DAndroid.mk19 Platform/gdb-server \
/external/lldb/test/pexpect-2.4/
H A Dpxssh.py32 Example that runs a few commands on a remote server and prints the result::
61 off public key authentication. This will only work if the remote SSH server
161 def login (self,server,username,password='',terminal_type='ansi',original_prompt=r"[#$]",login_timeout=10,port=None,auto_prompt_reset=True):
163 """This logs the user into the given server. It uses the
168 prompt as exactly as possible to prevent false matches by server
170 disable the MOTD on the remote server by creating a zero-length file
171 called "~/.hushlogin" on the remote server. If a prompt cannot be found
191 cmd = "ssh %s -l %s %s" % (ssh_options, username, server)
193 # This does not distinguish between a remote server 'password' prompt
/external/ppp/pppd/
H A Dchap-new.c102 } server; variable in typeref:struct:chap_server_state
145 memset(&server, 0, sizeof(server));
173 struct chap_server_state *ss = &server;
185 struct chap_server_state *ss = &server;
201 struct chap_server_state *ss = &server;
517 struct chap_server_state *ss = &server;
548 struct chap_server_state *ss = &server;
/external/qemu/telephony/
H A Dtest2.c179 SysChannel server = _server; local
183 printf( "connection accepted for server channel, getting handler socket\n" );
184 handler = sys_channel_create_tcp_handler( server );
/external/valgrind/main/none/tests/
H A Dfdleak_cmsg.c36 void server (void) function
124 goto again; /* SIGCHLD from server exiting could interrupt */
159 server();
/external/chromium_org/jingle/notifier/base/
H A Dgaia_token_pre_xmpp_auth.cc67 const rtc::SocketAddress& server,
65 StartPreXmppAuth( const buzz::Jid& jid, const rtc::SocketAddress& server, const rtc::CryptString& pass, const std::string& auth_mechanism, const std::string& auth_token) argument
/external/chromium_org/native_client_sdk/src/doc/
H A DMakefile28 @echo " serve start python web server for chromesite docs"
/external/chromium_org/net/socket/
H A Dstream_listen_socket.h57 // |server| is the original listening Socket, connection is the new
59 virtual void DidAccept(StreamListenSocket* server,
H A Dtcp_listen_socket_unittest.h77 // Release the connection and server sockets
81 // verify the send/read from client to server
85 // verify a send/read from server to client
87 // verify multiple sends and reads from server to client.
93 virtual void DidAccept(StreamListenSocket* server,
122 // Port the server is using. Must have |lock_| to access. Set by Listen() on
123 // the server's thread.

Completed in 657 milliseconds

<<11121314151617181920>>