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

1 2 3 4 5 67 8 91011>>

  /external/webrtc/webrtc/modules/video_processing/
video_decimator.cc 58 bool drop = false;
68 if (drop_count_) { // Just got here so drop to be sure.
75 drop = true;
85 drop = true;
89 drop = false;
94 return drop;
  /external/iptables/extensions/
libxt_AUDIT.c 37 else if (strcasecmp(cb->arg, "drop") == 0)
59 printf("drop");
77 printf(" --type drop");
libipt_REJECT.man 3 .B DROP
32 (*) Using icmp\-admin\-prohibited with kernels that do not support it will result in a plain DROP instead of REJECT
libxt_cgroup.man 18 iptables \-A OUTPUT \-p tcp \-\-sport 80 \-m cgroup ! \-\-path service/http-server \-j DROP
21 \-j DROP
libxt_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
  /external/openssh/
platform-pledge.c 30 * Drop any fine-grained privileges that are not needed for post-startup
48 * Drop any fine-grained privileges that are not needed for post-startup
60 * Drop any fine-grained privileges that are not needed for the post-startup
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MoveGesture.java 52 /** Overlay which paints the drag & drop feedback. */
58 * The top view right under the drag'n'drop cursor.
59 * This can only be null during a drag'n'drop when there is no view under the cursor
66 * drag'n'drop that happens within the same instance of Eclipse.
68 * In the event that the drag and drop happens between different instances of Eclipse
76 * accept drag'n'drop so its parent layout became the target drag'n'drop receiver.
79 * This can be null if no view under the cursor accepted the drag'n'drop or if the node
85 * The latest drop feedback returned by IViewRule.onDropEnter/Move.
148 the drag & drop code seems to steal keyboard events
311 public void drop(final DropTargetEvent event) { method in class:MoveGesture
    [all...]
  /external/autotest/tko/migrations/
008_add_iteration_attributes.py 21 DROP TABLE iteration_attributes;
  /external/iproute2/include/libiptc/
libxtc.h 24 #define XTC_LABEL_DROP "DROP"
  /external/iptables/include/libiptc/
libxtc.h 24 #define XTC_LABEL_DROP "DROP"
  /external/ltp/testcases/kernel/security/cap_bound/
exec_without_inh.c 24 * drop CAP_SYS_ADMIN from bounding set
61 "Failed to drop cap_sys_admin from pI\n");
69 /* drop the capability from bounding set */
73 "Failed to drop CAP_SYS_ADMIN from bounding set.\n");
  /system/netd/libnetdutils/
Netlink.cpp 33 onMsg(hdr, drop(take(tail, len), sizeof(hdr)));
34 tail = drop(tail, align(len, 2));
45 onAttr(hdr, drop(take(tail, len), sizeof(hdr)));
46 tail = drop(tail, align(len, 2));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/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...]
  /external/syslinux/com32/lib/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.
205 drop = 0; /* current bits to drop from code for index */
218 here.bits = (unsigned char)(len - drop);
    [all...]
  /external/zlib/src/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.
199 drop = 0; /* current bits to drop from code for index */
212 this.bits = (unsigned char)(len - drop);
    [all...]
  /external/autotest/frontend/migrations/
066_drop_planner.py 2 DROP TABLE IF EXISTS planner_test_run_bugs;
3 DROP TABLE IF EXISTS planner_test_runs;
4 DROP TABLE IF EXISTS planner_history;
5 DROP TABLE IF EXISTS planner_autoprocess_bugs;
6 DROP TABLE IF EXISTS planner_bugs;
7 DROP TABLE IF EXISTS planner_hosts;
8 DROP TABLE IF EXISTS planner_additional_parameter_values;
9 DROP TABLE IF EXISTS planner_additional_parameters;
10 DROP TABLE IF EXISTS planner_autoprocess_labels;
11 DROP TABLE IF EXISTS planner_autoprocess_keyvals
    [all...]
  /developers/build/prebuilts/gradle/DragAndDropAcrossApps/DragSource/src/main/java/com/example/android/dragsource/
