/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...] |
/art/test/482-checker-loop-back-edge-use/src/ |
Main.java | 23 public static void loop1(boolean incoming) { 24 while (incoming) {} 31 public static void loop2(boolean incoming) { 34 while (incoming) {} 44 public static void loop3(boolean incoming) { 45 // 'incoming' only needs a use at the outer loop's back edge. 48 System.out.println(incoming); 57 public static void loop4(boolean incoming) { 58 // 'incoming' has no loop use, so should not have back edge uses. 59 System.out.println(incoming); [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/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...] |
/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 | 529 packet_receive_data_t *incoming = &incoming_packets[PACKET_TYPE_TO_INBOUND_INDEX(type)]; local 533 switch (incoming->state) { 536 incoming->bytes_remaining = preamble_sizes[PACKET_TYPE_TO_INDEX(type)]; 537 memset(incoming->preamble, 0, PREAMBLE_BUFFER_SIZE); 538 incoming->index = 0; 539 incoming->state = PREAMBLE; 542 incoming->preamble[incoming->index] = byte; 543 incoming->index++; 544 incoming->bytes_remaining-- [all...] |
/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. -->
|
/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;
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
MockVideoCallCallback.java | 42 * Store incoming session modify request so tests can inspect it. 52 * Store incoming session modify response so tests can inspect it. 65 * Store incoming session event so tests can inspect it. 75 * Store incoming peer dimensions so tests can inspect them. 86 * Store incoming video quality so tests can inspect them. 99 * Store incoming call data usage so tests can inspect it. 109 * 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...] |
/development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/service/ |
MessagingService.java | 25 * This service is triggered internally only and is used to process incoming SMS and MMS messages 46 // TODO: Handle incoming SMS 51 // TODO: Handle incoming MMS
|
/external/iproute2/examples/ |
SYN-DoS.rate.limit | 4 # this script shows how one can rate limit incoming SYNs 18 # tag all incoming SYN packets through $INDEV as mark value 1 32 # the incoming SYNs to 3/sec (not very sueful really; but
|
/external/llvm/test/Analysis/BasicAA/ |
2003-09-19-LocalArgument.ll | 1 ; In this test, a local alloca cannot alias an incoming argument.
|
/external/llvm/test/CodeGen/X86/ |
fsxor-alignment.ll | 4 ; Don't fold the incoming stack arguments into the xorps instructions used
|
/system/bt/doc/ |
btsnoop_net.md | 8 incoming TCP connections on port 8872.
|
/development/samples/NotePad/src/com/example/android/notepad/ |
NotePadProvider.java | 91 * of the incoming URI 93 // The incoming URI matches the Notes URI pattern 96 // The incoming URI matches the Note ID URI pattern 99 // The incoming URI matches the Live Folder URI pattern 249 * @throws IllegalArgumentException if the incoming URI pattern is invalid. 263 // If the incoming URI is for notes, chooses the Notes projection 268 /* If the incoming URI is for a single note identified by its ID, chooses the 277 // the position of the note ID itself in the incoming URI 282 // If the incoming URI is from a live folder, chooses the live folder projection. 297 // otherwise, uses the incoming sort orde [all...] |
/packages/apps/Email/res/layout/ |
account_settings_incoming_fragment.xml | 17 <!-- Incoming server settings. This is a wrapper around the "incoming setup" fragment
|