Home
last modified time | relevance | path

Searched refs:actionIndex (Results 1 – 25 of 453) sorted by relevance

12345678910>>...19

/dports/lang/spidermonkey78/firefox-78.9.0/accessible/windows/ia2/
H A Dia2AccessibleAction.h28 /* [in] */ long actionIndex);
31 /* [in] */ long actionIndex,
35 /* [in] */ long actionIndex,
41 /* [in] */ long actionIndex,
45 /* [in] */ long actionIndex,
57 virtual HRESULT STDMETHODCALLTYPE doAction(long actionIndex) { \
58 return Class::doAction(actionIndex); \
61 virtual HRESULT STDMETHODCALLTYPE get_description(long actionIndex, \
63 return Class::get_description(actionIndex, description); \
67 long actionIndex, long nMaxBinding, BSTR** keyBinding, long* nBinding) { \
[all …]
/dports/www/firefox/firefox-99.0/accessible/windows/ia2/
H A Dia2AccessibleAction.h29 /* [in] */ long actionIndex);
32 /* [in] */ long actionIndex,
36 /* [in] */ long actionIndex,
42 /* [in] */ long actionIndex,
46 /* [in] */ long actionIndex,
62 virtual HRESULT STDMETHODCALLTYPE doAction(long actionIndex) { \
63 return Class::doAction(actionIndex); \
66 virtual HRESULT STDMETHODCALLTYPE get_description(long actionIndex, \
68 return Class::get_description(actionIndex, description); \
72 long actionIndex, long nMaxBinding, BSTR** keyBinding, long* nBinding) { \
[all …]
/dports/www/firefox-esr/firefox-91.8.0/accessible/windows/ia2/
H A Dia2AccessibleAction.h29 /* [in] */ long actionIndex);
32 /* [in] */ long actionIndex,
36 /* [in] */ long actionIndex,
42 /* [in] */ long actionIndex,
46 /* [in] */ long actionIndex,
61 virtual HRESULT STDMETHODCALLTYPE doAction(long actionIndex) { \
62 return Class::doAction(actionIndex); \
65 virtual HRESULT STDMETHODCALLTYPE get_description(long actionIndex, \
67 return Class::get_description(actionIndex, description); \
71 long actionIndex, long nMaxBinding, BSTR** keyBinding, long* nBinding) { \
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/windows/ia2/
H A Dia2AccessibleAction.h29 /* [in] */ long actionIndex);
32 /* [in] */ long actionIndex,
36 /* [in] */ long actionIndex,
42 /* [in] */ long actionIndex,
46 /* [in] */ long actionIndex,
61 virtual HRESULT STDMETHODCALLTYPE doAction(long actionIndex) { \
62 return Class::doAction(actionIndex); \
65 virtual HRESULT STDMETHODCALLTYPE get_description(long actionIndex, \
67 return Class::get_description(actionIndex, description); \
71 long actionIndex, long nMaxBinding, BSTR** keyBinding, long* nBinding) { \
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/windows/ia2/
H A Dia2AccessibleAction.h28 /* [in] */ long actionIndex);
31 /* [in] */ long actionIndex,
35 /* [in] */ long actionIndex,
41 /* [in] */ long actionIndex,
45 /* [in] */ long actionIndex,
57 virtual HRESULT STDMETHODCALLTYPE doAction(long actionIndex) { \
58 return Class::doAction(actionIndex); \
61 virtual HRESULT STDMETHODCALLTYPE get_description(long actionIndex, \
63 return Class::get_description(actionIndex, description); \
67 long actionIndex, long nMaxBinding, BSTR **keyBinding, long *nBinding) { \
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/windows/ia2/
H A Dia2AccessibleAction.h30 /* [in] */ long actionIndex);
33 /* [in] */ long actionIndex,
37 /* [in] */ long actionIndex,
43 /* [in] */ long actionIndex,
47 /* [in] */ long actionIndex,
61 virtual HRESULT STDMETHODCALLTYPE doAction(long actionIndex) \
63 return Class::doAction(actionIndex); \
66 virtual HRESULT STDMETHODCALLTYPE get_description(long actionIndex, \
69 return Class::get_description(actionIndex, description); \
72 virtual HRESULT STDMETHODCALLTYPE get_keyBinding(long actionIndex, \
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/winaccessibility/source/UAccCOM/
H A DAccAction.cxx54 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccAction::doAction(/* [in] */ long actionIndex) in doAction() argument
57 return CAccActionBase::doAction(actionIndex); in doAction()
66 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccAction::get_description(long actionIndex,BSTR __RPC_FAR *desc… in get_description() argument
69 return CAccActionBase::get_description(actionIndex, description); in get_description()
72 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccAction::get_name( long actionIndex, BSTR __RPC_FAR *name) in get_name() argument
75 return CAccActionBase::get_name(actionIndex, name); in get_name()
78 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccAction::get_localizedName( long actionIndex, BSTR __RPC_FAR *… in get_localizedName() argument
81 return CAccActionBase::get_localizedName(actionIndex, localizedName); in get_localizedName()
95 /* [in] */ long actionIndex, in get_keyBinding() argument
101 return CAccActionBase::get_keyBinding(actionIndex, nMaxBinding, keyBinding, nBinding); in get_keyBinding()
H A DAccHyperLink.cxx58 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccHyperLink::doAction(/* [in] */ long actionIndex) in doAction() argument
61 return CAccActionBase::doAction(actionIndex); in doAction()
70 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccHyperLink::get_description(long actionIndex,BSTR __RPC_FAR *d… in get_description() argument
73 return CAccActionBase::get_description(actionIndex, description); in get_description()
76 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccHyperLink::get_name( long actionIndex, BSTR __RPC_FAR *name) in get_name() argument
79 return CAccActionBase::get_name(actionIndex, name); in get_name()
82 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccHyperLink::get_localizedName( long actionIndex, BSTR __RPC_FA… in get_localizedName() argument
85 return CAccActionBase::get_name(actionIndex, localizedName); in get_localizedName()
99 /* [in] */ long actionIndex, in get_keyBinding() argument
105 return CAccActionBase::get_keyBinding(actionIndex, nMaxBinding, keyBinding, nBinding); in get_keyBinding()
H A DAccActionBase.h42 STDMETHOD(doAction)(/* [in] */ long actionIndex);
45 STDMETHOD(get_description)(long actionIndex, BSTR __RPC_FAR* description);
49 STDMETHOD(get_name)(long actionIndex, BSTR __RPC_FAR* name);
52 STDMETHOD(get_localizedName)(long actionIndex, BSTR __RPC_FAR* localizedName);
59 /* [in] */ long actionIndex,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/winaccessibility/source/UAccCOM/
H A DAccAction.cxx54 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccAction::doAction(/* [in] */ long actionIndex) in doAction() argument
57 return CAccActionBase::doAction(actionIndex); in doAction()
66 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccAction::get_description(long actionIndex,BSTR __RPC_FAR *desc… in get_description() argument
69 return CAccActionBase::get_description(actionIndex, description); in get_description()
72 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccAction::get_name( long actionIndex, BSTR __RPC_FAR *name) in get_name() argument
75 return CAccActionBase::get_name(actionIndex, name); in get_name()
78 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccAction::get_localizedName( long actionIndex, BSTR __RPC_FAR *… in get_localizedName() argument
81 return CAccActionBase::get_localizedName(actionIndex, localizedName); in get_localizedName()
95 /* [in] */ long actionIndex, in get_keyBinding() argument
101 return CAccActionBase::get_keyBinding(actionIndex, nMaxBinding, keyBinding, nBinding); in get_keyBinding()
H A DAccHyperLink.cxx58 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccHyperLink::doAction(/* [in] */ long actionIndex) in doAction() argument
61 return CAccActionBase::doAction(actionIndex); in doAction()
70 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccHyperLink::get_description(long actionIndex,BSTR __RPC_FAR *d… in get_description() argument
73 return CAccActionBase::get_description(actionIndex, description); in get_description()
76 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccHyperLink::get_name( long actionIndex, BSTR __RPC_FAR *name) in get_name() argument
79 return CAccActionBase::get_name(actionIndex, name); in get_name()
82 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccHyperLink::get_localizedName( long actionIndex, BSTR __RPC_FA… in get_localizedName() argument
85 return CAccActionBase::get_name(actionIndex, localizedName); in get_localizedName()
99 /* [in] */ long actionIndex, in get_keyBinding() argument
105 return CAccActionBase::get_keyBinding(actionIndex, nMaxBinding, keyBinding, nBinding); in get_keyBinding()
H A DAccActionBase.h43 STDMETHOD(doAction)(/* [in] */ long actionIndex);
46 STDMETHOD(get_description)(long actionIndex,BSTR __RPC_FAR *description);
50 STDMETHOD(get_name)( long actionIndex, BSTR __RPC_FAR *name);
53 STDMETHOD(get_localizedName)( long actionIndex, BSTR __RPC_FAR *localizedName);
59 /* [in] */ long actionIndex,
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Swift/Sources/Antlr4/atn/
H A DLexerCustomAction.swift24 fileprivate let actionIndex: Int variable
35 public init(_ ruleIndex: Int, _ actionIndex: Int) {
37 self.actionIndex = actionIndex
55 return actionIndex in getActionIndex()
92 try lexer.action(nil, ruleIndex, actionIndex) in execute()
100 hash = MurmurHash.update(hash, actionIndex)
114 && lhs.actionIndex == rhs.actionIndex in ==()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/
H A DLexerCustomAction.cs31 private readonly int actionIndex; field in Antlr4.Runtime.Atn.LexerCustomAction
51 public LexerCustomAction(int ruleIndex, int actionIndex) in LexerCustomAction() argument
54 this.actionIndex = actionIndex; in LexerCustomAction()
81 return actionIndex;
132 lexer.Action(null, ruleIndex, actionIndex); in Execute()
140 hash = MurmurHash.Update(hash, actionIndex); in GetHashCode()
158 return ruleIndex == other.ruleIndex && actionIndex == other.actionIndex; in Equals()
H A DActionTransition.cs14 public readonly int actionIndex; field in Antlr4.Runtime.Atn.ActionTransition
23 … public ActionTransition(ATNState target, int ruleIndex, int actionIndex, bool isCtxDependent) in ActionTransition() argument
28 this.actionIndex = actionIndex; in ActionTransition()
56 return "action_" + ruleIndex + ":" + actionIndex; in ToString()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/
H A DLexerCustomAction.java29 private final int actionIndex; field in LexerCustomAction
40 public LexerCustomAction(int ruleIndex, int actionIndex) { in LexerCustomAction() argument
42 this.actionIndex = actionIndex; in LexerCustomAction()
60 return actionIndex; in getActionIndex()
97 lexer.action(null, ruleIndex, actionIndex); in execute()
105 hash = MurmurHash.update(hash, actionIndex); in hashCode()
120 && actionIndex == other.actionIndex; in equals()
H A DActionTransition.java11 public final int actionIndex; field in ActionTransition
18 public ActionTransition(ATNState target, int ruleIndex, int actionIndex, boolean isCtxDependent) { in ActionTransition() argument
21 this.actionIndex = actionIndex; in ActionTransition()
42 return "action_"+ruleIndex+":"+actionIndex; in toString()
/dports/games/scummvm/scummvm-2.5.1/backends/keymapper/
H A Dremap-widget.cpp170 debug(3, "clear the mapping %u", actionIndex); in clearMapping()
171 Action *action = _actions[actionIndex].action; in clearMapping()
172 Keymap *keymap = _actions[actionIndex].keymap; in clearMapping()
182 debug(3, "Reset the mapping %u", actionIndex); in resetMapping()
183 Action *action = _actions[actionIndex].action; in resetMapping()
184 Keymap *keymap = _actions[actionIndex].keymap; in resetMapping()
194 debug(3, "Reset the keymap %u", actionIndex); in resetKeymap()
195 Keymap *keymap = _actions[actionIndex].keymap; in resetKeymap()
217 _remapKeymap = _actions[actionIndex].keymap; in startRemapping()
218 _remapAction = _actions[actionIndex].action; in startRemapping()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/java_utils/gov/sandia/dart/dakota/nidr/antlr/
H A DNIDRLexer.java67 public void action(RuleContext _localctx, int ruleIndex, int actionIndex) { in action() argument
69 case 16: COMMENT_action((RuleContext)_localctx, actionIndex); break; in action()
71 case 17: WS_action((RuleContext)_localctx, actionIndex); break; in action()
74 private void WS_action(RuleContext _localctx, int actionIndex) { in WS_action() argument
75 switch (actionIndex) { in WS_action()
79 private void COMMENT_action(RuleContext _localctx, int actionIndex) { in COMMENT_action() argument
80 switch (actionIndex) { in COMMENT_action()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/plugins/accessible/widgets/
H A Dsimplewidgets.h74 void doAction(int actionIndex);
75 QString description(int actionIndex);
76 QString name(int actionIndex);
77 QString localizedName(int actionIndex);
78 QStringList keyBindings(int actionIndex);
150 QString description(int actionIndex);
151 void doAction(int actionIndex);
152 QString name(int actionIndex);
153 QString localizedName(int actionIndex);
154 QStringList keyBindings(int actionIndex);
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/antlr4-cpp-runtime/runtime/src/atn/
H A DActionTransition.cpp11 : Transition(target), ruleIndex(ruleIndex), actionIndex(INVALID_INDEX), isCtxDependent(false) { in ActionTransition()
14 ActionTransition::ActionTransition(ATNState *target, size_t ruleIndex, size_t actionIndex, bool isC… in ActionTransition() argument
15 …: Transition(target), ruleIndex(ruleIndex), actionIndex(actionIndex), isCtxDependent(isCtxDependen… in ActionTransition()
32 std::to_string(actionIndex) + ", isCtxDependent: " + std::to_string(isCtxDependent) + " }"; in toString()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Cpp/runtime/src/atn/
H A DActionTransition.cpp11 : Transition(target), ruleIndex(ruleIndex), actionIndex(INVALID_INDEX), isCtxDependent(false) { in ActionTransition()
14 ActionTransition::ActionTransition(ATNState *target, size_t ruleIndex, size_t actionIndex, bool isC… in ActionTransition() argument
15 …: Transition(target), ruleIndex(ruleIndex), actionIndex(actionIndex), isCtxDependent(isCtxDependen… in ActionTransition()
32 std::to_string(actionIndex) + ", isCtxDependent: " + std::to_string(isCtxDependent) + " }"; in toString()
/dports/devel/libantlr4/libantlr4-4.9.3/runtime/src/atn/
H A DActionTransition.cpp11 : Transition(target), ruleIndex(ruleIndex), actionIndex(INVALID_INDEX), isCtxDependent(false) { in ActionTransition()
14 ActionTransition::ActionTransition(ATNState *target, size_t ruleIndex, size_t actionIndex, bool isC… in ActionTransition() argument
15 …: Transition(target), ruleIndex(ruleIndex), actionIndex(actionIndex), isCtxDependent(isCtxDependen… in ActionTransition()
32 std::to_string(actionIndex) + ", isCtxDependent: " + std::to_string(isCtxDependent) + " }"; in toString()
/dports/www/node10/node-v10.24.1/deps/v8/third_party/antlr4/runtime/Cpp/runtime/src/atn/
H A DActionTransition.cpp13 actionIndex(INVALID_INDEX), in ActionTransition()
17 size_t actionIndex, bool isCtxDependent) in ActionTransition() argument
20 actionIndex(actionIndex), in ActionTransition()
39 ", actionIndex: " + std::to_string(actionIndex) + in toString()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-accessanalyzer/source/model/
H A DFinding.cpp69 for(unsigned actionIndex = 0; actionIndex < actionJsonList.GetLength(); ++actionIndex) in operator =() local
71 m_action.push_back(actionJsonList[actionIndex].AsString()); in operator =()
186 for(unsigned actionIndex = 0; actionIndex < actionJsonList.GetLength(); ++actionIndex) in Jsonize() local
188 actionJsonList[actionIndex].AsString(m_action[actionIndex]); in Jsonize()

12345678910>>...19