HomeSort by relevance Sort by last modified time
    Searched defs:CommandType (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
command_utils.h 29 enum class CommandType : int {
40 static CommandType getCommandType(const std::string &commandName);
43 static std::function<int(int, char **)> getCommandExecutor(const CommandType commandType);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
AppInterface.java 63 public static enum CommandType {
88 CommandType(int value) {
97 * Create a CommandType object.
99 * @param value Integer value to be converted to a CommandType object.
100 * @return CommandType object whose "Type of Command" value is {@code
101 * value}. If no CommandType object has that value, null is
104 public static CommandType fromInt(int value) {
105 for (CommandType e : CommandType.values()) {
  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.h 39 NCommandType::EEnum CommandType;
42 bool IsTestMode() const { return CommandType == NCommandType::kTest; }
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
CommunicationKDP.h 73 } CommandType;
264 MakeRequestPacketHeader (CommandType request_type,
313 CommandType
317 return (CommandType)(first_packet_byte & eCommandTypeMask);
327 SendRequestAndGetReply (const CommandType command,

Completed in 262 milliseconds