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

12 3 4

  /external/iproute2/examples/diffserv/
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/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
apps.js 329 // The autoscroll rate during drag and drop, in px per second.
425 // Returns true if |coordinates| point to a valid drop location. The
779 // Enable drag and drop reordering of the app launcher.
  /external/kernel-headers/original/linux/
capability.h 468 const kernel_cap_t drop)
471 CAP_BOP_ALL(dest, a, drop, &~);
quota.h 248 int (*drop) (struct inode *); member in struct:dquot_operations
  /external/quake/quake/src/QW/server/
server.h 128 qboolean drop; // lose this guy next opportunity member in struct:client_s
352 void SV_DropClient (client_t *drop);
sv_send.c 345 Larger attenuations will drop off. (max 4 attenuation)
714 if (c->drop) {
716 c->drop = false;
751 // drop the client
  /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) {
CTableCombo.java 40 * drop-down.
497 private void dropDown(boolean drop) {
498 if (drop == isDropped()) {
501 if (!drop) {
  /external/webkit/Source/WebCore/dom/
EventNames.h 65 macro(drop) \
Element.h 63 DEFINE_ATTRIBUTE_EVENT_LISTENER(drop);
  /external/webkit/Source/WebCore/inspector/front-end/
DatabaseQueryView.js 89 accumulateMatches(["SELECT ", "FROM ", "WHERE ", "LIMIT ", "DELETE FROM ", "CREATE ", "DROP ", "TABLE ", "INDEX ", "UPDATE ", "INSERT INTO ", "VALUES ("]);
151 if (trimmedQuery.match(/^create /i) || trimmedQuery.match(/^drop table /i))
  /external/webkit/Source/WebCore/svg/
SVGElementInstance.h 113 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), drop); member in class:WebCore::SVGElementInstance
  /external/v8/test/mjsunit/regress/
regress-1129.js 37 // Try to compile in UC16 mode, and drop the exception.
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 706 // Draw a drop shadow for the text
715 // Turn off drop shadow
1479 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...]
  /packages/apps/Music/src/com/android/music/
TouchInterceptor.java 317 mDropListener.drop(mSrcDragPos, mDragPos);
468 void drop(int from, int to); method in interface:TouchInterceptor.DropListener
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 156 document.addEventListener(Grabber.EventType.DROP, appDrop);
174 trash.addEventListener(Grabber.EventType.DROP, appTrash);
410 // Prevent any built-in drag-and-drop support from activating for the
564 // for it - eg. if we drop on it, or the drag is cancelled)
638 * @param {Grabber.Event} e The event from the Grabber indicating the drop.
646 // Mark this drop as handled so that the catch-all drop handler
657 * @param {Grabber.Event} e The event from the Grabber indicating the drop.
753 // case because if we did actually drop an app there, we want to retain that
  /external/webkit/LayoutTests/storage/
test-authorizer.js 16 tx.executeSql("DROP TABLE IF EXISTS Test;");
17 tx.executeSql("DROP INDEX IF EXISTS TestIndex;");
18 tx.executeSql("DROP VIEW IF EXISTS TestView;");
19 tx.executeSql("DROP TRIGGER IF EXISTS TestTrigger;");
89 executeStatement(tx, "DROP INDEX TestIndex;", "SQLITE_DROP_INDEX");
95 executeStatement(tx, "DROP TABLE TestTempTable;", "SQLITE_DROP_TEMP_TABLE");
96 executeStatement(tx, "DROP TRIGGER TestTempTrigger;", "SQLITE_DROP_TEMP_TRIGGER");
97 executeStatement(tx, "DROP VIEW TestTempView;", "SQLITE_DROP_TEMP_VIEW");
98 executeStatement(tx, "DROP TRIGGER TestTrigger;", "SQLITE_DROP_TRIGGER");
99 executeStatement(tx, "DROP VIEW TestView;", "SQLITE_DROP_VIEW")
    [all...]
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 152 document.addEventListener(Grabber.EventType.DROP, appDrop);
170 trash.addEventListener(Grabber.EventType.DROP, appTrash);
454 // for it - eg. if we drop on it, or the drag is cancelled)
528 * @param {Grabber.Event} e The event from the Grabber indicating the drop.
536 // Mark this drop as handled so that the catch-all drop handler
547 * @param {Grabber.Event} e The event from the Grabber indicating the drop.
643 // case because if we did actually drop an app there, we want to retain that
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 734 static std::string Trim(const std::string& s, const std::string& drop = " \t") {
735 std::string::size_type first = s.find_first_not_of(drop);
736 std::string::size_type last = s.find_last_not_of(drop);
  /external/libxslt/libxslt/
xsltutils.c 2172 xsltDropCallCallback drop; member in struct:_xsltDebuggerCallbacks
    [all...]
  /external/webkit/Source/WebCore/page/
DOMWindow.h 282 DEFINE_ATTRIBUTE_EVENT_LISTENER(drop);

Completed in 2657 milliseconds

12 3 4