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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Launcher2/res/values/
config.xml 39 <!-- Whether or not the drop targets drop down as opposed to fade in -->
44 <!-- The transition duration for the background of the drop targets -->
51 <!-- The alpha value at which to show the most recent drop visualization outline. -->
  /packages/apps/Launcher3/res/raw/
downgrade_schema.json 16 "DROP TABLE temp_favorites;"
  /packages/apps/Launcher3/res/values-sw340dp/
dimens.xml 20 <!-- Drag padding to add to the bottom of drop targets -->
  /system/vold/
Benchmark.cpp 100 nsecs_t drop = systemTime(SYSTEM_TIME_BOOTTIME); local
121 nsecs_t drop_d = drop - create;
122 nsecs_t run_d = run - drop;
126 LOG(INFO) << "drop took " << nanoseconds_to_milliseconds(drop_d) << "ms";
  /external/autotest/frontend/migrations/
042_unique_index_on_hqe_job_and_host.py 5 DROP INDEX host_queue_entries_job_id ON host_queue_entries;
12 DROP INDEX host_queue_entries_job_id_and_host_id ON host_queue_entries;
  /external/clang/test/CXX/temp/temp.param/
p15-cxx0x.cpp 81 template<place > class ...Drop>
84 typedef types<typename Drop<_>::type...> drop; typedef in struct:ParameterPackExpansions::takedrop_impl::inner
92 template<unsigned N, typename...Ts> struct drop { struct in namespace:ParameterPackExpansions
94 template inner<wrap<Ts>::template inner...>::drop; // expected-error {{too few template arguments}}
101 using D1 = drop<3, int, char, double, long>::type;
109 using D2 = drop<4, int, char, double, long>::type;
113 using D3 = drop<5, int, char, double, long>::type; // expected-note {{in instantiation of}}
  /external/python/cpython2/Doc/library/
dummy_thread.rst 1 :mod:`dummy_thread` --- Drop-in replacement for the :mod:`thread` module
5 :synopsis: Drop-in replacement for the thread module.
  /external/webrtc/webrtc/base/
array_view_unittest.cc 33 // Call<char>(carr); // Compile error, because can't drop const.
73 // ArrayView<char> v = z; // Compile error, because can't drop const.
94 // v = z; // Compile error, because can't drop const.
114 // Call<int>(cv); // Compile error, because can't drop const.
118 // ArrayView<int> w = cv; // Compile error, because can't drop const.
136 // Call<uint8_t>(cb); // Compile error, because can't drop const.
140 // ArrayView<uint8_t> w = cb; // Compile error, because can't drop const.
159 // swap(x, z); // Compile error, because can't drop const.
  /frameworks/base/core/java/android/widget/
SpinnerAdapter.java 26 * and one that shows the data in the drop down list when the spinner is
31 * Gets a {@link android.view.View} that displays in the drop down popup
  /libcore/luni/src/test/java/libcore/java/sql/
OldStatementTest.java 218 "drop table if exists hutch",
224 "drop view address;", "drop table hutch;" };
246 "drop table hutchNO",
249 "drop view address;", "drop table hutch;", "", null };
272 "drop table if exists hutch",
278 "drop view address;", "drop table hutch;" };
641 "drop table if exists hutch"
    [all...]
  /system/core/adb/daemon/
main.cpp 72 // Drop privileges by default. Set to 1 on userdebug and user builds.
76 // Drop privileges if ro.secure is set...
77 bool drop = ro_secure; local
84 drop = false;
86 // ... and "adb unroot" lets you explicitly drop privileges.
88 drop = true;
91 return drop;
93 return true; // "adb root" not allowed, always drop privileges.
  /developers/build/prebuilts/gradle/DragAndDropAcrossApps/DropTarget/src/main/java/com/example/android/droptarget/
DropTargetFragment.java 40 * drag and drop.
41 * <p>This is the Target app for the drag and drop process. This app uses a
42 * {@link android.widget.ImageView} as the drop target. Images onto this
103 // Callback is received when the dragged image enters the drop area.
122 Log.d(TAG, "Drop permission request failed.");
152 // DragSource does not do that but rejects non-image content once a drop has happened.
  /developers/samples/android/ui/window/DragAndDropAcrossApps/DropTarget/src/main/java/com/example/android/droptarget/
DropTargetFragment.java 40 * drag and drop.
41 * <p>This is the Target app for the drag and drop process. This app uses a
42 * {@link android.widget.ImageView} as the drop target. Images onto this
103 // Callback is received when the dragged image enters the drop area.
122 Log.d(TAG, "Drop permission request failed.");
152 // DragSource does not do that but rejects non-image content once a drop has happened.
  /developers/samples/android/ui/window/DragAndDropAcrossApps/
template-params.xml 31 app or between different apps via drag and drop.
38 handle drag and drop events.
71 handle drag and drop events.
77 Android N introduces support for drag and drop between applications,
96 By default a drag and drop operation is constrained by the window
98 To enable cross-window and cross-app drag and drop add
  /development/samples/browseable/DragAndDropAcrossApps/DropTarget/src/com.example.android/droptarget/
DropTargetFragment.java 40 * drag and drop.
41 * <p>This is the Target app for the drag and drop process. This app uses a
42 * {@link android.widget.ImageView} as the drop target. Images onto this
103 // Callback is received when the dragged image enters the drop area.
122 Log.d(TAG, "Drop permission request failed.");
152 // DragSource does not do that but rejects non-image content once a drop has happened.
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
MetaDataTable.py 58 self.Drop()
93 ## Drop a table
95 # Drop the table
97 def Drop(self):
98 SqlCommand = """drop table IF EXISTS %s""" % self.Table
102 print "An error occurred when Drop a table:", e.args[0]
  /external/iproute2/man/man8/
