/frameworks/base/proto/src/ |
D | metrics_constants.proto | 701 // 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/ |
D | LSTMTest.cpp | 45 #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 …]
|
D | RNNTest.cpp | 138 #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)
|
D | SVDFTest.cpp | 107 #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)
|
D | HashtableLookupTest.cpp | 46 #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)
|
D | LSHProjectionTest.cpp | 33 #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
|
D | EmbeddingLookupTest.cpp | 46 #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/ |
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 | OverlayPlugin.java | 20 @ProvidesInterface(action = OverlayPlugin.ACTION, version = OverlayPlugin.VERSION) 23 String ACTION = "com.android.systemui.action.PLUGIN_OVERLAY"; field
|
D | VolumeDialog.java | 25 @ProvidesInterface(action = VolumeDialog.ACTION, version = VolumeDialog.VERSION) 28 String ACTION = "com.android.systemui.action.PLUGIN_VOLUME"; field
|
D | GlobalActions.java | 21 @ProvidesInterface(action = GlobalActions.ACTION, version = GlobalActions.VERSION) 25 String ACTION = "com.android.systemui.action.PLUGIN_GLOBAL_ACTIONS"; field
|
D | NotificationListenerController.java | 24 @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/ |
D | NavGesture.java | 22 @ProvidesInterface(action = NavGesture.ACTION, version = NavGesture.VERSION) 25 public static final String ACTION = "com.android.systemui.action.PLUGIN_NAV_GESTURE"; field
|
D | NavBarButtonProvider.java | 25 @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/ |
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 | 30 @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/ |
D | SysuiRestartReceiver.java | 27 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/ |
D | CameraPairwiseTest.java | 59 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/ |
D | NotificationMenuRowPlugin.java | 32 @ProvidesInterface(action = NotificationMenuRowPlugin.ACTION, 40 public static final String ACTION = "com.android.systemui.action.PLUGIN_NOTIFICATION_MENU_ROW"; field
|
D | NotificationSwipeActionHelper.java | 30 …public static final String ACTION = "com.android.systemui.action.PLUGIN_NOTIFICATION_SWIPE_ACTION"; field
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/plugins/ |
D | PluginManagerTest.java | 175 @ProvidesInterface(action = TestPlugin.ACTION, version = TestPlugin.VERSION) 177 public static final String ACTION = "testAction"; field
|
/frameworks/wilhelm/include/OMXAL/ |
D | NOTICE | 18 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
/frameworks/native/opengl/include/KHR/ |
D | NOTICE | 18 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
/frameworks/wilhelm/include/SLES/ |
D | NOTICE | 18 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|