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

12 3 4 5 6 7 8 91011>>

  /external/iptables/extensions/
libipt_REJECT.man 3 .B DROP
34 (*) Using icmp-admin-prohibited with kernels that do not support it will result in a plain DROP instead of REJECT
libipt_sctp.man 24 iptables -A INPUT -p sctp --dport 80 -j DROP
26 iptables -A INPUT -p sctp --chunk-types any DATA,INIT -j DROP
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/
android.widget.AbsoluteLayout.groovy 24 // ==== Drag'n'drop support ====
25 // The AbsoluteLayout accepts any drag'n'drop anywhere on its surface.
76 targetNode.debugPrintf("AbsL.drop: add ${fqcn} at coord ${x}x${y}");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/
DropFeedback.java 46 * When set to a non-null valid rectangle, this informs the engine that a drag'n'drop
49 * When the mouse is captured, drop events will keep going to the rule that started the
55 * Initializes the drop feedback with the given user data and paint closure.
IViewRule.java 120 // ==== Drag'n'drop support ====
125 * If not interested in drop, return null.
134 * Returning null will invalidate the drop workflow.
139 * Called when drop leaves the target without actually dropping.
158 * Called when drop is released over the target to perform the actual drop.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GlobalCanvasDragInfo.java 24 * Overall this is a workaround: the issue is that the drag'n'drop SWT API does not
31 * off a canvas or its palette and then set back to null when the drag'n'drop is finished.
33 * Note that when a drag starts in one instance of Eclipse and the dragOver/drop is done
  /bionic/libc/arch-x86/bionic/
crtbegin_so.S 2 * libs want to drop things into .init section.
  /external/iproute2/examples/diffserv/
README 51 drop
57 drop
92 drop;
95 else drop;
  /external/iptables/
INCOMPATIBILITIES 4 with kernels that do not support it, will result in a plain DROP instead
  /external/webkit/WebCore/manual-tests/accessibility/
java-applet.html 11 <li>Click on the "Go To" drop down in the window that appears.
  /external/webkit/WebCore/manual-tests/
drag-image-to-desktop.html 10 <ol><li>drag and drop the image below to the desktop</ol>
input-type-file-drag-drop.html 10 &lt;input type="file"&gt; should be able to support drag and drop of files. Use the above controls to demonstrate:
  /frameworks/base/core/java/android/widget/
ResourceCursorAdapter.java 44 * define both the item views and the drop down views.
59 * define both the item views and the drop down views.
97 * <p>Sets the layout resource of the drop down views.</p>
99 * @param dropDownLayout the layout resources used to create drop down views
SpinnerAdapter.java 26 * one that shows the data in the drop down list when the spinner is pressed.</p>
30 * <p>Get a {@link android.view.View} that displays in the drop down popup
  /frameworks/base/telephony/java/com/android/internal/telephony/
EventLogTags.logtags 33 # PDP drop caused by network
39 # CDMA data network drop
  /frameworks/base/core/tests/coretests/src/android/widget/
AutoCompleteTextViewPopup.java 169 /** Test the show/hide behavior of the drop-down. */
176 // Drop-down should not be showing when no text has been entered
184 // Drop-down should now be visible
195 // Drop-down should be hidden when text is cleared
206 // Drop-down should still be hidden
217 // Drop-down should show up after setText() with filtering
  /dalvik/libcore/sql/src/test/java/tests/support/
DatabaseCreator.java 129 public static final String DROP_TABLE1 = "DROP TABLE " + TEST_TABLE1;
131 public static final String DROP_TABLE2 = "DROP TABLE " + TEST_TABLE2;
133 public static final String DROP_TABLE3 = "DROP TABLE " + TEST_TABLE3;
135 public static final String DROP_TABLE4 = "DROP TABLE " + TEST_TABLE4;
137 public static final String DROP_TABLE5 = "DROP TABLE " + TEST_TABLE5;
139 public static final String DROP_TABLE_CUSTOMERS = "DROP TABLE "
142 public static final String DROP_TABLE_ORDERS = "DROP TABLE " + ORDERS_TABLE;
144 public static final String DROP_TABLE_SALESPEOPLE = "DROP TABLE "
147 public static final String DROP_TABLE_PARENT = "DROP TABLE " + PARENT_TABLE;
149 public static final String DROP_TABLE_FKSTRICT = "DROP TABLE
    [all...]
  /external/v8/src/arm/
