| /packages/apps/Protips/res/values/ | 
| arrays.xml | 41         Touch & hold an app in the Launcher until it vibrates.</item> 45         Touch & hold an item and when it vibrates, drag it where you want.</item>
 49         Touch & hold an item and when it vibrates, drag it to the Trash icon. @drawable/trash</item>
 59         Touch & hold it and when it vibrates, drag it to the Trash icon.</item>
 66         \nTouch & hold an empty spot
 76         \nTouch & hold to learn.</item>
 
 | 
| /external/tensorflow/tensorflow/core/example/ | 
| feature.proto | 9 // A Feature contains Lists which may hold zero or more values.  These 64 // Containers to hold repeated fundamental values.
 92 // A FeatureList contains lists of Features.  These may hold zero or more
 
 | 
| /packages/apps/Launcher3/go/res/values/ | 
| strings.xml | 22     <!-- Message to tell the user to press and hold on a shortcut to add it [CHAR_LIMIT=50] --> 23     <string name="long_press_widget_to_add">Touch & hold to pick up a shortcut.</string>
 25     <string name="long_accessible_way_to_add">Double-tap & hold to pick up a shortcut or use custom actions.</string>
 
 | 
| /packages/services/Telephony/src/com/android/services/telephony/ | 
| GsmConnection.java | 74         // Overwrites TelephonyConnection.buildConnectionCapabilities() and resets the hold options 75         // because all GSM calls should hold, even if the carrier config option is set to not show
 76         // hold for IMS calls.
 
 | 
| /external/clang/test/CodeGenCXX/ | 
| 2010-06-21-LocalVarDbg.cpp | 2 // Do not use function name to create named metadata used to hold 
 | 
| /external/llvm/test/CodeGen/Thumb2/ | 
| tail-call-r9.ll | 5 ; Make sure in the presence of a tail call, r9 doesn't get used to hold 
 | 
| /external/pcre/dist2/doc/ | 
| pcre2_serialize_free.3 | 17 \fBpcre2_serialize_encode()\fP to hold a serialized byte stream. The argument 
 | 
| /external/skia/src/gpu/mtl/ | 
| GrMtlTrampoline.h | 19  * This class is used to hold functions which trampoline from the Ganesh cpp code to the GrMtl 
 | 
| /external/skqp/src/gpu/mtl/ | 
| GrMtlTrampoline.h | 19  * This class is used to hold functions which trampoline from the Ganesh cpp code to the GrMtl 
 | 
| /external/swiftshader/third_party/LLVM/test/Transforms/GlobalOpt/ | 
| integer-bool.ll | 4 ;; check that global opt turns integers that only hold 0 or 1 into bools. 
 | 
| /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/ | 
| GenericBlobElement.java | 8  * ANQP Element to hold a raw, unparsed, octet blob 
 | 
| /system/netd/include/ | 
| Permission.h | 24 // app must hold to be allowed to use the network. PERMISSION_NONE means "no special permission is 29 // PERMISSION_NONE is used for regular networks and apps, such as those that hold the
 33 // such as those that hold the android.permission.CHANGE_NETWORK_STATE framework permission.
 36 // partition, those that hold the android.permission.CONNECTIVITY_INTERNAL framework permission and
 
 | 
