Home
last modified time | relevance | path

Searched refs:mAction (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DIntermRebuild.cpp43 : mAction(other.mAction), in BaseResult()
50 : mAction(Action::ReplaceSingle), mVisit(visit), mSingle(&node) in BaseResult()
54 : mAction(node ? Action::ReplaceSingle : Action::Drop), in BaseResult()
60 : mAction(Action::Drop), mVisit(VisitBits::Neither), mSingle(nullptr) in BaseResult()
64 : mAction(Action::Fail), mVisit(VisitBits::Neither), mSingle(nullptr) in BaseResult()
68 : mAction(Action::ReplaceMulti), in BaseResult()
76 mAction = other.mAction; in moveAssignImpl()
91 return mAction == Action::Fail; in isFail()
96 return mAction == Action::Drop; in isDrop()
106 if (mAction == Action::ReplaceMulti) in multi()
[all …]
DIntermRebuild.h130 Action mAction;
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DNativeInput.java285 private int mAction; field in NativeInput.MotionEvent
306 return mAction; in getAction()
310 return mAction & AMOTION_EVENT_ACTION_MASK; in getActionMasked()
314 return (mAction & AMOTION_EVENT_ACTION_POINTER_INDEX_MASK) in getActionIndex()
319 mAction = action; in setAction()
570 mAction = action; in initialize()
590 mAction = other.mAction; in copyFrom()
727 mAction = parcel.readInt(); in readFromParcel()
768 parcel.writeInt(mAction); in writeToParcel()
813 return isTouchEvent(getSource(), mAction); in isTouchEvent()