HomeSort by relevance Sort by last modified time
    Searched refs:drop (Results 51 - 75 of 167) sorted by null

1 23 4 5 6 7

  /system/core/logd/
LogStatistics.h 115 inline void drop(TKey key, LogBufferElement *element) { function in class:LogHashtable
118 it->second.drop(element);
219 inline void drop(LogBufferElement *element) { function in struct:EntryBaseDropped
446 void drop(LogBufferElement *entry);
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/
DragAndDrop.java 30 /** Manages drag and drop operations through registered drag sources and drop targets.
138 target.drop(source, payload, tmpVector.x, tmpVector.y, pointer);
190 /** Sets an offset in stage coordinates from the touch position which is used to determine the drop location. Default is 0,0. */
205 /** Time in milliseconds that a drag must take before a drop will be considered valid. This ignores an accidental drag and drop
255 throw new IllegalArgumentException("The stage root cannot be a drag and drop target.");
262 /** Called when the object is no longer over the target, whether because the touch was moved or a drop occurred. */
266 abstract public void drop (Source source, Payload payload, float x, float y, int pointer); method in class:DragAndDrop.Target
273 /** The payload of a drag and drop operation. Actors can be optionally provided to follow the cursor and change when over
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1129.js 37 // Try to compile in UC16 mode, and drop the exception.
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_mdpcomp.h 121 bool drop[MAX_NUM_APP_LAYERS]; member in struct:qhwc::MDPComp::FrameInfo
137 bool drop[MAX_NUM_APP_LAYERS]; member in struct:qhwc::MDPComp::LayerCache
231 /* drop other non-AIV layers from external display list.*/
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.h 116 bool drop[MAX_NUM_APP_LAYERS]; member in struct:qhwc::MDPComp::FrameInfo
132 bool drop[MAX_NUM_APP_LAYERS]; member in struct:qhwc::MDPComp::LayerCache
227 /* drop other non-AIV layers from external display list.*/
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 719 // Draw a drop shadow for the text
728 // Turn off drop shadow
1495 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...]
  /external/strace/
strace.c 801 goto drop;
813 goto drop;
818 goto drop;
826 goto drop;
850 goto drop;
938 drop:
1078 * Drop PID's tcp.
    [all...]
  /hardware/qcom/gps/msm8909/utils/
LocTimer.cpp 184 inline ~LocTimerDelegate() { if (mLock) { mLock->drop(); mLock = NULL; } }
539 mLock->drop();
  /hardware/qcom/gps/msm8996/utils/
LocTimer.cpp 184 inline ~LocTimerDelegate() { if (mLock) { mLock->drop(); mLock = NULL; } }
537 mLock->drop();
  /hardware/qcom/gps/msmcobalt/utils/
LocTimer.cpp 184 inline ~LocTimerDelegate() { if (mLock) { mLock->drop(); mLock = NULL; } }
542 mLock->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
  /prebuilts/misc/common/swig/include/2.0.11/r/
r.swg 252 function(x,i,j, ..., drop=TRUE)
  /external/clang/lib/Analysis/
ThreadSafetyTIL.cpp 305 Blocks.drop(NumUnreachableBlocks);
  /external/libnl/lib/route/sch/
cbq.c 35 __ADD(TC_CBQ_OVL_DROP,drop)
  /external/libpcap/msdos/
pkt_rx1.s 32 _pktDrop dw 0,0 ; packet drop counter
  /external/dhcpcd-6.8.2/
ipv6.c 850 ipv6_freedrop_addrs(struct ipv6_addrhead *addrs, int drop,
860 if (drop != 2)
862 if (drop && ap->flags & IPV6_AF_ADDED &&
867 if (drop == 2)
882 if (drop == 2)
885 if (drop != 2)
1260 ipv6_freedrop(struct interface *ifp, int drop)
1271 ipv6_freedrop_addrs(&state->addrs, drop ? 2 : 0, NULL);
1275 if (drop == 0) {
    [all...]
  /external/libunwind/doc/
libunwind-setjmp.tex 27 be a drop-in replacement for the normal, system-provided routines of
  /external/webrtc/webrtc/tools/rtcbot/rtcBotReportVisualizer/
main.js 44 // drop down menu in html.
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 180 // drop last n elements from array
181 void drop(unsigned n = 0) {
  /prebuilts/go/darwin-x86/doc/codewalk/
codewalk.js 25 * The div that wraps the iframe with the code, as well as the drop down menu
248 * previously selected comment, changes drop down options so that the correct
  /prebuilts/go/linux-x86/doc/codewalk/
codewalk.js 25 * The div that wraps the iframe with the code, as well as the drop down menu
248 * previously selected comment, changes drop down options so that the correct
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_events.h 134 /* Drag and drop events */
435 * \brief An event used to request a file open by the system (event.drop.*)
523 SDL_DropEvent drop; /**< Drag and drop event data */ member in union:SDL_Event
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_events.h 134 /* Drag and drop events */
435 * \brief An event used to request a file open by the system (event.drop.*)
523 SDL_DropEvent drop; /**< Drag and drop event data */ member in union:SDL_Event
  /prebuilts/misc/windows/sdl2/include/
SDL_events.h 134 /* Drag and drop events */
435 * \brief An event used to request a file open by the system (event.drop.*)
523 SDL_DropEvent drop; /**< Drag and drop event data */ member in union:SDL_Event

Completed in 1301 milliseconds

1 23 4 5 6 7