/sdk/files/ |
README_add-ons.txt | 2 Drop vendor supplied SDK add-on in this folder
|
/external/iproute2/include/linux/ |
fib_rules.h | 63 FR_ACT_BLACKHOLE, /* Drop without notification */ 64 FR_ACT_UNREACHABLE, /* Drop with ENETUNREACH */ 65 FR_ACT_PROHIBIT, /* Drop with EACCES */
|
/external/webkit/WebCore/manual-tests/ |
directory-drop-on-view.html | 4 Manual drop test 15 Attempt to drop a directory onto the WebView.<br />
|
autofill_alignment.html | 5 Test auto-fill drop-down items' alignment 10 Autofill drop-down item's alignment should be the same as the input field. 15 field, the drop-down box should be opened with the items aligned right. 16 Double click the "Last name" field, the drop-down box should be opened
|
select_alignment.html | 4 <title>Test drop-down item's alignment in <select>/<option></title> 9 select drop-down items' alignment should be determined by the directionality of 12 The drop-down items in the following <select> should be left-aligned. 23 The drop-down items in the second <select> should be right-aligned.
|
drag-cursor-notallowed.html | 35 dropTarget.ondrop = drop; 71 function drop(e) 88 <p id="description">This test can be used to verify that the not-allowed cursor is shown during an invalid drag-and-drop operation. 90 drop target is <code><script>document.write(DROP_EFFECT)</script></code> then the drop is not allowed and the cursor should 91 change to the not-allowed cursor. Note, this test only pertains to the Windows build since the Mac build does not show a drop cursor 92 for a not-allowed drop operation (see bug #25925). 94 Drag the red square over the drop target (demarcated by the dashed boundary). While hovering over the drop target, if the cursor 106 <p>Items that can be dragged to the drop target:</p [all...] |
input-empty-on-focus.html | 2 <div><input onfocus="this.value = ''" value="drop image here go boom"></div>
|
/external/bluetooth/bluez/audio/ |
main.c | 90 goto drop; 101 goto drop; 106 goto drop; 112 goto drop; 116 goto drop; 122 goto drop; 126 goto drop; 128 goto drop; 137 drop:
|
/external/webkit/LayoutTests/storage/ |
test-authorizer.html | 25 tx.executeSql("DROP TABLE IF EXISTS Test;"); 26 tx.executeSql("DROP INDEX IF EXISTS TestIndex;"); 27 tx.executeSql("DROP VIEW IF EXISTS TestView;"); 28 tx.executeSql("DROP TRIGGER IF EXISTS TestTrigger;"); 98 executeStatement(tx, "DROP INDEX TestIndex;", "SQLITE_DROP_INDEX"); 104 executeStatement(tx, "DROP TABLE TestTempTable;", "SQLITE_DROP_TEMP_TABLE"); 105 executeStatement(tx, "DROP TRIGGER TestTempTrigger;", "SQLITE_DROP_TEMP_TRIGGER"); 106 executeStatement(tx, "DROP VIEW TestTempView;", "SQLITE_DROP_TEMP_VIEW"); 107 executeStatement(tx, "DROP TRIGGER TestTrigger;", "SQLITE_DROP_TRIGGER"); 108 executeStatement(tx, "DROP VIEW TestView;", "SQLITE_DROP_VIEW") [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/ |
XSLProcessorVersion.src | 77 * Maintenance Drop Number. 79 * drop applied to a specific release and contains 83 * development drop for a release. 88 * Development Drop Number. 89 * Optional identifier designates development drop of 90 * a specific release. D01 is the first development drop 94 * compeleted, final release. A specific development drop 97 * complete. At the point of the final drop for the
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
Version.java | 109 * Maintenance Drop Number. 111 * drop applied to a specific release and contains 115 * development drop for a release. 123 * Development Drop Number. 124 * Optional identifier designates development drop of 125 * a specific release. D01 is the first development drop 129 * compeleted, final release. A specific development drop 132 * complete. At the point of the final drop for the
|
Version.src | 109 * Maintenance Drop Number. 111 * drop applied to a specific release and contains 115 * development drop for a release. 123 * Development Drop Number. 124 * Optional identifier designates development drop of 125 * a specific release. D01 is the first development drop 129 * compeleted, final release. A specific development drop 132 * complete. At the point of the final drop for the
|
/external/iproute2/doc/actions/ |
gact-usage | 5 ACTION := reclassify | drop | continue | pass | ok 14 - drop drops packets 32 10.0.0.9/32 flowid 1:16 action drop 41 action order 1: gact action drop 51 10.0.0.9/32 flowid 1:16 action drop random netrand ok 10 58 action order 1: gact action drop 66 10.0.0.9/32 flowid 1:16 action drop random determ ok 2 74 action order 1: gact action drop
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DropTarget.java | 31 * @param x X coordinate of the drop location 32 * @param y Y coordinate of the drop location 54 * Check if a drop action can occur at, or near, the requested location. 59 * @param x X coordinate of the drop location 60 * @param y Y coordinate of the drop location 67 * @return True if the drop will be accepted, false otherwise. 77 * @param x X coordinate of the drop location 78 * @param y Y coordinate of the drop location
|
/system/core/libmincrypt/ |
Android.mk | 17 # TODO: drop the hyphen once these are checked in
|
/external/iproute2/examples/diffserv/ |
afcbq | 9 # - the drop probability associated with each AF virtual queue 22 # values in the for loop of this script; $drop stands for the 24 # $dscp = ($class*8+$drop*2) 27 # $gprio=$drop+1; 74 for $drop (1..3) { 75 print "\n# --- AF Class $class DP $drop---\n"; 76 $dscp = $class*8+$drop*2; 77 $tcindex = sprintf("1%x%x",$class,$drop); 80 $prob = $drop*0.02; 82 $gprio = $drop+1 [all...] |
/external/webkit/WebCore/manual-tests/inspector/ |
duplicate-resource-urls.html | 30 <p>Another change made by this bug was to change the way the drag/drop of 31 the resource itself worked. The previous method of handling drag/drop of 32 the resource was actually causing the unselectability. So the drag/drop 39 the drop, but may not 40 <li>Drop, and the URL for the resource should be rendered appropriately.
|
/frameworks/base/core/java/android/widget/ |
AutoCompleteTextView.java | 45 * while the user is typing. The list of suggestions is displayed in a drop 49 * <p>The drop down can be dismissed at any time by pressing the back key or, 50 * if no item is selected in the drop down, by pressing the enter/dpad center 244 * <p>Returns the current width for the auto-complete drop down list. This can 248 * @return the width for the drop down list 257 * <p>Sets the current width for the auto-complete drop down list. This can 270 * <p>Returns the current height for the auto-complete drop down list. This can 273 * of the drop down's content.</p> 275 * @return the height for the drop down list 284 * <p>Sets the current height for the auto-complete drop down list. This ca [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasDropListener.java | 31 * Handles drop operations on top of the canvas. 40 * The top view right under the drag'n'drop cursor. 41 * This can only be null during a drag'n'drop when there is no view under the cursor 48 * drag'n'drop that happens within the same instance of Eclipse. 50 * In the event that the drag and drop happens between different instances of Eclipse 58 * accept drag'n'drop so its parent layout became the target drag'n'drop receiver. 61 * This can be null if no view under the cursor accepted the drag'n'drop or if the node 67 * The latest drop feedback returned by IViewRule.onDropEnter/Move. 91 * The cursor has entered the drop target boundaries 211 public void drop(DropTargetEvent event) { method in class:CanvasDropListener [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
inftrees.c | 45 unsigned drop; /* code bits to drop for sub-table */ local 152 with length len. That code is converted to an index by dropping drop 153 bits off of the bottom. For codes where len is less than drop + curr, 154 those top drop + curr - len bits are incremented through all values to 160 new sub-table should be started. drop is zero when the root table is 161 being filled, and drop is root when sub-tables are being filled. 206 drop = 0; /* current bits to drop from code for index */ 218 this.bits = (unsigned char)(len - drop); [all...] |
/external/zlib/contrib/infback9/ |
inftree9.c | 45 unsigned drop; /* code bits to drop for sub-table */ local 146 with length len. That code is converted to an index by dropping drop 147 bits off of the bottom. For codes where len is less than drop + curr, 148 those top drop + curr - len bits are incremented through all values to 154 new sub-table should be started. drop is zero when the root table is 155 being filled, and drop is root when sub-tables are being filled. 200 drop = 0; /* current bits to drop from code for index */ 212 this.bits = (unsigned char)(len - drop); [all...] |
/external/zlib/ |
inftrees.c | 45 unsigned drop; /* code bits to drop for sub-table */ local 152 with length len. That code is converted to an index by dropping drop 153 bits off of the bottom. For codes where len is less than drop + curr, 154 those top drop + curr - len bits are incremented through all values to 160 new sub-table should be started. drop is zero when the root table is 161 being filled, and drop is root when sub-tables are being filled. 206 drop = 0; /* current bits to drop from code for index */ 218 this.bits = (unsigned char)(len - drop); [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/ |
Version.java | 112 * Maintenance Drop Number. 114 * drop applied to a specific release and contains 118 * development drop for a release. 126 * Development Drop Number. 127 * Optional identifier designates development drop of 128 * a specific release. D01 is the first development drop 132 * compeleted, final release. A specific development drop 135 * complete. At the point of the final drop for the
|
Version.src | 112 * Maintenance Drop Number.
114 * drop applied to a specific release and contains
118 * development drop for a release.
126 * Development Drop Number.
127 * Optional identifier designates development drop of
128 * a specific release. D01 is the first development drop
132 * compeleted, final release. A specific development drop
135 * complete. At the point of the final drop for the
|
/external/iproute2/testsuite/tests/ |
policer | 5 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12 12 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12
|