Home
last modified time | relevance | path

Searched refs:ACTION (Results 1 – 25 of 57) sorted by relevance

123

/frameworks/base/proto/src/
Dmetrics_constants.proto701 // ACTION: QS Airplane mode tile tapped
708 // ACTION: QS Bluetooth tile tapped
715 // ACTION: QS Cast tile tapped
721 // ACTION: QS Cellular tile tapped
727 // ACTION: QS Color inversion tile tapped
739 // ACTION: QS Do not disturb tile tapped
746 // ACTION: QS Flashlight tile tapped
753 // ACTION: QS Hotspot tile tapped
760 // ACTION: QS 3P tile tapped
766 // ACTION: QS Location tile tapped
[all …]
/frameworks/ml/nn/common/operations/
DLSTMTest.cpp45 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \ argument
46 ACTION(Input) \
47 ACTION(InputToInputWeights) \
48 ACTION(InputToCellWeights) \
49 ACTION(InputToForgetWeights) \
50 ACTION(InputToOutputWeights) \
51 ACTION(RecurrentToInputWeights) \
52 ACTION(RecurrentToCellWeights) \
53 ACTION(RecurrentToForgetWeights) \
54 ACTION(RecurrentToOutputWeights) \
[all …]
DRNNTest.cpp138 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \ argument
139 ACTION(Input) \
140 ACTION(Weights) \
141 ACTION(RecurrentWeights) \
142 ACTION(Bias) \
143 ACTION(HiddenStateIn)
146 #define FOR_ALL_OUTPUT_TENSORS(ACTION) \ argument
147 ACTION(HiddenStateOut) \
148 ACTION(Output)
DSVDFTest.cpp107 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \ argument
108 ACTION(Input) \
109 ACTION(WeightsFeature) \
110 ACTION(WeightsTime) \
111 ACTION(Bias) \
112 ACTION(StateIn)
115 #define FOR_ALL_OUTPUT_TENSORS(ACTION) \ argument
116 ACTION(StateOut) \
117 ACTION(Output)
DHashtableLookupTest.cpp46 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \ argument
47 ACTION(Lookup, int) \
48 ACTION(Key, int) \
49 ACTION(Value, float)
52 #define FOR_ALL_OUTPUT_TENSORS(ACTION) \ argument
53 ACTION(Output, float) \
54 ACTION(Hits, uint8_t)
DLSHProjectionTest.cpp33 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \ argument
34 ACTION(Hash, float) \
35 ACTION(Input, int) \
36 ACTION(Weight, float)
39 #define FOR_ALL_OUTPUT_TENSORS(ACTION) ACTION(Output) argument
DEmbeddingLookupTest.cpp46 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \ argument
47 ACTION(Value, float) \
48 ACTION(Lookup, int)
51 #define FOR_ALL_OUTPUT_TENSORS(ACTION) \ argument
52 ACTION(Output, float)
/frameworks/base/services/core/java/com/android/server/notification/
DCountdownConditionProvider.java46 private static final String ACTION = CountdownConditionProvider.class.getName(); field in CountdownConditionProvider
96 mContext.registerReceiver(mReceiver, new IntentFilter(ACTION)); in onConnected()
117 final Intent intent = new Intent(ACTION) in onSubscribe()
137 ACTION, ts(mTime), mTime - now, span, ts(now))); in onSubscribe()
149 if (ACTION.equals(intent.getAction())) { in onReceive()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DDozeServicePlugin.java5 @ProvidesInterface(action = DozeServicePlugin.ACTION, version = DozeServicePlugin.VERSION)
7 String ACTION = "com.android.systemui.action.PLUGIN_DOZE"; field
DOverlayPlugin.java20 @ProvidesInterface(action = OverlayPlugin.ACTION, version = OverlayPlugin.VERSION)
23 String ACTION = "com.android.systemui.action.PLUGIN_OVERLAY"; field
DVolumeDialog.java25 @ProvidesInterface(action = VolumeDialog.ACTION, version = VolumeDialog.VERSION)
28 String ACTION = "com.android.systemui.action.PLUGIN_VOLUME"; field
DGlobalActions.java21 @ProvidesInterface(action = GlobalActions.ACTION, version = GlobalActions.VERSION)
25 String ACTION = "com.android.systemui.action.PLUGIN_GLOBAL_ACTIONS"; field
DNotificationListenerController.java24 @ProvidesInterface(action = NotificationListenerController.ACTION,
28 String ACTION = "com.android.systemui.action.PLUGIN_NOTIFICATION_ASSISTANT"; field
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/phone/
DNavGesture.java22 @ProvidesInterface(action = NavGesture.ACTION, version = NavGesture.VERSION)
25 public static final String ACTION = "com.android.systemui.action.PLUGIN_NAV_GESTURE"; field
DNavBarButtonProvider.java25 @ProvidesInterface(action = NavBarButtonProvider.ACTION, version = NavBarButtonProvider.VERSION)
28 public static final String ACTION = "com.android.systemui.action.PLUGIN_NAV_BUTTON"; field
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSFactory.java25 @ProvidesInterface(action = QSFactory.ACTION, version = QSFactory.VERSION)
30 String ACTION = "com.android.systemui.action.PLUGIN_QS_FACTORY"; field
DQS.java30 @ProvidesInterface(action = QS.ACTION, version = QS.VERSION)
34 String ACTION = "com.android.systemui.action.PLUGIN_QS"; field
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSysuiRestartReceiver.java27 public static String ACTION = "com.android.systemui.action.RESTART"; field in SysuiRestartReceiver
31 if (ACTION.equals(intent.getAction())) { in onReceive()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
DCameraPairwiseTest.java59 public enum SceneMode { SUNSET, ACTION, PARTY, NIGHT, AUTO }; enumConstant
189 genericPairwiseTestCase(Flash.AUTO, Exposure.MIN, WhiteBalance.AUTO, SceneMode.ACTION, in testCameraPairwiseScenario07()
199 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.AUTO, SceneMode.ACTION, in testCameraPairwiseScenario08()
309 genericPairwiseTestCase(Flash.OFF, Exposure.NONE, WhiteBalance.AUTO, SceneMode.ACTION, in testCameraPairwiseScenario19()
337 genericPairwiseTestCase(Flash.ON, Exposure.MAX, WhiteBalance.AUTO, SceneMode.ACTION, in testCameraPairwiseScenario22()
443 case ACTION: in genericPairwiseTestCase()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
DNotificationMenuRowPlugin.java32 @ProvidesInterface(action = NotificationMenuRowPlugin.ACTION,
40 public static final String ACTION = "com.android.systemui.action.PLUGIN_NOTIFICATION_MENU_ROW"; field
DNotificationSwipeActionHelper.java30 …public static final String ACTION = "com.android.systemui.action.PLUGIN_NOTIFICATION_SWIPE_ACTION"; field
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/plugins/
DPluginManagerTest.java175 @ProvidesInterface(action = TestPlugin.ACTION, version = TestPlugin.VERSION)
177 public static final String ACTION = "testAction"; field
/frameworks/wilhelm/include/OMXAL/
DNOTICE18 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
/frameworks/native/opengl/include/KHR/
DNOTICE18 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
/frameworks/wilhelm/include/SLES/
DNOTICE18 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,

123