HomeSort by relevance Sort by last modified time
    Searched full:drop (Results 126 - 150 of 940) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/qemu/distrib/zlib-1.2.3/
inftrees.h 20 the number of bits in this code or part of the code to drop off
  /external/quake/quake/src/QW/client/
pmove.c 329 float drop; local
362 drop = 0;
365 drop += speed*movevars.waterfriction*waterlevel*frametime;
369 drop += control*friction*frametime;
374 newspeed = speed - drop;
778 float speed, drop, friction, control, newspeed, accel; local
798 drop = 0;
802 drop += control*friction*frametime;
805 newspeed = speed - drop;
  /external/v8/src/mips/
virtual-frame-mips.h 335 // Drop a number of elements from the top of the expression stack. May
338 void Drop(int count);
339 // Similar to VirtualFrame::Drop but we don't modify the actual stack.
343 // Drop one element.
344 void Drop() { Drop(1); }
386 // the frame. Nip(k) is equivalent to x = Pop(), Drop(k), Push(x).
498 // Then drop dropped_args elements from the virtual frame, to match
499 // the effect of an upcoming call that will drop them from the stack.
  /external/v8/test/es5conform/
harness-adapt.js 52 // Drop the before/after stuff, just run the test.
  /external/webkit/LayoutTests/storage/
change-version.html 13 tx.executeSql("DROP table if exists info;", [], emptyFunction, emptyFunction);
sql-data-types.js 42 tx.executeSql("DROP TABLE DataTypeTestTable", [],
  /external/webkit/WebCore/dom/
EventNames.h 60 macro(drop) \
  /external/webkit/WebCore/platform/chromium/
ChromiumDataObject.h 42 // during a drag-n-drop operation. This is the data that WebCore is aware
  /external/webkit/WebCore/platform/gtk/
ClipboardGtk.h 35 // State available during IE's events for drag and drop and copy/paste
  /external/webkit/WebCore/platform/haiku/
ClipboardHaiku.h 36 // State available during IE's events for drag and drop and copy/paste.
  /external/webkit/WebCore/platform/qt/
ClipboardQt.h 40 // State available during IE's events for drag and drop and copy/paste
  /external/webkit/WebCore/platform/win/
ClipboardWin.h 41 // State available during IE's events for drag and drop and copy/paste
  /external/webkit/WebCore/platform/wx/
ClipboardWx.h 35 // State available during IE's events for drag and drop and copy/paste
  /external/webkit/WebKit/chromium/src/
WrappedResourceRequest.h 45 reset(); // Need to drop reference to m_handle
WrappedResourceResponse.h 45 reset(); // Need to drop reference to m_handle
  /external/zlib/contrib/infback9/
inftree9.h 20 the number of bits in this code or part of the code to drop off
  /external/zlib/
inftrees.h 20 the number of bits in this code or part of the code to drop off
  /frameworks/base/core/java/android/os/
Vibrator.java 65 // not be null, let that be checked, because the server will drop it
  /frameworks/base/include/media/stagefright/
MediaBuffer.h 87 // For use by OMXDecoder, reference count must be 1, drop reference
  /packages/apps/Camera/res/layout/
video_camera.xml 42 text's drop shadow will be clipped. -->
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 379 // Drop everything and start over.
382 db.execSQL("DROP TABLE IF EXISTS images");
383 db.execSQL("DROP TRIGGER IF EXISTS images_cleanup");
384 db.execSQL("DROP TABLE IF EXISTS thumbnails");
385 db.execSQL("DROP TRIGGER IF EXISTS thumbnails_cleanup");
386 db.execSQL("DROP TABLE IF EXISTS audio_meta");
387 db.execSQL("DROP TABLE IF EXISTS artists");
388 db.execSQL("DROP TABLE IF EXISTS albums");
389 db.execSQL("DROP TABLE IF EXISTS album_art");
390 db.execSQL("DROP VIEW IF EXISTS artist_info")
    [all...]
  /sdk/ddms/app/src/com/android/ddms/
DropdownSelectionListener.java 32 * Helper class for drop-down menus in toolbars.
  /external/clearsilver/python/examples/base/
odb_sqlite.py 121 sql = "drop table %s" % tableName
130 sql = "drop table %s" % tmpTableName
  /external/dhcpcd/
bpf-filter.h 47 /* Otherwise, drop it. */
97 /* Otherwise, drop it. */
bpf.c 189 goto next; /* Incomplete packet, drop. */
192 goto next; /* Packet beyond buffer, drop. */

Completed in 185 milliseconds

1 2 3 4 56 7 8 91011>>