HomeSort by relevance Sort by last modified time
    Searched refs:dropped (Results 1 - 25 of 36) sorted by null

1 2

  /development/samples/ApiDemos/src/com/example/android/apis/view/
DragAndDropDemo.java 64 final boolean dropped = event.getResult();
65 mResultText.setText(dropped ? "Dropped!" : "No drop");
  /external/qemu/slirp-android/
libslirp.h 73 int slirp_log_dns(struct mbuf* m, int dropped);
slirp.c 861 * otherwise be dropped if '-drop-tcp' has been specified, is redirected to the
974 slirp_log_dns(struct mbuf* m, int dropped) {
1000 if (!dropped) {
1003 fprintf(dns_log_fd, "Dropped DNS query for, %s\n" , dns_query);
1027 /* Log dropped/accepted packet info */
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
ShortcutAndWidgetContainer.java 146 if (lp.dropped) {
147 lp.dropped = false;
  /external/e2fsprogs/e2fsck/
recovery.c 299 int dropped = info.end_transaction - be32_to_cpu(sb->s_sequence); local
303 dropped, (dropped == 1) ? "" : "s");
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate_test.js 52 // Reprocessing with dropped data.
62 // Reprocessing with dropped data, once more.
jstemplate.js 580 * current template node is dropped. If the value is not an array,
    [all...]
  /external/webkit/LayoutTests/storage/
test-authorizer.js 92 // Not sure how to test this: temp indexes are automatically dropped when
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 396 // is dropped in its starting location.
594 * the rearrangement (but doesn't commit the change until the app is dropped).
637 * Invoked when an app is dropped on the trash
655 * Called when an app is dropped anywhere other than the trash can. Commits
664 // If the app is dropped back into it's original position then do nothing
710 * been successfully dropped to a new location. This indicates that
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CTableCombo.java 459 boolean dropped = isDropped();
460 dropDown(!dropped);
461 if (!dropped) {
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 484 * the rearrangement (but doesn't commit the change until the app is dropped).
527 * Invoked when an app is dropped on the trash
545 * Called when an app is dropped anywhere other than the trash can. Commits
554 // If the app is dropped back into it's original position then do nothing
600 * been successfully dropped to a new location. This indicates that
  /external/v8/src/
liveedit-debugger.js     [all...]
  /external/icu4c/i18n/
decNumber.c 1983 Int dropped; \/* .. *\/ local
2345 Int dropped; \/* work *\/ local
2839 Int dropped; \/* .. *\/ local
3588 Int dropped; \/* work *\/ local
4287 Int dropped; \/* work *\/ local
    [all...]
  /external/kernel-headers/original/linux/
netdevice.h 55 #define NET_XMIT_DROP 1 /* skb dropped */
64 #define NET_RX_DROP 1 /* packet dropped */
68 #define NET_RX_BAD 5 /* packet dropped due to kernel error */
165 unsigned dropped; member in struct:netif_rx_stats
  /external/iproute2/doc/
ip-cref.tex 489 RX: bytes packets errors dropped overrun mcast
491 TX: bytes packets errors dropped carrier collsns
505 \item \verb|dropped| --- the total number of packets dropped due to lack
508 in dropped packets. As a rule, if the interface is overrun, it means
531 RX: bytes packets errors dropped overrun mcast
535 TX: bytes packets errors dropped carrier collsns
    [all...]
  /external/oprofile/events/i386/nehalem/
unit_masks 357 0x08 fill_dropped Counts the number of SQ L2 fills dropped due to L2 busy
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 117 because an older packet from the same queue has been dropped
119 uint32 full_dropped; /* packets dropped,
122 uint32 dropped; /* packets dropped because pktq per that precedence is full */ member in struct:__anon20431
123 uint32 sacrificed; /* packets dropped,
129 uint32 retry_drop; /* packets finally dropped after retry limit */
wlioctl.h 4392 uint32 dropped; \/* packets dropped because pktq per that precedence is full *\/ member in struct:__anon20521
4421 uint32 dropped; \/* packets dropped because pktq per that precedence is full *\/ member in struct:__anon20522
    [all...]
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 723 // that it is clearer where the item will be dropped.
856 // TODO(arv): Select the newly dropped items.
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 580 * current template node is dropped. If the value is not an array,
    [all...]
  /external/chromium/sdch/open-vcdiff/
ltmain.sh     [all...]
  /external/chromium/third_party/libevent/
ltmain.sh     [all...]
  /external/libffi/
ltmain.sh     [all...]
  /external/llvm/autoconf/
ltmain.sh     [all...]
  /external/llvm/projects/sample/autoconf/
ltmain.sh     [all...]

Completed in 959 milliseconds

1 2