Home
last modified time | relevance | path

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

123

/frameworks/ml/nn/common/operations/
DLayerNormLSTMTest.cpp49 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \ argument
50 ACTION(Input) \
51 ACTION(InputToInputWeights) \
52 ACTION(InputToCellWeights) \
53 ACTION(InputToForgetWeights) \
54 ACTION(InputToOutputWeights) \
55 ACTION(RecurrentToInputWeights) \
56 ACTION(RecurrentToCellWeights) \
57 ACTION(RecurrentToForgetWeights) \
58 ACTION(RecurrentToOutputWeights) \
[all …]
DLSTMTest.cpp48 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \ argument
49 ACTION(Input) \
50 ACTION(InputToInputWeights) \
51 ACTION(InputToCellWeights) \
52 ACTION(InputToForgetWeights) \
53 ACTION(InputToOutputWeights) \
54 ACTION(RecurrentToInputWeights) \
55 ACTION(RecurrentToCellWeights) \
56 ACTION(RecurrentToForgetWeights) \
57 ACTION(RecurrentToOutputWeights) \
[all …]
DRNNTest.cpp119 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \ argument
120 ACTION(Input) \
121 ACTION(Weights) \
122 ACTION(RecurrentWeights) \
123 ACTION(Bias) \
124 ACTION(HiddenStateIn)
127 #define FOR_ALL_OUTPUT_TENSORS(ACTION) \ argument
128 ACTION(HiddenStateOut) \
129 ACTION(Output)
DHashtableLookupTest.cpp47 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \ argument
48 ACTION(Lookup, int) \
49 ACTION(Key, int) \
50 ACTION(Value, float)
53 #define FOR_ALL_OUTPUT_TENSORS(ACTION) \ argument
54 ACTION(Output, float) \
55 ACTION(Hits, uint8_t)
DSVDFTest.cpp151 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \ argument
152 ACTION(Input) \
153 ACTION(WeightsFeature) \
154 ACTION(WeightsTime) \
155 ACTION(Bias) \
156 ACTION(StateIn)
159 #define FOR_ALL_OUTPUT_TENSORS(ACTION) \ argument
160 ACTION(StateOut) \
161 ACTION(Output)
DLSHProjectionTest.cpp34 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \ argument
35 ACTION(Hash, float) \
36 ACTION(Input, int) \
37 ACTION(Weight, float)
40 #define FOR_ALL_OUTPUT_TENSORS(ACTION) ACTION(Output, int) argument
DEmbeddingLookupTest.cpp47 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \ argument
48 ACTION(Value, float) \
49 ACTION(Lookup, int)
52 #define FOR_ALL_OUTPUT_TENSORS(ACTION) ACTION(Output, float) argument
/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
DVolumeDialog.java25 @ProvidesInterface(action = VolumeDialog.ACTION, version = VolumeDialog.VERSION)
28 String ACTION = "com.android.systemui.action.PLUGIN_VOLUME"; field
DOverlayPlugin.java21 @ProvidesInterface(action = OverlayPlugin.ACTION, version = OverlayPlugin.VERSION)
24 String ACTION = "com.android.systemui.action.PLUGIN_OVERLAY"; 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
DGlobalActionsPanelPlugin.java43 action = GlobalActionsPanelPlugin.ACTION, version = GlobalActionsPanelPlugin.VERSION)
47 String ACTION = "com.android.systemui.action.PLUGIN_GLOBAL_ACTIONS_PANEL"; field
DNotificationListenerController.java24 @ProvidesInterface(action = NotificationListenerController.ACTION,
28 String ACTION = "com.android.systemui.action.PLUGIN_NOTIFICATION_ASSISTANT"; 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