Home
last modified time | relevance | path

Searched refs:drop (Results 1 – 25 of 298) sorted by relevance

12345678910>>...12

/external/iproute2/examples/diffserv/
Dafcbq74 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;
84 "max 45KB burst 20 avpkt 1000 bandwidth $linerate DP $drop ".
89 "max 45KB burst 20 avpkt 1000 bandwidth $linerate DP $drop ".
DEdge31-ca-u3273 drop flowid :3
93 drop flowid :3
104 drop flowid :3
116 drop flowid :4
DREADME51 drop
57 drop
92 drop;
95 else drop;
DEdge32-ca-u3289 drop flowid :3
116 drop flowid :3
132 drop flowid :3
144 drop flowid :4
/external/qemu/distrib/zlib-1.2.3/
Dinftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
206 drop = 0; /* current bits to drop from code for index */
218 this.bits = (unsigned char)(len - drop);
233 incr = 1U << (len - drop);
238 next[(huff >> drop) + fill] = this;
262 if (drop == 0)
263 drop = root;
269 curr = len - drop;
271 while (curr + drop < max) {
272 left -= count[curr + drop];
[all …]
/external/zlib/src/contrib/infback9/
Dinftree9.c45 unsigned drop; /* code bits to drop for sub-table */ local
199 drop = 0; /* current bits to drop from code for index */
212 this.bits = (unsigned char)(len - drop);
227 incr = 1U << (len - drop);
231 next[(huff >> drop) + fill] = this;
255 if (drop == 0)
256 drop = root;
262 curr = len - drop;
264 while (curr + drop < max) {
265 left -= count[curr + drop];
[all …]
/external/chromium_org/third_party/zlib/
Dinftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
205 drop = 0; /* current bits to drop from code for index */
218 here.bits = (unsigned char)(len - drop);
233 incr = 1U << (len - drop);
238 next[(huff >> drop) + fill] = here;
262 if (drop == 0)
263 drop = root;
269 curr = len - drop;
271 while (curr + drop < max) {
272 left -= count[curr + drop];
[all …]
/external/chromium_org/ui/webui/resources/css/
Dmenu_button.css5 /* 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/zlib/src/
Dinftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
205 drop = 0; /* current bits to drop from code for index */
218 here.bits = (unsigned char)(len - drop);
233 incr = 1U << (len - drop);
238 next[(huff >> drop) + fill] = here;
262 if (drop == 0)
263 drop = root;
269 curr = len - drop;
271 while (curr + drop < max) {
272 left -= count[curr + drop];
[all …]
/external/libvpx/libvpx/examples/
Ddecode_with_drops.txt13 which specifies the range or pattern of frames to drop. The parameter is
32 To drop a range of frames, specify the starting frame and the ending
33 frame to drop, separated by a dash. The following command will drop
41 To drop a pattern of frames, specify the number of frames to drop and
43 a forward-slash. The following command will drop 3 of 7 frames.
44 Specifically, it will decode 4 frames, then drop 3 frames, and then
62 The example decides whether to drop the frame based on the current
Ddecode_with_partial_drops.txt77 /* don't drop key frames */
122 which specifies the range or pattern of frames to drop. The parameter is
151 To drop a range of frames, specify the starting frame and the ending
152 frame to drop, separated by a dash. The following command will drop
160 To drop a pattern of frames, specify the number of frames to drop and
162 a forward-slash. The following command will drop 3 of 7 frames.
163 Specifically, it will decode 4 frames, then drop 3 frames, and then
171 and randomly drop pieces rather than frames. The frame will be split at
173 with the seed 123 and drop approximately 5% of the pieces. Pieces which
195 The example decides whether to drop the frame based on the current
[all …]
/external/iproute2/doc/actions/
Dgact-usage5 ACTION := reclassify | drop | continue | pass | ok
14 - drop drops packets
32 10.0.0.9/32 flowid 1:16 action drop
41 action order 1: gact action drop
51 10.0.0.9/32 flowid 1:16 action drop random netrand ok 10
58 action order 1: gact action drop
66 10.0.0.9/32 flowid 1:16 action drop random determ ok 2
74 action order 1: gact action drop
/external/clang/test/CXX/temp/temp.param/
Dp15-cxx0x.cpp84 typedef types<typename Drop<_>::type...> drop; typedef
92 template<unsigned N, typename...Ts> struct drop { struct
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}}
/external/bluetooth/bluedroid/stack/avrc/
Davrc_api.c353 BOOLEAN drop = FALSE; in avrc_proc_far_msg() local
428 drop = 5; in avrc_proc_far_msg()
487 drop = 3; in avrc_proc_far_msg()
491 drop = 1; in avrc_proc_far_msg()
494 drop = 4; in avrc_proc_far_msg()
504 drop = 2; in avrc_proc_far_msg()
510 return drop; in avrc_proc_far_msg()
531 BOOLEAN drop = FALSE; in avrc_msg_cback() local
651 drop = TRUE; in avrc_msg_cback()
668 drop = TRUE; in avrc_msg_cback()
[all …]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DSkiaImageFilterBuilder.cpp180 const DropShadowFilterOperation& drop = toDropShadowFilterOperation(op); in buildFilterOperations() local
181 …filters->appendDropShadowFilter(blink::WebPoint(drop.x(), drop.y()), drop.stdDeviation(), drop.col… in buildFilterOperations()
/external/chromium_org/chrome/renderer/
Dexternal_host_bindings.cc83 bool drop = (document_origin.is_valid() != target_origin.is_valid()); in ForwardMessageFromExternalHost() local
85 if (!drop) { in ForwardMessageFromExternalHost()
88 drop = (document_url.spec().compare(target) != 0); in ForwardMessageFromExternalHost()
90 drop = (document_origin != target_origin); in ForwardMessageFromExternalHost()
94 if (drop) { in ForwardMessageFromExternalHost()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DtabbedPane.css104 .tabbed-pane-header-tabs-drop-down-container {
112 .tabbed-pane-header-tabs-drop-down-container.measuring {
116 .tabbed-pane-header-tabs-drop-down {
124 .tabbed-pane-header-tabs-drop-down:hover {
128 .tabbed-pane-header-tabs-drop-down:active {
132 select.tabbed-pane-header-tabs-drop-down-select {
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLProcessorVersion.src79 * drop applied to a specific release and contains
83 * development drop for a release.
89 * Optional identifier designates development drop of
90 * a specific release. D01 is the first development drop
94 * compeleted, final release. A specific development drop
97 * complete. At the point of the final drop for the
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DVersion.src111 * drop applied to a specific release and contains
115 * development drop for a release.
124 * Optional identifier designates development drop of
125 * a specific release. D01 is the first development drop
129 * compeleted, final release. A specific development drop
132 * complete. At the point of the final drop for the
/external/apache-xml/src/main/java/org/apache/xalan/
DVersion.src114 * drop applied to a specific release and contains
118 * development drop for a release.
127 * Optional identifier designates development drop of
128 * a specific release. D01 is the first development drop
132 * compeleted, final release. A specific development drop
135 * complete. At the point of the final drop for the
/external/qemu/slirp/
Dtcp_input.c308 goto drop; in tcp_input()
318 goto drop; in tcp_input()
368 goto drop; in tcp_input()
434 goto drop; in tcp_input()
442 goto drop; in tcp_input()
627 goto drop; in tcp_input()
631 goto drop; in tcp_input()
758 goto drop; in tcp_input()
762 goto drop; in tcp_input()
985 goto drop; in tcp_input()
[all …]
/external/qemu/slirp-android/
Dtcp_input.c308 goto drop; in tcp_input()
318 goto drop; in tcp_input()
368 goto drop; in tcp_input()
439 goto drop; in tcp_input()
447 goto drop; in tcp_input()
632 goto drop; in tcp_input()
636 goto drop; in tcp_input()
764 goto drop; in tcp_input()
768 goto drop; in tcp_input()
991 goto drop; in tcp_input()
[all …]
/external/llvm/test/Transforms/GlobalOpt/
Dmetadata.ll3 ; PR6112 - When globalopt does RAUW(@G, %G), the metadata reference should drop
5 ; to that containing %G should likewise drop to null.
/external/chromium_org/net/third_party/nss/patches/
Drestartclientauth.patch15 + * reference count. The caller should drop its reference
19 + * ownership of the private key, so the caller should drop its
25 + * The caller should drop its reference without destroying the
146 + * reference count. The caller should drop its reference
151 + * ownership of the private key, so the caller should drop its
157 + * The caller should drop its reference without destroying the
/external/iproute2/testsuite/tests/
Dpolicer5 …0:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12
12 …0:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12

12345678910>>...12