/external/mtpd/ |
pptp.c | 132 } incoming, outgoing; variable in typeref:struct:packet 137 memset(outgoing.buffer, 0, length); 138 outgoing.length = length; 139 outgoing.header.length = htons(length); 140 outgoing.header.type = CONTROL_MESSAGE; 141 outgoing.header.cookie = MAGIC_COOKIE; 142 outgoing.message = htons(message); 147 send(the_socket, outgoing.buffer, outgoing.length, 0); 223 outgoing.sccrq.protocol_version = PROTOCOL_VERSION [all...] |
l2tp.c | 119 } incoming, outgoing; variable in typeref:struct:packet 130 uint16_t *p = (uint16_t *)outgoing.buffer; 141 outgoing.message = message; 142 outgoing.length = MESSAGE_HEADER_SIZE; 148 struct attribute *p = (struct attribute *)&outgoing.buffer[outgoing.length]; 153 outgoing.length += ATTRIBUTE_HEADER_SIZE + size; 168 uint16_t *p = (uint16_t *)outgoing.buffer; 169 p[1] = htons(outgoing.length); 170 send(the_socket, outgoing.buffer, outgoing.length, 0) [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/anim/ |
StateTransitionAnimation.java | 31 public static final Spec OUTGOING; 54 OUTGOING = new Spec(); 55 OUTGOING.backgroundAlphaFrom = 0.5f; 56 OUTGOING.backgroundAlphaTo = 0f; 57 OUTGOING.backgroundScaleFrom = 1f; 58 OUTGOING.backgroundScaleTo = 0f; 59 OUTGOING.contentAlphaFrom = 0.5f; 60 OUTGOING.contentAlphaTo = 1f; 61 OUTGOING.contentScaleFrom = 3f; 62 OUTGOING.contentScaleTo = 1f [all...] |
/packages/apps/Email/res/xml/ |
providers.xml | 49 one outgoing section. If more than one is specified only the first 65 Valid outgoing uri schemes are: 107 Both the username and uri attributes (for both incoming and outgoing elements) 123 The username attribute MAY be the empty string for the outgoing element, but only if the 132 <outgoing uri="smtp+ssl+://smtp.gmail.com" username="$email" /> 136 <outgoing uri="smtp+ssl+://smtp.googlemail.com" username="$email" /> 140 <outgoing uri="smtp+ssl+://smtp.gmail.com" username="$email" /> 144 <outgoing uri="smtp+ssl+://smtp.gmail.com" username="$email" /> 153 <outgoing uri="smtp+ssl+://smtp.aim.com" username="$email" /> 158 <outgoing uri="smtp+ssl+://smtp.aol.com" username="$email" / [all...] |
/packages/apps/Email/tests/res/xml/ |
test_providers.xml | 27 <outgoing uri="smtp+ssl+://smtp.gmail.com" username="$email" /> 33 <outgoing uri="smtp://smtp-server.foo.com" username="$email" /> 37 <outgoing uri="smtp+ssl+://android.smtp.mail.yahoo.com" username="$email" /> 41 <outgoing uri="smtp+ssl+://android.smtp.mail.yahoo.com" username="$email" /> 47 <outgoing uri="smtp://mobile-smtp.roadrunner.com" username="$email" /> 51 <outgoing uri="smtp://mobile-smtp.roadrunner.com" username="$email" /> 55 <outgoing uri="smtp://mobile-smtp.roadrunner.com" username="$email" /> 61 <outgoing uri="smtp+ssl+://smtp.mxes.net" username="$user_$domain" />
|
/external/iptables/extensions/ |
libipt_MIRROR.man | 9 chains. Note that the outgoing packets are
|
/external/jmdns/src/javax/jmdns/impl/tasks/ |
DNSTask.java | 72 * outgoing message 75 * @return outgoing message for the next question 102 * outgoing message 107 * @return outgoing message for the next answer 134 * outgoing message 138 * @return outgoing message for the next answer 165 * outgoing message 168 * @return outgoing message for the next answer 195 * outgoing message 200 * @return outgoing message for the next answe [all...] |
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/ |
Forwarder.java | 29 * accepts an incoming connection, and it will then forward the incoming/outgoing streams to a 49 Thread outgoing = new Thread(new SocketPipe(from, to)); local 51 outgoing.setName(LOGTAG); 53 outgoing.start();
|
/cts/tests/tests/permission2/src/android/permission2/cts/ |
NoProcessOutgoingCallPermissionTest.java | 30 * Verify that processing outgoing calls requires Permission. 48 * Verify that to process an outgoing call requires Permission. 73 assertFalse("Outgoing call processed without proper permissions", rcvr.callReceived);
|
/external/jmdns/src/javax/jmdns/impl/tasks/resolver/ |
DNSResolverTask.java | 92 * outgoing message 93 * @return the outgoing message. 103 * outgoing message 104 * @return the outgoing message.
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
MultipartMimeContent.java | 13 * Return the Content type header to assign to the outgoing sip meassage.
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
CallTypeIconsView.java | 33 * View that draws one or more symbols for different types of calls (missed calls, outgoing etc). 83 return mResources.outgoing; 112 public final Drawable outgoing; field in class:CallTypeIconsView.Resources 120 outgoing = r.getDrawable(R.drawable.ic_call_outgoing_holo_dark);
|
CallTypeHelper.java | 30 /** Name used to identify outgoing calls. */ 79 // New outgoing calls are not highlighted.
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
AbstractRetryScheme.java | 21 public static final int OUTGOING = 1;
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_tls_common.h | 27 * tls_out_pos - The current position in the outgoing TLS message 32 * tls_out_limit - Maximum fragment size for outgoing TLS messages
|
/packages/apps/Email/res/layout/ |
account_settings_outgoing_fragment.xml | 17 <!-- Outgoing server settings. This is a wrapper around the "outgoing setup" fragment
|
message_list_fragment.xml | 18 The default ListFragment layout (include) + the "send outgoing message" button.
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSettingsUtils.java | 139 && "outgoing".equals(xml.getName()) 231 * templates are used in 4 fields -- incoming and outgoing URI and user name. 262 * Outgoing: Prepend "smtp" if "pop", "pop3", "imap" are found. 268 * @param outgoing "smtp" or null 271 public static String inferServerName(String server, String incoming, String outgoing) { 288 // For outgoing, replace imap/pop/pop3 with outgoing, leave mail alone, or 289 // prepend outgoing 299 return ((incoming != null) ? incoming : outgoing) + '.' + server.substring(keepFirstChar);
|
/external/webkit/Source/WebCore/dom/default/ |
PlatformMessagePortChannel.cpp | 101 PassRefPtr<PlatformMessagePortChannel> PlatformMessagePortChannel::create(PassRefPtr<MessagePortQueue> incoming, PassRefPtr<MessagePortQueue> outgoing) 103 return adoptRef(new PlatformMessagePortChannel(incoming, outgoing)); 106 PlatformMessagePortChannel::PlatformMessagePortChannel(PassRefPtr<MessagePortQueue> incoming, PassRefPtr<MessagePortQueue> outgoing) 109 , m_outgoingQueue(outgoing) 120 // Create incoming/outgoing queues.
|
/external/icu4c/common/unicode/ |
resbund.h | 213 * @param status fills in the outgoing error code 228 * @param status fills in the outgoing error code 243 * @param status fills in the outgoing error code 257 * @param status fills in the outgoing error code 271 * @param status fills in the outgoing error code 331 * @param status fills in the outgoing error code 342 * @param status fills in the outgoing error code 354 * @param status fills in the outgoing error code 366 * @param status fills in the outgoing error code 378 * @param status fills in the outgoing error cod [all...] |
ures.h | 146 * @param status fills in the outgoing error code. 178 * @param status fills in the outgoing error code. Either U_ZERO_ERROR or U_MISSING_RESOURCE_ERROR 201 * @param status fills in the outgoing error code. 218 *@param err fills in the outgoing error code 356 * @param status fills in the outgoing error code 431 * @param status fills in the outgoing error code 453 * @param status fills in the outgoing error code 475 * @param status fills in the outgoing error code 495 * @param status fills in the outgoing error code 575 * @param status fills in the outgoing error code. You may still get a non NULL result even if a [all...] |
/external/kernel-headers/original/linux/ |
if_pppol2tp.h | 35 __u16 d_tunnel, d_session; /* For sending outgoing packets */ 49 __u32 d_tunnel, d_session; /* For sending outgoing packets */
|
/packages/apps/Phone/src/com/android/phone/ |
OutgoingCallBroadcaster.java | 50 * applications to monitor, redirect, or prevent the outgoing call. 108 Log.i(TAG, "Outgoing call takes too long. Showing the spinner."); 159 // to disallow the outgoing call anyway... 184 // cases it's OK to make a new outgoing call, but we need 191 // outgoing calls at all from this state. 192 Log.w(TAG, "OTASP call is active: disallowing a new outgoing call."); 209 // an outgoing call into an emergency number. 210 Log.w(TAG, "Cannot modify outgoing call to emergency number " + number + "."); 241 * outgoing-call sequence after the outgoing call broadcast i [all...] |
/external/smack/src/org/apache/harmony/javax/security/sasl/ |
SaslClient.java | 36 byte[] wrap(byte[] outgoing, int offset, int len) throws SaslException;
|
SaslServer.java | 36 byte[] wrap(byte[] outgoing, int offset, int len) throws SaslException;
|