Home
last modified time | relevance | path

Searched refs:setAction (Results 1 – 25 of 62) sorted by relevance

123

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86LegalizerInfo.cpp117 setAction({G_IMPLICIT_DEF, Ty}, Legal); in setLegalizerInfo32bit()
120 setAction({G_PHI, Ty}, Legal); in setLegalizerInfo32bit()
124 setAction({BinOp, Ty}, Legal); in setLegalizerInfo32bit()
127 setAction({Op, s32}, Legal); in setLegalizerInfo32bit()
128 setAction({Op, 1, s1}, Legal); in setLegalizerInfo32bit()
133 setAction({MemOp, Ty}, Legal); in setLegalizerInfo32bit()
136 setAction({MemOp, 1, p0}, Legal); in setLegalizerInfo32bit()
140 setAction({G_FRAME_INDEX, p0}, Legal); in setLegalizerInfo32bit()
141 setAction({G_GLOBAL_VALUE, p0}, Legal); in setLegalizerInfo32bit()
143 setAction({G_PTR_ADD, p0}, Legal); in setLegalizerInfo32bit()
[all …]
/external/llvm-project/llvm/lib/Target/X86/
DX86LegalizerInfo.cpp111 setAction({G_IMPLICIT_DEF, Ty}, Legal); in setLegalizerInfo32bit()
114 setAction({G_PHI, Ty}, Legal); in setLegalizerInfo32bit()
118 setAction({BinOp, Ty}, Legal); in setLegalizerInfo32bit()
121 setAction({Op, s32}, Legal); in setLegalizerInfo32bit()
122 setAction({Op, 1, s1}, Legal); in setLegalizerInfo32bit()
127 setAction({MemOp, Ty}, Legal); in setLegalizerInfo32bit()
130 setAction({MemOp, 1, p0}, Legal); in setLegalizerInfo32bit()
134 setAction({G_FRAME_INDEX, p0}, Legal); in setLegalizerInfo32bit()
135 setAction({G_GLOBAL_VALUE, p0}, Legal); in setLegalizerInfo32bit()
137 setAction({G_PTR_ADD, p0}, Legal); in setLegalizerInfo32bit()
[all …]
/external/llvm-project/llvm/unittests/CodeGen/GlobalISel/
DLegalizerInfoTest.cpp54 L.setAction({Op, 0, LLT::scalar(Size)}, Legal); in TEST()
93 L.setAction({G_ADD, LLT::vector(8, 8)}, Legal); in TEST()
94 L.setAction({G_ADD, LLT::vector(16, 8)}, Legal); in TEST()
95 L.setAction({G_ADD, LLT::vector(4, 16)}, Legal); in TEST()
96 L.setAction({G_ADD, LLT::vector(8, 16)}, Legal); in TEST()
97 L.setAction({G_ADD, LLT::vector(2, 32)}, Legal); in TEST()
98 L.setAction({G_ADD, LLT::vector(4, 32)}, Legal); in TEST()
103 L.setAction({G_ADD, 0, LLT::scalar(32)}, Legal); in TEST()
131 L.setAction({G_PTRTOINT, 0, s64}, Legal); in TEST()
132 L.setAction({G_PTRTOINT, 1, p0}, Legal); in TEST()
[all …]
/external/dagger2/java/dagger/hilt/android/example/gradle/simple/app/src/sharedTest/java/dagger/hilt/android/example/gradle/simple/
DBroadcastReceiverTest.java56 intent.setAction("test-action"); in verifyReceiverInjectedValue()
72 intent.setAction("test-action"); in verifyBaseReceiverInjectedValue()
88 intent.setAction("test-action"); in verifyBaseReceiverIsNotDoubleInjected()
105 intent.setAction("test-action"); in verifyComplexReceiverInjectedValue()
/external/sl4a/Common/src/com/googlecode/android_scripting/
DIntentBuilders.java54 intent.setAction(Constants.ACTION_LAUNCH_BACKGROUND_SCRIPT); in buildStartInBackgroundIntent()
70 intent.setAction(Constants.ACTION_LAUNCH_FOREGROUND_SCRIPT); in buildStartInTerminalIntent()
86 intent.setAction(Constants.ACTION_LAUNCH_INTERPRETER); in buildStartInterpreterIntent()
/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/
DActionsSuggestionsHelperTest.java155 .setAction(new RemoteAction(icon, "label", "1", pendingIntent)) in testDeduplicateActions()
160 .setAction(new RemoteAction(icon, "label", "2", pendingIntent)) in testDeduplicateActions()
165 .setAction(new RemoteAction(icon, "label", "3", pendingIntent)) in testDeduplicateActions()
170 .setAction(new RemoteAction(icon, "another_label", "4", pendingIntent)) in testDeduplicateActions()
175 .setAction(new RemoteAction(icon, "label", "5", pendingIntent)) in testDeduplicateActions()
209 .setAction(new RemoteAction(icon, "label", "1", pendingIntent)) in testDeduplicateActions_nullComponent()
214 .setAction(new RemoteAction(icon, "label", "2", pendingIntent)) in testDeduplicateActions_nullComponent()
/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/
DRobolectricTestUtilities.java145 intent.setAction(Intent.ACTION_MANAGED_PROFILE_AVAILABLE); in turnOnWorkProfileWithoutUnlocking()
154 intent.setAction(Intent.ACTION_MANAGED_PROFILE_AVAILABLE); in turnOnWorkProfile()
157 intent.setAction(Intent.ACTION_USER_UNLOCKED); in turnOnWorkProfile()
167 intent.setAction(Intent.ACTION_MANAGED_PROFILE_UNAVAILABLE); in turnOffWorkProfile()
/external/webrtc/examples/androidjunit/src/org/appspot/apprtc/
DBluetoothManagerTest.java250 intent.setAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED); in simulateBluetoothHeadsetConnected()
257 intent.setAction(BluetoothHeadset.ACTION_AUDIO_STATE_CHANGED); in simulateBluetoothScoConnectionConnected()
264 intent.setAction(BluetoothHeadset.ACTION_AUDIO_STATE_CHANGED); in simulateBluetoothScoConnectionDisconnected()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DThaiStateTransition.java43 public final void setAction(char newAction) in setAction() method in ThaiStateTransition
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/activity/
DMain.java158 intent.setAction(InterpreterConstants.ACTION_INTERPRETER_ADDED); in broadcastInstallationStateChange()
160 intent.setAction(InterpreterConstants.ACTION_INTERPRETER_REMOVED); in broadcastInstallationStateChange()
/external/skqp/platform_tools/android/apps/arcore/src/main/java/org/skia/arcore/
DCameraPermissionHelper.java61 intent.setAction(Settings.ACTION_APPLICATION_DETAILS_SETTINGS); in launchPermissionSettings()
/external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/helpers/
DCameraPermissionHelper.java63 intent.setAction(Settings.ACTION_APPLICATION_DETAILS_SETTINGS); in launchPermissionSettings()
DSnackbarHelper.java92 messageSnackbar.setAction( in show()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
DScriptingLayerService.java122 notificationIntent.setAction(Constants.ACTION_SHOW_RUNNING_SCRIPTS); in createNotification()
270 newIntent.setAction(Constants.ACTION_KILL_PROCESS); in launchScript()
286 newIntent.setAction(Constants.ACTION_KILL_PROCESS); in launchInterpreter()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptProcessMonitor.java153 intent.setAction(Constants.ACTION_KILL_PROCESS); in onContextItemSelected()
175 intent.setAction(Constants.ACTION_KILL_ALL); in onOptionsItemSelected()
DInterpreterManager.java168 intent.setAction(Constants.ACTION_LAUNCH_SERVER); in launchService()
176 intent.setAction(Constants.ACTION_LAUNCH_INTERPRETER); in launchTerminal()
/external/llvm-project/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp121 setAction({Op, s32}, Lower); in ARMLegalizerInfo()
123 setAction({Op, s32}, Custom); in ARMLegalizerInfo()
125 setAction({Op, s32}, Libcall); in ARMLegalizerInfo()
201 setAction({G_FNEG, Ty}, Lower); in ARMLegalizerInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp121 setAction({Op, s32}, Lower); in ARMLegalizerInfo()
123 setAction({Op, s32}, Custom); in ARMLegalizerInfo()
125 setAction({Op, s32}, Libcall); in ARMLegalizerInfo()
201 setAction({G_FNEG, Ty}, Lower); in ARMLegalizerInfo()
/external/clang/lib/Driver/
DInputInfo.h82 void setAction(const Action *A) { Act = A; } in setAction() function
/external/llvm-project/clang/lib/Driver/
DInputInfo.h81 void setAction(const Action *A) { Act = A; } in setAction() function
/external/exoplayer/tree/demos/main/src/main/java/com/google/android/exoplayer2/demo/
DIntentUtil.java128 intent.setAction(IntentUtil.ACTION_VIEW).setData(playbackProperties.sourceUri); in addToIntent()
131 intent.setAction(IntentUtil.ACTION_VIEW_LIST); in addToIntent()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowGestureDetectorTest.java29 motionEvent = newBuilder().setAction(MotionEvent.ACTION_UP).setPointer(100, 30).build(); in setUp()
DShadowIntentTest.java195 assertSame(intent, intent.setAction("foo")); in testGetActionReturnsWhatWasSet()
317 intentB.setAction("foo"); in shouldFillIn()
460 intent.setAction("Foo"); in getExtra_shouldWorkAfterParcel()
/external/autotest/frontend/client/src/autotest/moblab/
DCredentialsUploadView.java76 keyUploadForm.setAction(JsonRpcProxy.AFE_BASE_URL + "upload/"); in addUploadWidget()
/external/setupcompat/main/java/com/google/android/setupcompat/internal/
DSetupCompatServiceProvider.java164 .setAction("com.google.android.setupcompat.SetupCompatService.BIND");

123