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

12 3 4 5 6

  /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_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
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp 99 (mCurrentFrame.drop[index] ? "DROP" :
211 /* Drop the layer when its already present in FB OR when it lies
213 if(!mCurrentFrame.needsRedraw || mCurrentFrame.drop[index]) {
274 memset(&drop, false, sizeof(drop));
288 memcpy(&drop, &curFrame.drop, sizeof(drop));
297 (curFrame.drop[i] != drop[i]))
    [all...]
hwc_mdpcomp.h 111 bool drop[MAX_NUM_APP_LAYERS]; member in struct:qhwc::MDPComp::FrameInfo
128 bool drop[MAX_NUM_APP_LAYERS]; member in struct:qhwc::MDPComp::LayerCache
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp 86 (mCurrentFrame.drop[index] ? "DROP" :
204 /* Drop the layer when its already present in FB OR when it lies
206 if(!mCurrentFrame.needsRedraw || mCurrentFrame.drop[index]) {
267 memset(&drop, false, sizeof(drop));
281 memcpy(&drop, &curFrame.drop, sizeof(drop));
290 (curFrame.drop[i] != drop[i]))
    [all...]
hwc_mdpcomp.h 103 bool drop[MAX_NUM_APP_LAYERS]; member in struct:qhwc::MDPComp::FrameInfo
120 bool drop[MAX_NUM_APP_LAYERS]; member in struct:qhwc::MDPComp::LayerCache
  /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_org/ui/file_manager/file_manager/foreground/js/
file_transfer_controller.js 110 * be drop target.
112 * items could be drop targets. Otherwise any other place of the list
121 list.addEventListener('drop',
127 * @param {DirectoryTree} tree Its sub items will could be drop target.
133 tree.addEventListener('drop', this.onDrop_.bind(this, true));
138 * @param {NavigationList} tree Its sub items will could be drop target.
146 list.addEventListener('drop',
201 * @return {Object.<string, string>} Drag and drop global data object.
329 * @param {string=} opt_effect Desired drop/paste effect. Could be
444 * Renders a drag-and-drop thumbnail
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DropDownMenu.js 11 this.element = document.createElementWithClass("select", "drop-down-menu");
  /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/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/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/third_party/WebKit/Source/devtools/front_end/resources/
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.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
search_box.js 194 // For normal elements, they does not accept drag drop by default, and accept
195 // it by using event.preventDefault. But input elements accept drag drop
196 // by default. So disable the input element here to prohibit drag drop.
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 709 // Draw a drop shadow for the text
718 // Turn off drop shadow
1482 int drop = -1; local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 91 /** Who can receive drop events */
450 drop(dragLayerX, dragLayerY); method
487 // Drop on someone?
603 drop(dragLayerX, dragLayerY);
655 // Drop onto the fling-to-delete target
659 // "drop"
671 private void drop(float x, float y) {
747 * Add a DropTarget to the list of potential places to receive drop events.
754 * Don't send drop events to <em>target</em> any more.
761 * Sets the current fling-to-delete drop target
    [all...]

Completed in 2211 milliseconds

12 3 4 5 6