HomeSort by relevance Sort by last modified time
    Searched full:drop (Results 276 - 300 of 4686) sorted by null

<<11121314151617181920>>

  /packages/providers/TvProvider/tests/src/com/android/providers/tv/
DatabaseHelperTest.java 210 db.execSQL("DROP TABLE IF EXISTS " + TvProvider.WATCH_NEXT_PROGRAMS_TABLE);
211 db.execSQL("DROP TABLE IF EXISTS " + TvProvider.PREVIEW_PROGRAMS_TABLE);
212 db.execSQL("DROP TABLE IF EXISTS " + TvProvider.RECORDED_PROGRAMS_TABLE);
213 db.execSQL("DROP TABLE IF EXISTS " + TvProvider.WATCHED_PROGRAMS_TABLE);
214 db.execSQL("DROP TABLE IF EXISTS " + TvProvider.PROGRAMS_TABLE);
215 db.execSQL("DROP TABLE IF EXISTS " + TvProvider.CHANNELS_TABLE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
RelativeLayoutRuleTest.java 63 // If we drag right into the button itself, not a valid drop position
69 // Preview line + drop zone rectangle along the top
77 // Drop preview
124 // If we drag right into the button itself, not a valid drop position
133 // Drop zones
155 // If we drag right into the button itself, not a valid drop position
  /system/netd/server/
NatController.cpp 108 "-A %s -j DROP\n"
206 "%s %s -i %s -m rpfilter --invert ! -s fe80::/64 -j DROP\n"
216 StringPrintf("%s %s -i %s -o %s -m state --state INVALID -j DROP",
238 // Always make sure the drop rule is at the end.
242 v4.push_back(StringPrintf("-D %s -j DROP", LOCAL_FORWARD));
243 v4.push_back(StringPrintf("-A %s -j DROP", LOCAL_FORWARD));
FirewallController.cpp 83 // create default rule to drop all traffic
86 "-A fw_INPUT -j DROP\n"
200 // When adding, insert RETURN rules at the front, before the catch-all DROP at the end.
203 target = "DROP";
204 // When adding, append DROP rules at the end, after the RETURN rule that matches TCP RSTs.
286 StringAppendF(&commands, "-A %s -m owner --uid-owner %d -j DROP\n", name, uid);
290 // If it's a whitelist chain, add a default DROP at the end. This is not necessary for a
293 StringAppendF(&commands, "-A %s -j DROP\n", name);
  /developers/build/prebuilts/gradle/DragAndDropAcrossApps/DragSource/src/main/java/com/example/android/dragsource/
ImageDragListener.java 27 * Sets colors of the target when DragEvents fire. When a drop is received, the {@link Uri} backing
42 // For the drop action, set the view to the dropped image.
  /developers/samples/android/ui/window/DragAndDropAcrossApps/DragSource/src/main/java/com/example/android/dragsource/
ImageDragListener.java 27 * Sets colors of the target when DragEvents fire. When a drop is received, the {@link Uri} backing
42 // For the drop action, set the view to the dropped image.
  /development/samples/browseable/DragAndDropAcrossApps/DragSource/src/com.example.android/dragsource/
ImageDragListener.java 27 * Sets colors of the target when DragEvents fire. When a drop is received, the {@link Uri} backing
42 // For the drop action, set the view to the dropped image.
  /external/harfbuzz_ng/util/
helper-cairo-ansi.cc 68 /* Drop first row while empty */
81 /* Drop last row while empty */
  /external/kmod/
TODO 38 * index: drop the "open(), seek(), read()" implementation and use another one
40 Another possibility is to drop the mmap implementation relying on VFS to have
  /external/openssh/
sandbox-solaris.c 52 /* Start with "basic" and drop everything we don't need. */
60 /* Drop everything except the ability to use already-opened files */
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
neteq_speed_test.cc 44 "Packet lossrate; drop every N packets.");
57 " --lossrate=N drop every N packets; default is 10\n"
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
EventLogTags.logtags 33 # PDP drop caused by network
39 # CDMA data network drop
  /packages/apps/Camera2/src/com/android/camera/burst/
EvictionHandler.java 34 * and needs to drop an image from the buffer.
40 * @return the timestamp of the frame to drop.
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestDragAndDropManager.java 72 public boolean drop(ClipData clipData, Object localState, RootInfo root, ActionHandler actions, method in class:TestDragAndDropManager
78 public boolean drop(ClipData clipData, Object localState, DocumentStack dstStack, method in class:TestDragAndDropManager
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DragGestureDetector.java 104 private void move(MotionEvent event, boolean drop) {
108 drop);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
color1-expected-completion46b.txt 17 android:state_drag_can_accept : State for StateListDrawable indicating that the Drawable is in a view that is capable of accepting a drop of the content currently being manipulated in a drag-and-drop operation. [boolean]
  /system/netd/libnetdutils/
SliceTest.cpp 44 EXPECT_EQ(s1.base() + kBytes, drop(s1, kBytes).base());
45 EXPECT_EQ(s1.size() - kBytes, drop(s1, kBytes).size());
  /external/python/cpython2/Lib/lib-tk/
Tkdnd.py 1 """Drag-and-drop support for Tkinter.
11 for it that starts the drag-and-drop process. Typically, you should
17 be kept alive automatically for the duration of the drag-and-drop.
19 When a drag-and-drop is already in process for the Tk interpreter, the
26 drag-and-drop targets.
28 Potential drag-and-drop targets are discovered as follows. Whenever
29 the mouse moves, and at the start and end of a drag-and-drop move, the
74 The drag-and-drop processes can end in two ways: a final target object
77 potential drop by a call to its dnd_enter() method, as described
80 dnd_enter(). The target is notified of the drop by a call to it
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkdnd.py 1 """Drag-and-drop support for Tkinter.
11 for it that starts the drag-and-drop process. Typically, you should
17 be kept alive automatically for the duration of the drag-and-drop.
19 When a drag-and-drop is already in process for the Tk interpreter, the
26 drag-and-drop targets.
28 Potential drag-and-drop targets are discovered as follows. Whenever
29 the mouse moves, and at the start and end of a drag-and-drop move, the
74 The drag-and-drop processes can end in two ways: a final target object
77 potential drop by a call to its dnd_enter() method, as described
80 dnd_enter(). The target is notified of the drop by a call to it
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkdnd.py 1 """Drag-and-drop support for Tkinter.
11 for it that starts the drag-and-drop process. Typically, you should
17 be kept alive automatically for the duration of the drag-and-drop.
19 When a drag-and-drop is already in process for the Tk interpreter, the
26 drag-and-drop targets.
28 Potential drag-and-drop targets are discovered as follows. Whenever
29 the mouse moves, and at the start and end of a drag-and-drop move, the
74 The drag-and-drop processes can end in two ways: a final target object
77 potential drop by a call to its dnd_enter() method, as described
80 dnd_enter(). The target is notified of the drop by a call to it
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 1 """Drag-and-drop support for Tkinter.
11 for it that starts the drag-and-drop process. Typically, you should
17 be kept alive automatically for the duration of the drag-and-drop.
19 When a drag-and-drop is already in process for the Tk interpreter, the
26 drag-and-drop targets.
28 Potential drag-and-drop targets are discovered as follows. Whenever
29 the mouse moves, and at the start and end of a drag-and-drop move, the
74 The drag-and-drop processes can end in two ways: a final target object
77 potential drop by a call to its dnd_enter() method, as described
80 dnd_enter(). The target is notified of the drop by a call to it
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 1 """Drag-and-drop support for Tkinter.
11 for it that starts the drag-and-drop process. Typically, you should
17 be kept alive automatically for the duration of the drag-and-drop.
19 When a drag-and-drop is already in process for the Tk interpreter, the
26 drag-and-drop targets.
28 Potential drag-and-drop targets are discovered as follows. Whenever
29 the mouse moves, and at the start and end of a drag-and-drop move, the
74 The drag-and-drop processes can end in two ways: a final target object
77 potential drop by a call to its dnd_enter() method, as described
80 dnd_enter(). The target is notified of the drop by a call to it
    [all...]
  /art/test/708-jit-cache-churn/
jit.cc 48 // Drop the shared mutator lock
  /build/make/core/
local_vndk.mk 35 # If we're not using the VNDK, drop all restrictions
  /cts/suite/audio_quality/test/
Android.mk 33 # need to keep everything in libcts_.. Otherwise, linker will drop some

Completed in 502 milliseconds

<<11121314151617181920>>