/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
|
/external/chromium_org/ui/webui/resources/css/ |
menu_button.css | 5 /* NOTE: If you are using the drop-down style, you must first call 9 button.menu-button.drop-down { 10 background: white -webkit-canvas(drop-down-arrow) no-repeat center 4px; 21 button.menu-button.drop-down:hover { 22 background-image: -webkit-canvas(drop-down-arrow-hover); 26 button.menu-button.drop-down[menu-shown], 27 button.menu-button.drop-down:focus { 29 background-image: -webkit-canvas(drop-down-arrow-active);
|
/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...] |
/external/chromium_org/third_party/zlib/ |
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/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
tabbedPane.css | 100 .tabbed-pane-header-tabs-drop-down-container { 108 .tabbed-pane-header-tabs-drop-down-container.measuring { 112 .tabbed-pane-header-tabs-drop-down { 120 .tabbed-pane-header-tabs-drop-down:hover { 124 .tabbed-pane-header-tabs-drop-down:active { 128 select.tabbed-pane-header-tabs-drop-down-select {
|
/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}} 101 using D1 = drop<3, int, char, double, long>::type; 109 using D2 = drop<4, int, char, double, long>::type; 113 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
|
/external/chromium_org/chrome/renderer/ |
external_host_bindings.cc | 83 bool drop = (document_origin.is_valid() != target_origin.is_valid()); local 85 if (!drop) { 88 drop = (document_url.spec().compare(target) != 0); 90 drop = (document_origin != target_origin); 94 if (drop) {
|
/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/iproute2/examples/ |
SYN-DoS.rate.limit | 36 police rate 1kbit burst 40 mtu 9k drop flowid :1
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
DragGestureDetector.java | 104 private void move(MotionEvent event, boolean drop) { 108 drop);
|
/external/bluetooth/bluedroid/stack/avrc/ |
avrc_api.c | 82 /* else drop the unknown event*/ 353 BOOLEAN drop = FALSE; local 428 drop = 5; 487 drop = 3; 491 drop = 1; 494 drop = 4; 504 drop = 2; 510 return drop; 531 BOOLEAN drop = FALSE; local 583 p_rsp = p_pkt; /* this also sets free = FALSE, drop = TRUE * [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/chromium_org/chrome/renderer/resources/extensions/ |
page_capture_custom_bindings.js | 26 // the browser can drop its reference to it.
|
/external/chromium_org/chrome_frame/cfinstall/src/miniclosure/ |
style.js | 5 // A drop-in replacement for one method that we could use from Closure.
|
/external/kernel-headers/original/linux/netfilter/ |
nf_conntrack_common.h | 153 unsigned int drop; member in struct:ip_conntrack_stat
|
/external/chromium_org/third_party/flot/ |
jquery.flot.navigate.min.js | 1 (function(i){i.fn.drag=function(j,k,l){if(k){this.bind("dragstart",j)}if(l){this.bind("dragend",l)}return !j?this.trigger("drag"):this.bind("drag",k?k:j)};var d=i.event,c=d.special,h=c.drag={not:":input",distance:0,which:1,dragging:false,setup:function(j){j=i.extend({distance:h.distance,which:h.which,not:h.not},j||{});j.distance=e(j.distance);d.add(this,"mousedown",f,j);if(this.attachEvent){this.attachEvent("ondragstart",a)}},teardown:function(){d.remove(this,"mousedown",f);if(this===h.dragging){h.dragging=h.proxy=false}g(this,true);if(this.detachEvent){this.detachEvent("ondragstart",a)}}};c.dragstart=c.dragend={setup:function(){},teardown:function(){}};function f(j){var k=this,l,m=j.data||{};if(m.elem){k=j.dragTarget=m.elem;j.dragProxy=h.proxy||k;j.cursorOffsetX=m.pageX-m.left;j.cursorOffsetY=m.pageY-m.top;j.offsetX=j.pageX-j.cursorOffsetX;j.offsetY=j.pageY-j.cursorOffsetY}else{if(h.dragging||(m.which>0&&j.which!=m.which)||i(j.target).is(m.not)){return}}switch(j.type){case"mousedown":i.extend(m,i(k).offset(),{elem:k,target:j.target,pageX:j.pageX,pageY:j.pageY});d.add(document,"mousemove mouseup",f,m);g(k,false);h.dragging=null;return false;case !h.dragging&&"mousemove":if(e(j.pageX-m.pageX)+e(j.pageY-m.pageY)<m.distance){break}j.target=m.target;l=b(j,"dragstart",k);if(l!==false){h.dragging=k;h.proxy=j.dragProxy=i(l||k)[0]}case"mousemove":if(h.dragging){l=b(j,"drag",k);if(c.drop){c.drop.allowed=(l!==false);c.drop.handler(j)}if(l!==false){break}j.type="mouseup"}case"mouseup":d.remove(document,"mousemove mouseup",f);if(h.dragging){if(c.drop){c.drop.handler(j)}b(j,"dragend",k)}g(k,true);h.dragging=h.proxy=m.elem=false;break}return true}function b (…)
|
/external/chromium_org/third_party/sqlite/src/test/ |
laststmtchanges.test | 149 drop trigger r1; 181 drop trigger r1; 215 drop table t0; drop table t1; drop table t2;
|