Home
last modified time | relevance | path

Searched refs:CommandID (Results 1 – 25 of 542) sorted by relevance

12345678910>>...22

/dports/security/libnitrokey/libnitrokey-v3.6/
H A Dcommand_id.cc33 case CommandID::GET_STATUS: in commandid_to_string()
35 case CommandID::WRITE_TO_SLOT: in commandid_to_string()
39 case CommandID::READ_SLOT: in commandid_to_string()
41 case CommandID::GET_CODE: in commandid_to_string()
43 case CommandID::WRITE_CONFIG: in commandid_to_string()
45 case CommandID::ERASE_SLOT: in commandid_to_string()
49 case CommandID::AUTHORIZE: in commandid_to_string()
55 case CommandID::SET_TIME: in commandid_to_string()
59 case CommandID::TEST_TIME: in commandid_to_string()
69 case CommandID::LOCK_DEVICE: in commandid_to_string()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/
H A DMenuCommands.cs149 public static readonly CommandID Print = new CommandID(StandardCommandSet97Id, cmdidPrint);
153 … public static readonly CommandID PageUp = new CommandID(StandardCommandSet2kId, cmdidPageUp);
154 … public static readonly CommandID PageDown = new CommandID(StandardCommandSet2kId, cmdidPageDn);
160 public static readonly CommandID ZoomMenu = new CommandID(WorkflowCommandSetId, mnuidZoom);
162 public static readonly CommandID PanMenu = new CommandID(WorkflowCommandSetId, mnuidPan);
179 public static readonly CommandID Expand = new CommandID(WorkflowCommandSetId, cmdidExpand);
181 … public static readonly CommandID Disable = new CommandID(WorkflowCommandSetId, cmdidDisable);
182 public static readonly CommandID Enable = new CommandID(WorkflowCommandSetId, cmdidEnable);
188 public static readonly CommandID ZoomIn = new CommandID(WorkflowCommandSetId, cmdidZoomIn);
189 … public static readonly CommandID ZoomOut = new CommandID(WorkflowCommandSetId, cmdidZoomOut);
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.Windows.Forms.Design/
H A DMenuCommands.cs99 public static readonly CommandID KeyCancel;
101 public static readonly CommandID KeyMoveDown;
102 public static readonly CommandID KeyMoveLeft;
103 public static readonly CommandID KeyMoveRight;
104 public static readonly CommandID KeyMoveUp;
105 public static readonly CommandID KeyNudgeDown;
110 public static readonly CommandID KeyNudgeUp;
123 public static readonly CommandID EditLabel;
124 public static readonly CommandID KeyEnd;
125 public static readonly CommandID KeyHome;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/vulkan/
H A DSecondaryCommandBuffer.cpp27 case CommandID::Invalid: in GetCommandString()
31 case CommandID::BeginQuery: in GetCommandString()
47 case CommandID::BlitImage: in GetCommandString()
57 case CommandID::CopyBuffer: in GetCommandString()
61 case CommandID::CopyImage: in GetCommandString()
65 case CommandID::Dispatch: in GetCommandString()
69 case CommandID::Draw: in GetCommandString()
71 case CommandID::DrawIndexed: in GetCommandString()
91 case CommandID::EndQuery: in GetCommandString()
97 case CommandID::FillBuffer: in GetCommandString()
[all …]
H A DSecondaryCommandBuffer.h32 enum class CommandID : uint16_t enum
448 CommandID id;
756 ANGLE_INLINE StructType *initCommand(CommandID cmdID, in initCommand()
783 ANGLE_INLINE StructType *initCommand(CommandID cmdID) in initCommand()
852 commonDebugUtilsLabel(CommandID::BeginDebugUtilsLabel, label); in beginDebugUtilsLabelEXT()
871 CommandID::BeginTransformFeedback, bufferSize, &writePtr); in beginTransformFeedback()
1169 CommandID::DrawIndexedInstancedBaseVertex); in drawIndexedInstancedBaseVertex()
1184 CommandID::DrawIndexedInstancedBaseVertexBaseInstance); in drawIndexedInstancedBaseVertexBaseInstance()
1231 initCommand<EmptyParams>(CommandID::EndDebugUtilsLabel); in endDebugUtilsLabelEXT()
1247 CommandID::EndTransformFeedback, bufferSize, &writePtr); in endTransformFeedback()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/design/
H A DStandardCommands.cs101 …public static readonly CommandID AlignTop = new CommandID(standardCommandSet, VSS…
153 …public static readonly CommandID ViewCode = new CommandID(standardCommandSet, VSStand…
165 …public static readonly CommandID Copy = new CommandID(standardCommandSet, VSS…
171 …public static readonly CommandID Cut = new CommandID(standardCommandSet, VSS…
183 …public static readonly CommandID Group = new CommandID(standardCommandSet, VSS…
229 …public static readonly CommandID Redo = new CommandID(standardCommandSet, VSS…
391 …public static readonly CommandID ArrangeIcons = new CommandID(ndpCommandSet, cmdidArrangeIcons);
397 … public static readonly CommandID LineupIcons = new CommandID(ndpCommandSet, cmdidLineupIcons);
404 …public static readonly CommandID ShowLargeIcons = new CommandID(ndpCommandSet, cmdidShowLargeIcon…
410 …public static readonly CommandID VerbFirst = new CommandID(ndpCommandSet, cmdidDes…
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/Design/
H A DStandardCommands.cs157 …public static readonly CommandID Copy = new CommandID(s_standardCommandSet, VSStandardCommands.cmd…
163 …public static readonly CommandID Cut = new CommandID(s_standardCommandSet, VSStandardCommands.cmdi…
175 …public static readonly CommandID Group = new CommandID(s_standardCommandSet, VSStandardCommands.cm…
209 …public static readonly CommandID Paste = new CommandID(s_standardCommandSet, VSStandardCommands.cm…
221 …public static readonly CommandID Redo = new CommandID(s_standardCommandSet, VSStandardCommands.cmd…
297 …public static readonly CommandID Undo = new CommandID(s_standardCommandSet, VSStandardCommands.cmd…
383 … public static readonly CommandID ArrangeIcons = new CommandID(s_ndpCommandSet, cmdidArrangeIcons);
389 … public static readonly CommandID LineupIcons = new CommandID(s_ndpCommandSet, cmdidLineupIcons);
396 …public static readonly CommandID ShowLargeIcons = new CommandID(s_ndpCommandSet, cmdidShowLargeIco…
402 …public static readonly CommandID VerbFirst = new CommandID(s_ndpCommandSet, cmdidDesignerVerbFirst…
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/vulkan/
H A DSecondaryCommandBuffer.cpp26 case CommandID::Invalid: in GetCommandString()
28 case CommandID::BeginQuery: in GetCommandString()
42 case CommandID::BlitImage: in GetCommandString()
52 case CommandID::CopyBuffer: in GetCommandString()
56 case CommandID::CopyImage: in GetCommandString()
60 case CommandID::Dispatch: in GetCommandString()
64 case CommandID::Draw: in GetCommandString()
66 case CommandID::DrawIndexed: in GetCommandString()
84 case CommandID::EndQuery: in GetCommandString()
88 case CommandID::FillBuffer: in GetCommandString()
[all …]
H A DSecondaryCommandBuffer.h28 enum class CommandID : uint16_t enum
407 CommandID id;
681 ANGLE_INLINE StructType *initCommand(CommandID cmdID, in initCommand()
698 ANGLE_INLINE StructType *initCommand(CommandID cmdID) in initCommand()
753 initCommand<BindPipelineParams>(CommandID::BindComputePipeline); in bindComputePipeline()
793 initCommand<BindIndexBufferParams>(CommandID::BindIndexBuffer); in bindIndexBuffer()
890 initCommand<ClearColorImageParams>(CommandID::ClearColorImage); in clearColorImage()
1031 CommandID::DrawIndexedInstancedBaseVertex); in drawIndexedInstancedBaseVertex()
1046 CommandID::DrawIndexedInstancedBaseVertexBaseInstance); in drawIndexedInstancedBaseVertexBaseInstance()
1210 initCommand<ResetQueryPoolParams>(CommandID::ResetQueryPool); in resetQueryPool()
[all …]
/dports/security/libnitrokey/libnitrokey-v3.6/unittest/
H A Dtest_offline.cc133 REQUIRE(STICK20_CMD_ENABLE_CRYPTED_PARI == static_cast<uint8_t>(CommandID::ENABLE_CRYPTED_PARI));
139 REQUIRE(STICK20_CMD_GENERATE_NEW_KEYS == static_cast<uint8_t>(CommandID::GENERATE_NEW_KEYS));
142 REQUIRE(STICK20_CMD_WRITE_STATUS_DATA == static_cast<uint8_t>(CommandID::WRITE_STATUS_DATA));
150 REQUIRE(STICK20_CMD_GET_DEVICE_STATUS == static_cast<uint8_t>(CommandID::GET_DEVICE_STATUS));
151 REQUIRE(STICK20_CMD_SEND_DEVICE_STATUS == static_cast<uint8_t>(CommandID::SEND_DEVICE_STATUS));
155 REQUIRE(STICK20_CMD_SEND_PASSWORD == static_cast<uint8_t>(CommandID::SEND_PASSWORD));
156 REQUIRE(STICK20_CMD_SEND_NEW_PASSWORD == static_cast<uint8_t>(CommandID::SEND_NEW_PASSWORD));
159 REQUIRE(STICK20_CMD_SEND_STARTUP == static_cast<uint8_t>(CommandID::SEND_STARTUP));
163 REQUIRE(STICK20_CMD_PRODUCTION_TEST == static_cast<uint8_t>(CommandID::PRODUCTION_TEST));
164 REQUIRE(STICK20_CMD_SEND_DEBUG_DATA == static_cast<uint8_t>(CommandID::SEND_DEBUG_DATA));
[all …]
/dports/security/libnitrokey/libnitrokey-v3.6/libnitrokey/
H A Dstick20_commands.h46 public PasswordCommand<CommandID::SEND_PASSWORD, PasswordKind::Admin> {};
48 public PasswordCommand<CommandID::SEND_NEW_PASSWORD, PasswordKind::Admin> {};
50 public PasswordCommand<CommandID::UNLOCK_USER_PASSWORD, PasswordKind::Admin> {};
70 class ChangeUpdatePassword : Command<CommandID::CHANGE_UPDATE_PIN> {
242 class SendStartup : Command<CommandID::SEND_STARTUP> {
270 class GetDeviceStatus : Command<CommandID::GET_DEVICE_STATUS> {
278 class Wink : Command<CommandID::WINK> {
284 class CheckSmartcardUsage : Command<CommandID::CHECK_SMARTCARD_USAGE> {
290 class GetSDCardOccupancy : Command<CommandID::SD_CARD_HIGH_WATERMARK> {
312 class SetupHiddenVolume : Command<CommandID::SEND_HIDDEN_VOLUME_SETUP> {
[all …]
H A Dstick10_commands.h73 class EraseSlot : Command<CommandID::ERASE_SLOT> {
90 class SetTime : Command<CommandID::SET_TIME> {
209 class GetTOTP : Command<CommandID::GET_CODE> {
260 class GetHOTP : Command<CommandID::GET_CODE> {
305 class ReadSlot : Command<CommandID::READ_SLOT> {
372 class GetStatus : Command<CommandID::GET_STATUS> {
523 : Command<CommandID::GET_PW_SAFE_SLOT_PASSWORD> {
552 : Command<CommandID::GET_PW_SAFE_SLOT_LOGINNAME> {
751 class Authorize : Command<CommandID::AUTHORIZE> {
853 class LockDevice : Command<CommandID::LOCK_DEVICE> {
[all …]
/dports/databases/libdrizzle/libdrizzle-0.8/prototest/prototest/mysql/
H A Dcommand.py17 class CommandID(object):
53 def __init__(self, packed=None, command=CommandID.SLEEP, payload=''):
74 self.assertEqual(command.command, CommandID.SLEEP)
78 command = Command(command=CommandID.QUERY, payload='abc')
79 self.assertEqual(command.command, CommandID.QUERY)
84 self.assertEqual(command.command, CommandID.QUERY)
89 self.assertEqual(command.command, CommandID.QUERY)
107 self.assertEqual(query.command, CommandID.QUERY)
112 self.assertEqual(query.command, CommandID.QUERY)
117 self.assertEqual(query.command, CommandID.QUERY)
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/commands/
H A Djuce_KeyPressMappingSet.h120 Array<KeyPress> getKeyPressesAssignedToCommand (CommandID commandID) const;
135 void addKeyPress (CommandID commandID,
147 void resetToDefaultMapping (CommandID commandID);
153 void clearAllKeyPresses (CommandID commandID);
159 void removeKeyPress (CommandID commandID, int keyPressIndex);
165 bool containsMapping (CommandID commandID, const KeyPress& keyPress) const noexcept;
171 CommandID findCommandForKeyPress (const KeyPress& keyPress) const noexcept;
222 CommandID commandID;
237 void invokeCommand (const CommandID, const KeyPress&, const bool isKeyDown,
H A Djuce_ApplicationCommandManager.h130 void removeCommand (CommandID commandID);
161 const ApplicationCommandInfo* getCommandForID (CommandID commandID) const noexcept;
168 String getNameOfCommand (CommandID commandID) const noexcept;
177 String getDescriptionOfCommand (CommandID commandID) const noexcept;
191 Array<CommandID> getCommandsInCategory (const String& categoryName) const;
210 bool invokeDirectly (CommandID commandID, bool asynchronously);
248 virtual ApplicationCommandTarget* getFirstCommandTarget (CommandID commandID);
273 ApplicationCommandTarget* getTargetForCommand (CommandID commandID,
313 ApplicationCommandInfo* getMutableCommandForID (CommandID) const noexcept; in getMutableCommandForID() argument
H A Djuce_ApplicationCommandTarget.h63 InvocationInfo (const CommandID commandID);
67 CommandID commandID;
139 virtual void getAllCommands (Array<CommandID>& commands) = 0;
165 virtual void getCommandInfo (CommandID commandID, ApplicationCommandInfo& result) = 0;
205 bool invokeDirectly (const CommandID commandID,
215 ApplicationCommandTarget* getTargetForCommand (const CommandID commandID);
222 bool isCommandActive (const CommandID commandID);
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/commands/
H A Djuce_KeyPressMappingSet.h120 Array<KeyPress> getKeyPressesAssignedToCommand (CommandID commandID) const;
135 void addKeyPress (CommandID commandID,
147 void resetToDefaultMapping (CommandID commandID);
153 void clearAllKeyPresses (CommandID commandID);
159 void removeKeyPress (CommandID commandID, int keyPressIndex);
165 bool containsMapping (CommandID commandID, const KeyPress& keyPress) const noexcept;
171 CommandID findCommandForKeyPress (const KeyPress& keyPress) const noexcept;
222 CommandID commandID;
237 void invokeCommand (const CommandID, const KeyPress&, const bool isKeyDown,
H A Djuce_ApplicationCommandManager.h130 void removeCommand (CommandID commandID);
161 const ApplicationCommandInfo* getCommandForID (CommandID commandID) const noexcept;
168 String getNameOfCommand (CommandID commandID) const noexcept;
177 String getDescriptionOfCommand (CommandID commandID) const noexcept;
191 Array<CommandID> getCommandsInCategory (const String& categoryName) const;
210 bool invokeDirectly (CommandID commandID, bool asynchronously);
248 virtual ApplicationCommandTarget* getFirstCommandTarget (CommandID commandID);
273 ApplicationCommandTarget* getTargetForCommand (CommandID commandID,
313 ApplicationCommandInfo* getMutableCommandForID (CommandID) const noexcept; in getMutableCommandForID() argument
H A Djuce_ApplicationCommandTarget.h63 InvocationInfo (const CommandID commandID);
67 CommandID commandID;
139 virtual void getAllCommands (Array<CommandID>& commands) = 0;
165 virtual void getCommandInfo (CommandID commandID, ApplicationCommandInfo& result) = 0;
205 bool invokeDirectly (const CommandID commandID,
215 ApplicationCommandTarget* getTargetForCommand (const CommandID commandID);
222 bool isCommandActive (const CommandID commandID);
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DBatchCommands.h42 Entries::const_iterator ByCommandId( const CommandID &commandId ) const;
67 const CommandID & Str,
70 const CommandID & command, const wxString & params,
73 const CommandID & command, const wxString &params,
77 const CommandID & command,
87 static wxString GetCurrentParamsFor(const CommandID & command);
89 const CommandID & command, const wxString & params, wxWindow &parent);
90 …static wxString PromptForPresetFor(const CommandID & command, const wxString & params, wxWindow *p…
102 void AddToMacro(const CommandID & command, int before = -1);
103 void AddToMacro(const CommandID & command, const wxString & params, int before = -1);
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design/
H A DMenuCommandService.cs47 private Dictionary <CommandID, MenuCommand> _commands;
80 _commands = new Dictionary <CommandID, MenuCommand> (); in AddCommand()
81 _commands.Add (command.CommandID, command); in AddCommand()
165 return this.FindCommand (new CommandID (guid, id)); in FindCommand()
168 public MenuCommand FindCommand (CommandID commandID) in FindCommand()
179 if (verb.CommandID.Equals (commandID)) { in FindCommand()
193 if (command.CommandID.Guid == guid) in GetCommandList()
200 public virtual bool GlobalInvoke (CommandID commandID) in GlobalInvoke()
213 public virtual bool GlobalInvoke (CommandID commandId, object arg) in GlobalInvoke()
237 _commands.Remove (command.CommandID); in RemoveCommand()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/MessageFilters/
H A DPanningMessageFilter.cs19 private CommandID previousCommand;
121CommandID[] affectedCommands = new CommandID[] { WorkflowMenuCommands.ZoomIn, WorkflowMenuCommands… in RefreshUIState()
122 foreach (CommandID affectedCommand in affectedCommands) in RefreshUIState()
126 menuCommand.Checked = (menuCommand.CommandID == WorkflowMenuCommands.Pan); in RefreshUIState()
136 foreach (CommandID affectedCommand in CommandSet.NavigationToolCommandIds) in StoreUIState()
141 this.previousCommand = menuCommand.CommandID; in StoreUIState()
155 foreach (CommandID affectedCommand in CommandSet.NavigationToolCommandIds) in RestoreUIState()
159 menuCommand.Checked = (menuCommand.CommandID == this.previousCommand); in RestoreUIState()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/
H A DCommentCommandTraits.cpp40 const CommandInfo *CommandTraits::getCommandInfo(unsigned CommandID) const { in getCommandInfo()
41 if (const CommandInfo *Info = getBuiltinCommandInfo(CommandID)) in getCommandInfo()
43 return getRegisteredCommandInfo(CommandID); in getCommandInfo()
117 unsigned CommandID) { in getBuiltinCommandInfo() argument
118 if (CommandID < llvm::array_lengthof(Commands)) in getBuiltinCommandInfo()
119 return &Commands[CommandID]; in getBuiltinCommandInfo()
133 unsigned CommandID) const { in getRegisteredCommandInfo()
134 return RegisteredCommands[CommandID - llvm::array_lengthof(Commands)]; in getRegisteredCommandInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/
H A DCommentCommandTraits.cpp40 const CommandInfo *CommandTraits::getCommandInfo(unsigned CommandID) const { in getCommandInfo()
41 if (const CommandInfo *Info = getBuiltinCommandInfo(CommandID)) in getCommandInfo()
43 return getRegisteredCommandInfo(CommandID); in getCommandInfo()
117 unsigned CommandID) { in getBuiltinCommandInfo() argument
118 if (CommandID < llvm::array_lengthof(Commands)) in getBuiltinCommandInfo()
119 return &Commands[CommandID]; in getBuiltinCommandInfo()
133 unsigned CommandID) const { in getRegisteredCommandInfo()
134 return RegisteredCommands[CommandID - llvm::array_lengthof(Commands)]; in getRegisteredCommandInfo()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DCommentCommandTraits.cpp40 const CommandInfo *CommandTraits::getCommandInfo(unsigned CommandID) const { in getCommandInfo()
41 if (const CommandInfo *Info = getBuiltinCommandInfo(CommandID)) in getCommandInfo()
43 return getRegisteredCommandInfo(CommandID); in getCommandInfo()
117 unsigned CommandID) { in getBuiltinCommandInfo() argument
118 if (CommandID < llvm::array_lengthof(Commands)) in getBuiltinCommandInfo()
119 return &Commands[CommandID]; in getBuiltinCommandInfo()
133 unsigned CommandID) const { in getRegisteredCommandInfo()
134 return RegisteredCommands[CommandID - llvm::array_lengthof(Commands)]; in getRegisteredCommandInfo()

12345678910>>...22