Home
last modified time | relevance | path

Searched refs:getActionType (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/dports/games/scorched3d/scorched/src/common/engine/
H A DActionController.cpp52 act->getActionType().c_str())); in clear()
65 act->getActionType().c_str())); in clear()
83 Logger::log(S3D::formatStringBuffer("Action : %s", act->getActionType().c_str())); in logActions()
150 std::string actionType = action->getActionType(); in addNewActions()
162 actionProfile_.find(action->getActionType()); in addNewActions()
165 actionProfile_[action->getActionType()] = 1; in addNewActions()
208 act->getActionType().c_str())); in simulate()
225 std::string actionType = act->getActionType(); in simulate()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/filter/hsqldb/
H A Dfbalterparser.cxx28 if (getActionType() == AlterAction::UNKNOWN) in compose()
33 else if (getActionType() == AlterAction::ADD_FOREIGN) in compose()
38 if (getActionType() == AlterAction::IDENTITY_RESTART) in compose()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/filter/hsqldb/
H A Dfbalterparser.cxx28 if (getActionType() == AlterAction::UNKNOWN) in compose()
33 else if (getActionType() == AlterAction::ADD_FOREIGN) in compose()
38 if (getActionType() == AlterAction::IDENTITY_RESTART) in compose()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/keyboard_accessory/internal/java/src/org/chromium/chrome/browser/keyboard_accessory/bar_component/
H A DKeyboardAccessoryMetricsRecorder.java99 maybeRecordBarBucket(action.getActionType() == AccessoryAction.AUTOFILL_SUGGESTION in recordUnrecordedList()
102 if (mRecordedActionImpressions.add(action.getActionType())) { in recordUnrecordedList()
103 ManualFillingMetricsRecorder.recordActionImpression(action.getActionType()); in recordUnrecordedList()
114 maybeRecordBarBucket(action.getActionType() == AccessoryAction.AUTOFILL_SUGGESTION in recordGeneralActionTypes()
152 mRecordedActionImpressions.remove(action.getActionType()); in onItemRangeChanged()
214 if (typeList.contains(barItem.getAction().getActionType())) return true; in hasAtLeastOneActionOfType()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/gui/j2d/entity/
H A DSign2DView.java48 ActionType actionType = getActionType(); in buildActions()
113 onAction(getActionType()); in onAction()
144 private ActionType getActionType() { in getActionType() method in Sign2DView
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Swift/Sources/Antlr4/atn/
H A DLexerMoreAction.swift35 public func getActionType() -> LexerActionType { in getActionType() function
62 hash = MurmurHash.update(hash, getActionType().rawValue)
H A DLexerPopModeAction.swift36 public func getActionType() -> LexerActionType { in getActionType() function
63 hash = MurmurHash.update(hash, getActionType().rawValue)
H A DLexerSkipAction.swift35 public func getActionType() -> LexerActionType { in getActionType() function
62 hash = MurmurHash.update(hash, getActionType().rawValue)
H A DLexerChannelAction.swift41 public override func getActionType() -> LexerActionType { in getActionType() function
69 hash = MurmurHash.update(hash, getActionType().rawValue)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/keyboard_accessory/internal/java/src/org/chromium/chrome/browser/keyboard_accessory/sheet_tabs/
H A DAccessorySheetTabMediator.java113 toggle.getDisplayText(), toggle.isEnabled(), toggle.getActionType(), enabled -> { in createDataPieceForToggle()
129 !toggle.isEnabled(), toggle.getActionType(), toggle.getCallback()); in updateOptionToggleEnabled()
148 if (toggle.getActionType() == AccessoryAction.TOGGLE_SAVE_PASSWORDS) { in getRecordingTypeForToggle()
152 assert false : "Recording type for toggle of type " + toggle.getActionType() in getRecordingTypeForToggle()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/antlr4-cpp-runtime/runtime/src/atn/
H A DLexerMoreAction.cpp23 LexerActionType LexerMoreAction::getActionType() const { in getActionType() function in LexerMoreAction
37 hash = MurmurHash::update(hash, static_cast<size_t>(getActionType())); in hashCode()
H A DLexerPopModeAction.cpp23 LexerActionType LexerPopModeAction::getActionType() const { in getActionType() function in LexerPopModeAction
37 hash = MurmurHash::update(hash, static_cast<size_t>(getActionType())); in hashCode()
H A DLexerSkipAction.cpp23 LexerActionType LexerSkipAction::getActionType() const { in getActionType() function in LexerSkipAction
37 hash = MurmurHash::update(hash, static_cast<size_t>(getActionType())); in hashCode()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Cpp/runtime/src/atn/
H A DLexerPopModeAction.cpp23 LexerActionType LexerPopModeAction::getActionType() const { in getActionType() function in LexerPopModeAction
37 hash = MurmurHash::update(hash, static_cast<size_t>(getActionType())); in hashCode()
H A DLexerMoreAction.cpp23 LexerActionType LexerMoreAction::getActionType() const { in getActionType() function in LexerMoreAction
37 hash = MurmurHash::update(hash, static_cast<size_t>(getActionType())); in hashCode()
H A DLexerSkipAction.cpp23 LexerActionType LexerSkipAction::getActionType() const { in getActionType() function in LexerSkipAction
37 hash = MurmurHash::update(hash, static_cast<size_t>(getActionType())); in hashCode()
/dports/devel/libantlr4/libantlr4-4.9.3/runtime/src/atn/
H A DLexerPopModeAction.cpp23 LexerActionType LexerPopModeAction::getActionType() const { in getActionType() function in LexerPopModeAction
37 hash = MurmurHash::update(hash, static_cast<size_t>(getActionType())); in hashCode()
H A DLexerMoreAction.cpp23 LexerActionType LexerMoreAction::getActionType() const { in getActionType() function in LexerMoreAction
37 hash = MurmurHash::update(hash, static_cast<size_t>(getActionType())); in hashCode()
H A DLexerSkipAction.cpp23 LexerActionType LexerSkipAction::getActionType() const { in getActionType() function in LexerSkipAction
37 hash = MurmurHash::update(hash, static_cast<size_t>(getActionType())); in hashCode()
/dports/www/node10/node-v10.24.1/deps/v8/third_party/antlr4/runtime/Cpp/runtime/src/atn/
H A DLexerPopModeAction.cpp22 LexerActionType LexerPopModeAction::getActionType() const { in getActionType() function in LexerPopModeAction
32 hash = MurmurHash::update(hash, static_cast<size_t>(getActionType())); in hashCode()
H A DLexerSkipAction.cpp22 LexerActionType LexerSkipAction::getActionType() const { in getActionType() function in LexerSkipAction
32 hash = MurmurHash::update(hash, static_cast<size_t>(getActionType())); in hashCode()
H A DLexerMoreAction.cpp22 LexerActionType LexerMoreAction::getActionType() const { in getActionType() function in LexerMoreAction
32 hash = MurmurHash::update(hash, static_cast<size_t>(getActionType())); in hashCode()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Java/src/org/antlr/v4/runtime/atn/
H A DLexerMoreAction.java38 public LexerActionType getActionType() { in getActionType() method in LexerMoreAction
64 hash = MurmurHash.update(hash, getActionType().ordinal()); in hashCode()
H A DLexerPopModeAction.java38 public LexerActionType getActionType() { in getActionType() method in LexerPopModeAction
64 hash = MurmurHash.update(hash, getActionType().ordinal()); in hashCode()
H A DLexerSkipAction.java38 public LexerActionType getActionType() { in getActionType() method in LexerSkipAction
64 hash = MurmurHash.update(hash, getActionType().ordinal()); in hashCode()

12345678910>>...13