tc-pie.8 46 alpha and beta are statically chosen parameters chosen to control the drop probability
51 The drop probabilty is used to mark packets in ecn mode. However, as in RED,
53 to drop packets proportional to the packet size.
66 is the frequency at which the system drop probability is calculated. The default is 30ms.
70 alpha and beta are parameters chosen to control the drop probability. These
83 is used to scale drop probability proportional to packet size
  /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
  /libcore/luni/src/test/java/libcore/java/nio/channels/
MembershipKeyTest.java 90 key.drop();
105 key.drop();
149 key.drop();
156 key.drop();
200 key.drop();
246 key.drop();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
Gesture.java 36 * with the native drag &amp; drop support, it should also implement
39 * &amp; drop, so various gestures will differ in whether they use it.
40 * In particular, you should use drag &amp; drop if your gesture should:
42 * <li> Show a native drag &amp; drop cursor
46 * You might want to avoid using native drag &amp; drop if your gesture should:
55 * don't want a native drag &amp; drop cursor)
  /external/llvm/test/CodeGen/WebAssembly/
i64-load-store-alignment.ll 179 ; CHECK-NEXT: i64.store $drop=, 0($0):p2align=0, $1{{$}}
188 ; CHECK-NEXT: i64.store $drop=, 0($0):p2align=1, $1{{$}}
197 ; CHECK-NEXT: i64.store $drop=, 0($0):p2align=2, $1{{$}}
208 ; CHECK-NEXT: i64.store $drop=, 0($0), $1{{$}}
219 ; CHECK-NEXT: i64.store $drop=, 0($0), $1{{$}}
228 ; CHECK-NEXT: i64.store $drop=, 0($0), $1{{$}}
239 ; CHECK-NEXT: i64.store8 $drop=, 0($0), $1{{$}}
249 ; CHECK-NEXT: i64.store8 $drop=, 0($0), $1{{$}}
259 ; CHECK-NEXT: i64.store16 $drop=, 0($0):p2align=0, $1{{$}}
269 ; CHECK-NEXT: i64.store16 $drop=, 0($0), $1{{$}
    [all...]
i32-load-store-alignment.ll 120 ; CHECK-NEXT: i32.store $drop=, 0($0):p2align=0, $1{{$}}
129 ; CHECK-NEXT: i32.store $drop=, 0($0):p2align=1, $1{{$}}
140 ; CHECK-NEXT: i32.store $drop=, 0($0), $1{{$}}
151 ; CHECK-NEXT: i32.store $drop=, 0($0), $1{{$}}
160 ; CHECK-NEXT: i32.store $drop=, 0($0), $1{{$}}
171 ; CHECK-NEXT: i32.store8 $drop=, 0($0), $1{{$}}
180 ; CHECK-NEXT: i32.store8 $drop=, 0($0), $1{{$}}
189 ; CHECK-NEXT: i32.store16 $drop=, 0($0):p2align=0, $1{{$}}
198 ; CHECK-NEXT: i32.store16 $drop=, 0($0), $1{{$}}
207 ; CHECK-NEXT: i32.store16 $drop=, 0($0), $1{{$}
    [all...]
offset.ll 142 ; CHECK: i32.store $drop=, 24($0), $pop0{{$}}
154 ; CHECK: i32.store $drop=, 24($0), $pop0{{$}}
166 ; CHECK: i32.store $drop=, 0($pop1), $pop2{{$}}
178 ; CHECK: i32.store $drop=, 0($pop1), $pop2{{$}}
192 ; CHECK: i32.store $drop=, 0($pop1), $pop2{{$}}
202 ; CHECK: i64.store $drop=, 24($0), $pop0{{$}}
214 ; CHECK: i64.store $drop=, 24($0), $pop0{{$}}
226 ; CHECK: i64.store $drop=, 0($pop1), $pop2{{$}}
238 ; CHECK: i64.store $drop=, 0($pop1), $pop2{{$}}
252 ; CHECK: i64.store $drop=, 0($pop1), $pop2{{$}
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/
DragAndDropManager.java 66 * Starts a drag and drop.
73 * @param invalidDest destinations that don't accept this drag and drop
124 * @param localState used to determine if this is a multi-window drag and drop.
128 * @return true if target accepts this drop; false otherwise
130 boolean drop(ClipData clipData, Object localState, RootInfo destRoot, ActionHandler actions, method in interface:DragAndDropManager
137 * @param localState used to determine if this is a multi-window drag and drop.
140 * @return true if target accepts this drop; false otherwise
142 boolean drop(ClipData clipData, Object localState, DocumentStack dstStack, method in interface:DragAndDropManager
146 * Called when drag and drop ended.
180 // Boolean flag for current drag and drop operation. Returns true if the files can onl
373 public boolean drop(ClipData clipData, Object localState, RootInfo destRoot, method in class:DragAndDropManager.RuntimeDragAndDropManager
418 public boolean drop(ClipData clipData, Object localState, DocumentStack dstStack, method in class:DragAndDropManager.RuntimeDragAndDropManager
    [all...]
  /libcore/luni/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...]

Completed in 1537 milliseconds

1 2 3 4 5 6 7 8 91011>>