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

1 2 34 5 6

  /external/e2fsprogs/e2fsck/
journal.c 672 int reset, int drop)
676 if (drop)
  /external/libpcap/msdos/
pkt_rx0.asm 57 _pktDrop dw 0,0 ; packet drop counter
  /external/sepolicy/
access_vectors 89 drop
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureManager.java 69 /** A listener for drop target events. */
89 * key in order to tweak the current drop position)
97 * key in order to tweak the current drop position)
116 * because even on a drop we'll receive a
117 * {@link DropTargetListener#dragLeave} right before the drop, and we need
118 * to restore it in the drop. Therefore, when we lose a {@link DropGesture}
192 * @param dropTarget The drop target in the {@link LayoutCanvas} to listen
216 * @param dropTarget The drop target in the {@link LayoutCanvas} to stop
483 // Mouse Up shouldn't be delivered in the middle of a drag & drop -
487 // the drag & drop operation, so ignore this event
671 public void drop(final DropTargetEvent event) { method in class:GestureManager.CanvasDropListener
679 ((DropGesture) gesture).drop(event); method
    [all...]
MoveGesture.java 52 /** Overlay which paints the drag & drop feedback. */
58 * The top view right under the drag'n'drop cursor.
59 * This can only be null during a drag'n'drop when there is no view under the cursor
66 * drag'n'drop that happens within the same instance of Eclipse.
68 * In the event that the drag and drop happens between different instances of Eclipse
76 * accept drag'n'drop so its parent layout became the target drag'n'drop receiver.
79 * This can be null if no view under the cursor accepted the drag'n'drop or if the node
85 * The latest drop feedback returned by IViewRule.onDropEnter/Move.
148 the drag & drop code seems to steal keyboard events
311 public void drop(final DropTargetEvent event) { method in class:MoveGesture
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield_unittest.cc 816 ui::DropTargetEvent drop(data, drop_point, drop_point,
819 textfield_->OnDragUpdated(drop));
820 EXPECT_EQ(ui::DragDropTypes::DRAG_COPY, textfield_->OnPerformDrop(drop));
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
decNumber.c 410 /* bad -- drop through */
592 /* good; drop through to convert the integer to coefficient */
4634 Int drop=0; local
    [all...]
  /external/icu/icu4c/source/i18n/
decNumber.c 425 /* bad -- drop through */
4659 Int drop=0; local
    [all...]
  /external/chromium_org/chrome/browser/resources/history/
other_devices.js 179 // Keep track of the drop down that triggered the menu, so we know
188 dropDownButton.classList.add('drop-down');
history.js 173 // Keep track of the drop down that triggered the menu, so we know
230 var dropDown = createElementWithClassName('button', 'drop-down');
240 // Prevent clicks on the drop down from affecting the checkbox. We need to
494 // If no requests are in flight then this was an old request so we drop the
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 65 "bookmarkCreated": "bubble-drop.mp3",
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/
background.js 128 // This child is either missing, invalid or misplaced; drop it and
152 // Drop all additional bookmarks past the end that are not wanted anymore.
  /external/okhttp/website/static/
prettify.js 20 Q=[y,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],W=[y,"as,assert,const,copy,drop,enum,extern,fail,false,fn,impl,let,log,loop,match,mod,move,mut,priv,pub,pure,ref,self,static,struct,true,trait,type,unsafe,use"],y=[y,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],R=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)\b/,
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 580 log("drop it");
758 public void move(final View photo, float dx, float dy, boolean drop) {
765 if (drop && photoOffTable(photo)) {
847 log("drop it at %f, %f", x, y);
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 875 media::Metadata::Filter allow, drop; local
878 unmarshallFilter(filter, &drop, &status)) {
882 mMetadataDrop = drop;
    [all...]
  /external/chromium_org/extensions/renderer/resources/
messaging.js 64 // drop the message.
  /external/chromium_org/v8/src/mips/
macro-assembler-mips.h 196 void Drop(int count,
203 void DropAndRet(int drop);
205 void DropAndRet(int drop,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLElement.cpp 243 attributeNameToEventNameMap.set(ondropAttr.localName(), EventTypeNames::drop);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.cpp 733 else if (event->type() == EventTypeNames::drop)
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubby.js 141 // Without delay, gnubbies would drop all idle devices, before client
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
directory_tree.js 380 * Executes the assigned action as a drop target.
file_tasks.js 799 * @return {Object} Item appendable to combobutton drop-down list.
  /external/chromium_org/v8/src/arm/
macro-assembler-arm.h 109 void Drop(int count, Condition cond = al);
111 void Ret(int drop, Condition cond = al);
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 2484 milliseconds

1 2 34 5 6