Home
last modified time | relevance | path

Searched refs:CommandType (Results 251 – 275 of 1819) sorted by relevance

1...<<11121314151617181920>>...73

/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/models/
H A Dimage_model_unittest.cc20 static constexpr gfx::PathElement path[] = {gfx::CommandType::CIRCLE, 24, 18, in GetCircleVectorIcon()
30 gfx::CommandType::LINE_TO, 0, 10, gfx::CommandType::LINE_TO, 10, 10, in GetRectVectorIcon()
31 gfx::CommandType::LINE_TO, 10, 0, gfx::CommandType::CLOSE}; in GetRectVectorIcon()
/dports/devel/gdcm/gdcm-3.0.10/Source/MediaStorageAndFileFormat/
H A DgdcmSimpleSubjectWatcher.cxx29 m_ProgressFilterCommand = CommandType::New(); in SimpleSubjectWatcher()
30 m_FileNameFilterCommand = CommandType::New(); in SimpleSubjectWatcher()
34 m_AnonymizeFilterCommand = CommandType::New(); in SimpleSubjectWatcher()
35 m_DataSetFilterCommand = CommandType::New(); in SimpleSubjectWatcher()
36 m_DataFilterCommand = CommandType::New(); in SimpleSubjectWatcher()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/Xe_M/Xe_HPM/hw/vdbox/
H A Dmhw_vdbox_huc_hwcmd_xe_hpm.h205 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
322 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
433 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
518 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
614 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
676 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
744 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
891 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/gen9_bxt/hw/vdbox/
H A Dmhw_vdbox_huc_hwcmd_g9_bxt.h189 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
332 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
443 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
528 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
624 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
686 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
754 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
901 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/Xe_M/Xe_XPM_plus/hw/vdbox/
H A Dmhw_vdbox_huc_hwcmd_xe_xpm_plus.h205 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
322 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
433 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
518 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
614 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
676 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
744 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
891 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/gen9_bxt/hw/vdbox/
H A Dmhw_vdbox_huc_hwcmd_g9_bxt.h189 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
332 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
443 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
528 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
624 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
686 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
754 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
901 …uint32_t CommandType : __CODEGEN_BITFIELD(29,… member
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/misc/
H A Ddefaultobjectnamecheck.cxx56 namespace CommandType = ::com::sun::star::sdb::CommandType;
135 if ( ( _nCommandType != CommandType::QUERY ) && ( _nCommandType != CommandType::TABLE ) ) in DynamicTableOrQueryNameCheck()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/misc/
H A Ddefaultobjectnamecheck.cxx56 namespace CommandType = ::com::sun::star::sdb::CommandType;
135 if ( ( _nCommandType != CommandType::QUERY ) && ( _nCommandType != CommandType::TABLE ) ) in DynamicTableOrQueryNameCheck()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wabt-sys-0.7.1/wabt/src/
H A Dresolve-names.cc497 case CommandType::Module: in VisitCommand()
501 case CommandType::Action: in VisitCommand()
502 case CommandType::AssertReturn: in VisitCommand()
503 case CommandType::AssertReturnCanonicalNan: in VisitCommand()
505 case CommandType::AssertTrap: in VisitCommand()
506 case CommandType::AssertExhaustion: in VisitCommand()
507 case CommandType::Register: in VisitCommand()
512 case CommandType::AssertMalformed: in VisitCommand()
517 case CommandType::AssertInvalid: { in VisitCommand()
528 case CommandType::AssertUnlinkable: in VisitCommand()
[all …]
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/type_instances/
H A Dfaction.h46 class CommandType; variable
310 bool applyCosts(const ProducibleType *p,const CommandType *ct);
312 void applyStaticCosts(const ProducibleType *p,const CommandType *ct);
313 void applyStaticProduction(const ProducibleType *p,const CommandType *ct);
314 void deApplyCosts(const ProducibleType *p,const CommandType *ct);
315 void deApplyStaticCosts(const ProducibleType *p,const CommandType *ct);
316 void deApplyStaticConsumption(const ProducibleType *p,const CommandType *ct);
318 bool checkCosts(const ProducibleType *pt,const CommandType *ct);
322 bool reqsOk(const CommandType *ct) const;
/dports/games/py-fife/fifengine-0.4.2/engine/core/eventchannel/command/
H A Dcommand.h60 CommandType getCommandType() const { return m_commandType; } in getCommandType()
64 void setCommandType(CommandType type) { m_commandType = type; } in setCommandType()
111 CommandType m_commandType;
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/debuggercommon/
H A Dmidebugsession.h175 virtual MI::MICommand *createCommand(MI::CommandType type, const QString& arguments,
192 void addCommand(MI::CommandType type, const QString& arguments = QString(),
195 void addCommand(MI::CommandType type, const QString& arguments,
199 void addCommand(MI::CommandType type, const QString& arguments,
204 void addCommand(MI::CommandType type, const QString& arguments,
351 void MIDebugSession::addCommand(MI::CommandType type, const QString& arguments, in addCommand()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/app/
H A DAppControllerDnD.cxx513 …rExchange.Update(sDataSource, CommandType::QUERY, sName, getNumberFormatter(xConnection, getORB())… in copySQLObject()
622 sal_Int32 nCommandType = CommandType::TABLE; in paste()
623 if ( _rPasteData.has(DataAccessDescriptorProperty::CommandType) ) in paste()
624 _rPasteData[DataAccessDescriptorProperty::CommandType] >>= nCommandType; in paste()
626 if ( CommandType::QUERY == nCommandType || CommandType::COMMAND == nCommandType ) in paste()
640 if (CommandType::QUERY == nCommandType) in paste()
642 else if (CommandType::COMMAND == nCommandType) in paste()
654 if ( CommandType::QUERY == nCommandType ) in paste()
672 if (CommandType::QUERY == nCommandType) in paste()
715 DynamicTableOrQueryNameCheck aNameChecker( getConnection(), CommandType::QUERY ); in paste()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/sdb/
H A DQueryDesign.idl88 being CommandType::COMMAND, the initial SQL command.<br/>
93 <li><a name="command_type"></a><b>CommandType</b><br/>
96 <ul><li>CommandType::QUERY specifies the designer should operate in
105 <li>CommandType::COMMAND specifies the designer should operate in
111 <li>CommandType::TABLE specifies the designer should operate in
119 If not present, this parameter defaults to CommandType::QUERY.
140 is the same as Command, and implies a <a href="#command_type">CommandType</a> of
141 CommandType::QUERY</li>
147 is the same as Command, and implies a <a href="#command_type">CommandType</a> of
148 CommandType::COMMAND</li>
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/sdb/
H A DQueryDesign.idl88 being CommandType::COMMAND, the initial SQL command.<br/>
93 <li><a name="command_type"></a><b>CommandType</b><br/>
96 <ul><li>CommandType::QUERY specifies the designer should operate in
105 <li>CommandType::COMMAND specifies the designer should operate in
111 <li>CommandType::TABLE specifies the designer should operate in
119 If not present, this parameter defaults to CommandType::QUERY.
140 is the same as Command, and implies a <a href="#command_type">CommandType</a> of
141 CommandType::QUERY</li>
147 is the same as Command, and implies a <a href="#command_type">CommandType</a> of
148 CommandType::COMMAND</li>
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/app/
H A DAppControllerDnD.cxx537 …pData = new ODataClipboard(sDataSource, CommandType::QUERY, sName, getNumberFormatter(xConnection,… in copyObject()
579 sal_Int32 nCommandType = CommandType::TABLE; in paste()
580 if ( _rPasteData.has(DataAccessDescriptorProperty::CommandType) ) in paste()
581 _rPasteData[DataAccessDescriptorProperty::CommandType] >>= nCommandType; in paste()
583 if ( CommandType::QUERY == nCommandType || CommandType::COMMAND == nCommandType ) in paste()
597 if (CommandType::QUERY == nCommandType) in paste()
599 else if (CommandType::COMMAND == nCommandType) in paste()
611 if ( CommandType::QUERY == nCommandType ) in paste()
629 if (CommandType::QUERY == nCommandType) in paste()
672 DynamicTableOrQueryNameCheck aNameChecker( getConnection(), CommandType::QUERY ); in paste()
[all …]
/dports/math/g2o/g2o-20201223_git/g2o/examples/interactive_slam/slam_parser/parser/
H A Dcommands.h35 enum CommandType enum
47 …CommandNode(CommandType commandType, const std::string& tag) : _commandType(commandType), _tag(tag… in CommandNode()
49 CommandType commandType() const { return _commandType;} in commandType()
52 CommandType _commandType;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/FunctionalTests/
H A DCloneTests.cs36 command.CommandType = CommandType.Text; in CloneSqlCommand()
78 Assert.Equal(original.CommandType, cloned.CommandType); in compareCommands()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h29 enum CommandType { enum
181 void MakeRequestPacketHeader(CommandType request_type,
211 CommandType ExtractCommand(uint8_t first_packet_byte) const { in ExtractCommand()
213 return (CommandType)(first_packet_byte & eCommandTypeMask); in ExtractCommand()
220 bool SendRequestAndGetReply(const CommandType command,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h29 enum CommandType { enum
181 void MakeRequestPacketHeader(CommandType request_type,
211 CommandType ExtractCommand(uint8_t first_packet_byte) const { in ExtractCommand()
213 return (CommandType)(first_packet_byte & eCommandTypeMask); in ExtractCommand()
220 bool SendRequestAndGetReply(const CommandType command,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h29 enum CommandType { enum
181 void MakeRequestPacketHeader(CommandType request_type,
211 CommandType ExtractCommand(uint8_t first_packet_byte) const { in ExtractCommand()
213 return (CommandType)(first_packet_byte & eCommandTypeMask); in ExtractCommand()
220 bool SendRequestAndGetReply(const CommandType command,
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h29 enum CommandType { enum
181 void MakeRequestPacketHeader(CommandType request_type,
211 CommandType ExtractCommand(uint8_t first_packet_byte) const { in ExtractCommand()
213 return (CommandType)(first_packet_byte & eCommandTypeMask); in ExtractCommand()
220 bool SendRequestAndGetReply(const CommandType command,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h29 enum CommandType { enum
181 void MakeRequestPacketHeader(CommandType request_type,
211 CommandType ExtractCommand(uint8_t first_packet_byte) const { in ExtractCommand()
213 return (CommandType)(first_packet_byte & eCommandTypeMask); in ExtractCommand()
220 bool SendRequestAndGetReply(const CommandType command,
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h29 enum CommandType { enum
181 void MakeRequestPacketHeader(CommandType request_type,
211 CommandType ExtractCommand(uint8_t first_packet_byte) const { in ExtractCommand()
213 return (CommandType)(first_packet_byte & eCommandTypeMask); in ExtractCommand()
220 bool SendRequestAndGetReply(const CommandType command,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h29 enum CommandType { enum
181 void MakeRequestPacketHeader(CommandType request_type,
211 CommandType ExtractCommand(uint8_t first_packet_byte) const { in ExtractCommand()
213 return (CommandType)(first_packet_byte & eCommandTypeMask); in ExtractCommand()
220 bool SendRequestAndGetReply(const CommandType command,

1...<<11121314151617181920>>...73