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

<<11121314151617181920>>

  /external/javassist/src/main/javassist/tools/rmi/
package.html 6 running on the web server with regular Java syntax.
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
package.html 9 {@link com.jme3.network.Client} and {@link com.jme3.network.Server}
  /external/openssl/android.testssl/
testssl 4 key=../apps/server.pem
9 cert=../apps/server.pem
38 echo test sslv2 with server authentication
45 echo test sslv2 with both client and server authentication
52 echo test sslv3 with server authentication
58 echo test sslv3 with both client and server authentication
64 echo test sslv2/sslv3 with server authentication
70 echo test sslv2/sslv3 with both client and server authentication
73 echo test sslv2/sslv3 with both client and server authentication and handshake cutthrough
79 echo test sslv2 with server authentication via BIO pai
    [all...]
  /external/smack/src/org/xbill/DNS/
NSIDOption.java 6 * The Name Server Identifier Option, define in RFC 5001.
  /frameworks/base/core/java/android/webkit/
BrowserDownloadListener.java 32 * @param mimetype The mimetype of the content reported by the server
34 * @param contentLength The file size reported by the server
47 * @param mimetype The mimetype of the content reported by the server
48 * @param contentLength The file size reported by the server
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLContext.java 62 * 4507 session tickets. When using session tickets, the server
64 * sessions for reuse. Instead, the client presents the server
65 * with a session ticket it received from the server earlier,
66 * which is an SSL session encrypted by the server's secret
67 * key. Since in this case the server does not need to keep a
141 * TestSSLContext creation method that allows separate creation of server key store
143 public static TestSSLContext create(TestKeyStore client, TestKeyStore server) {
145 return create(client, server, provider, provider);
147 public static TestSSLContext create(TestKeyStore client, TestKeyStore server,
153 server.keyManagers, server.trustManagers)
    [all...]
  /ndk/tests/awk/gen-cygwin-deps-converter/
test-1.in 6 //server/subdir on /home/mnt.2$ type ...
test-2.in 6 \\server\subdir on /home/mnt.2$ type ....
  /packages/apps/Nfc/tests/src/com/android/nfc/snep/
SnepBasicTests.java 29 * Tests the SNEP cleint/server interfaces using a mock LLCP socket.
42 final SnepMessenger server = new SnepMessenger(false, serverSocket, MIU); local
48 SnepServer.handleRequest(server, mCallback);
73 final SnepMessenger server = new SnepMessenger(false, serverSocket, MIU); local
79 SnepServer.handleRequest(server, mCallback);
104 final SnepMessenger server = new SnepMessenger(false, serverSocket, MIU); local
110 SnepServer.handleRequest(server, mCallback);
135 final SnepMessenger server = new SnepMessenger(false, serverSocket, MIU); local
141 SnepServer.handleRequest(server, mCallback);
166 final SnepMessenger server = new SnepMessenger(false, serverSocket, MIU) local
197 final SnepMessenger server = new SnepMessenger(false, serverSocket, MIU); local
231 final SnepMessenger server = new SnepMessenger(false, serverSocket, MIU); local
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLEngineImplTest.java 75 SSLEngine server = getEngine(); local
76 initEngines(client, server);
78 doHandshake(client, server);
79 doDataExchange(client, server);
80 doClose(client, server);
90 SSLEngine server = getEngine(); local
92 initEngines(client, server);
95 // with the server not allowed to session creation
96 doNoRenegotiationTest(client, server, true);
99 server = getEngine()
487 SSLEngine server = getEngine(); local
580 SSLEngine server = getEngine(); local
    [all...]
  /external/bluetooth/bluedroid/bta/pb/
bta_pbs_cfg.c 22 * Book Access Server.
44 BTA_PBS_REALM_CHARSET, /* Server only */
45 BTA_PBS_USERID_REQ, /* Server only */
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/
addServer.html 11 servers.forEach(function(server) {
12 if (server.name == serverName) {
50 <input type="button" value="Add New Server"
  /external/chromium/net/base/
ssl_cert_request_info.h 20 // select a certificate to send to the SSL server for client authentication.
28 // The host and port of the SSL server that requested client authentication.
31 // A list of client certificates that match the server's criteria in the
  /external/chromium_org/chrome/browser/net/
http_server_properties_manager.cc 136 const net::HostPortPair& server) const {
138 return http_server_properties_impl_->SupportsSpdy(server);
142 const net::HostPortPair& server,
146 http_server_properties_impl_->SetSupportsSpdy(server, support_spdy);
151 const net::HostPortPair& server) const {
153 return http_server_properties_impl_->HasAlternateProtocol(server);
158 const net::HostPortPair& server) const {
160 return http_server_properties_impl_->GetAlternateProtocol(server);
164 const net::HostPortPair& server,
169 server, alternate_port, alternate_protocol)
317 net::HostPortPair server = net::HostPortPair::FromString(server_str); local
563 net::HostPortPair server = net::HostPortPair::FromString(s); local
579 const net::HostPortPair& server = map_it->first; local
594 const net::HostPortPair& server = map_it->first; local
614 const net::HostPortPair& server = map_it->first; local
634 const net::HostPortPair& server = map_it->first; local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/
addServer.html 11 servers.forEach(function(server) {
12 if (server.name == serverName) {
50 <input type="button" value="Add New Server"
  /external/chromium_org/chrome/test/webdriver/test/
chromedriver_factory.py 26 def __init__(self, server, default_chrome=None):
27 self._server = server
41 """Returns the ChromeDriver server."""
  /external/chromium_org/chrome_frame/test/
test_server_test.cc 136 // The web server needs a loop to exist on this thread during construction
137 // the loop must be created before we construct the server.
140 test_server::SimpleWebServer server(1337);
141 test_server::SimpleWebServer redirected_server(server.host(), 1338);
143 server.AddResponse(&person);
146 server.AddResponse(&file);
151 server.AddResponse(&redir);
163 base::StringPrintf("http://%s:1337/quit", server.host().c_str()), NULL);
165 base::StringPrintf("http://%s:1337/404", server.host().c_str()),
168 base::StringPrintf("http://%s:1337/person", server.host().c_str())
    [all...]
  /external/chromium_org/jingle/notifier/communicator/
connection_settings.h 28 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/remoting/host/win/
com_security.h 25 // - the server authenticates that all data received is from the expected
27 // - the server can impersonate clients to check their identity but cannot act
30 // - Unless |activate_as_activator| is true, activations where the server would
  /external/chromium_org/sandbox/win/src/
sharedmem_ipc_client.cc 60 // the buffer. This should enable the server to prioritize based on
64 // Wait for the server to service this IPC call. After kIPCWaitTimeOut1
66 // that the server has died.
74 // The server is taking too long. Enter a loop were we check if the
75 // server_alive mutex has been abandoned which would signal a server crash
80 // Server seems still alive. We already signaled so here we just wait.
83 // The server took a long time but responded.
91 // The server has crashed and windows has signaled the mutex as
99 // Probably the server crashed before the kIPCWaitTimeOut1 occurred.
103 // The server has returned an answer, copy it and free the channel
    [all...]
  /external/chromium_org/sync/engine/
commit.h 19 // This function will commit batches of unsynced items to the server until the
26 // be detected as we attempt to contact the sync server.
30 // ServerConnectionManager used to contact the server.
conflict_resolver.h 38 OVERWRITE_SERVER, // Resolved by overwriting server changes.
40 IGNORE_ENCRYPTION, // Resolved by ignoring an encryption-only server
43 CHANGES_MATCH, // Resolved by ignoring both local and server
  /external/chromium_org/third_party/mongoose/
README.chromium 10 Mongoose is an easy to use web server. It can be embedded into existing
13 Only the necessary core server is checked in and not the test nor the
14 bindings to multiple languages. The server is only used to serve custom
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
ServerHostKeyVerifier.java 9 * server host keys.
27 * @param serverHostKey the server's public key blob
28 * @return if the client wants to accept the server's host key - if not, the
  /external/junit/src/org/junit/rules/
ExternalResource.java 8 * resource before a test (a file, socket, server, database connection, etc.),
13 * Server myServer= new Server();

Completed in 896 milliseconds

<<11121314151617181920>>