Searched refs:CommandType (Results 1 - 7 of 7) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.h39 NCommandType::EEnum CommandType; member in struct:CArchiveCommand
42 bool IsTestMode() const { return CommandType == NCommandType::kTest; }
H A DArchiveCommandLine.cpp206 switch(CommandType)
219 switch(CommandType)
231 return (CommandType == NCommandType::kAdd ||
232 CommandType == NCommandType::kUpdate ||
233 CommandType == NCommandType::kDelete);
258 command.CommandType = (NCommandType::EEnum)commandIndex;
853 options.Command.CommandType != NCommandType::kBenchmark &&
854 options.Command.CommandType != NCommandType::kInfo;
857 bool isExtractOrList = isExtractGroupCommand || options.Command.CommandType == NCommandType::kList;
947 SetAddCommandOptions(options.Command.CommandType, parse
[all...]
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h73 } CommandType; typedef in class:CommunicationKDP
264 MakeRequestPacketHeader (CommandType request_type,
313 CommandType
317 return (CommandType)(first_packet_byte & eCommandTypeMask);
327 SendRequestAndGetReply (const CommandType command,
H A DCommunicationKDP.cpp79 uint8_t request; // Either: CommandType | ePacketTypeRequest, or CommandType | ePacketTypeReply
87 CommunicationKDP::MakeRequestPacketHeader (CommandType request_type,
99 CommunicationKDP::SendRequestAndGetReply (const CommandType command,
406 const CommandType command = KDP_CONNECT;
435 const CommandType command = KDP_REATTACH;
475 const CommandType command = KDP_VERSION;
502 const CommandType command = KDP_IMAGEPATH;
612 const CommandType command = KDP_HOSTINFO;
647 const CommandType comman
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/nds/
H A Dsoundcommon.h42 }CommandType; typedef in typeref:enum:__anon29390
/external/lzma/CPP/7zip/UI/Console/
H A DMain.cpp239 options.Command.CommandType == NCommandType::kList ||
247 if (options.Command.CommandType == NCommandType::kInfo)
339 else if (options.Command.CommandType == NCommandType::kBenchmark)
379 else if (isExtractGroupCommand || options.Command.CommandType == NCommandType::kList)
/external/deqp/modules/gles31/functional/
H A Des31fSynchronizationTests.cpp973 enum CommandType
986 CommandType type;

Completed in 195 milliseconds