/external/iproute2/examples/diffserv/ |
afcbq | 9 # - the drop probability associated with each AF virtual queue 22 # values in the for loop of this script; $drop stands for the 24 # $dscp = ($class*8+$drop*2) 27 # $gprio=$drop+1; 74 for $drop (1..3) { 75 print "\n# --- AF Class $class DP $drop---\n"; 76 $dscp = $class*8+$drop*2; 77 $tcindex = sprintf("1%x%x",$class,$drop); 80 $prob = $drop*0.02; 82 $gprio = $drop+1 [all...] |
Edge31-ca-u32 | 73 drop flowid :3 93 drop flowid :3 104 drop flowid :3 116 drop flowid :4
|
Edge32-ca-u32 | 89 drop flowid :3 116 drop flowid :3 132 drop flowid :3 144 drop flowid :4
|
Edge31-cb-chains | 68 drop flowid 4:3 75 drop flowid 4:4
|
Edge32-cb-chains | 80 drop flowid 4:3 87 drop flowid 4:4
|
Edge32-cb-u32 | 81 drop flowid :3 89 drop flowid :4
|
/external/qemu/distrib/zlib-1.2.3/ |
inftrees.c | 45 unsigned drop; /* code bits to drop for sub-table */ local 152 with length len. That code is converted to an index by dropping drop 153 bits off of the bottom. For codes where len is less than drop + curr, 154 those top drop + curr - len bits are incremented through all values to 160 new sub-table should be started. drop is zero when the root table is 161 being filled, and drop is root when sub-tables are being filled. 206 drop = 0; /* current bits to drop from code for index */ 218 this.bits = (unsigned char)(len - drop); [all...] |
/external/zlib/src/contrib/infback9/ |
inftree9.c | 45 unsigned drop; /* code bits to drop for sub-table */ local 146 with length len. That code is converted to an index by dropping drop 147 bits off of the bottom. For codes where len is less than drop + curr, 148 those top drop + curr - len bits are incremented through all values to 154 new sub-table should be started. drop is zero when the root table is 155 being filled, and drop is root when sub-tables are being filled. 199 drop = 0; /* current bits to drop from code for index */ 212 this.bits = (unsigned char)(len - drop); [all...] |
/external/zlib/src/ |
inftrees.c | 45 unsigned drop; /* code bits to drop for sub-table */ local 152 with length len. That code is converted to an index by dropping drop 153 bits off of the bottom. For codes where len is less than drop + curr, 154 those top drop + curr - len bits are incremented through all values to 160 new sub-table should be started. drop is zero when the root table is 161 being filled, and drop is root when sub-tables are being filled. 205 drop = 0; /* current bits to drop from code for index */ 218 here.bits = (unsigned char)(len - drop); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
DropGesture.java | 23 * A {@link DropGesture} is a {@link Gesture} which deals with drag and drop, so 25 * "valid", and in general gets access to the system drag and drop data 31 * The cursor has entered the drop target boundaries. 33 * @param event The {@link DropTargetEvent} for this drag and drop event 40 * The cursor is moving over the drop target. 42 * @param event The {@link DropTargetEvent} for this drag and drop event 52 * @param event The {@link DropTargetEvent} for this drag and drop event 59 * The cursor has left the drop target boundaries OR the drop has been 62 * @param event The {@link DropTargetEvent} for this drag and drop even 85 public void drop(final DropTargetEvent event) { method in class:DropGesture [all...] |
/external/clang/test/CXX/temp/temp.param/ |
p15-cxx0x.cpp | 81 template<place > class ...Drop> 84 typedef types<typename Drop<_>::type...> drop; typedef in struct:ParameterPackExpansions::takedrop_impl::inner 92 template<unsigned N, typename...Ts> struct drop { struct in namespace:ParameterPackExpansions 94 template inner<wrap<Ts>::template inner...>::drop; // expected-error {{too few template arguments}} 99 using D1 = drop<3, int, char, double, long>::type; 105 using D2 = drop<4, int, char, double, long>::type; 109 using D3 = drop<5, int, char, double, long>::type; // expected-note {{in instantiation of}}
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_CMPL_DOUBLE.S | 24 add sp, #16 @ drop unused operands
|
/system/core/libmincrypt/ |
Android.mk | 17 # TODO: drop the hyphen once these are checked in
|
/external/iproute2/testsuite/tests/ |
policer | 5 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12 12 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12
|
/packages/providers/CalendarProvider/ |
maketests.py | 44 drop = False
48 drop = True
49 if not drop:
52 drop = False
|
/external/bluetooth/bluedroid/stack/avrc/ |
avrc_api.c | 82 /* else drop the unknown event*/ 132 BOOLEAN drop = FALSE; local 184 p_rsp = p_pkt; /* this also sets free = FALSE, drop = TRUE */ 213 p_rsp = p_pkt; /* this also sets free = FALSE, drop = TRUE */ 251 drop = TRUE; 267 drop = TRUE; 293 drop = TRUE; 297 else /* drop the event */ 299 drop = TRUE; 305 p_rsp = p_pkt; /* this also sets free = FALSE, drop = TRUE * [all...] |
/external/iproute2/examples/ |
SYN-DoS.rate.limit | 36 police rate 1kbit burst 40 mtu 9k drop flowid :1
|
/external/quake/quake/src/QW/server/ |
sv_main.c | 183 void SV_DropClient (client_t *drop) 186 MSG_WriteByte (&drop->netchan.message, svc_disconnect); 188 if (drop->state == cs_spawned) 189 if (!drop->spectator) 193 pr_global_struct->self = EDICT_TO_PROG(drop->edict); 200 pr_global_struct->self = EDICT_TO_PROG(drop->edict); 204 if (drop->spectator) 205 Con_Printf ("Spectator %s removed\n",drop->name); 207 Con_Printf ("Client %s removed\n",drop->name); 209 if (drop->download [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
Profile.java | 159 // another thread). Same check is applied in commit() and drop() 177 public synchronized void drop(Thread t) { method in class:Profile.Watchdog 213 // drop() is called, and those samples are recorded or ignored as a result. 223 public static void drop() { method in class:Profile 224 sWatchdog.drop(Thread.currentThread());
|
/external/kernel-headers/original/linux/netfilter/ |
nf_conntrack_common.h | 153 unsigned int drop; member in struct:ip_conntrack_stat
|
/external/chromium/chrome/browser/resources/bookmark_manager/js/ |
main.js | 383 // we cannot drop. 404 * This is a first pass wether we can drop the dragged items. 410 * @return {boolean} If this returns false then we know we should not drop 438 // If we are dragging a folder we cannot drop it on any of its descendants 449 * Whether we can drop the dragged items above the drop target. 455 * @return {boolean} Whether we can drop the dragged items above the drop 462 // We cannot drop between Bookmarks bar and Other bookmarks 468 // We can only drop between items in the tree if we have any folders [all...] |
/external/quake/quake/src/QW/client/ |
pmove.c | 329 float drop; local 362 drop = 0; 365 drop += speed*movevars.waterfriction*waterlevel*frametime; 369 drop += control*friction*frametime; 374 newspeed = speed - drop; 778 float speed, drop, friction, control, newspeed, accel; local 798 drop = 0; 802 drop += control*friction*frametime; 805 newspeed = speed - drop;
|
/external/qemu/slirp/ |
tcp_input.c | 140 * our data already. If so, drop the data from the incoming 141 * segment. If it provides all of our data, drop us. 308 goto drop; 318 goto drop; 356 * Drop TCP, IP headers and TCP options. 368 goto drop; 434 goto drop; 442 goto drop; 614 * If it does not contain a SYN then it is not interesting; drop it. 627 goto drop; [all...] |
/external/qemu/slirp-android/ |
tcp_input.c | 140 * our data already. If so, drop the data from the incoming 141 * segment. If it provides all of our data, drop us. 308 goto drop; 318 goto drop; 356 * Drop TCP, IP headers and TCP options. 368 goto drop; 439 goto drop; 447 goto drop; 619 * If it does not contain a SYN then it is not interesting; drop it. 632 goto drop; [all...] |
/external/chromium/chrome/browser/resources/bookmark_manager/css/ |
bmm.css | 73 background: #fff -webkit-canvas(drop-down-arrow) no-repeat center center; 251 #drop-overlay { 263 #drop-overlay.line { 294 background: -webkit-canvas(drop-down-arrow) 100% 50% no-repeat;
|