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

<<11121314151617181920>>

  /external/chromium_org/net/test/
openssl_helper.cc 16 // Server Name Indication callback from OpenSSL
195 SSL* server = SSL_new(ctx); local
197 SSL_set_bio(server, bio, bio);
200 SSL_set_session_id_context(server, (unsigned char*) &connections,
206 const int ret = SSL_accept(server);
210 err = SSL_get_error(server, ret);
215 server, !snap_start_recovery);
231 SSL_get0_next_proto_negotiated(server, &data, &len);
247 int ret = SSL_read(server, buffer, sizeof(buffer));
249 err = SSL_get_error(server, ret)
    [all...]
  /external/chromium_org/sandbox/win/src/
sharedmem_ipc_server.h 17 // This is the server side
19 // The server side has knowledge about the layout of the shared memory
22 // As opposed to SharedMemIPClient, the Server object should be one for the
23 // entire lifetime of the target process. The server is in charge of creating
28 // When an IPC is ready, the server relies on being called by on the
29 // ThreadPingEventReady callback. The IPC server then retrieves the buffer,
34 // the shared memory implementation of the IPC server. There should be one
38 // Creates the IPC server.
50 // Initializes the server structures, shared memory structures and
64 // Makes the client and server events. This function is called onc
    [all...]
  /frameworks/base/docs/html/training/secure-file-sharing/
request-file.jd 32 usually sends a request to the app sharing the files (the server). In most cases, the request
33 starts an {@link android.app.Activity} in the server app that displays the files it can share.
34 The user picks a file, after which the server app returns the file's content URI to the
38 This lesson shows you how a client app requests a file from a server app, receives the file's
39 content URI from the server app, and opens the file using the content URI.
44 To request a file from the server app, the client app calls
52 {@link android.content.Intent} to a server app in order to start the
73 * server app.
84 The server app sends the file's content URI back to the client app in an
94 can't discover and open any other files in the server app. Only the client app gets access t
    [all...]
  /external/chromium/chrome/browser/sync/glue/
extension_sync.cc 87 // Assumes this is called before any server data is read.
88 DCHECK(extension_data.NeedsUpdate(ExtensionData::SERVER));
123 std::string("Server did not create the top-level ") +
125 " node. We might be running against an out-of-date server.";
128 // Gets the data from the server for extensions to be synced and
157 // Don't process server data for extensions we know are
167 extension_data_map, ExtensionData::SERVER, false, server_data);
183 // Read client-side data first so server data takes precedence, and
199 // Updates the server data from the given extension data.
209 DCHECK(extension_data->NeedsUpdate(ExtensionData::SERVER));
    [all...]
  /external/chromium/net/udp/
udp_socket_unittest.cc 46 // to send to. Otherwise, will send to the last socket this server
129 // Setup the server to listen.
132 UDPServerSocket server(NULL, NetLog::Source());
133 int rv = server.Listen(bind_address);
143 // Client sends to the server.
147 // Server waits for message.
148 std::string str = RecvFromSocket(&server);
151 // Server echoes reply.
152 rv = SendToSocket(&server, simple_message);
165 // binds the client's sends to send to a particular server endpoint, but doe
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.jre11_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
JRE-1.1.zip 
  /external/esd/include/
