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

1 2 3 4 5 6 7 8 91011>>

  /art/test/596-checker-dead-phi/
info.txt 2 phi with its first incoming input.
  /external/iptables/extensions/
libxt_devgroup.man 1 Match device group of a packets incoming/outgoing interface.
4 Match device group of incoming device
  /external/mtpd/
pptp.c 132 } incoming, outgoing; variable in typeref:struct:packet
154 /* We are going to read a new message if incoming.expect is 0. */
155 if (!incoming.expect) {
156 incoming.length = 0;
157 incoming.expect = HEADER_SIZE;
163 length = incoming.expect - incoming.length;
164 if (incoming.length >= MAX_PACKET_LENGTH) {
168 if (incoming.expect > MAX_PACKET_LENGTH) {
169 length = MAX_PACKET_LENGTH - incoming.length
    [all...]
l2tp.c 120 } incoming, outgoing; variable in typeref:struct:packet
186 uint16_t *p = (uint16_t *)incoming.buffer;
188 incoming.length = recv(the_socket, incoming.buffer, MAX_PACKET_LENGTH, 0);
189 if (incoming.length == -1) {
198 if ((incoming.length != ACK_SIZE && incoming.length < MESSAGE_HEADER_SIZE)
200 ntohs(p[1]) != incoming.length || p[2] != local_tunnel) {
204 if (incoming.length == ACK_SIZE) {
205 incoming.message = ACK
    [all...]
  /development/samples/WiFiDirectDemo/assets/
sample_file.txt 3 Once the devices are connected, the server i.e. groupOwner will listen for incoming connections and write this file.
  /external/llvm/test/Transforms/Mem2Reg/
2003-04-24-MultipleIdenticalSuccessors.ll 1 ; Mem2reg used to only add one incoming value to a PHI node, even if it had
2 ; multiple incoming edges from a block.
  /external/dbus/test/
corrupt.c 125 DBusMessage *outgoing, *incoming; local
145 incoming = g_queue_pop_head (&f->client_messages);
147 g_assert (!dbus_message_contains_unix_fds (incoming));
148 g_assert_cmpstr (dbus_message_get_destination (incoming), ==, NULL);
149 g_assert_cmpstr (dbus_message_get_error_name (incoming), ==, NULL);
150 g_assert_cmpstr (dbus_message_get_interface (incoming), ==,
152 g_assert_cmpstr (dbus_message_get_member (incoming), ==, "Greeting");
153 g_assert_cmpstr (dbus_message_get_sender (incoming), ==, NULL);
154 g_assert_cmpstr (dbus_message_get_signature (incoming), ==, "");
155 g_assert_cmpstr (dbus_message_get_path (incoming), ==, "/com/example/Hello")
209 DBusMessage *incoming; local
    [all...]
loopback.c 123 DBusMessage *outgoing, *incoming; local
143 incoming = g_queue_pop_head (&f->server_messages);
145 g_assert (!dbus_message_contains_unix_fds (incoming));
146 g_assert_cmpstr (dbus_message_get_destination (incoming), ==, NULL);
147 g_assert_cmpstr (dbus_message_get_error_name (incoming), ==, NULL);
148 g_assert_cmpstr (dbus_message_get_interface (incoming), ==,
150 g_assert_cmpstr (dbus_message_get_member (incoming), ==, "Greeting");
151 g_assert_cmpstr (dbus_message_get_sender (incoming), ==, NULL);
152 g_assert_cmpstr (dbus_message_get_signature (incoming), ==, "");
153 g_assert_cmpstr (dbus_message_get_path (incoming), ==, "/com/example/Hello")
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
ServerTransactionExt.java 9 * incoming CANCEL server transaction.
  /packages/apps/Email/res/xml/
providers.xml 48 this file. Each provider should have at least one incoming section and
52 Valid incoming uri schemes are:
107 Both the username and uri attributes (for both incoming and outgoing elements)
120 The username attribute MUST be specified for the incoming element, so the POP3 or IMAP
131 <incoming uri="imap+ssl+://imap.gmail.com" username="$email" />
135 <incoming uri="imap+ssl+://imap.googlemail.com" username="$email" />
139 <incoming uri="imap+ssl+://imap.gmail.com" username="$email" />
143 <incoming uri="imap+ssl+://imap.gmail.com" username="$email" />
147 <incoming uri="imap+ssl+://imap.gmail.com" username="$email" />
154 <incoming uri="imap2://imap.everyone.net" username="$email" /
    [all...]
  /art/test/482-checker-loop-back-edge-use/src/
Main.java 28 public static void loop1(boolean incoming) {
29 while (incoming) {}
42 public static void loop2(boolean incoming) {
48 while (incoming) {}
61 public static void loop3(boolean incoming) {
62 // 'incoming' only needs a use at the outer loop's back edge.
65 System.out.println(incoming);
74 public static void loop4(boolean incoming) {
75 // 'incoming' has no loop use, so should not have back edge uses.
76 System.out.println(incoming);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
StateTransitionAnimation.java 32 public static final Spec INCOMING;
64 INCOMING = new Spec();
65 INCOMING.overlayAlphaFrom = 1f;
66 INCOMING.overlayAlphaTo = 0f;
67 INCOMING.overlayScaleFrom = 1f;
68 INCOMING.overlayScaleTo = 3f;
69 INCOMING.contentAlphaFrom = 0f;
70 INCOMING.contentAlphaTo = 1f;
71 INCOMING.contentScaleFrom = 0.25f;
72 INCOMING.contentScaleTo = 1f
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/
ConversationDrawables.java 107 public Drawable getBubbleDrawable(final boolean selected, final boolean incoming,
111 if (incoming) {
117 } else if (incoming) {
126 } else if (incoming) {
139 private int getAudioButtonColor(final boolean incoming) {
140 return incoming ? mIncomingAudioButtonColor : mThemeColor;
143 public Drawable getPlayButtonDrawable(final boolean incoming) {
145 mContext, mAudioPlayButtonDrawable, getAudioButtonColor(incoming));
148 public Drawable getPauseButtonDrawable(final boolean incoming) {
150 mContext, mAudioPauseButtonDrawable, getAudioButtonColor(incoming));
    [all...]
  /system/bt/hci/src/
hci_layer.c 552 packet_receive_data_t *incoming = &incoming_packets[PACKET_TYPE_TO_INBOUND_INDEX(type)]; local
556 switch (incoming->state) {
559 incoming->bytes_remaining = preamble_sizes[PACKET_TYPE_TO_INDEX(type)];
560 memset(incoming->preamble, 0, PREAMBLE_BUFFER_SIZE);
561 incoming->index = 0;
562 incoming->state = PREAMBLE;
565 incoming->preamble[incoming->index] = byte;
566 incoming->index++;
567 incoming->bytes_remaining--
    [all...]
  /external/webrtc/webrtc/modules/video_render/
video_render_impl.h 57 * Incoming Streams
62 * Add incoming render stream
70 * Delete incoming render stream
76 * Add incoming render callback, used for external rendering
83 * Get the porperties for an incoming render stream
91 * Incoming frame rate for the specified stream.
96 * Returns the number of incoming streams added to this render module
166 * Set cropping of incoming stream
  /packages/apps/Email/tests/res/xml/
test_providers.xml 26 <incoming uri="imap+ssl+://imap.gmail.com" username="$email" />
32 <incoming uri="pop3://pop-server.$domain" username="$email" />
36 <incoming uri="imap+ssl+://android.imap.mail.yahoo.com" username="$email" />
40 <incoming uri="imap+ssl+://android.imap.mail.yahoo.com" username="$email" />
46 <incoming uri="pop3://pop-server.roadrunner.com" username="$email" />
50 <incoming uri="pop3://pop-server.firstonewins.com" username="$email" />
54 <incoming uri="pop3://pop-server.$domain" username="$email" />
60 <incoming uri="imap+ssl+://mail.mxes.net" username="$user_$domain" />
  /developers/build/prebuilts/gradle/CardReader/Application/src/main/res/xml/
nfc_tech_filter.xml 2 <!-- This file is used as part of the filter for incoming NFC TECH_DISCOVERED intents. -->
  /developers/samples/android/connectivity/nfc/CardReader/Application/src/main/res/xml/
nfc_tech_filter.xml 2 <!-- This file is used as part of the filter for incoming NFC TECH_DISCOVERED intents. -->
  /development/samples/browseable/CardReader/res/xml/
nfc_tech_filter.xml 2 <!-- This file is used as part of the filter for incoming NFC TECH_DISCOVERED intents. -->
  /external/autotest/client/common_lib/cros/fake_device_server/
fake_oauth.py 10 """Checks if the access token in an incoming request is correct."""
  /packages/apps/Email/src/com/android/email/activity/setup/
HeadlessAccountSettingsLoader.java 19 * then starts the {@link AccountServerSettingsActivity} activity with the incoming/outgoing
40 "incoming".equals(i.getData().getLastPathSegment()))
53 private LoadAccountIncomingSettingsAsyncTask(Context context, boolean incoming) {
55 mIncoming = incoming;
  /frameworks/base/telecomm/java/android/telecom/
CallScreeningService.java 34 * {@link TelecomManager#getDefaultDialerPackage()}) to allow or disallow incoming calls before
90 * Information about how to respond to an incoming call.
115 * @return Whether the incoming call should be blocked.
122 * @return Whether the incoming call should be disconnected as if the user had manually
130 * @return Whether the incoming call should not be displayed in the call log.
137 * @return Whether a missed call notification should not be shown for the incoming call.
150 * Sets whether the incoming call should be blocked.
158 * Sets whether the incoming call should be disconnected as if the user had manually
167 * Sets whether the incoming call should not be displayed in the call log. This property
176 * Sets whether a missed call notification should not be shown for the incoming call
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
VideoCallTests.java 43 * Tests to ensure an incoming video-call is automatically routed to the speakerphone when
48 // Start an incoming video call.
57 * Tests to ensure an incoming receive-only video-call is answered in speakerphone mode. Note
59 * always answer incoming video calls as bi-directional. It is, however, possible for a third
60 * party dialer to answer an incoming video call a a one-way video call.
64 // Start an incoming video call.
78 // Start an incoming video call.
93 // Start an incoming video call.
108 // Start an incoming video call.
117 * Tests to ensure an incoming audio-only call is routed to the earpiece
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
MockVideoCallCallback.java 44 * Store incoming session modify request so tests can inspect it.
54 * Store incoming session modify response so tests can inspect it.
69 * Store incoming session event so tests can inspect it.
79 * Store incoming peer dimensions so tests can inspect them.
90 * Store incoming video quality so tests can inspect them.
103 * Store incoming call data usage so tests can inspect it.
113 * Store incoming camera capabilities so tests can inspect them.
  /frameworks/base/rs/java/android/renderscript/
ProgramStore.java 50 * Drawn if the incoming depth value is less than that in the
55 * Drawn if the incoming depth value is less or equal to that in
60 * Drawn if the incoming depth value is greater than that in the
65 * Drawn if the incoming depth value is greater or equal to that
70 * Drawn if the incoming depth value is equal to that in the
75 * Drawn if the incoming depth value is not equal to that in the
87 * Specifies the functions used to combine incoming pixels with
112 * Specifies the functions used to combine incoming pixels with
227 * - incoming pixels are drawn if their depth value is less than
230 * - incoming pixels override the value stored in the colo
    [all...]

Completed in 1683 milliseconds

1 2 3 4 5 6 7 8 91011>>