DragSourceFragment.java 48 * apps via drag and drop.
49 * <p>This is the source app for the drag and drop sample. This app contains several
51 * to a drop target area within the same app or in the DropTarget app (a separate app in this
57 * To enable cross application drag and drop, the {@link android.view.View#DRAG_FLAG_GLOBAL}
93 // Set up two image views for global drag and drop with a permission grant.
104 // Set up the local drop target area.
136 // Set up a listener that starts the drag and drop event with flags and extra data.
154 // Enable drag and drop across apps (global)
173 Log.d(TAG, "Created ClipDescription. Starting drag and drop.");
174 // Start the drag and drop event
    [all...]
  /developers/samples/android/ui/window/DragAndDropAcrossApps/DragSource/src/main/java/com/example/android/dragsource/
DragSourceFragment.java 48 * apps via drag and drop.
49 * <p>This is the source app for the drag and drop sample. This app contains several
51 * to a drop target area within the same app or in the DropTarget app (a separate app in this
57 * To enable cross application drag and drop, the {@link android.view.View#DRAG_FLAG_GLOBAL}
93 // Set up two image views for global drag and drop with a permission grant.
104 // Set up the local drop target area.
136 // Set up a listener that starts the drag and drop event with flags and extra data.
154 // Enable drag and drop across apps (global)
173 Log.d(TAG, "Created ClipDescription. Starting drag and drop.");
174 // Start the drag and drop event
    [all...]
  /development/samples/browseable/DragAndDropAcrossApps/DragSource/src/com.example.android/dragsource/
DragSourceFragment.java 48 * apps via drag and drop.
49 * <p>This is the source app for the drag and drop sample. This app contains several
51 * to a drop target area within the same app or in the DropTarget app (a separate app in this
57 * To enable cross application drag and drop, the {@link android.view.View#DRAG_FLAG_GLOBAL}
93 // Set up two image views for global drag and drop with a permission grant.
104 // Set up the local drop target area.
136 // Set up a listener that starts the drag and drop event with flags and extra data.
154 // Enable drag and drop across apps (global)
173 Log.d(TAG, "Created ClipDescription. Starting drag and drop.");
174 // Start the drag and drop event
    [all...]
  /external/webrtc/webrtc/modules/video_coding/utility/
frame_dropper.cc 162 // drop a frame. Increase the dropRatio and drop
168 // always drop in aggressive mode
180 // This function signals when to drop frames to the caller. It makes use of the
193 // limit is the number of frames we should drop between each kept frame
194 // to keep our drop ratio. limit is positive in this case.
215 // As long we are below the limit we should drop frames.
224 _dropRatio.filtered() < 0.5f) { // Keeps per drop
225 // limit is the number of frames we should keep between each drop
226 // in order to keep the drop ratio. limit is negative in this case
    [all...]
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 49 * while the user is typing. The list of suggestions is displayed in a drop
53 * <p>The drop down can be dismissed at any time by pressing the back key or,
54 * if no item is selected in the drop down, by pressing the enter/dpad center
364 * <p>Returns the current width for the auto-complete drop down list. This can
368 * @return the width for the drop down list
377 * <p>Sets the current width for the auto-complete drop down list. This can
390 * <p>Returns the current height for the auto-complete drop down list. This can
393 * of the drop down's content.</p>
395 * @return the height for the drop down list
404 * <p>Sets the current height for the auto-complete drop down list. This ca
    [all...]
  /external/apache-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/autotest/server/site_tests/network_WiFi_BluetoothStreamPerf/
network_WiFi_BluetoothStreamPerf.py 88 # Log the drop in throughput compared with the 'BT_disconnected'
89 # baseline. Only positive values are valid. Report the drop as a
94 drop = int( (self.base_through - result.throughput) * 100 /
97 drop, units='percent_drop',
100 self.write_perf_keyval({'_'.join([config.tag, test_str, 'drop']):
101 drop})
102 logging.info('logging drop value as %d%%', drop)
  /external/iproute2/testsuite/tests/tc/
policer.t 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

Completed in 2106 milliseconds

1 2 3 4 5 67 8 91011>>