esd.h 19 /* default port for the EsounD server */
22 /* default sample rate for the EsounD server */
49 ESD_PROTO_SAMPLE_CACHE, /* cache a sample in the server */
50 ESD_PROTO_SAMPLE_FREE, /* release a sample in the server */
65 ESD_PROTO_SERVER_INFO, /* get server info (ver, sample rate, format) */
66 ESD_PROTO_ALL_INFO, /* get all info (server info, players, samples) */
75 ESD_PROTO_STANDBY_MODE, /* see if server is in standby, autostandby, etc */
128 /* server = listen socket (localhost:5001, 192.168.168.0:9999 */
159 /* cache a sample in the server returns sample id, < 0 = error */
167 /* uncache a sample in the server */
208 esd_server_info_t *server; \/* the server that contains this stream *\/ member in struct:esd_player_info
223 esd_server_info_t *server; \/* the server that contains this sample *\/ member in struct:esd_sample_info
238 esd_server_info_t *server; member in struct:esd_info
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
esd.h 19 /* default port for the EsounD server */
22 /* default sample rate for the EsounD server */
49 ESD_PROTO_SAMPLE_CACHE, /* cache a sample in the server */
50 ESD_PROTO_SAMPLE_FREE, /* release a sample in the server */
65 ESD_PROTO_SERVER_INFO, /* get server info (ver, sample rate, format) */
66 ESD_PROTO_ALL_INFO, /* get all info (server info, players, samples) */
75 ESD_PROTO_STANDBY_MODE, /* see if server is in standby, autostandby, etc */
128 /* server = listen socket (localhost:5001, 192.168.168.0:9999 */
159 /* cache a sample in the server returns sample id, < 0 = error */
167 /* uncache a sample in the server */
208 esd_server_info_t *server; \/* the server that contains this stream *\/ member in struct:esd_player_info
223 esd_server_info_t *server; \/* the server that contains this sample *\/ member in struct:esd_sample_info
238 esd_server_info_t *server; member in struct:esd_info
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
esd.h 19 /* default port for the EsounD server */
22 /* default sample rate for the EsounD server */
49 ESD_PROTO_SAMPLE_CACHE, /* cache a sample in the server */
50 ESD_PROTO_SAMPLE_FREE, /* release a sample in the server */
65 ESD_PROTO_SERVER_INFO, /* get server info (ver, sample rate, format) */
66 ESD_PROTO_ALL_INFO, /* get all info (server info, players, samples) */
75 ESD_PROTO_STANDBY_MODE, /* see if server is in standby, autostandby, etc */
128 /* server = listen socket (localhost:5001, 192.168.168.0:9999 */
159 /* cache a sample in the server returns sample id, < 0 = error */
167 /* uncache a sample in the server */
208 esd_server_info_t *server; \/* the server that contains this stream *\/ member in struct:esd_player_info
223 esd_server_info_t *server; \/* the server that contains this sample *\/ member in struct:esd_sample_info
238 esd_server_info_t *server; member in struct:esd_info
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
esd.h 19 /* default port for the EsounD server */
22 /* default sample rate for the EsounD server */
49 ESD_PROTO_SAMPLE_CACHE, /* cache a sample in the server */
50 ESD_PROTO_SAMPLE_FREE, /* release a sample in the server */
65 ESD_PROTO_SERVER_INFO, /* get server info (ver, sample rate, format) */
66 ESD_PROTO_ALL_INFO, /* get all info (server info, players, samples) */
75 ESD_PROTO_STANDBY_MODE, /* see if server is in standby, autostandby, etc */
128 /* server = listen socket (localhost:5001, 192.168.168.0:9999 */
159 /* cache a sample in the server returns sample id, < 0 = error */
167 /* uncache a sample in the server */
208 esd_server_info_t *server; \/* the server that contains this stream *\/ member in struct:esd_player_info
223 esd_server_info_t *server; \/* the server that contains this sample *\/ member in struct:esd_sample_info
238 esd_server_info_t *server; member in struct:esd_info
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
CookiesTest.java 50 MockWebServer server = new MockWebServer(); local
51 server.play();
53 server.enqueue(new MockResponse().addHeader("Set-Cookie: a=android; "
56 + "domain=" + server.getCookieDomain() + "; "
58 get(server, "/path/foo");
68 assertEquals(server.getCookieDomain(), cookie.getDomain());
78 MockWebServer server = new MockWebServer(); local
79 server.play();
81 server.enqueue(new MockResponse().addHeader("Set-Cookie: a=android; "
83 + "Domain=" + server.getCookieDomain() + ";
108 MockWebServer server = new MockWebServer(); local
142 MockWebServer server = new MockWebServer(); local
247 MockWebServer server = new MockWebServer(); local
325 MockWebServer server = new MockWebServer(); local
374 MockWebServer server = new MockWebServer(); local
    [all...]
  /external/chromium_org/net/base/
net_error_list.h 130 // The server requested a client certificate for SSL client authentication.
139 // The client and server don't support a common SSL protocol version or
143 // The server requested a renegotiation (rehandshake).
150 // During SSL renegotiation (rehandshake), the server sent a certificate with
167 // Failed establishing a connection to the SOCKS proxy server for a target host.
170 // The SOCKS proxy server failed establishing connection to the target host
196 // A known TLS strict server didn't offer the renegotiation extension.
199 // The SSL server attempted to use a weak ephemeral Diffie-Hellman key.
202 // Could not create a connection to the proxy server. An error occurred
283 // Server request for client certificate did not contain any types we support
    [all...]
  /development/tools/axl/
udpServer.py 1 # UDP server example
16 print 'Server is at IP adress: ', ip
  /external/chromium/chrome/browser/sync/engine/
polling_constants.cc 10 // Server can overwrite these values via client commands.
13 // the server doesn't result in rapid-fire polling from the client due to low
  /external/chromium/net/tools/fetch/
http_server_response_info.h 12 // Meta information about a server response.
24 // The server identifier.
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_metadata.h 20 // from the one on the server)
23 // True if the resource metadata is now being fetched from the server.
  /external/chromium_org/chrome/browser/chromeos/login/
profile_auth_data.h 16 // to another: proxy authentication cache, cookies, server bound certs.
20 // server bound certs from the profile that was used for authentication.
  /external/chromium_org/chrome/browser/safe_browsing/
local_two_phase_testserver.h 13 // Runs a Python-based two phase upload test server on the same machine in which
17 // Initialize a two phase protocol test server.
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui_browsertest.h 35 // Attempts to start the test server. Returns true on success or if the
41 // True if the test server has already been successfully started.
  /external/chromium_org/chrome/test/chromedriver/chrome/
devtools_event_listener.h 18 // to the DevTools server.
23 // Called when a connection is made to the DevTools server.
  /external/chromium_org/chrome/test/webdriver/test/
chromedriver_test.py 19 """Sends back file resources relative to the server's |root_dir|."""
25 path = os.path.join(self.server.root_dir, *self.path.split('/'))
34 """An HTTPS server that serves files on its own thread."""
37 """Starts the HTTPS server on its own thread on an ephemeral port.
39 After this function returns, it is safe to assume the server is ready
57 """Returns the base URL of the server."""
61 """Shuts down the server synchronously."""
120 """Returns the ChromeDriver server being used."""
  /external/chromium_org/chromeos/test/data/network/
translation_of_shill_openvpn.onc 17 "RemoteCertEKU": "TLS Web Server Authentication",
21 "RemoteCertTLS": "server",
translation_of_shill_openvpn_with_errors.onc 16 "RemoteCertEKU": "TLS Web Server Authentication",
20 "RemoteCertTLS": "server",
valid_openvpn_with_cert_pems.onc 17 "RemoteCertEKU": "TLS Web Server Authentication",
21 "RemoteCertTLS": "server",
  /external/chromium_org/components/autofill/core/common/
form_data_predictions.h 20 // The form signature for communication with the crowdsourcing server.
22 // The experiment id for the server predictions.

Completed in 2565 milliseconds

<<11121314151617181920>>