/frameworks/ml/nn/common/operations/ |
D | LayerNormLSTMTest.cpp | 49 #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 …]
|
D | LSTMTest.cpp | 48 #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 …]
|
D | RNNTest.cpp | 119 #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)
|
D | HashtableLookupTest.cpp | 47 #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)
|
D | SVDFTest.cpp | 151 #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)
|
D | LSHProjectionTest.cpp | 34 #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
|
D | EmbeddingLookupTest.cpp | 47 #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/ |
D | metrics_constants.proto | 813 // 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/ |
D | settings_enums.proto | 30 // 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/ |
D | TemplateIntentFactoryTest.java | 45 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()
|
D | TemplateClassificationIntentFactoryTest.java | 54 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/ |
D | KeyEventTest.java | 35 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/ |
D | CountdownConditionProvider.java | 46 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/ |
D | DozeServicePlugin.java | 5 @ProvidesInterface(action = DozeServicePlugin.ACTION, version = DozeServicePlugin.VERSION) 7 String ACTION = "com.android.systemui.action.PLUGIN_DOZE"; field
|
D | FalsingPlugin.java | 30 @ProvidesInterface(action = FalsingPlugin.ACTION, version = FalsingPlugin.VERSION) 33 String ACTION = "com.android.systemui.action.FALSING_PLUGIN"; field
|
D | VolumeDialog.java | 25 @ProvidesInterface(action = VolumeDialog.ACTION, version = VolumeDialog.VERSION) 28 String ACTION = "com.android.systemui.action.PLUGIN_VOLUME"; field
|
D | OverlayPlugin.java | 21 @ProvidesInterface(action = OverlayPlugin.ACTION, version = OverlayPlugin.VERSION) 24 String ACTION = "com.android.systemui.action.PLUGIN_OVERLAY"; field
|
D | GlobalActions.java | 21 @ProvidesInterface(action = GlobalActions.ACTION, version = GlobalActions.VERSION) 25 String ACTION = "com.android.systemui.action.PLUGIN_GLOBAL_ACTIONS"; field
|
D | ClockPlugin.java | 27 @ProvidesInterface(action = ClockPlugin.ACTION, version = ClockPlugin.VERSION) 30 String ACTION = "com.android.systemui.action.PLUGIN_CLOCK"; field
|
D | GlobalActionsPanelPlugin.java | 43 action = GlobalActionsPanelPlugin.ACTION, version = GlobalActionsPanelPlugin.VERSION) 47 String ACTION = "com.android.systemui.action.PLUGIN_GLOBAL_ACTIONS_PANEL"; field
|
D | NotificationListenerController.java | 24 @ProvidesInterface(action = NotificationListenerController.ACTION, 28 String ACTION = "com.android.systemui.action.PLUGIN_NOTIFICATION_ASSISTANT"; field
|
D | SensorManagerPlugin.java | 27 @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/ |
D | QSFactory.java | 25 @ProvidesInterface(action = QSFactory.ACTION, version = QSFactory.VERSION) 30 String ACTION = "com.android.systemui.action.PLUGIN_QS_FACTORY"; field
|
D | QS.java | 31 @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/ |
D | SysuiRestartReceiver.java | 27 public static String ACTION = "com.android.systemui.action.RESTART"; field in SysuiRestartReceiver 31 if (ACTION.equals(intent.getAction())) { in onReceive()
|