/external/bluetooth/bluez/network/ |
server.c | 497 goto drop; 504 goto drop; 509 goto drop; 512 goto drop; 515 goto drop; 527 goto drop; 532 drop:
|
/external/iproute2/examples/diffserv/ |
Edge2 | 44 police rate 1500kbit burst 90k mtu 9k drop flowid :1
|
/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
|
/frameworks/base/core/java/android/inputmethodservice/ |
KeyboardView.java | 689 // Draw a drop shadow for the text 698 // Turn off drop shadow 1385 int drop = -1; local [all...] |
/external/bluetooth/bluez/serial/ |
proxy.c | 403 goto drop; 422 goto drop; 436 drop: 481 goto drop; 487 goto drop; 501 goto drop; 506 drop:
|
/external/bluetooth/bluez/plugins/ |
pnat.c | 296 goto drop; 302 goto drop; 307 drop:
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DragController.java | 105 /** Who can receive drop events */ 348 drop(screenX, screenY); method 401 // Drop on someone? 455 drop(screenX, screenY); method 467 private boolean drop(float x, float y) { method in class:DragController 552 * Add a DropTarget to the list of potential places to receive drop events. 559 * Don't send drop events to <em>target</em> any more.
|
/external/webkit/WebCore/dom/ |
EventNames.h | 60 macro(drop) \
|
Element.h | 58 DEFINE_ATTRIBUTE_EVENT_LISTENER(drop);
|
/external/webkit/WebCore/inspector/front-end/ |
DatabaseQueryView.js | 89 accumulateMatches(["SELECT ", "FROM ", "WHERE ", "LIMIT ", "DELETE FROM ", "CREATE ", "DROP ", "TABLE ", "INDEX ", "UPDATE ", "INSERT INTO ", "VALUES ("]); 149 if (query.match(/^create /i) || query.match(/^drop table /i))
|
/external/webkit/WebCore/svg/ |
SVGElementInstance.h | 106 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), drop); member in class:WebCore::SVGElementInstance
|
/external/bluetooth/bluez/audio/ |
control.c | 770 goto drop; 776 goto drop; 783 goto drop; 791 goto drop; 797 drop:
|
/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/kernel-headers/original/linux/ |
quota.h | 248 int (*drop) (struct inode *); member in struct:dquot_operations
|
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-armv5te.S | 494 add sp, #16 @ drop unused operands 536 add sp, #16 @ drop unused operands [all...] |
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceRandom.java | 429 boolean drop = false;
|
/device/samsung/crespo/alsa-lib/src/pcm/ |
pcm_null.c | 302 .drop = snd_pcm_null_drop,
|
pcm_hooks.c | 147 .drop = snd_pcm_generic_drop,
|
pcm_mmap_emul.c | 355 .drop = snd_pcm_generic_drop,
|
/device/samsung/crespo/alsa-lib/src/rawmidi/ |
rawmidi_hw.c | 165 .drop = snd_rawmidi_hw_drop,
|
rawmidi.c | 938 * \brief drop all bytes in the rawmidi I/O ring buffer immediately 945 return rawmidi->ops->drop(rawmidi);
|
rawmidi_virt.c | 287 .drop = snd_rawmidi_virtual_drop,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasDropListener.java | 33 * Handles drop operations on top of the canvas. 42 * The top view right under the drag'n'drop cursor. 43 * This can only be null during a drag'n'drop when there is no view under the cursor 50 * drag'n'drop that happens within the same instance of Eclipse. 52 * In the event that the drag and drop happens between different instances of Eclipse 60 * accept drag'n'drop so its parent layout became the target drag'n'drop receiver. 63 * This can be null if no view under the cursor accepted the drag'n'drop or if the node 69 * The latest drop feedback returned by IViewRule.onDropEnter/Move. 100 * The cursor has entered the drop target boundaries 235 public void drop(DropTargetEvent event) { method in class:CanvasDropListener [all...] |
/external/webkit/WebCore/page/ |
DOMWindow.h | 270 DEFINE_ATTRIBUTE_EVENT_LISTENER(drop);
|