Home
last modified time | relevance | path

Searched refs:CommandType (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
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,
DCommunicationKDP.cpp53 void CommunicationKDP::MakeRequestPacketHeader(CommandType request_type, in MakeRequestPacketHeader()
66 const CommandType command, const PacketStreamType &request_packet, in SendRequestAndGetReply()
343 const CommandType command = KDP_CONNECT; in SendRequestConnect()
370 const CommandType command = KDP_REATTACH; in SendRequestReattach()
404 const CommandType command = KDP_VERSION; in SendRequestVersion()
490 const CommandType command = KDP_HOSTINFO; in SendRequestHostInfo()
520 const CommandType command = KDP_KERNELVERSION; in SendRequestKernelVersion()
536 const CommandType command = KDP_DISCONNECT; in SendRequestDisconnect()
554 const CommandType command = use_64 ? KDP_READMEM64 : KDP_READMEM; in SendRequestReadMemory()
593 const CommandType command = use_64 ? KDP_WRITEMEM64 : KDP_WRITEMEM; in SendRequestWriteMemory()
[all …]
/external/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp150 NCommandType::EEnum CommandType; member
166 command.CommandType = (NCommandType::EEnum)index; in ParseArchiveCommand()
172 return kCommandRecursedDefault[CommandType]; in DefaultRecursedType()
318 command.CommandType = NCommandType::kFullExtract; in Main2()
393 if (command.CommandType != NCommandType::kList) in Main2()
417 eo.TestMode = command.CommandType == NCommandType::kTest; in Main2()
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp292 switch (CommandType) in IsFromExtractGroup()
304 switch (CommandType) in GetPathMode()
315 switch (CommandType) in IsFromUpdateGroup()
352 command.CommandType = (NCommandType::EEnum)index; in ParseArchiveCommand()
357 command.CommandType = (NCommandType::kRename); in ParseArchiveCommand()
1044 options.Command.CommandType != NCommandType::kBenchmark && in Parse2()
1045 options.Command.CommandType != NCommandType::kInfo && in Parse2()
1046 options.Command.CommandType != NCommandType::kHash; in Parse2()
1049 …bool isExtractOrList = isExtractGroupCommand || options.Command.CommandType == NCommandType::kList; in Parse2()
1050 bool isRename = options.Command.CommandType == NCommandType::kRename; in Parse2()
[all …]
DArchiveCommandLine.h34 NCommandType::EEnum CommandType; member
38 bool IsTestCommand() const { return CommandType == NCommandType::kTest; } in IsTestCommand()
/external/skia/tools/sk_app/
DCommandSet.h59 enum CommandType { enum
82 CommandType fType;
/external/skqp/tools/sk_app/
DCommandSet.h59 enum CommandType { enum
82 CommandType fType;
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp585 || options.Command.CommandType == NCommandType::kList in Main2()
618 || options.Command.CommandType == NCommandType::kHash in Main2()
619 || options.Command.CommandType == NCommandType::kBenchmark) in Main2()
635 if (options.Command.CommandType == NCommandType::kInfo) in Main2()
801 else if (options.Command.CommandType == NCommandType::kBenchmark) in Main2()
814 else if (isExtractGroupCommand || options.Command.CommandType == NCommandType::kList) in Main2()
1124 else if (options.Command.CommandType == NCommandType::kHash) in Main2()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_query.cpp23 {XFA_Attribute::CommandType, XFA_AttributeType::Enum,
Dattributes.inc67 ATTR____(0x268b7ec1u, "commandType", CommandType, Basic)
Delement_attributes.inc307 ELEM_ATTR____(Query, CommandType, CJX_Object::ScriptAttributeString)
/external/angle/src/libANGLE/
DCLEvent.cpp43 case EventInfo::CommandType: in getInfo()
/external/angle/src/common/
DPackedCLEnums_autogen.cpp1025 return EventInfo::CommandType; in FromCLenum()
1043 case EventInfo::CommandType: in ToCLenum()
1064 case EventInfo::CommandType: in operator <<()
DPackedCLEnums_autogen.h203 CommandType = 1, enumerator
/external/ImageMagick/MagickCore/
Danimate.c231 } CommandType; typedef
245 *XMagickCommand(Display *,XResourceInfo *,XWindows *,const CommandType,
371 XWindows *windows,const CommandType command_type,Image **image, in XMagickCommand()
1266 static const CommandType in XAnimateImages()
1302 static const CommandType in XAnimateImages()
1317 CommandType in XAnimateImages()
Ddisplay.c1410 } CommandType; typedef
1539 static CommandType
1544 *XMagickCommand(Display *,XResourceInfo *,XWindows *,const CommandType,
1580 XImageCache(Display *,XResourceInfo *,XWindows *,const CommandType,Image **,
6395 XWindows *windows,const CommandType command,Image **image, in XImageCache()
6682 static CommandType XImageWindowCommand(Display *display, in XImageWindowCommand()
7073 XWindows *windows,const CommandType command,Image **image, in XMagickCommand()
11163 static const CommandType in XROIImage()
11249 static const CommandType in XROIImage()
11265 CommandType in XROIImage()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushConstantTests.cpp87 enum CommandType enum
99 CommandType cType;
/external/deqp/modules/gles31/functional/
Des31fSynchronizationTests.cpp996 enum CommandType enum
1009 CommandType type;