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

1 2 3 4 5 6 78 91011>>

  /external/llvm/test/ThinLTO/X86/
drop-debug-info.ll 2 ; RUN: llvm-lto -thinlto-action=thinlink -o %t.index.bc %t.bc %p/Inputs/drop-debug-info.bc
5 ; drop them without crashing when materializing later.
  /external/llvm/test/Transforms/GlobalOpt/
metadata.ll 3 ; PR6112 - When globalopt does RAUW(@G, %G), the metadata reference should drop
5 ; to that containing %G should likewise drop to null.
  /external/python/cpython2/Doc/library/
dummy_threading.rst 1 :mod:`dummy_threading` --- Drop-in replacement for the :mod:`threading` module
5 :synopsis: Drop-in replacement for the threading module.
  /frameworks/base/core/java/android/widget/
ResourceCursorAdapter.java 51 * define both the item views and the drop down views.
71 * define both the item views and the drop down views.
90 * define both the item views and the drop down views.
103 * Sets the {@link android.content.res.Resources.Theme} against which drop-down views are
106 * By default, drop-down views are inflated against the theme of the
109 * @param theme the theme against which to inflate drop-down views or
153 * <p>Sets the layout resource of the drop down views.</p>
155 * @param dropDownLayout the layout resources used to create drop down views
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DropTarget.java 22 * Represents a drop target for a drag gesture.
27 * Returns whether this target can accept this drop. The x,y are relative to the top level
  /packages/apps/DocumentsUI/src/com/android/documentsui/
ItemDragListener.java 36 * items to pop-open when user hovers on them during a drag n drop.
119 Log.w(TAG, "Received invalid drop event with null clipdata. Ignoring.");
142 * Handles a drop event. Override it if you want to do something on drop event. It's called when
150 return false; // we didn't handle the drop
182 * @param v the view which drop shadow just entered
188 * @param v the view which drop shadow just exited
193 * Notifies when the drag and drop has ended.
  /packages/apps/Launcher2/res/values-land/
config.xml 19 <!-- Whether or not the drop targets drop down as opposed to fade in -->
  /packages/apps/Launcher2/res/values-sw720dp/
config.xml 21 <!-- Whether or not the drop targets drop down as opposed to fade in -->
  /packages/apps/Launcher3/src/com/android/launcher3/
DragSource.java 35 * @return whether items dragged from this source supports 'Delete' drop target (e.g. to remove
36 * a shortcut.) If this returns false, the drop target will say "Cancel" instead of "Remove."
  /system/netd/server/
NatControllerTest.cpp 55 "-A natctrl_FORWARD -j DROP\n"
71 "-A natctrl_FORWARD -j DROP\n"
109 "-A natctrl_raw_PREROUTING -i %s -m rpfilter --invert ! -s fe80::/64 -j DROP\n"
116 StringPrintf("-A natctrl_FORWARD -i %s -o %s -m state --state INVALID -j DROP",
122 "-D natctrl_FORWARD -j DROP",
123 "-A natctrl_FORWARD -j DROP",
144 "-D natctrl_raw_PREROUTING -i %s -m rpfilter --invert ! -s fe80::/64 -j DROP\n"
151 StringPrintf("-D natctrl_FORWARD -i %s -o %s -m state --state INVALID -j DROP",
FirewallControllerTest.cpp 60 "-A fw_whitelist -j DROP",
76 "-A fw_whitelist -j DROP",
108 { V4V6, "*filter\n-D fw_standby -m owner --uid-owner 12345 -j DROP\nCOMMIT\n" }
114 { V4V6, "*filter\n-A fw_standby -m owner --uid-owner 12345 -j DROP\nCOMMIT\n" }
137 "-A fw_INPUT -m owner --uid-owner 54321 -j DROP\n"
138 "-A fw_OUTPUT -m owner --uid-owner 54321 -j DROP\n"
146 "-D fw_INPUT -m owner --uid-owner 54321 -j DROP\n"
147 "-D fw_OUTPUT -m owner --uid-owner 54321 -j DROP\n"
175 "-A FW_whitechain -j DROP\n"
189 "-A FW_blackchain -m owner --uid-owner 10023 -j DROP\n
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/
Table.py 65 ## Drop a table
67 # Drop the table
69 def Drop(self):
70 SqlCommand = """drop table IF EXISTS %s""" % self.Table
72 EdkLogger.verbose("Drop tabel %s ... DONE!" % self.Table)
  /external/autotest/database/server_db_migrations/
001_initial_db.py 44 DROP TABLE IF EXISTS `migrate_info`;
56 DROP TABLE IF EXISTS `server_roles`;
73 DROP TABLE IF EXISTS `servers`;
103 DROP TABLE IF EXISTS `server_roles`;
104 DROP TABLE IF EXISTS `servers`;
  /external/ltp/testcases/kernel/security/cap_bound/
cap_bset_inh_bounds.c 25 * 1. if N \in pI, then dropping N from X does not drop it from pI
81 /* drop the capability from bounding set */
85 "Failed to drop CAP_SYS_ADMIN from bounding set.\n");
106 "Failed to drop CAP_SYS_ADMIN from cap_t\n");
111 "Failed to drop CAP_SYS_ADMIN from pI\n");
exec_with_inh.c 24 * drop CAP_SYS_ADMIN from bounding set
72 /* drop the capability from bounding set */
76 "Failed to drop CAP_SYS_ADMIN from bounding set.\n");
  /external/skia/site/user/sample/
pdf.md 51 + **drop** means to draw nothing.
67 <tr><th>SkMaskFilter</th> <td>drop</td> <td>ignore</td> <td>ignore</td></tr>
85 - *drawText with VerticalText* ? drop. No known clients seem to make use
90 - *drawVertices* ? drop.
92 - *drawPatch* ? drop.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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.
205 drop = 0; /* current bits to drop from code for index */
218 here.bits = (unsigned char)(len - drop);
    [all...]
  /external/pdfium/third_party/zlib_v128/
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/python/cpython2/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.
205 drop = 0; /* current bits to drop from code for index */
218 here.bits = (unsigned char)(len - drop);
    [all...]
  /external/zlib/src/
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...]
  /frameworks/av/media/libstagefright/
FrameRenderTracker.cpp 115 // complete any frames queued prior to this and drop any incomplete ones if requested
118 bool drop = false; // whether to drop each frame local
121 drop = dropIncomplete;
126 drop = true;
128 drop = dropIncomplete;
140 if (drop || (it->mFence == NULL && it == mRenderQueue.begin())) {
  /developers/samples/android/ui/views/Elevation/ElevationDrag/
template-params.xml 31 This sample demonstrates a drag and drop action on different shapes. Elevation and
59 This sample demonstrates a drag and drop action on different shapes. Elevation and
67 This sample demonstrates a drag and drop action on different shapes. Elevation and
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DragAndDropDemo.java 63 // Report the drop/no-drop result to the user
65 mResultText.setText(dropped ? "Dropped!" : "No drop");
  /external/autotest/tko/migrations/
015_support_graphing_interface.py 24 DROP TABLE IF EXISTS embedded_graphing_queries
60 DROP VIEW IF EXISTS test_view_outer_joins
100 DROP VIEW IF EXISTS perf_view_2
  /external/iptables/extensions/
libxt_SYNPROXY.man 54 packets) and drop incorrect cookies. Flags combinations not expected
61 Drop invalid packets, this will be out\-of\-flow packets that were not
64 iptables \-A INPUT \-i eth0 \-p tcp \-\-dport 80 \-m state \-\-state INVALID \-j DROP

Completed in 1668 milliseconds

1 2 3 4 5 6 78 91011>>