/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
simple.h | 48 * server. This is normally done this way: 58 * s = pa_simple_new(NULL, // Use the default server. 75 * Once the connection is established to the server, data can start flowing. 116 /** Create a new connection to the server */ 118 const char *server, /**< Server name, or NULL for default */ 129 /** Close and free the connection to the server. The connection objects becomes invalid when this is called. */ 132 /** Write some data to the server */ 138 /** Read some data from the server */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_config.py | 35 [server-login] 93 ('server', 'server1'), ('username', 'me')] 103 ('server', 'server-login'), ('username', 'tarek')]
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
nntplib.py | 14 Here 'resp' is the server response line. 105 NNTP server on the local machine and intend to call 166 # Get the welcome message from the server 172 """Get the welcome message from the server 190 """Internal: send one line to the server, appending CRLF.""" 196 """Internal: send one command to the server (through putline()).""" 201 """Internal: return one line from the server, stripping CRLF. 212 """Internal: get a response from the server. 226 """Internal: get a response plus following text from the server. 271 - resp: server response if successfu [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_poplib.py | 20 # the dummy data returned by server when LIST and RETR commands are issued 39 self.push('+OK dummy pop3 server ready.') 163 self.server = DummyPOP3Server((HOST, 0)) 164 self.server.start() 165 self.client = poplib.POP3(self.server.host, self.server.port) 169 self.server.stop() 172 self.assertEqual(self.client.getwelcome(), '+OK dummy pop3 server ready.') 242 self.push('+OK dummy pop3 server ready.') 270 self.server = DummyPOP3Server((HOST, 0) 295 def server(self, evt, serv): member in class:TestTimeouts [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_config.py | 35 [server-login] 93 ('server', 'server1'), ('username', 'me')] 103 ('server', 'server-login'), ('username', 'tarek')]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
nntplib.py | 14 Here 'resp' is the server response line. 105 NNTP server on the local machine and intend to call 166 # Get the welcome message from the server 172 """Get the welcome message from the server 190 """Internal: send one line to the server, appending CRLF.""" 196 """Internal: send one command to the server (through putline()).""" 201 """Internal: return one line from the server, stripping CRLF. 212 """Internal: get a response from the server. 226 """Internal: get a response plus following text from the server. 271 - resp: server response if successfu [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_poplib.py | 20 # the dummy data returned by server when LIST and RETR commands are issued 39 self.push('+OK dummy pop3 server ready.') 163 self.server = DummyPOP3Server((HOST, 0)) 164 self.server.start() 165 self.client = poplib.POP3(self.server.host, self.server.port) 169 self.server.stop() 172 self.assertEqual(self.client.getwelcome(), '+OK dummy pop3 server ready.') 242 self.push('+OK dummy pop3 server ready.') 270 self.server = DummyPOP3Server((HOST, 0) 295 def server(self, evt, serv): member in class:TestTimeouts [all...] |
/external/openssh/contrib/caldera/ |
openssh.spec | 65 %Package server 68 Obsoletes : ssh-server 70 Summary : OpenSSH Secure Shell protocol server (sshd). 71 Summary(de) : OpenSSH Secure Shell Protocol-Server (sshd). 74 Summary(it) : Server OpenSSH per il protocollo Secure Shell (sshd). 143 %Description server 144 This package installs the sshd, the server portion of OpenSSH. 146 %Description -l de server 147 Dieses Paket installiert den sshd, den Server-Teil der OpenSSH. 149 %Description -l es server [all...] |
/external/wpa_supplicant_8/src/tls/ |
tlsv1_server.c | 2 * TLS v1.0/v1.1/v1.2 server (RFC 2246, RFC 4346, RFC 5246) 101 * @conn: TLSv1 server connection data from tlsv1_server_init() 117 wpa_printf(MSG_DEBUG, "TLSv1: No input data to server"); 190 * @conn: TLSv1 server connection data from tlsv1_server_init() 223 * @conn: TLSv1 server connection data from tlsv1_server_init() 312 * tlsv1_server_global_init - Initialize TLSv1 server 315 * This function must be called before using any other TLSv1 server functions. 324 * tlsv1_server_global_deinit - Deinitialize TLSv1 server 326 * This function can be used to deinitialize the TLSv1 server that was 327 * initialized by calling tlsv1_server_global_init(). No TLSv1 server function [all...] |
/external/chromium_org/third_party/openssl/openssl/ssl/ |
ssl_stat.c | 105 case SSL2_ST_SERVER_START_ENCRYPTION: str="SSLv2 server start encryption"; break; 108 case SSL2_ST_GET_SERVER_HELLO_A: str="SSLv2 read server hello A"; break; 109 case SSL2_ST_GET_SERVER_HELLO_B: str="SSLv2 read server hello B"; break; 118 case SSL2_ST_GET_SERVER_VERIFY_A: str="SSLv2 read server verify A"; break; 119 case SSL2_ST_GET_SERVER_VERIFY_B: str="SSLv2 read server verify B"; break; 120 case SSL2_ST_GET_SERVER_FINISHED_A: str="SSLv2 read server finished A"; break; 121 case SSL2_ST_GET_SERVER_FINISHED_B: str="SSLv2 read server finished B"; break; 125 case SSL2_ST_SEND_SERVER_HELLO_A: str="SSLv2 write server hello A"; break; 126 case SSL2_ST_SEND_SERVER_HELLO_B: str="SSLv2 write server hello B"; break; 129 case SSL2_ST_SEND_SERVER_VERIFY_A: str="SSLv2 write server verify A"; break [all...] |
/external/openssl/ssl/ |
ssl_stat.c | 105 case SSL2_ST_SERVER_START_ENCRYPTION: str="SSLv2 server start encryption"; break; 108 case SSL2_ST_GET_SERVER_HELLO_A: str="SSLv2 read server hello A"; break; 109 case SSL2_ST_GET_SERVER_HELLO_B: str="SSLv2 read server hello B"; break; 118 case SSL2_ST_GET_SERVER_VERIFY_A: str="SSLv2 read server verify A"; break; 119 case SSL2_ST_GET_SERVER_VERIFY_B: str="SSLv2 read server verify B"; break; 120 case SSL2_ST_GET_SERVER_FINISHED_A: str="SSLv2 read server finished A"; break; 121 case SSL2_ST_GET_SERVER_FINISHED_B: str="SSLv2 read server finished B"; break; 125 case SSL2_ST_SEND_SERVER_HELLO_A: str="SSLv2 write server hello A"; break; 126 case SSL2_ST_SEND_SERVER_HELLO_B: str="SSLv2 write server hello B"; break; 129 case SSL2_ST_SEND_SERVER_VERIFY_A: str="SSLv2 write server verify A"; break [all...] |
/packages/apps/Email/res/values-nl/ |
strings.xml | 104 <string name="account_setup_incoming_headline" msgid="6183711037633407184">"Instellingen voor de inkomende server"</string> 107 <string name="account_setup_incoming_server_label" msgid="1480342966630002638">"Server"</string> 115 <string name="account_setup_incoming_delete_policy_label" msgid="9213590134693857912">"E-mail verwijderen van server"</string> 121 <string name="account_setup_outgoing_headline" msgid="2025001060935366394">"Instellingen voor de uitgaande server"</string> 122 <string name="account_setup_outgoing_smtp_server_label" msgid="6035137446691195177">"SMTP-server"</string> 161 <string name="account_setup_failed_dlg_certificate_message" msgid="3836152264696108805">"Kan geen veilige verbinding met de server tot stand brengen."</string> 162 <string name="account_setup_failed_dlg_certificate_message_fmt" msgid="2121921642915593041">"Kan geen veilige verbinding met de server tot stand brengen.\n(<xliff:g id="ERROR">%s</xliff:g>)"</string> 163 <string name="account_setup_failed_certificate_required" msgid="2689944595775206006">"Er is een client-certificaat vereist. Wilt u verbinding maken met de server met een client-certificaat?"</string> 165 <string name="account_setup_failed_check_credentials_message" msgid="6531658092540248067">"De server heeft een fout geretourneerd. Controleer uw gebruikersnaam en wachtwoord en probeer het opnieuw."</string> 166 <string name="account_setup_failed_dlg_server_message" msgid="4942810054116129684">"Kan geen verbinding maken met de server."</string [all...] |
/external/chromium_org/chrome/browser/safe_browsing/ |
safe_browsing_test.cc | 5 // This test uses the safebrowsing test server published at 11 // This test launches safebrowsing test server and issues several update 12 // requests against that server. Each update would get different data and after 13 // each update, the test will get a list of URLs from the test server to verify 15 // URLs match what the server expected. 71 // Parses server response for verify_urls. The expected format is: 165 // from the server and examine that. Once it is done, 229 LOG(INFO) << "server is " << test_server_->host_port_pair().ToString(); 240 // TODO(lzheng): The test server does not understand download related 241 // requests. We need to fix the server [all...] |
/external/chromium_org/net/quic/crypto/ |
crypto_handshake.h | 117 // QUIC server can require a minimum size in order to reduce the 175 // client hello and server config. This is only populated in the client 238 // perform a 0-RTT handshake with a server. This information can be reused 239 // over several connections to the same server. 246 // perform a handshake with the server. |now| is used to judge whether any 247 // cached server config has expired. 262 // InvalidateServerConfig clears the cached server config (if any). 270 // validated and that it's safe to assume that the server is legitimate. 274 // If the server config or the proof has changed then it needs to be 293 std::string server_config_id_; // An opaque id from the server [all...] |
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/ |
KexManager.java | 119 private String getFirstMatch(String[] client, String[] server) throws NegotiateException 121 if (client == null || server == null) 129 for (int j = 0; j < server.length; j++) 131 if (client[i].equals(server[j])) 176 private NegotiatedParameters mergeKexParameters(KexParameters client, KexParameters server) 182 np.kex_algo = getFirstMatch(client.kex_algorithms, server.kex_algorithms); 187 server.server_host_key_algorithms); 192 server.encryption_algorithms_client_to_server); 194 server.encryption_algorithms_server_to_client); 200 server.mac_algorithms_client_to_server) [all...] |
/external/smack/src/org/jivesoftware/smack/ |
PrivacyListManager.java | 66 * information is sent to or received from the server until you attempt to
169 * Send the {@link Privacy} packet to the server in order to know some privacy content and then
173 * will be sent to the server.
174 * @return a new {@link Privacy} with the data received from the server.
182 // Filter packets looking for an answer from the server.
198 throw new XMPPException("No response from server.");
207 * Send the {@link Privacy} packet to the server in order to modify the server privacy and
211 * to the server.
212 * @return a new {@link Privacy} with the data received from the server. [all...] |
/frameworks/base/docs/html/google/gcm/ |
ccs.jd | 1 page.title=GCM Cloud Connection Server 41 <p>The GCM Cloud Connection Server (CCS) allows third party servers to communicate with Android devices by establishing a persistent TCP connection with Google servers using the XMPP protocol. This communication is asynchronous and bidirectional.</p> 45 <li>Communication is bidirectional—not only can the server send messages to the device, but the device can send messages back to the server.</li> 51 <p class="note"><strong>Note:</strong> For an example of an XMPP server, see <a href="server.html#xmpp">GCM Server</a>. 81 <p>GCM Cloud Connection Server (CCS) is an XMPP endpoint, running on {@code http://gcm.googleapis.com} port 5235.</p> 98 <h4>Server</h4> 114 <h4>Server</h4 [all...] |
/packages/apps/Email/src/com/android/email/mail/store/ |
ImapConnection.java | 142 // Gets the path separator from the server 179 * Returns whether or not the specified capability is supported by the server. 186 * Sets the capability flags according to the response provided by the server. 232 * Send a single command to the server. The command will be preceded by an IMAP command 235 * @param command The command to send to the server 251 * Send a single, complex command to the server. The command will be preceded by an IMAP 255 * @param commands An array of Strings comprising the command to be sent to the server 289 * Read and return all of the responses from the most recent command sent to the server 312 * Execute a simple command at the server, a simple command being one that is sent in a single 315 * @param command the command to send to the server [all...] |
/frameworks/base/media/java/android/media/ |
MediaDrm.java | 37 * Encrypted content is prepared using an encryption server and stored in a content 40 * a License Server. 46 * Keys are requested from the license server using a key request. The key 50 * A Provisioning server may be required to distribute device-unique credentials to 73 * obtain a key request message and send it to the license server, then provide 74 * the server's response to the MediaDrm object. 197 * the provisioning server. The request message data is obtained using 204 * server. The request message data is obtained using {@link #getKeyRequest}. 318 * Contains the opaque data an app uses to request keys from a license server 330 * server, if known. The app may prefer to use a different licens [all...] |
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/ |
SyncAdapter.java | 46 * sync between the client and a sample server. It also contains an 72 // This value to the server, we can just get the contacts that have 73 // been updated on the server-side since our last sync-up 87 // to talk to our sample server. If we don't have an AuthToken 88 // yet, this could involve a round-trip to the server to request 96 // Find the local 'dirty' contacts that we need to tell the server about... 97 // Find the local users that need to be sync'd to the server... 100 // Send the dirty contacts to the server, and retrieve the server-side changes 164 * we received from the server - or 0 if we've never synced [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
relayserver.h | 47 // Relays traffic between connections to the server that are "bound" together. 52 // Creates a server, which will use this thread to post messages to itself. 62 // Updates the set of sockets that the server uses to talk to "internal" 67 // Updates the set of sockets that the server uses to talk to "external" 69 // know that these addresses represent a relay server. 79 // Removes this server socket from the list. 103 // Called when a packet is received by the server on one of its sockets. 138 // Accept connections on this server socket. 145 // Maintains information about a connection to the server. Each connection is 199 RelayServer* server, const std::string& username 203 RelayServer* server() { return server_; } function in class:cricket::RelayServerBinding [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
asynchttprequest_unittest.cc | 109 const TestHttpServer& server() const { return server_; } function in class:talk_base::AsyncHttpRequestTest 112 void OnRequest(HttpServer* server, HttpServerTransaction* t) { 148 kServerHostnameAddr.hostname(), server().address().port(), 165 kServerHostnameAddr.hostname(), server().address().port(), 179 "127.0.0.1", server().address().port(), 181 // Stop the server before we send the request. 182 server().Close(); 195 "invalid", server().address().port(), 209 kServerHostnameAddr.hostname(), server().address().port(), 225 kServerHostnameAddr.hostname(), server().address().port() [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
relayserver.h | 47 // Relays traffic between connections to the server that are "bound" together. 52 // Creates a server, which will use this thread to post messages to itself. 62 // Updates the set of sockets that the server uses to talk to "internal" 67 // Updates the set of sockets that the server uses to talk to "external" 69 // know that these addresses represent a relay server. 79 // Removes this server socket from the list. 104 // Called when a packet is received by the server on one of its sockets. 139 // Accept connections on this server socket. 146 // Maintains information about a connection to the server. Each connection is 200 RelayServer* server, const std::string& username 204 RelayServer* server() { return server_; } function in class:cricket::RelayServerBinding [all...] |
/external/javassist/sample/rmi/ |
webdemo.html | 7 host that executes the web server distributing that applet. However,
19 recording the current number is contained by the web server
84 with the object by the web server. Once the reference is obtained, it
115 it must be registered with the web server. A <code>AppletServer</code>
119 <p><b>Figure 3: Server-side program</b>
135 the object with the name "counter". The web server starts the service
152 The applet can use the same class name as the server-side program.
162 All the programs, both the applet and the server-side program,
178 <p>A key idea of the implementation is that the applet and the server-side
182 object in the server-side program. [all...] |
/external/smack/src/org/jivesoftware/smack/util/ |
DNSUtil.java | 68 * Returns a list of HostAddresses under which the specified XMPP server can be 69 * reached at for client-to-server communication. A DNS lookup for a SRV 74 * lookup fails as well, it's assumed that the XMPP server lives at the 82 * XMPP server can be reached at for the specified domain. 89 * Returns a list of HostAddresses under which the specified XMPP server can be 90 * reached at for server-to-server communication. A DNS lookup for a SRV 91 * record in the form "_xmpp-server._tcp.example.com" is attempted, according 95 * lookup fails as well, it's assumed that the XMPP server lives at the 103 * XMPP server can be reached at for the specified domain [all...] |