HomeSort by relevance Sort by last modified time
    Searched full:outgoing (Results 1 - 25 of 890) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/media/
rtp_dump_type.h 8 // The types of RTP header dumps: incoming packets only, outgoing packets only,
9 // and both incoming and outgoing packets.
webrtc_rtp_dump_handler.h 42 // 'send' for outgoing dump or 'recv' for incoming dump. $TIMESTAMP is the
49 // Starts the specified type of dumping. Incoming/outgoing dumping can be
54 // Stops the specified type of dumping. Incoming/outgoing dumping can be
65 // It should only be called when both incoming and outgoing dumping has been
112 // The absolute path to the directory containing the incoming/outgoing dumps.
119 // The states of the incoming and outgoing dump.
  /external/iptables/extensions/
libxt_devgroup.man 1 Match device group of a packets incoming/outgoing interface.
7 Match device group of outgoing device
libipt_MIRROR.man 9 chains. Note that the outgoing packets are
  /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...]
  /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" />
148 <outgoing uri="smtp+ssl+://smtp.gmail.com" username="$email" />
155 <outgoing uri="smtp://smtp.everyone.net" username="$email" /
    [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...]
  /external/chromium_org/chrome/browser/extensions/api/management/
management_api_constants.h 10 // Keys used for incoming arguments and outgoing JSON data.
13 // Values for outgoing JSON data.
  /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/chromium_org/device/bluetooth/
bluetooth_pairing_chromeos.cc 99 // If this is not an outgoing connection to the device, clean up the pairing
100 // context since the pairing is done. The outgoing connection case is cleaned
115 // If this is not an outgoing connection to the device, the pairing context
146 // If this is not an outgoing connection to the device, clean up the pairing
147 // context since the pairing is done. The outgoing connection case is cleaned
168 // If this is not an outgoing connection to the device, the pairing context
213 // If this is not an outgoing connection to the device, clean up the pairing
214 // context since the pairing is done. The outgoing connection case is cleaned
264 // If this is not an outgoing connection to the device, clean up the pairing
265 // context since the pairing is done. The outgoing connection case is cleane
    [all...]
  /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...]
  /external/chromium_org/google_apis/gcm/engine/
fake_connection_handler.h 16 // messages and verify expectations for outgoing messages.
35 // Reset the expected outgoing messages.
38 // Whether all expected outgoing messages have been received;
  /external/chromium_org/net/tools/quic/
quic_client_session.cc 43 DVLOG(1) << "Encryption not active so no outgoing stream created.";
47 DVLOG(1) << "Failed to create a new outgoing stream. "
52 DVLOG(1) << "Failed to create a new outgoing stream. "
  /packages/apps/Email/res/layout/
account_settings_outgoing_fragment.xml 17 <!-- Outgoing server settings. This is a wrapper around the "outgoing setup" fragment
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_dispatcher_host.cc 153 bool outgoing,
158 (!dump_outgoing_rtp_packet_ && outgoing)) {
162 if (outgoing)
167 it->second->StartRtpDump(incoming, outgoing, packet_callback);
172 bool outgoing) {
180 outgoing));
338 bool outgoing) {
340 (dump_outgoing_rtp_packet_ && outgoing)) {
344 if (outgoing)
351 it->second->StopRtpDump(incoming, outgoing);
    [all...]
socket_dispatcher_host.h 52 bool outgoing,
56 void StopRtpDumpOnUIThread(bool incoming, bool outgoing);
98 void StopRtpDumpOnIOThread(bool incoming, bool outgoing);
  /cts/tests/tests/permission2/src/android/permission2/cts/
NoProcessOutgoingCallPermissionTest.java 31 * Verify that processing outgoing calls requires Permission.
49 * Verify that to process an outgoing call requires Permission.
80 assertFalse("Outgoing call processed without proper permissions", rcvr.callReceived);
  /external/kernel-headers/original/uapi/linux/
net_tstamp.h 50 * No outgoing packet will need hardware time stamping;
57 * Enables hardware time stamping for outgoing packets;
65 * Enables time stamping for outgoing packets just as
if_pppol2tp.h 32 __u16 d_tunnel, d_session; /* For sending outgoing packets */
44 __u16 d_tunnel, d_session; /* For sending outgoing packets */
60 __u32 d_tunnel, d_session; /* For sending outgoing packets */
69 __u32 d_tunnel, d_session; /* For sending outgoing packets */
  /external/chromium_org/remoting/protocol/
client_event_dispatcher.h 17 // side. It implements InputStub for outgoing input messages.
  /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/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/src/com/android/email/activity/setup/
HeadlessAccountSettingsLoader.java 19 * then starts the {@link AccountServerSettingsActivity} activity with the incoming/outgoing
26 ".ACCOUNT_SETTINGS/outgoing/").buildUpon();

Completed in 2573 milliseconds

1 2 3 4 5 6 7 8 91011>>