Home
last modified time | relevance | path

Searched refs:setActions (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h985 setActions(TypeIndex, Actions, SizeAndActions); in setScalarAction()
996 setActions(TypeIndex, Actions, SizeAndActions); in setPointerAction()
1009 setActions(TypeIndex, Actions, SizeAndActions); in setScalarInVectorAction()
1025 setActions(TypeIndex, Actions, SizeAndActions); in setVectorNumElementAction()
1089 void setActions(unsigned TypeIndex, in setActions() function
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/media/
DBluetoothSL4AAudioSrcMBS.java164 .setActions(PlaybackState.ACTION_PLAY | PlaybackState.ACTION_PAUSE in onCreate()
DBluetoothMediaPlayback.java120 stateBuilder.setActions(PlaybackState.ACTION_PLAY | PlaybackState.ACTION_PAUSE | in updatePlaybackState()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
DMediaSessionFacade.java111 bob.setActions(PlaybackState.ACTION_PLAY | in mediaSessionAddCallback()
/external/antlr/tool/src/main/java/org/antlr/tool/
DRule.java521 public void setActions(Map<String, Object> actions) { in setActions() method in Rule