/frameworks/base/core/java/android/net/http/ |
EventHandler.java | 42 /** Server or proxy hostname lookup failed */ 46 /** User authentication failed on server */ 50 /** Could not connect to server */ 52 /** Failed to write to or read from server */ 73 * @param major_version HTTP version advertised by server. major 75 * @param minor_version HTTP version advertised by server. minor 78 * @param reason_phrase Textual explanation sent by server 92 * the server.
|
/frameworks/base/core/java/android/webkit/ |
DownloadListener.java | 27 * @param mimetype The mimetype of the content reported by the server 28 * @param contentLength The file size reported by the server
|
/frameworks/base/core/java/com/android/internal/net/ |
VpnProfile.java | 52 public String server = ""; // 2 field in class:VpnProfile 77 server = in.readString(); 98 out.writeString(server); 132 profile.server = values[2]; 157 builder.append('\0').append(server); 175 * both server and DNS. Server hostnames would require using DNS before 180 InetAddress.parseNumericAddress(server);
|
/frameworks/base/services/java/com/android/server/pm/ |
PreferredIntentResolver.java | 17 package com.android.server.pm; 21 import com.android.server.IntentResolver;
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
EntropyMixerTest.java | 17 package com.android.server; 26 * Tests for {@link com.android.server.EntropyMixer}
|
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/ |
BootReceiver.java | 18 package com.ti.server; 34 context.startService(new Intent("com.ti.server.FmService"));
|
/libcore/crypto/src/main/java/org/conscrypt/ |
ServerHelloDone.java | 24 * Represents server hello done message 26 * Server hello done</a>
|
/libcore/luni/src/main/java/javax/net/ssl/ |
package.html | 10 Security (TLS) protocol. The API allows for both client and server 17 class allows the specification of a server's required certificate or a
|
/packages/apps/Email/tests/src/com/android/email/activity/setup/ |
AccountSetupIncomingTests.java | 61 Intent i = getTestIntent("imap://user:password@server.com:999"); 70 Intent i = getTestIntent("imap://user:password@server.com:999"); 81 Intent i = getTestIntent("imap://:password@server.com:999"); 92 Intent i = getTestIntent("imap://user@server.com:999"); 103 Intent i = getTestIntent("imap://user:password@server.com"); 110 * Test for non-standard but OK server names 117 mServerView.setText(" server.com "); 122 * Test for non-empty but non-OK server names
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
nfs4_mount.h | 44 /* Server details */ 46 /* Server IP address */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
nfs4_mount.h | 44 /* Server details */ 46 /* Server IP address */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
nfs4_mount.h | 44 /* Server details */ 46 /* Server IP address */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_36.txt | 17 access-type="mail-server"; 18 server="mailserv@ietf.org"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_ftplib.py | 24 # the dummy data returned by server over the data channel when 404 self.server = DummyFTPServer((HOST, 0)) 405 self.server.start() 407 self.client.connect(self.server.host, self.server.port) 411 self.server.stop() 459 self.server.handler.next_response = '200' 464 self.server.handler.next_response = '199' 508 self.assertEqual(self.server.handler.last_received_data, RETR_DATA) 520 self.assertEqual(self.server.handler.rest, str(r) 681 def server(self, evt, serv): member in class:TestTimeouts [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/ |
simple_server.py | 6 however, and we strongly recommend that you use a "real" web server for 47 """Override server_bind to store the server name.""" 74 env = self.server.base_environ.copy() 124 handler.run(self.server.get_app()) 143 """Create a new WSGI server listening on `host` and `port` for `app`""" 144 server = server_class((host, port), handler_class) 145 server.set_app(app) 146 return server
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_36.txt | 17 access-type="mail-server"; 18 server="mailserv@ietf.org"
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_ftplib.py | 24 # the dummy data returned by server over the data channel when 404 self.server = DummyFTPServer((HOST, 0)) 405 self.server.start() 407 self.client.connect(self.server.host, self.server.port) 411 self.server.stop() 459 self.server.handler.next_response = '200' 464 self.server.handler.next_response = '199' 508 self.assertEqual(self.server.handler.last_received_data, RETR_DATA) 520 self.assertEqual(self.server.handler.rest, str(r) 681 def server(self, evt, serv): member in class:TestTimeouts [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/ |
simple_server.py | 6 however, and we strongly recommend that you use a "real" web server for 47 """Override server_bind to store the server name.""" 74 env = self.server.base_environ.copy() 124 handler.run(self.server.get_app()) 143 """Create a new WSGI server listening on `host` and `port` for `app`""" 144 server = server_class((host, port), handler_class) 145 server.set_app(app) 146 return server
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/action/ |
StartServerAction.java | 30 putValue(NAME, "Start Server"); 32 putValue(LONG_DESCRIPTION, "Start Server");
|
StopServerAction.java | 30 putValue(NAME, "Stop Server"); 32 putValue(LONG_DESCRIPTION, "Stop Server");
|
/system/core/include/netutils/ |
dhcp.h | 31 char *server, 41 char *server,
|
/external/chromium/chrome/browser/sync/glue/ |
preference_model_associator.cc | 56 // The server has a value for the preference. 71 // Merge the server value of this preference with the local value. 75 // sync server. 96 // The server doesn't have a value, but we have a user-controlled value, 97 // so we push it to the server. 120 LOG(ERROR) << "Server did not create the top-level preferences node. We " 121 << "might be running against an out-of-date server."; 128 LOG(ERROR) << "Server did not create the top-level preferences node. We " 129 << "might be running against an out-of-date server."; 154 LOG(ERROR) << "Server did not create the top-level preferences node. We [all...] |
/external/chromium/third_party/libevent/ |
evhttp.h | 51 * creating a very simple HTTP server. 68 /** Create a new HTTP server 71 * @return a pointer to a newly initialized evhttp server structure 76 * Binds an HTTP server on the specified address and port. 78 * Can be called multiple times to bind the same http server 90 * Makes an HTTP server accept connections on the specified socket 93 * of an http server, or when a socket has been communicated via file 97 * Can be called multiple times to have the http server listen to 108 * Free the previously created HTTP server. 112 * @param http the evhttp server object to be free [all...] |
/external/chromium_org/third_party/libevent/ |
evhttp.h | 51 * creating a very simple HTTP server. 68 /** Create a new HTTP server 71 * @return a pointer to a newly initialized evhttp server structure 76 * Binds an HTTP server on the specified address and port. 78 * Can be called multiple times to bind the same http server 90 * Makes an HTTP server accept connections on the specified socket 93 * of an http server, or when a socket has been communicated via file 97 * Can be called multiple times to have the http server listen to 108 * Free the previously created HTTP server. 112 * @param http the evhttp server object to be free [all...] |
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
Connection.java | 30 * connection to a SSH-2 server. 48 * The identifier presented to the SSH-2 server. 81 * @return The list of supported server host key algorthims by this implementation. 111 * to establish a connection to the specified SSH-2 server. 115 * @param hostname the hostname of the SSH-2 server. 124 * to establish a connection to the specified SSH-2 server. 129 * port on the server, normally 22. 146 * is based on DSA (it uses DSA to sign a challenge sent by the server). 149 * returned. If the server does not accept the request (or if further 208 * determine the responses to the questions asked by the server [all...] |