Home
last modified time | relevance | path

Searched refs:CommandType (Results 1 – 7 of 7) 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/UI/Common/
DArchiveCommandLine.h39 NCommandType::EEnum CommandType; member
42 bool IsTestMode() const { return CommandType == NCommandType::kTest; } in IsTestMode()
DArchiveCommandLine.cpp206 switch(CommandType) in IsFromExtractGroup()
219 switch(CommandType) in GetPathMode()
231 return (CommandType == NCommandType::kAdd || in IsFromUpdateGroup()
232 CommandType == NCommandType::kUpdate || in IsFromUpdateGroup()
233 CommandType == NCommandType::kDelete); in IsFromUpdateGroup()
258 command.CommandType = (NCommandType::EEnum)commandIndex; in ParseArchiveCommand()
853 options.Command.CommandType != NCommandType::kBenchmark && in Parse2()
854 options.Command.CommandType != NCommandType::kInfo; in Parse2()
857 …bool isExtractOrList = isExtractGroupCommand || options.Command.CommandType == NCommandType::kList; in Parse2()
947 SetAddCommandOptions(options.Command.CommandType, parser, updateOptions); in Parse2()
[all …]
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp239 options.Command.CommandType == NCommandType::kList || in Main2()
247 if (options.Command.CommandType == NCommandType::kInfo) in Main2()
339 else if (options.Command.CommandType == NCommandType::kBenchmark) in Main2()
379 else if (isExtractGroupCommand || options.Command.CommandType == NCommandType::kList) in Main2()
/external/qemu/distrib/sdl-1.2.15/src/audio/nds/
Dsoundcommon.h42 }CommandType; typedef
/external/deqp/modules/gles31/functional/
Des31fSynchronizationTests.cpp973 enum CommandType enum
986 CommandType type;