OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:server
(Results
551 - 575
of
7791
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/jmonkeyengine/engine/src/networking/com/jme3/network/
package.html
11
of {@link com.jme3.network.Client} and {@link com.jme3.network.
Server
}
/external/libnfc-nci/src/nfa/int/
nfa_snep_int.h
35
#define NFA_SNEP_DEFAULT_SERVER_SAP 0x04 /* SNEP default
server
SAP */
92
tNFA_HANDLE reg_handle; /* handle for registered
server
/client */
171
#define NFA_SNEP_FLAG_SERVER 0x01 /*
server
*/
212
** NFA SNEP default
server
control block
215
/* multiple data link connections for default
server
*/
218
tNFA_HANDLE conn_handle; /* connection handle for default
server
*/
227
tNFA_HANDLE server_handle; /* registered handle for default
server
*/
228
tNFA_SNEP_DEFAULT_CONN conn[NFA_SNEP_DEFAULT_MAX_CONN];/* connections for default
server
*/
244
/* NFA SNEP default
server
control block */
/external/nist-sip/java/gov/nist/javax/sip/stack/
package.html
5
<li>SIPServerTransaction -- an implementation of the
Server
Transaction State Machine (Chapter 17 of RFC 3261).
/external/okhttp/src/main/java/com/squareup/okhttp/
TunnelRequest.java
24
* HTTPS to an origin
server
. Everything in the tunnel request is sent
25
* unencrypted to the proxy
server
.
37
* @param host the origin
server
's hostname. Not null.
38
* @param port the origin
server
's port, like 80 or 443.
/external/openssh/
README.tun
11
(1)
Server
: Enable support for SSH tunneling
13
To enable the ssh
server
to accept tunnel requests from the client, you
14
have to add the following option to the ssh
server
configuration file
19
Restart the
server
or send the hangup signal (SIGHUP) to let the
server
22
(2)
Server
: Restrict client access and assign the tunnel
24
The OpenSSH
server
simply uses the file /root/.ssh/authorized_keys to
103
(5) Client: Connect to the
server
and establish the tunnel
105
Finally connect to the OpenSSH
server
to establish the tunnel by using
openssh.xml.in
19
<service_bundle type='manifest' name='OpenSSH
server
'>
50
name='multi-user-
server
'
53
<service_fmri value='svc:/milestone/multi-user-
server
'/>
80
<loctext xml:lang='C'>OpenSSH
server
</loctext>
sshd_config
3
# This is the sshd
server
system-wide configuration file. See
28
# Lifetime and size of ephemeral version 1
server
key
115
Subsystem sftp /usr/libexec/sftp-
server
121
# ForceCommand cvs
server
sshd_config.android
3
# This is the sshd
server
system-wide configuration file. See
27
# Lifetime and size of ephemeral version 1
server
key
114
Subsystem sftp /usr/libexec/sftp-
server
120
# ForceCommand cvs
server
/external/smack/src/org/jivesoftware/smack/
NonSASLAuthentication.java
61
// the
server
will return the list of authentication protocols it supports.
70
// Wait up to a certain number of seconds for a response from the
server
.
73
throw new XMPPException("No response from the
server
.");
75
// If the
server
replied with an error, throw an exception.
83
// Now, create the authentication packet we'll send to the
server
.
95
throw new XMPPException("
Server
does not support compatible authentication mechanism.");
103
// Wait up to a certain number of seconds for a response from the
server
.
118
// Create the authentication packet we'll send to the
server
.
125
// Wait up to a certain number of seconds for a response from the
server
.
/external/wpa_supplicant_8/src/eap_common/
eap_common.h
2
* EAP common peer/
server
definitions
/external/wpa_supplicant_8/src/radius/
radius_das.h
2
* RADIUS Dynamic Authorization
Server
(DAS)
/frameworks/base/docs/html/google/gcm/
c2dm.jd
28
<li><a href="#
server
">
Server
changes</a></li>
41
<p>C2DM was launched in 2010 to help Android apps send data from servers to their applications. Servers can tell apps to contact the
server
directly, to fetch updated application or user data. The C2DM service handles all aspects of queueing of messages and delivery to the target application running on the target device.</p>
70
<dd>Apps like video chat and calendar apps can send expiring invitation events with a time-to-live value between 0 and 4 weeks. GCM will store the messages until they expire. A message with a time-to-live value of 0 will not be stored on the GCM
server
, nor will it be throttled. For more information, see <a href="adv.html#ttl">Advanced Topics</a>.</dd>
73
<dd>Apps can use "messages with payload" to deliver messages of up to 4 Kb. This would be useful in a chat application, for example. To use this feature, simply omit the <code>collapse_key</code> parameter and messages will not be collapsed. GCM will store up to 100 messages. If you exceed that number, all messages will be discarded but you will receive a special message. If an application receives this message, it needs to sync with the
server
. For more information, see <a href="adv.html#collapsible">Advanced Topics</a>.</dd>
76
<dd>There may be situations where the
server
ends up with 2 registration IDs for the same device. If the GCM response contains a registration ID, simply replace the registration ID you have with the one provided. With this feature your application doesn't need to send the device ID to your
server
anymore. For more information, see <a href="adv.html#canonical">Advanced Topics</a>.</dd>
78
<p>GCM also provides client and
server
<a href="{@docRoot}reference/com/google/android/gcm/package-summary.html">helper libraries</a> to make writing your code easier.</p>
82
<p>C2DM and GCM are not interoperable. For example, you cannot post notifications from GCM to C2DM registration IDs, nor can you use C2DM registration IDs as GCM registration IDs. From your
server
-side application, you must keep keep track of whether a registration ID is from C2DM or GCM and use the proper endpoint. </p>
84
<p>As you transition from C2DM to GCM, your
server
needs to be aware of whether a given registration I
[
all
...]
/frameworks/base/services/tests/servicestests/src/com/android/server/
NativeDaemonConnectorTest.java
17
package com.android.
server
;
19
import static com.android.
server
.NativeDaemonConnector.appendEscaped;
20
import static com.android.
server
.NativeDaemonConnector.makeCommand;
25
import com.android.
server
.NativeDaemonConnector.SensitiveArg;
/frameworks/base/tests/CoreTests/
run_core_test.sh
3
adb shell exec dalvikvm -Xdebug -Xrunjdwp:transport=dt_socket,
server
=y,suspend=n,address=3001 \
/packages/apps/Email/res/values-en-rGB/
strings.xml
92
<string name="account_setup_check_settings_check_incoming_msg" msgid="2869198335297585862">"Validating
server
settings?"</string>
104
<string name="account_setup_incoming_headline" msgid="6183711037633407184">"Incoming
server
settings"</string>
107
<string name="account_setup_incoming_server_label" msgid="1480342966630002638">"
Server
"</string>
115
<string name="account_setup_incoming_delete_policy_label" msgid="9213590134693857912">"Delete email from
server
"</string>
121
<string name="account_setup_outgoing_headline" msgid="2025001060935366394">"Outgoing
server
settings"</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">"Can\'t safely connect to
server
."</string>
162
<string name="account_setup_failed_dlg_certificate_message_fmt" msgid="2121921642915593041">"Can\'t safely connect to
server
.\n(<xliff:g id="ERROR">%s</xliff:g>)"</string>
163
<string name="account_setup_failed_certificate_required" msgid="2689944595775206006">"A client certificate is required. Do you want to connect to the
server
with a client certificate?"</string>
165
<string name="account_setup_failed_check_credentials_message" msgid="6531658092540248067">"The
server
responded with an error. Check your username and password, then try again."</string
[
all
...]
/packages/apps/Email/res/values-en-rIN/
strings.xml
92
<string name="account_setup_check_settings_check_incoming_msg" msgid="2869198335297585862">"Validating
server
settings?"</string>
104
<string name="account_setup_incoming_headline" msgid="6183711037633407184">"Incoming
server
settings"</string>
107
<string name="account_setup_incoming_server_label" msgid="1480342966630002638">"
Server
"</string>
115
<string name="account_setup_incoming_delete_policy_label" msgid="9213590134693857912">"Delete email from
server
"</string>
121
<string name="account_setup_outgoing_headline" msgid="2025001060935366394">"Outgoing
server
settings"</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">"Can\'t safely connect to
server
."</string>
162
<string name="account_setup_failed_dlg_certificate_message_fmt" msgid="2121921642915593041">"Can\'t safely connect to
server
.\n(<xliff:g id="ERROR">%s</xliff:g>)"</string>
163
<string name="account_setup_failed_certificate_required" msgid="2689944595775206006">"A client certificate is required. Do you want to connect to the
server
with a client certificate?"</string>
165
<string name="account_setup_failed_check_credentials_message" msgid="6531658092540248067">"The
server
responded with an error. Check your username and password, then try again."</string
[
all
...]
/packages/apps/Email/res/values-in/
strings.xml
90
<string name="account_password_spaces_error" msgid="8928309156658903257">"Sandi ini diawali atau diakhiri dengan satu karakter spasi atau lebih. Banyak
server
tidak mendukung sandi dengan spasi."</string>
92
<string name="account_setup_check_settings_check_incoming_msg" msgid="2869198335297585862">"Memvalidasi setelan
server
?"</string>
104
<string name="account_setup_incoming_headline" msgid="6183711037633407184">"Setelan
server
masuk"</string>
107
<string name="account_setup_incoming_server_label" msgid="1480342966630002638">"
Server
"</string>
115
<string name="account_setup_incoming_delete_policy_label" msgid="9213590134693857912">"Hapus email dari
server
"</string>
121
<string name="account_setup_outgoing_headline" msgid="2025001060935366394">"Setelan
server
keluar"</string>
122
<string name="account_setup_outgoing_smtp_server_label" msgid="6035137446691195177">"
Server
SMTP"</string>
161
<string name="account_setup_failed_dlg_certificate_message" msgid="3836152264696108805">"Tidak dapat tersambung ke
server
dengan aman."</string>
162
<string name="account_setup_failed_dlg_certificate_message_fmt" msgid="2121921642915593041">"Tidak dapat tersambung ke
server
dengan aman.\n(<xliff:g id="ERROR">%s</xliff:g>)"</string>
163
<string name="account_setup_failed_certificate_required" msgid="2689944595775206006">"Diperlukan sertifikat klien. Apakah Anda ingin menyambung ke
server
dengan sertifikat klien?"</string
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/app/
AppBridge.java
55
public interface
Server
{
70
// If
server
is null, the services are not available.
71
public abstract void setServer(
Server
server
);
/packages/apps/Nfc/tests/src/com/android/nfc/
MockLlcpSocket.java
39
throw new UnsupportedOperationException("Use MockLlcpSocket.bind(client,
server
)");
71
public static void bind(MockLlcpSocket client, MockLlcpSocket
server
) {
72
client.mPairedSocket =
server
;
73
server
.mPairedSocket = client;
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
MessagingException.java
21
* This exception is used for most types of failures that occur during
server
interactions.
24
* either be internal-only (for debugging) or
server
-generated.
37
/** The configuration requested TLS but the
server
did not support it. */
39
/** Authentication is required but the
server
did not support it. */
53
/** The
server
's SSL certificate couldn't be validated */
59
/** Ambiguous failure;
server
error or bad credentials */
61
/** The
server
refused access */
63
/** The
server
refused access */
65
/** A client SSL certificate is required for connections to the
server
*/
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/protocols/
talkd.h
36
* This describes the protocol used by the talk
server
and clients.
38
* The talk
server
acts a repository of invitations, responding to
41
* initiates a rendezvous by sending a CTL_MSG to the
server
of
42
* type LOOK_UP. This causes the
server
to search its invitation
45
* fails, the caller then sends an ANNOUNCE message causing the
server
47
* contact. When the callee responds, the local
server
uses the
57
* Client->
server
request message format.
76
*
Server
->client response message format.
90
#define LEAVE_INVITE 0 /* leave invitation with
server
*/
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/protocols/
talkd.h
36
* This describes the protocol used by the talk
server
and clients.
38
* The talk
server
acts a repository of invitations, responding to
41
* initiates a rendezvous by sending a CTL_MSG to the
server
of
42
* type LOOK_UP. This causes the
server
to search its invitation
45
* fails, the caller then sends an ANNOUNCE message causing the
server
47
* contact. When the callee responds, the local
server
uses the
57
* Client->
server
request message format.
76
*
Server
->client response message format.
90
#define LEAVE_INVITE 0 /* leave invitation with
server
*/
/prebuilts/gcc/linux-x86/host/i686-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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/protocols/
talkd.h
36
* This describes the protocol used by the talk
server
and clients.
38
* The talk
server
acts a repository of invitations, responding to
41
* initiates a rendezvous by sending a CTL_MSG to the
server
of
42
* type LOOK_UP. This causes the
server
to search its invitation
45
* fails, the caller then sends an ANNOUNCE message causing the
server
47
* contact. When the callee responds, the local
server
uses the
57
* Client->
server
request message format.
76
*
Server
->client response message format.
90
#define LEAVE_INVITE 0 /* leave invitation with
server
*/
Completed in 462 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>