/external/chromium_org/third_party/leveldatabase/src/db/ |
db_impl.cc | 57 // we can drop all entries for the same key with sequence numbers < S. 907 bool drop = false; local 925 drop = true; // (A) 936 drop = true; 943 " Compact: %s, seq %d, type: %d %d, drop: %d, is_base: %d, " 946 (int)ikey.sequence, ikey.type, kTypeValue, drop, 951 if (!drop) { [all...] |
/external/chromium_org/third_party/libxslt/libxslt/ |
xsltutils.c | 2172 xsltDropCallCallback drop; member in struct:_xsltDebuggerCallbacks [all...] |
/external/libxslt/libxslt/ |
xsltutils.c | 2172 xsltDropCallCallback drop; member in struct:_xsltDebuggerCallbacks [all...] |
/external/chromium/chrome/browser/resources/ntp/ |
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.
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
GLRootView.java | 386 Profile.drop();
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/ |
scene.js | 28 // Make sure we drop the object.
|
/external/e2fsprogs/e2fsck/ |
journal.c | 656 int reset, int drop) 660 if (drop)
|
/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/ |
native_textfield_views_unittest.cc | 912 ui::DropTargetEvent drop(data, drop_point, drop_point, [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/icu4c/i18n/ |
decNumber.c | 423 /* bad -- drop through */ 4657 Int drop=0; local [all...] |
/frameworks/av/media/libmediaplayerservice/ |
MediaPlayerService.cpp | 794 media::Metadata::Filter allow, drop; local 797 unmarshallFilter(filter, &drop, &status)) { 801 mMetadataDrop = drop; [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'); 239 // Prevent clicks on the drop down from affecting the checkbox. 487 // If no requests are in flight then this was an old request so we drop the [all...] |
/external/openssh/contrib/redhat/ |
openssh.spec | 453 - drop debug patch, fixed upstream 543 - drop patch to check if xauth is present (was folded into cookie patch) 567 - drop various patches that came from or went upstream or to or from CVS
|
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-armv5te.S | 522 add sp, #16 @ drop unused operands 566 add sp, #16 @ drop unused operands [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/v8/src/mips/ |
macro-assembler-mips.h | 207 void Drop(int count, 214 void DropAndRet(int drop); 216 void DropAndRet(int drop, [all...] |
/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 | |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/ |
background.js | 67 benchmarkIndex--; // Note: it is okay to drop to -1 here.
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
messaging.js | 62 // drop the message.
|