HomeSort by relevance Sort by last modified time
    Searched full:server (Results 151 - 175 of 7791) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_epoll.py 63 server, addr = self.serverSocket.accept()
65 self.connections.extend((client, server))
66 return client, server
88 server, client = self._connected_pair()
92 ep.register(server.fileno(), select.EPOLLIN | select.EPOLLOUT)
100 ep.register(server, select.EPOLLIN | select.EPOLLOUT)
119 ep.register(server, select.EPOLLIN | select.EPOLLOUT)
120 self.assertRaises(IOError, ep.register, server,
126 server, client = self._connected_pair()
131 ep2.register(server.fileno(), select.EPOLLIN | select.EPOLLOUT
    [all...]
  /development/samples/KeyChainDemo/res/values/
strings.xml 25 <string name="server_label">Simple SSL Web Server</string>
29 <string name="ticker_text">Starting KeyChainDemo SSL Server</string>
30 <string name="notification_title">KeyChainDemo SSL Server</string>
31 <string name="notification_message">Click to stop the server</string>
  /external/chromium/chrome/common/web_resource/
web_resource_unpacker.cc 11 "Data from web resource server is missing or not valid JSON.";
14 "Data from web resource server does not have expected format.";
24 // server. Change so the format is based on a template, once we have
25 // decided on final server format.
  /external/chromium/net/server/
http_server_request_info.cc 5 #include "net/server/http_server_request_info.h"
  /external/chromium/net/socket/
ssl_server_socket.h 26 // intended to be used as a standalone SSL server.
31 // Performs an SSL server handshake on the existing socket. The given socket
40 // Creates an SSL server socket using an already connected socket. A certificate
43 // This created server socket will take ownership of |socket|. However |key|
  /external/chromium_org/chrome/browser/resources/sync_internals/
traffic.html 4 <button id="traffic-to-text">Dump client server traffic to text</button>
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/network/chrome-firephp/
manifest.json 5 "description": "Extends the Developer Tools, adding support for parsing FirePHP messages from server",
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
pushMessaging.html 3 <h3 id="internal-server-error">Internal Server Error</h3>
6 The Push Messaging server responds with HTTP status code 500
7 (internal server error) if the app that calls the pushMessaging API
  /external/chromium_org/chrome/test/ext_auto/auto_provider/
background.js 5 // Kick off web server.
  /external/chromium_org/chrome/utility/
web_resource_unpacker.cc 11 "Data from web resource server is missing or not valid JSON.";
14 "Data from web resource server does not have expected format.";
24 // server. Change so the format is based on a template, once we have
25 // decided on final server format.
  /external/chromium_org/chromeos/test/data/network/
certificate-server-update.onc 8 "Type": "Server",
  /external/chromium_org/net/quic/crypto/
channel_id.cc 12 const char ChannelIDVerifier::kClientToServerStr[] = "client -> server";
  /external/chromium_org/net/tools/quic/
quic_server_bin.cc 16 // The port the quic server will listen on.
40 net::tools::QuicServer server; local
42 if (!server.Listen(net::IPEndPoint(ip, FLAGS_port))) {
47 server.WaitForEvents();
  /external/chromium_org/ppapi/examples/printing/
README.txt 2 associate the plugin with a MIME type your server returns.
  /external/chromium_org/sync/test/
local_sync_test_server.h 14 // Runs a Python-based sync test server on the same machine on which the
18 // Initialize a sync server that listens on localhost using ephemeral ports
22 // Initialize a sync server that listens on |port| for sync updates and
41 // Port on which the Sync XMPP server listens.
  /external/chromium_org/third_party/WebKit/ManualTests/
xhr-failure-behind-alert.html 1 Connecting to a server that doesn't respond.
  /external/chromium_org/third_party/safe_browsing/
README.chromium 8 This is the safebrowsing testing server that could be used to
  /external/dnsmasq/contrib/Solaris10/
dnsmasq.xml 26 <dependent name='dnsmasq_multi-user-server'
29 <service_fmri value='svc:/milestone/multi-user-server' />
52 <loctext xml:lang='C'>dnsmasq server</loctext>
56 dnsmasq - A lightweight DHCP and caching DNS server.
  /external/nist-sip/java/gov/nist/javax/sip/
ServerTransactionExt.java 9 * incoming CANCEL server transaction.
  /external/nist-sip/java/javax/sip/header/
ServerHeader.java 8 String NAME = "Server";
  /external/openssh/
PROTOCOL.mux 4 Most messages from the client to the server contain a "request id" field.
53 If successful, the server will reply with MUX_S_SESSION_OPENED
62 Once the server has received the fds, it will respond with MUX_S_OK
64 session to end. When it does, the server will send an exit status
74 server disconnecting without sending an exit message.
85 The client may request a health check/PID report from a server:
90 The server replies with:
94 uint32 server pid
103 The server will reply with one of MUX_S_OK or MUX_S_PERMISSION_DENIED.
119 A server may reply with a MUX_S_OK, a MUX_S_REMOTE_PORT,
    [all...]
  /external/openssh/regress/
runtests.sh 10 TEST_SSH_SFTPSERVER=../sftp-server
  /external/wpa_supplicant_8/hostapd/
wired.conf 21 # for IEEE 802.1X with external Authentication Server, IEEE 802.11
28 # a unique to the NAS within the scope of the RADIUS server. For example, a
32 # RADIUS authentication server
37 # RADIUS accounting server
  /external/wpa_supplicant_8/src/ap/
authsrv.h 2 * Authentication server setup
  /frameworks/base/docs/html/google/gcm/
client.jd 12 <li><a href="server.html">GCM Server</a></li>
20 <p>A full GCM implementation requires both a client implementation and a server-side implementation. For a step-by-step guide to creating a complete sample implementation that includes both client and server, see <a href="gs.html">Getting Started</a>. </p>

Completed in 987 milliseconds

1 2 3 4 5 67 8 91011>>