Searched refs:server (Results 151 - 175 of 550) sorted by relevance

1234567891011>>

/external/chromium-trace/trace-viewer/
H A Drun_dev_server.py79 if self.server.next_deps_check < current_time:
82 self.server.deps = deps_generator.generate_deps_js()
95 self.server.next_deps_check = current_time + DEPS_CHECK_DELAY
99 self.send_header('Content-Length', len(self.server.deps))
101 self.wfile.write(self.server.deps)
156 server = Server(('', options.port), Handler)
158 server.serve_forever()
/external/dnsmasq/contrib/wrt/
H A Ddhcp_release.c17 to tell the local DHCP server to delete a particular lease.
250 struct in_addr server, lease; local
276 a DHCP server */
286 server = find_interface(lease, nl, if_nametoindex(argv[1]));
305 *(p++) = sizeof(server);
306 memcpy(p, &server, sizeof(server));
307 p += sizeof(server);
321 dest.sin_addr = server;
/external/smack/src/org/jivesoftware/smack/
H A DServerTrustManager.java37 * Trust manager that checks all certificates presented by the server. This class
51 * Holds the domain of the remote server we are trying to connect
53 private String server; field in class:ServerTrustManager
58 public ServerTrustManager(String server, ConnectionConfiguration configuration) { argument
60 this.server = server;
146 System.out.println("Accepting self-signed certificate of remote server: " +
161 // the server we desire to authenticate.
167 if (!server.endsWith(peerIdentity)) {
171 else if (!peerIdentities.contains(server)) {
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/
H A DJsonpRequestBuilderTest.java102 * Simple implementation of an HTTP server.
106 * Start an HTTP server that will serve one request and then terminate.
112 * @return The URL to the server.
116 HttpServer server = new HttpServer(timeoutMillis, response);
117 server.start();
118 return "http://localhost:" + server.serverSocket.getLocalPort() + "/";
/external/chromium_org/third_party/webrtc/base/
H A Dproxy_unittest.cc44 // Sets up a virtual socket server and HTTPS/SOCKS5 proxy servers.
73 // TODO: Make this a real HTTPS proxy server.
77 // Tests whether we can use a SOCKS5 proxy to connect to a server.
86 rtc::TestEchoServer server(Thread::Current(),
90 proxy_socket, SocketAddress(INADDR_ANY, 0), server.address());
97 EXPECT_EQ(server.address(), client.remote_address());
104 // Tests whether we can use a HTTPS proxy to connect to a server.
110 TestEchoServer server(Thread::Current(), SocketAddress());
112 EXPECT_TRUE(client.Connect(server.address()));
114 EXPECT_EQ(server
[all...]
H A Dhttprequest.cc58 // TODO: Rewrite this to use the thread's native socket server, and a more
85 SocketAddress server(host_, port_);
86 client_.set_server(server);
H A Dhttpserver.h61 // respond must be called on the server's active thread.
70 // Unless force is true, the server will complete sending a response that is
82 Connection(int connection_id, HttpServer* server);
127 void OnConnectionClosed(HttpServer* server, int connection_id,
/external/chromium_org/tools/usb_gadget/
H A Dhid_echo_gadget.py100 server.SwitchGadget(EchoGadget())
102 import server namespace
103 server.app.add_handlers('.*$', [
/external/chromium_org/chrome/browser/policy/test/
H A Dpolicy_testserver.py5 """A bare-bones test server for testing cloud policy support.
7 This implements a simple cloud policy test server that can be used to test
9 the file named device_management in the server's data directory. It contains
14 key "managed_users". It contains auth tokens for which the server will claim
104 # List of machines that trigger the server to send kiosk enrollment response
192 and encoding. It calls back into the server to lookup, register, and
196 def __init__(self, request, client_address, server):
202 server: The TestServer object to use for (un)registering clients.
205 client_address, server)
233 # This is not part of the standard DM server protoco
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_server.c24 * Description: GATT server implementation
181 HAL_CBACK(bt_gatt_callbacks, server->register_server_cb
199 HAL_CBACK(bt_gatt_callbacks, server->connection_cb,
209 HAL_CBACK(bt_gatt_callbacks, server->connection_cb,
221 HAL_CBACK(bt_gatt_callbacks, server->service_added_cb,
229 HAL_CBACK(bt_gatt_callbacks, server->included_service_added_cb,
241 HAL_CBACK(bt_gatt_callbacks, server->characteristic_added_cb,
255 HAL_CBACK(bt_gatt_callbacks, server->descriptor_added_cb,
265 HAL_CBACK(bt_gatt_callbacks, server->service_started_cb,
272 HAL_CBACK(bt_gatt_callbacks, server
[all...]
/external/chromium_org/native_client_sdk/src/tools/
H A Dhttpd.py27 # via this HTTP server. Everything in the directory is served, so there should
61 self.server.Shutdown(result)
64 # Browsing to ?quit=1 will kill the server cleanly.
76 """Class to start a local HTTP server as a child process."""
87 raise Exception('Unable to launch HTTP server.')
95 The result from the child (as an errorcode), or 0 if the server was
113 or the server was killed some other way (by KeyboardInterrupt for
133 """Send a message to the child HTTP server process and wait for it to
139 """Get the full url for a file on the local HTTP server.
157 be used to allow a client-side test to notify the server o
[all...]
/external/chromium_org/remoting/webapp/
H A Dsignal_strategy.js46 * @param {string} server
51 function(server, username, authToken) {
/external/chromium_org/sync/internal_api/
H A Dsyncapi_server_connection_manager.h54 SyncAPIServerConnectionManager(const std::string& server,
H A Dsyncapi_server_connection_manager.cc60 // We got a server response, copy over response codes and content.
84 const std::string& server,
89 : ServerConnectionManager(server,
83 SyncAPIServerConnectionManager( const std::string& server, int port, bool use_ssl, HttpPostProviderFactory* factory, CancelationSignal* cancelation_signal) argument
/external/chromium_org/sync/test/accounts_client/
H A Dtest_accounts_client.h33 // Creates a client associated with the given |server| URL (e.g.,
36 TestAccountsClient(const string& server,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A DMakefile13 $(shell $(PKG_CONFIG) --cflags-only-I pixman-1 xorg-server libdrm xproto dri2proto) \
/external/mesa3d/src/gallium/state_trackers/xorg/
H A DMakefile13 $(shell $(PKG_CONFIG) --cflags-only-I pixman-1 xorg-server libdrm xproto dri2proto) \
/external/mtpd/
H A Dmtpd.h48 /* The socket to the server. */
71 void create_socket(int family, int type, char *server, char *port);
84 /* Connect to the server and return the next timeout interval. */
/external/owasp/sanitizer/tools/
H A Dgooglecode_upload.py60 """Upload a file to a Google Code project's file server.
98 server = httplib.HTTPSConnection(upload_host)
99 server.request('POST', upload_uri, body, headers)
100 resp = server.getresponse()
101 server.close()
143 # The upload server determines the mime-type, no need to set it.
157 """Find credentials and upload a file to a Google Code project's file server.
251 print 'Google Code upload server said: %s (%s)' % (reason, status)
/external/chromium_org/net/quic/test_tools/
H A Dcrypto_test_utils.h79 QuicCryptoServerStream* server,
181 QuicCryptoServerStream* server);
H A Dcrypto_test_utils.cc200 QuicCryptoServerStream server(crypto_config, &server_session);
201 server_session.SetCryptoStream(&server);
206 CommunicateHandshakeMessages(client_conn, client, server_conn, &server);
208 CompareClientAndServerKeys(client, &server);
216 QuicCryptoServerStream* server,
252 client_conn, &client, server_conn, server, async_channel_id_source);
254 CompareClientAndServerKeys(&client, server);
264 server->crypto_negotiated_params().channel_id);
417 QuicCryptoServerStream* server) {
427 server
214 HandshakeWithFakeClient( PacketSavingConnection* server_conn, QuicCryptoServerStream* server, const FakeClientOptions& options) argument
415 CompareClientAndServerKeys( QuicCryptoClientStream* client, QuicCryptoServerStream* server) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Dnative_wayland_drm_bufmgr_helper.c10 #include <wayland-server.h>
11 #include <wayland-drm-server-protocol.h>
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Dnative_wayland_drm_bufmgr_helper.c10 #include <wayland-server.h>
11 #include <wayland-drm-server-protocol.h>
/external/valgrind/main/none/tests/
H A Dfdleak_ipv4.c13 void server () function
79 server();
/external/openssl/apps/
H A Ds_socket.c328 struct sockaddr_in server; local
333 memset((char *)&server,0,sizeof(server));
334 server.sin_family=AF_INET;
335 server.sin_port=htons((unsigned short)port);
337 server.sin_addr.s_addr=INADDR_ANY;
341 memcpy(&server.sin_addr.s_addr,ip,4);
343 memcpy(&server.sin_addr,ip,4);
359 if (bind(s,(struct sockaddr *)&server,sizeof(server))
[all...]

Completed in 1571 milliseconds

1234567891011>>