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

  /external/qemu/distrib/sdl-1.2.15/src/audio/nds/
soundcommon.h 42 }CommandType;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
AppInterface.java 47 public static enum CommandType {
72 CommandType(int value) {
81 * Create a CommandType object.
83 * @param value Integer value to be converted to a CommandType object.
84 * @return CommandType object whose "Type of Command" value is {@code
85 * value}. If no CommandType object has that value, null is
88 public static CommandType fromInt(int value) {
89 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; }

Completed in 175 milliseconds