Home
last modified time | relevance | path

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

123

/frameworks/ml/nn/common/operations/
DLayerNormLSTMTest.cpp50 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \ argument
51 ACTION(Input) \
52 ACTION(InputToInputWeights) \
53 ACTION(InputToCellWeights) \
54 ACTION(InputToForgetWeights) \
55 ACTION(InputToOutputWeights) \
56 ACTION(RecurrentToInputWeights) \
57 ACTION(RecurrentToCellWeights) \
58 ACTION(RecurrentToForgetWeights) \
59 ACTION(RecurrentToOutputWeights) \
[all …]
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)
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)
DSVDFTest.cpp171 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \ argument
172 ACTION(Input) \
173 ACTION(WeightsFeature) \
174 ACTION(WeightsTime) \
175 ACTION(Bias) \
176 ACTION(StateIn)
179 #define FOR_ALL_OUTPUT_TENSORS(ACTION) \ argument
180 ACTION(StateOut) \
181 ACTION(Output)
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, int) 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/proto/src/metrics_constants/
Dmetrics_constants.proto813 // ACTION: QS Airplane mode tile tapped
820 // ACTION: QS Bluetooth tile tapped
827 // ACTION: QS Cast tile tapped
833 // ACTION: QS Cellular tile tapped
839 // ACTION: QS Color inversion tile tapped
851 // ACTION: QS Do not disturb tile tapped
858 // ACTION: QS Flashlight tile tapped
865 // ACTION: QS Hotspot tile tapped
872 // ACTION: QS 3P tile tapped
878 // ACTION: QS Location tile tapped
[all …]
/frameworks/base/core/proto/android/app/
Dsettings_enums.proto30 // ACTION: Settings > Wi-Fi > [Long press network] > Connect to network
36 // ACTION: Settings > Wi-Fi > [Long press network] > Forget network
41 // ACTION: Settings > Wi-Fi > Toggle off
47 // ACTION: Settings > Wi-Fi > Toggle on
52 // ACTION: Settings > Bluetooth > Overflow > Rename this device
57 // ACTION: Settings > Bluetooth > Overflow > Show received files
62 // ACTION: DND Settings > Priority only allows > Reminder toggle
68 // ACTION: DND Settings > Priority only allows > Event toggle
74 // ACTION: DND Settings > Priority only allows > Messages
80 // ACTION: DND Settings > Priority only allows > Calls
[all …]
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/intent/
DTemplateIntentFactoryTest.java45 private static final String ACTION = Intent.ACTION_VIEW; field in TemplateIntentFactoryTest
78 ACTION, in create_full()
99 assertThat(intent.getAction()).isEqualTo(ACTION); in create_full()
116 ACTION, in normalizesScheme()
140 ACTION, in create_minimal()
161 assertThat(intent.getAction()).isEqualTo(ACTION); in create_minimal()
186 ACTION, in invalidTemplate_nonEmptyPackageName()
209 ACTION, in invalidTemplate_emptyTitle()
232 ACTION, in invalidTemplate_emptyDescription()
DTemplateClassificationIntentFactoryTest.java54 private static final String ACTION = Intent.ACTION_VIEW; field in TemplateClassificationIntentFactoryTest
102 assertThat(intent.getAction()).isEqualTo(ACTION); in create_foreignText()
143 assertThat(intent.getAction()).isEqualTo(ACTION); in create_notForeignText()
224 ACTION, in createRemoteActionTemplates()
/frameworks/base/core/tests/coretests/src/android/view/
DKeyEventTest.java35 private static final int ACTION = KeyEvent.ACTION_DOWN; field in KeyEventTest
47 KeyEvent keyEvent = KeyEvent.obtain(DOWN_TIME, EVENT_TIME, ACTION, KEYCODE, REPEAT, in testObtain()
51 assertEquals(ACTION, keyEvent.getAction()); in testObtain()
65 KeyEvent keyEvent = KeyEvent.obtain(DOWN_TIME, EVENT_TIME, ACTION, KEYCODE, REPEAT, in testObtainFromKeyEvent()
85 KeyEvent keyEvent = KeyEvent.obtain(DOWN_TIME, EVENT_TIME, ACTION, KEYCODE, REPEAT, in testObtainWithDisplayId()
89 assertEquals(ACTION, keyEvent.getAction()); in testObtainWithDisplayId()
/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
DFalsingPlugin.java30 @ProvidesInterface(action = FalsingPlugin.ACTION, version = FalsingPlugin.VERSION)
33 String ACTION = "com.android.systemui.action.FALSING_PLUGIN"; 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
DClockPlugin.java27 @ProvidesInterface(action = ClockPlugin.ACTION, version = ClockPlugin.VERSION)
30 String ACTION = "com.android.systemui.action.PLUGIN_CLOCK"; field
DNotificationListenerController.java24 @ProvidesInterface(action = NotificationListenerController.ACTION,
28 String ACTION = "com.android.systemui.action.PLUGIN_NOTIFICATION_ASSISTANT"; field
DGlobalActionsPanelPlugin.java43 action = GlobalActionsPanelPlugin.ACTION, version = GlobalActionsPanelPlugin.VERSION)
47 String ACTION = "com.android.systemui.action.PLUGIN_GLOBAL_ACTIONS_PANEL"; field
DSensorManagerPlugin.java27 @ProvidesInterface(action = SensorManagerPlugin.ACTION, version = SensorManagerPlugin.VERSION)
29 String ACTION = "com.android.systemui.action.PLUGIN_SENSOR_MANAGER"; 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.java31 @ProvidesInterface(action = QS.ACTION, version = QS.VERSION)
35 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()

123