HomeSort by relevance Sort by last modified time
    Searched refs:drop (Results 26 - 50 of 154) sorted by null

12 3 4 5 6 7

  /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/sqlite/src/test/
laststmtchanges.test 149 drop trigger r1;
181 drop trigger r1;
215 drop table t0; drop table t1; drop table t2;
  /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/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;
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_transfer_controller.js 84 * be drop target.
86 * items could be drop targets. Otherwise any other place of the list
95 list.addEventListener('drop',
101 * @param {DirectoryTree} tree Its sub items will could be drop target.
107 tree.addEventListener('drop', this.onDrop_.bind(this, true));
112 * @param {NavigationList} tree Its sub items will could be drop target.
120 list.addEventListener('drop',
202 * @param {string=} opt_effect Desired drop/paste effect. Could be
247 * Renders a drag-and-drop thumbnail.
297 * @param {cr.ui.List} list Drop target lis
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/api/var_array_buffer/
example.js 9 document.getElementById('listener').addEventListener('drop',
  /external/iproute2/examples/diffserv/
Edge32-cb-chains 80 drop flowid 4:3
87 drop flowid 4:4
Edge32-cb-u32 81 drop flowid :3
89 drop flowid :4
Edge2 44 police rate 1500kbit burst 90k mtu 9k drop flowid :1
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
linuxdevicemanager.cc 171 static std::string Trim(const std::string& s, const std::string& drop = " \t") {
172 std::string::size_type first = s.find_first_not_of(drop);
173 std::string::size_type last = s.find_last_not_of(drop);
  /external/chromium/chrome/browser/resources/ntp/
drag_drop_controller.js 20 // point to a valid place to drop an item
38 // Install the 'mousedown' handler, the entry point to drag and drop.
97 // starting drag and drop.
101 // This can't be a drag & drop event if it's not the left mouse button
  /external/chromium_org/third_party/sqlite/src/tool/
speedtest2.tcl 69 drop table t1;
70 drop table t2;
205 puts $fd {DROP TABLE t1;}
207 runtest {DROP TABLE}
speedtest.tcl 77 drop table t1;
78 drop table t2;
272 puts $fd {DROP TABLE t1;}
273 puts $fd {DROP TABLE t2;}
275 runtest {DROP TABLE}
  /external/kernel-headers/original/linux/
capability.h 468 const kernel_cap_t drop)
471 CAP_BOP_ALL(dest, a, drop, &~);
  /external/chromium_org/third_party/flot/
jquery.flot.navigate.min.js 86 */(function(e){function t(i){var l,h=this,p=i.data||{};if(p.elem)h=i.dragTarget=p.elem,i.dragProxy=a.proxy||h,i.cursorOffsetX=p.pageX-p.left,i.cursorOffsetY=p.pageY-p.top,i.offsetX=i.pageX-i.cursorOffsetX,i.offsetY=i.pageY-i.cursorOffsetY;else if(a.dragging||p.which>0&&i.which!=p.which||e(i.target).is(p.not))return;switch(i.type){case"mousedown":return e.extend(p,e(h).offset(),{elem:h,target:i.target,pageX:i.pageX,pageY:i.pageY}),o.add(document,"mousemove mouseup",t,p),s(h,!1),a.dragging=null,!1;case!a.dragging&&"mousemove":if(r(i.pageX-p.pageX)+r(i.pageY-p.pageY)<p.distance)break;i.target=p.target,l=n(i,"dragstart",h),l!==!1&&(a.dragging=h,a.proxy=i.dragProxy=e(l||h)[0]);case"mousemove":if(a.dragging){if(l=n(i,"drag",h),u.drop&&(u.drop.allowed=l!==!1,u.drop.handler(i)),l!==!1)break;i.type="mouseup"};case"mouseup":o.remove(document,"mousemove mouseup",t),a.dragging&&(u.drop&&u.drop.handler(i),n(i,"dragend",h)),s(h,!0),a.dragging=a.proxy=p.elem=!1}return!0}function n(t,n,r){t.typ (…)
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 1428 int drop = -1; local
    [all...]
  /external/chromium_org/media/filters/
ffmpeg_audio_decoder.cc 455 // Currently Vorbis is the only codec that causes us to drop samples.
456 // If we have to drop samples it always means the timeline starts at 0.
498 // If there are frames to drop, get rid of as many as we can.
500 int drop = std::min(output->frame_count(), output_frames_to_drop_); local
501 output->TrimStart(drop);
502 output_frames_to_drop_ -= drop;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CCombo3.java 158 // when we use "auto drop on editor activation" option, this click is
312 * Sets drop state of combo.
314 public void doDropDown(boolean drop) {
315 // check, may be we already in this drop state
316 if (drop == isDropped()) {
320 if (!drop) {
  /external/chromium_org/chrome/browser/resources/chromeos/
about_sys.js 94 * @param {Event} e The drop event from dropping a file dragged onto the page.
182 tp.addEventListener('drop', importLog, false);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DatabaseQueryView.js 92 accumulateMatches(["SELECT ", "FROM ", "WHERE ", "LIMIT ", "DELETE FROM ", "CREATE ", "DROP ", "TABLE ", "INDEX ", "UPDATE ", "INSERT INTO ", "VALUES ("]);
155 if (trimmedQuery.match(/^create /i) || trimmedQuery.match(/^drop table /i))
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
mesadef.py 53 print '; as a drop-in replacement.'
  /external/mesa3d/src/mapi/glapi/gen/
mesadef.py 53 print '; as a drop-in replacement.'
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1129.js 37 // Try to compile in UC16 mode, and drop the exception.

Completed in 785 milliseconds

12 3 4 5 6 7