| /art/test/1930-monitor-info/src/art/ | 
| Monitors.java | 120     private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } 137       this.action = new AtomicStampedReference(Action.HOLD, 0);
 158       // Wait for it to be HOLD before updating.
 159       while (!action.compareAndSet(Action.HOLD, a, stamp, stamp + 1)) {
 193             Action cur_action = Action.HOLD;
 204                     case HOLD:
 223                   // reset action back to hold if it isn't something else.
 224                   action.compareAndSet(cur_action, Action.HOLD, stamp, stamp+1);
 307       while (action.getReference() != Action.HOLD) { checkException(); }
 322       action.set(Action.HOLD, 0)
 [all...]
 | 
| /art/test/1931-monitor-events/src/art/ | 
| Monitors.java | 120     private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } 137       this.action = new AtomicStampedReference(Action.HOLD, 0);
 158       // Wait for it to be HOLD before updating.
 159       while (!action.compareAndSet(Action.HOLD, a, stamp, stamp + 1)) {
 193             Action cur_action = Action.HOLD;
 204                     case HOLD:
 223                   // reset action back to hold if it isn't something else.
 224                   action.compareAndSet(cur_action, Action.HOLD, stamp, stamp+1);
 307       while (action.getReference() != Action.HOLD) { checkException(); }
 322       action.set(Action.HOLD, 0)
 [all...]
 | 
| /art/test/1932-monitor-events-misc/src/art/ | 
| Monitors.java | 120     private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } 137       this.action = new AtomicStampedReference(Action.HOLD, 0);
 158       // Wait for it to be HOLD before updating.
 159       while (!action.compareAndSet(Action.HOLD, a, stamp, stamp + 1)) {
 193             Action cur_action = Action.HOLD;
 204                     case HOLD:
 223                   // reset action back to hold if it isn't something else.
 224                   action.compareAndSet(cur_action, Action.HOLD, stamp, stamp+1);
 307       while (action.getReference() != Action.HOLD) { checkException(); }
 322       action.set(Action.HOLD, 0)
 [all...]
 | 
| /art/test/1933-monitor-current-contended/src/art/ | 
| Monitors.java | 120     private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } 137       this.action = new AtomicStampedReference(Action.HOLD, 0);
 158       // Wait for it to be HOLD before updating.
 159       while (!action.compareAndSet(Action.HOLD, a, stamp, stamp + 1)) {
 193             Action cur_action = Action.HOLD;
 204                     case HOLD:
 223                   // reset action back to hold if it isn't something else.
 224                   action.compareAndSet(cur_action, Action.HOLD, stamp, stamp+1);
 307       while (action.getReference() != Action.HOLD) { checkException(); }
 322       action.set(Action.HOLD, 0)
 [all...]
 | 
| /art/test/1934-jvmti-signal-thread/src/art/ | 
| Monitors.java | 120     private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } 137       this.action = new AtomicStampedReference(Action.HOLD, 0);
 158       // Wait for it to be HOLD before updating.
 159       while (!action.compareAndSet(Action.HOLD, a, stamp, stamp + 1)) {
 193             Action cur_action = Action.HOLD;
 204                     case HOLD:
 223                   // reset action back to hold if it isn't something else.
 224                   action.compareAndSet(cur_action, Action.HOLD, stamp, stamp+1);
 307       while (action.getReference() != Action.HOLD) { checkException(); }
 322       action.set(Action.HOLD, 0)
 [all...]
 | 
| /external/syslinux/gpxe/src/core/ | 
| asprintf.c | 12  * @v strp		Pointer to hold allocated string 36  * @v strp		Pointer to hold allocated string
 
 | 
| /frameworks/base/services/core/java/com/android/server/hdmi/ | 
| SendKeyAction.java | 28  * does key repeat (a.k.a. press-and-hold) operation until it receives a key release event. 31  * for press-and-hold operation.
 39     // coming down, we trigger the press-and-hold operation. Set to the value slightly
 64     // The time stamp when the last CEC key command was sent. Used to determine the press-and-hold
 113             // one becomes a new key code to be used for press-and-hold operation.
 123                 // Press-and-hold key transmission takes place if Android key inputs are
 125                 // press-and-hold key transmission.
 168                 // The first key press lasts long enough to start press-and-hold.
 
 | 
| /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ | 
| ColorSpace.java | 34      * be large enough to hold the data, and the dimensions must be multiples of 2. 37      * @param output buffer to hold RGBA8888 data.
 52      * buffer must be large enough to hold the data. The output buffer may be the same as the
 56      * @param output buffer to hold RGBA8888 data.
 71      * buffer must be large enough to hold the data. The output buffer may be the same as the
 75      * @param output buffer to hold HSVA8888 data.
 90      * buffer must be large enough to hold the data. The output buffer may be the same as the
 94      * @param output buffer to hold YCbCrA8888 data.
 
 | 
| /packages/apps/Launcher3/go/res/values-da/ | 
| strings.xml | 22     <string name="long_press_widget_to_add" msgid="4001616142797446267">"Hold en genvej nede for at samle den op."</string> 23     <string name="long_accessible_way_to_add" msgid="2725225828389948328">"Tryk to gange, og hold en genvej nede for at samle den op og bruge tilpassede handlinger."</string>
 
 | 
| /packages/apps/Launcher3/go/res/values-en-rAU/ | 
| strings.xml | 22     <string name="long_press_widget_to_add" msgid="4001616142797446267">"Touch & hold to pick up a shortcut."</string> 23     <string name="long_accessible_way_to_add" msgid="2725225828389948328">"Double-tap & hold to pick up a shortcut or use custom actions."</string>
 
 | 
| /packages/apps/Launcher3/go/res/values-en-rGB/ | 
| strings.xml | 22     <string name="long_press_widget_to_add" msgid="4001616142797446267">"Touch & hold to pick up a shortcut."</string> 23     <string name="long_accessible_way_to_add" msgid="2725225828389948328">"Double-tap & hold to pick up a shortcut or use custom actions."</string>
 
 | 
| /packages/apps/Launcher3/go/res/values-en-rIN/ | 
| strings.xml | 22     <string name="long_press_widget_to_add" msgid="4001616142797446267">"Touch & hold to pick up a shortcut."</string> 23     <string name="long_accessible_way_to_add" msgid="2725225828389948328">"Double-tap & hold to pick up a shortcut or use custom actions."</string>
 
 | 
| /packages/apps/Launcher3/go/res/values-nb/ | 
| strings.xml | 22     <string name="long_press_widget_to_add" msgid="4001616142797446267">"Trykk og hold for å velge en snarvei."</string> 23     <string name="long_accessible_way_to_add" msgid="2725225828389948328">"Dobbelttrykk og hold for å velge en snarvei eller bruke tilpassede handlinger."</string>
 
 |