jump-target-arm.cc 165 // it explicitly here. The only merging necessary is to drop extra
169 cgen()->frame()->Drop(count);
176 // it explicitly here. The only merging necessary is to drop extra
180 cgen()->frame()->Drop(count);
195 // Drop leftover statement state from the frame before merging, even
201 // to do it explicitly here. The only merging necessary is to drop extra
203 cgen()->frame()->Drop(count);
219 // Drop leftover statement state from the frame before merging, even
225 // to do it explicitly here. The only merging necessary is to drop extra
  /packages/wallpapers/Basic/res/raw/
fall.rs 97 void drop(int x, int y, float s) {
135 drop(nx * State->meshWidth, State->meshHeight - ny * State->meshHeight, amp);
208 //drop(((x + State->glWidth * 0.5f) / State->glWidth) * meshWidth,
309 if (Drop->dropX != -1) {
310 drop(Drop->dropX, Drop->dropY, 2);
311 Drop->dropX = -1;
312 Drop->dropY = -1;
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java 185 db.execSQL("DROP TABLE " + SYNC_STATE_TABLE + ";");
192 db.execSQL("DROP TABLE state_backup;");
422 db.execSQL("DROP TABLE IF EXISTS CalendarCache;");
549 db.execSQL("DROP TABLE CalendarMetaData;");
    [all...]
  /dalvik/libcore/sql/src/test/java/tests/sql/
SQLTest.java 65 st.execute("drop table if exists zoo");
68 fail("Couldn't drop table: " + e.getMessage());
114 st.execute("DROP PROCEDURE IF EXISTS welcomeAnimal");
StatementTest.java 289 "drop table if exists hutch",
295 "drop view address;", "drop table hutch;" };
317 "drop table hutchNO",
320 "drop view address;", "drop table hutch;", "", null };
352 "drop table if exists hutch",
358 "drop view address;", "drop table hutch;" };
924 "drop table if exists hutch"
    [all...]
  /external/wpa_supplicant/
ctrl_iface_udp.c 174 * The OS networking stack is expected to drop this kind of
176 * Just in case, drop the frame if it is coming from any other
179 wpa_printf(MSG_DEBUG, "CTRL: Drop packet from unexpected "
199 "drop request");
205 "request - drop request");
211 "drop request");
453 * The OS networking stack is expected to drop this kind of
455 * Just in case, drop the frame if it is coming from any other
458 wpa_printf(MSG_DEBUG, "CTRL: Drop packet from unexpected "
471 "drop request")
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_udp.c 174 * The OS networking stack is expected to drop this kind of
176 * Just in case, drop the frame if it is coming from any other
179 wpa_printf(MSG_DEBUG, "CTRL: Drop packet from unexpected "
199 "drop request");
205 "request - drop request");
211 "drop request");
453 * The OS networking stack is expected to drop this kind of
455 * Just in case, drop the frame if it is coming from any other
458 wpa_printf(MSG_DEBUG, "CTRL: Drop packet from unexpected "
471 "drop request")
    [all...]
  /development/tools/axl/
axl.py 59 class Drop(BaseProtocol):
67 """Read 1st line of request, then drop connection"""
81 """Drop connection after a header is half-sent"""
112 """Drop connection in body"""
129 """Drop every other connection"""
242 for protocol in Drop, ReadAndDrop, GarbageStatus, BadHeader, PauseHeader, \

Completed in 226 milliseconds

12 3 4 5 6 7 8 91011>>