Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.h73 } CommandType; typedef
264 MakeRequestPacketHeader (CommandType request_type,
313 CommandType
317 return (CommandType)(first_packet_byte & eCommandTypeMask); in ExtractCommand()
327 SendRequestAndGetReply (const CommandType command,
DCommunicationKDP.cpp87 CommunicationKDP::MakeRequestPacketHeader (CommandType request_type, in MakeRequestPacketHeader()
99 CommunicationKDP::SendRequestAndGetReply (const CommandType command, in SendRequestAndGetReply()
406 const CommandType command = KDP_CONNECT; in SendRequestConnect()
435 const CommandType command = KDP_REATTACH; in SendRequestReattach()
475 const CommandType command = KDP_VERSION; in SendRequestVersion()
502 const CommandType command = KDP_IMAGEPATH;
612 const CommandType command = KDP_HOSTINFO; in SendRequestHostInfo()
647 const CommandType command = KDP_KERNELVERSION; in SendRequestKernelVersion()
665 const CommandType command = KDP_DISCONNECT; in SendRequestDisconnect()
686 const CommandType command = use_64 ? KDP_READMEM64 : KDP_READMEM; in SendRequestReadMemory()
[all …]
/external/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp145 NCommandType::EEnum CommandType; member
161 command.CommandType = (NCommandType::EEnum)index; in ParseArchiveCommand()
167 return kCommandRecursedDefault[CommandType]; in DefaultRecursedType()
304 command.CommandType = NCommandType::kFullExtract; in Main2()
368 if (command.CommandType != NCommandType::kList) in Main2()
392 eo.TestMode = command.CommandType == NCommandType::kTest; in Main2()
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp248 switch (CommandType) in IsFromExtractGroup()
260 switch (CommandType) in GetPathMode()
271 switch (CommandType) in IsFromUpdateGroup()
308 command.CommandType = (NCommandType::EEnum)index; in ParseArchiveCommand()
313 command.CommandType = (NCommandType::kRename); in ParseArchiveCommand()
1017 options.Command.CommandType != NCommandType::kBenchmark && in Parse2()
1018 options.Command.CommandType != NCommandType::kInfo && in Parse2()
1019 options.Command.CommandType != NCommandType::kHash; in Parse2()
1022 …bool isExtractOrList = isExtractGroupCommand || options.Command.CommandType == NCommandType::kList; in Parse2()
1023 bool isRename = options.Command.CommandType == NCommandType::kRename; in Parse2()
[all …]
DArchiveCommandLine.h35 NCommandType::EEnum CommandType; member
39 bool IsTestCommand() const { return CommandType == NCommandType::kTest; } in IsTestCommand()
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp490 || options.Command.CommandType == NCommandType::kList in Main2()
512 || options.Command.CommandType == NCommandType::kHash in Main2()
513 || options.Command.CommandType == NCommandType::kBenchmark) in Main2()
526 if (options.Command.CommandType == NCommandType::kInfo) in Main2()
643 else if (options.Command.CommandType == NCommandType::kBenchmark) in Main2()
654 else if (isExtractGroupCommand || options.Command.CommandType == NCommandType::kList) in Main2()
861 else if (options.Command.CommandType == NCommandType::kHash) in Main2()
/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()
1259 static const CommandType in XAnimateImages()
1295 static const CommandType in XAnimateImages()
1310 CommandType in XAnimateImages()
Ddisplay.c1442 } CommandType; typedef
1571 static CommandType
1576 *XMagickCommand(Display *,XResourceInfo *,XWindows *,const CommandType,
1612 XImageCache(Display *,XResourceInfo *,XWindows *,const CommandType,Image **,
6425 XWindows *windows,const CommandType command,Image **image, in XImageCache()
6712 static CommandType XImageWindowCommand(Display *display, in XImageWindowCommand()
7103 XWindows *windows,const CommandType command,Image **image, in XMagickCommand()
11182 static const CommandType in XROIImage()
11268 static const CommandType in XROIImage()
11284 CommandType in XROIImage()
[all …]
/external/deqp/modules/gles31/functional/
Des31fSynchronizationTests.cpp973 enum CommandType enum
986 CommandType type;